#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/Mono.Security.Cryptography/KeyPairPersistence.h" #include "icalls/mscorlib/System/String.h" struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; 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); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); 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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker3; template struct InvokerActionInvoker3 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3) { void* params[3] = { p1, p2, p3 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2) { R ret; void* params[2] = { p1, &p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker3; template struct InvokerFuncInvoker3 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3) { R ret; void* params[3] = { p1, p2, &p3 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t067D943FA808557FBA1FBED8EA4E9A1BFCB791B8; // Mono.Math.BigInteger[] struct BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // Mono.Security.ASN1 struct ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8; // Mono.Math.BigInteger struct BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.CharEnumerator struct CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D; // System.Globalization.CodePageDataItem struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // System.Security.Cryptography.CryptographicException struct CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F; // System.Security.Cryptography.CspParameters struct CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.Security.Cryptography.DSA struct DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // System.Text.Decoder struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC; // System.Text.DecoderFallback struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t02E41C0BEC894A17CFE1A1FE88A2388DFDA05A73; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.IO.DirectoryInfo struct DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2; // System.Text.Encoder struct Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA; // System.Text.EncoderFallback struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377; // System.Exception struct Exception_t; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757; // System.Threading.ExecutionContext struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710; // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D; // System.IConvertible struct IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.IO.IOException struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910; // System.Security.Principal.IPrincipal struct IPrincipal_tE7AF5096287F6C3472585E124CB38FF2A51EAB5F; // System.Globalization.ISimpleCollator struct ISimpleCollator_t084383013F96378AFFD4540649E086C9C13BFF5B; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82; // System.Threading.InternalThread struct InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6; // System.Security.Cryptography.KeySizes struct KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4; // System.LocalDataStoreHolder struct LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E; // Mono.Security.Cryptography.MD2 struct MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440; // Mono.Security.Cryptography.MD2Managed struct MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4; // Mono.Security.Cryptography.MD4 struct MD4_t9E90E826415769BD194BE4DA3CC0036DED915147; // Mono.Security.Cryptography.MD4Managed struct MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75; // System.Security.Cryptography.MD5 struct MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MissingMetadataException struct MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4; // System.MulticastDelegate struct MulticastDelegate_t; // System.NotImplementedException struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.ObjectDisposedException struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB; // System.OperatingSystem struct OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557; // System.OutOfMemoryException struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tAA8FDC4E868056A7CB7CB2C4AB4986039B1D91E9; // System.PlatformNotSupportedException struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222; // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t367AC1CC6F4CB51EDA39EB0AA696470F47ED98F0; // System.Security.Cryptography.RSA struct RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t897B29EF76C459408E11A42680C942716D809001; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3; // Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks struct ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC; // Microsoft.Win32.RegistryKey struct RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757; // Internal.Runtime.Augments.RuntimeThread struct RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D; // System.Security.Cryptography.SHA1 struct SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE; // System.Security.Cryptography.SHA256 struct SHA256_t6FEDD761EE6301127DAAF13320E8FD63296837F9; // System.Security.Cryptography.SHA384 struct SHA384_tF08F34C59E6C681882B9DEF2EF07C1A57C45E631; // System.Security.Cryptography.SHA512 struct SHA512_t4D716D49F898611875B880291C726B1D1DE354C8; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629; // Microsoft.Win32.SafeHandles.SafePasswordHandle struct SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449; // System.Security.SecurityElement struct SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55; // Mono.Xml.SecurityParser struct SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; // Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase struct SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665; // System.Globalization.SortVersion struct SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E; // System.Collections.Stack struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; // System.IO.StreamReader struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B; // System.IO.StreamWriter struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // Internal.Runtime.Augments.TaskTraceCallbacks struct TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.IO.TextReader struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7; // System.Threading.Thread struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F; // System.Type struct Type_t; // System.Version struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // Mono.Math.BigInteger/ModulusRing struct ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C; // Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t42B6158911AAA5AA2E051C8FF7807073422E6C25; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; IL2CPP_EXTERN_C RuntimeClass* ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CipherMode_t932070F221590D5F955DE31430C6EAA91B97F027_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoIO_t4111700E5C2D38E1B55C916719E4CB725CBE5FC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Normalization_t15B8C90D2AEC7D6D933322DBDF8850055BDD24AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PaddingMode_t938E0AB76C80739DB1BB44D7D6B9B94C03B72E1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____001D686DB504E20C792EAA07FE09224A45FF328E24A80072D04D16ABC5C2B5D2_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____25E3E48132FBDBE9B7C0C6C54D7C10A5DE12A105AA3E5DE2A0DC808BF245B7A5_19_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____4800FBFC4566EB02D1727A4B1C949CCBC7535C216A0766564C199308631B5DD6_27_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____533B8C444F951E83EFF7305E3807B66CE0005DE0A2D0A44873C130895A3BE6AA_34_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_36_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5DF6E0E2761359D30A8275058E299FCC0381534545F55CF43E41983F5D4C9456_39_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9; IL2CPP_EXTERN_C String_t* _stringLiteral03EFF7DF9326D93282FE001D8C5D0B6CB6BE70D1; IL2CPP_EXTERN_C String_t* _stringLiteral04F339E2067485077633DE2026F6468EC3550949; IL2CPP_EXTERN_C String_t* _stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral08325EBD3F98F56ECBD5A88334753C82A59BB0EB; IL2CPP_EXTERN_C String_t* _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2; IL2CPP_EXTERN_C String_t* _stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD; IL2CPP_EXTERN_C String_t* _stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47; IL2CPP_EXTERN_C String_t* _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1; IL2CPP_EXTERN_C String_t* _stringLiteral13392B52EFB94430696115E80DD2F61A08CD73BE; IL2CPP_EXTERN_C String_t* _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD; IL2CPP_EXTERN_C String_t* _stringLiteral15F97E5D6378242ED54641B00B68E301623A0191; IL2CPP_EXTERN_C String_t* _stringLiteral1AA0FDA6B65028545C8F7711FC736D5C5A891236; IL2CPP_EXTERN_C String_t* _stringLiteral1B9B1B52D6BF40F50B2AA9F11B9FF9FA044E939D; IL2CPP_EXTERN_C String_t* _stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F; IL2CPP_EXTERN_C String_t* _stringLiteral1BC0D3F392E429C58091C7089305518AC4495514; IL2CPP_EXTERN_C String_t* _stringLiteral1DBE229E6977878BCAE564DE96A7571540F0E298; IL2CPP_EXTERN_C String_t* _stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5; IL2CPP_EXTERN_C String_t* _stringLiteral21DDD46A31A90051E0424907A787DB1D19854FDB; IL2CPP_EXTERN_C String_t* _stringLiteral2583C6B49450641041BA8F4B96AFD772ECFDA1F0; IL2CPP_EXTERN_C String_t* _stringLiteral26BC19C1794FE5306D0683456140FAA99FCFBA47; IL2CPP_EXTERN_C String_t* _stringLiteral2945BACA6E6C2621E9D74DD0277D4A481B1FDEE2; IL2CPP_EXTERN_C String_t* _stringLiteral299CFDAC3628FBFA1BFEA492207FAD93E5D99E3C; IL2CPP_EXTERN_C String_t* _stringLiteral2EF947F393DF2D510E54AA24E9F66B1C7A034D18; IL2CPP_EXTERN_C String_t* _stringLiteral2F4BD08A34D0299781F26947721F0D0A3DD83595; IL2CPP_EXTERN_C String_t* _stringLiteral2F711231B5142B5CF16AF94E2BBD10112DFDFD46; IL2CPP_EXTERN_C String_t* _stringLiteral3050B959B65E7987322E043FCD280E4871419178; IL2CPP_EXTERN_C String_t* _stringLiteral320DA2233DCCC5359A1A5EA863847EB34DE6BD1F; IL2CPP_EXTERN_C String_t* _stringLiteral3227BC5517316F41D601A40DC84532F3C724DC04; IL2CPP_EXTERN_C String_t* _stringLiteral32C78D941B97C930AACD7D6E8DB23C25EEB4F0DC; IL2CPP_EXTERN_C String_t* _stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88; IL2CPP_EXTERN_C String_t* _stringLiteral387F7E2809830195F02BCCAE39C49D389AC99CAA; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral399EF27ED119F97131103AEB8BE37840F3FAB67F; IL2CPP_EXTERN_C String_t* _stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A; IL2CPP_EXTERN_C String_t* _stringLiteral3B899E43C7F5ACD46D39930AA357B0AEF6D743CD; IL2CPP_EXTERN_C String_t* _stringLiteral3CE72ACF3DF4A184EC0D0F6A3A71F693781C64CB; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059; IL2CPP_EXTERN_C String_t* _stringLiteral497E0727E6D4098F7DA86E306F0B961AA34D95FF; IL2CPP_EXTERN_C String_t* _stringLiteral50464383888BBD5693B615071F47B3CE97E060CF; IL2CPP_EXTERN_C String_t* _stringLiteral50DE1BB285D002ED67BB2953C8FD097166F79251; IL2CPP_EXTERN_C String_t* _stringLiteral510DDF106C5B1BC34025AB6E18D1490A125BE7EE; IL2CPP_EXTERN_C String_t* _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; IL2CPP_EXTERN_C String_t* _stringLiteral55DAB60CD344FFD34E16292DA4DECD967CD55236; IL2CPP_EXTERN_C String_t* _stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4; IL2CPP_EXTERN_C String_t* _stringLiteral58CD8557F6DA92AF6C70377C1199294381C92BE9; IL2CPP_EXTERN_C String_t* _stringLiteral59A0AFB786E4691413AC381F8D90EBE6733556FE; IL2CPP_EXTERN_C String_t* _stringLiteral59FB80B27DEF7725CF09D21164DD2FF891566700; IL2CPP_EXTERN_C String_t* _stringLiteral5B6805FF35E9D5281B12A6FE89E20C33842F2B82; IL2CPP_EXTERN_C String_t* _stringLiteral5B8103E2B806098B7F46CF08C6D72C8755B125FC; IL2CPP_EXTERN_C String_t* _stringLiteral5BAFAE7F142EC284FAD01F632762C4E5FDD95661; IL2CPP_EXTERN_C String_t* _stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93; IL2CPP_EXTERN_C String_t* _stringLiteral5F0552FD39D0662CC057CFE2B43FEC612634CD8B; IL2CPP_EXTERN_C String_t* _stringLiteral5F6CA27A9C002B63386F4AB67AC0CE31874F8329; IL2CPP_EXTERN_C String_t* _stringLiteral613792EE53A0B97F728C57A10A94F1D8D0DBFFAA; IL2CPP_EXTERN_C String_t* _stringLiteral6AE649B59ED8705B39B85FAAC10AF4962BCBA80C; IL2CPP_EXTERN_C String_t* _stringLiteral6E0EFF2AE2E82A82494EFB90B97FE952EBA39256; IL2CPP_EXTERN_C String_t* _stringLiteral6E7CBC7E2D6914A25B76111E160BC9107C332FA5; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral74CF91B07F8ADC777574DCD61EB37216D06F6040; IL2CPP_EXTERN_C String_t* _stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117; IL2CPP_EXTERN_C String_t* _stringLiteral7574434A66B8CE95810DD546D39A94210FA34C93; IL2CPP_EXTERN_C String_t* _stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA; IL2CPP_EXTERN_C String_t* _stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE; IL2CPP_EXTERN_C String_t* _stringLiteral7C26512813CDF9F1A470756AB50D2C3272536A90; IL2CPP_EXTERN_C String_t* _stringLiteral80581756DEDCE88293CE555E5A87B00CD4001098; IL2CPP_EXTERN_C String_t* _stringLiteral80905910A78441C04EDCE26C733491EBE4B06012; IL2CPP_EXTERN_C String_t* _stringLiteral8294A19DAAE7E1B519B6BFD2EDBE3F2DE6D2AC77; IL2CPP_EXTERN_C String_t* _stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08; IL2CPP_EXTERN_C String_t* _stringLiteral85F02773B30D7E03E02058A46638441028F4AD00; IL2CPP_EXTERN_C String_t* _stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910; IL2CPP_EXTERN_C String_t* _stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA; IL2CPP_EXTERN_C String_t* _stringLiteral92559341F2ABCC1B4508737CEFF7E200AAFFDBAF; IL2CPP_EXTERN_C String_t* _stringLiteral94791E5D8B01F7E850EE91A020593E00567D0FD1; IL2CPP_EXTERN_C String_t* _stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D; IL2CPP_EXTERN_C String_t* _stringLiteral9945C46F805C27E653C641A2C94A196BD0DBF8B7; IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA; IL2CPP_EXTERN_C String_t* _stringLiteralA3D2FB8CDF52221630110111C55A14E4431BD24A; IL2CPP_EXTERN_C String_t* _stringLiteralAA9171B82604177F94F0540D2D89B6A7C2DFFD91; IL2CPP_EXTERN_C String_t* _stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465; IL2CPP_EXTERN_C String_t* _stringLiteralAE60BE73254CE92E65F6AD2CF932EE606D009C69; IL2CPP_EXTERN_C String_t* _stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66; IL2CPP_EXTERN_C String_t* _stringLiteralB274F19DEB1DAD13CEA91A0840C0D4A2A4B61D9E; IL2CPP_EXTERN_C String_t* _stringLiteralB2B8C997017E1D9E29FF00BAA7015161A0CB061F; IL2CPP_EXTERN_C String_t* _stringLiteralB45802233B2EA2711D79F076E5054BA4D43F45CB; IL2CPP_EXTERN_C String_t* _stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7; IL2CPP_EXTERN_C String_t* _stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884; IL2CPP_EXTERN_C String_t* _stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855; IL2CPP_EXTERN_C String_t* _stringLiteralBAADE1C63842D962BC37E4B07F0B56E23A26C022; IL2CPP_EXTERN_C String_t* _stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD; IL2CPP_EXTERN_C String_t* _stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0; IL2CPP_EXTERN_C String_t* _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769; IL2CPP_EXTERN_C String_t* _stringLiteralC5BFB5C09F4338A308B1C13E773BF8DB280836F5; IL2CPP_EXTERN_C String_t* _stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13; IL2CPP_EXTERN_C String_t* _stringLiteralC8FB6FC33F8E8609AC13CC4724E1B2EFB4372240; IL2CPP_EXTERN_C String_t* _stringLiteralCB700205FF65F52AA739D18D7B8B0C06536C7C99; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralCEC49CE5B8EEBB0AE649A7794608079E6C355F17; IL2CPP_EXTERN_C String_t* _stringLiteralCF3843BE796C015B3DD186C8C01C34B6AFA715E0; IL2CPP_EXTERN_C String_t* _stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74; IL2CPP_EXTERN_C String_t* _stringLiteralD1FF669F3ECB73800536C07454B4DAAE967F218F; IL2CPP_EXTERN_C String_t* _stringLiteralD458450CB9160446D8BA3673EB7D7D789190AA1A; IL2CPP_EXTERN_C String_t* _stringLiteralD46621FCDFA78A57FA39EF3174253B2BCFCA7D37; IL2CPP_EXTERN_C String_t* _stringLiteralD50495FC91A1C7AEC9A992D5D9500D59B15669C1; IL2CPP_EXTERN_C String_t* _stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73; IL2CPP_EXTERN_C String_t* _stringLiteralDF2916BA870AAD63B1B4F4894D7E1D3D75B67C40; IL2CPP_EXTERN_C String_t* _stringLiteralDFFAEF88AB5A3F809065C378B083D8FC004BBDEC; IL2CPP_EXTERN_C String_t* _stringLiteralE03F0E8BD5B2AD590D338099433909F2EC1CA1A3; IL2CPP_EXTERN_C String_t* _stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D; IL2CPP_EXTERN_C String_t* _stringLiteralE2767B4C7FAB874884447DF63BCC631A932F0791; IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33; IL2CPP_EXTERN_C String_t* _stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A; IL2CPP_EXTERN_C String_t* _stringLiteralEB63EA7F58D711F498E0BB0F926FC84C68C8D66B; IL2CPP_EXTERN_C String_t* _stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE; IL2CPP_EXTERN_C String_t* _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8; IL2CPP_EXTERN_C String_t* _stringLiteralF7AA791C8152A98FFF08ACB38CDB66499C02C97D; IL2CPP_EXTERN_C String_t* _stringLiteralF913FD0E6BCC655D2EACC6F872E51A8CCFFCF30B; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFB2E986E9E07982A6A04C95234AA062599E8290F; IL2CPP_EXTERN_C String_t* _stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6; IL2CPP_EXTERN_C String_t* _stringLiteralFDFFCBE52CD5868962A74FD41070D002A9FEB64C; IL2CPP_EXTERN_C String_t* _stringLiteralFE5608689A78F2B2E22DD51D425B35B5F61492F6; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_ToString_mE18295EBB1FBB83DD41C53D3117EA1B966F8B2D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Multiply_mC4E28871445C26709E19A84874A3302C805A1F7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_ExportParameters_mCA440B6E4652B5A24A56D190ED01899D6B9B39C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_ImportParameters_m326A9A940E208CF397F24B83A52DD244CC3413D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Kernel_modInverse_m9ECF1364E209143C6470B9D0919489403AB39A60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence__ctor_mA9CF6D2A57F6DD77FD4E371A8309CA4AB7AB74BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ModulusRing_BarrettReduction_m09402090783EAC026D010468C3D70A99FB9DC952_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ModulusRing_Difference_mA8D2F5FD606B235EA8C28BDEB4CAF9439EA8A875_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKCS1_Encode_v15_mF498426660815E217EA50F7E7AB70902D2975867_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PrimalityTests_RabinMillerTest_m6297428B1D601C0DECB933D15488403420C57B86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_EncryptValue_mAEC76FFE5B18C07167BB68E2A6C11D4C2B4DC909_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ExportParameters_m3412824D80FD49374DA3483AE597B263F7F8EDB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ImportParameters_mB149F665DE85B6AD6BE7DE17FED3FD30EC5B86F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ToXmlString_mD7E7B7F7A44EA3D0D0A787D3CF9115AD16AED1A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_get_KeySize_m7898CE68B2E0968B04C36DE8499603E3676FD7A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_OpenSubKey_m096C287ECF6C7A3D8B8F14986969D40A3FEAC6D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SafeHandleCache_1_IsCachedInvalidHandle_m087B59F3E76BF959B1382DCBECAAD70981455C77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CompareOrdinal_mD47B989E9AABCC58368D9A65D53B7995240BB1FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CompareTo_mB3C343642248A69BB1250CFAD23C40436858F38E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m2EF6437AB4FBE15EDEE5BB97D3C1EA5E4E2E3551_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_mC0521D93E3608D6A004D12B1921058A021987CAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Copy_m7FAF3BF75F67518701F91B8509D073FCDB8CFA71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Ctor_m55B098E6C6B49A905205C4F2A7A077681900319D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Format_mBFACD7FE8657957CE3D5DA54D519AB418AF421E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Intern_mF8CC2A80F26A43BC02DAFEDEDA3589F7CF3B1D28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Join_mE405D676C6881553258F8BAD40A20B462D611068_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_PadRight_m7C573780177B3246D67D860C2A75AEF5832C7543_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Remove_m8266E0BF5D8565D4CDC850F21E9178AE254C3E85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ReplaceHelper_mBEF426D6843AA1AFFF1C10A1517F1CCC196DA8FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_SplitInternal_m745427B49FF0A688443186ED70A9345301773B2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* String_wcslen_m79ECEB590AFBC6D77044F93DAB5C6D89AF451348_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_CTS_m12D5F610EE655EAA45C242FFF1562E35F19EFB38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_FinalEncrypt_m775C9EDD70331BA2B0041013D7F661359C72A870_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_OFB_m0076F15213CF7F0A6A92B392ED385D880A356BE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_TransformFinalBlock_m8AAC099BF98ACA50C9EDDC7239621A5EEB5D18B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform_Transform_m05EF3281440E78531E64DE20DA249812B9BA7112_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_RuntimeMethod_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Buffers.ArrayPool`1 struct ArrayPool_1_tEE934B4A44CDA39BED8CBAF50F7C0E2E9E1ACC01 : public RuntimeObject { }; struct ArrayPool_1_tEE934B4A44CDA39BED8CBAF50F7C0E2E9E1ACC01_StaticFields { // System.Buffers.ArrayPool`1 System.Buffers.ArrayPool`1::k__BackingField ArrayPool_1_tEE934B4A44CDA39BED8CBAF50F7C0E2E9E1ACC01* ___U3CSharedU3Ek__BackingField_0; }; // System.EmptyArray`1 struct EmptyArray_1_t7BBC8CED754F364A777871A238BBBE3F94FFDDE1 : public RuntimeObject { }; struct EmptyArray_1_t7BBC8CED754F364A777871A238BBBE3F94FFDDE1_StaticFields { // T[] System.EmptyArray`1::Value CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___Value_0; }; // System.EmptyArray`1 struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject { }; struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields { // T[] System.EmptyArray`1::Value ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value_0; }; // Mono.Security.ASN1 struct ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4 : public RuntimeObject { // System.Byte Mono.Security.ASN1::m_nTag uint8_t ___m_nTag_0; // System.Byte[] Mono.Security.ASN1::m_aValue ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___m_aValue_1; // System.Collections.ArrayList Mono.Security.ASN1::elist ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___elist_2; }; struct Il2CppArrayBounds; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject { // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject* ____syncRoot_3; }; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8 : public RuntimeObject { // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___LegalKeySizesValue_1; }; // Mono.Math.BigInteger struct BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED : public RuntimeObject { // System.UInt32 Mono.Math.BigInteger::length uint32_t ___length_0; // System.UInt32[] Mono.Math.BigInteger::data UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___data_1; }; struct BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields { // System.UInt32[] Mono.Math.BigInteger::smallPrimes UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___smallPrimes_2; // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng_3; }; // System.CharEnumerator struct CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D : public RuntimeObject { // System.String System.CharEnumerator::_str String_t* ____str_0; // System.Int32 System.CharEnumerator::_index int32_t ____index_1; // System.Char System.CharEnumerator::_currentElement Il2CppChar ____currentElement_2; }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject { }; // System.Security.Cryptography.CspParameters struct CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3 : public RuntimeObject { // System.Int32 System.Security.Cryptography.CspParameters::ProviderType int32_t ___ProviderType_0; // System.String System.Security.Cryptography.CspParameters::ProviderName String_t* ___ProviderName_1; // System.String System.Security.Cryptography.CspParameters::KeyContainerName String_t* ___KeyContainerName_2; // System.Int32 System.Security.Cryptography.CspParameters::KeyNumber int32_t ___KeyNumber_3; // System.Int32 System.Security.Cryptography.CspParameters::m_flags int32_t ___m_flags_4; }; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject* ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37; // System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_39; }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.Decoder struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC : public RuntimeObject { // System.Text.DecoderFallback System.Text.Decoder::_fallback DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ____fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::_fallbackBuffer DecoderFallbackBuffer_t02E41C0BEC894A17CFE1A1FE88A2388DFDA05A73* ____fallbackBuffer_1; }; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject { // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14; }; struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields { // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7; // System.Collections.Generic.Dictionary`2 modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject* ___s_InternalSyncObject_15; }; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject { }; struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields { // System.EventArgs System.EventArgs::Empty EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0; }; // System.Runtime.ExceptionServices.ExceptionDispatchInfo struct ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757 : public RuntimeObject { // System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception Exception_t* ___m_Exception_0; // System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace RuntimeObject* ___m_stackTrace_1; }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D : public RuntimeObject { // System.Boolean System.Security.Cryptography.HashAlgorithm::_disposed bool ____disposed_0; // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_1; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___HashValue_2; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_3; }; // Internal.Cryptography.Helpers struct Helpers_t75729D72211ADFAC5F82A17CECA6E5DA0A53A367 : public RuntimeObject { }; // Mono.Security.Cryptography.KeyBuilder struct KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7 : public RuntimeObject { }; struct KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_StaticFields { // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::rng RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng_0; }; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6 : public RuntimeObject { // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ____params_4; // System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue String_t* ____keyvalue_5; // System.String Mono.Security.Cryptography.KeyPairPersistence::_filename String_t* ____filename_6; // System.String Mono.Security.Cryptography.KeyPairPersistence::_container String_t* ____container_7; }; struct KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields { // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists bool ____userPathExists_0; // System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath String_t* ____userPath_1; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists bool ____machinePathExists_2; // System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath String_t* ____machinePath_3; // System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj RuntimeObject* ___lockobj_8; }; // System.Security.Cryptography.KeySizes struct KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4 : public RuntimeObject { // System.Int32 System.Security.Cryptography.KeySizes::m_minSize int32_t ___m_minSize_0; // System.Int32 System.Security.Cryptography.KeySizes::m_maxSize int32_t ___m_maxSize_1; // System.Int32 System.Security.Cryptography.KeySizes::m_skipSize int32_t ___m_skipSize_2; }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // Mono.Security.Cryptography.PKCS1 struct PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35 : public RuntimeObject { }; struct PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields { // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___emptySHA1_0; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA256 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___emptySHA256_1; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA384 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___emptySHA384_2; // System.Byte[] Mono.Security.Cryptography.PKCS1::emptySHA512 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___emptySHA512_3; }; // Mono.Math.Prime.PrimalityTests struct PrimalityTests_t59DDB4105BF95E430BD1F7A1E7E25EA08C7456E7 : public RuntimeObject { }; // Mono.Math.Prime.Generator.PrimeGeneratorBase struct PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010 : public RuntimeObject { }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3 : public RuntimeObject { }; // Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks struct ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC : public RuntimeObject { }; // Microsoft.Win32.Registry struct Registry_t918154596010E3158C192D5EE45B1FCE738454B2 : public RuntimeObject { }; struct Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields { // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::ClassesRoot RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___ClassesRoot_0; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentConfig RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___CurrentConfig_1; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentUser RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___CurrentUser_2; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::DynData RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___DynData_3; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::LocalMachine RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___LocalMachine_4; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::PerformanceData RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___PerformanceData_5; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::Users RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* ___Users_6; }; // Microsoft.Win32.RegistryKey struct RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757 : public RuntimeObject { }; // Internal.Runtime.Augments.RuntimeAugments struct RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14 : public RuntimeObject { }; struct RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_StaticFields { // Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks Internal.Runtime.Augments.RuntimeAugments::s_reflectionExecutionDomainCallbacks ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* ___s_reflectionExecutionDomainCallbacks_0; }; // Internal.Runtime.Augments.RuntimeThread struct RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D : public RuntimeObject { // System.Threading.Thread Internal.Runtime.Augments.RuntimeThread::thread Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___thread_1; }; struct RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_StaticFields { // System.Int32 Internal.Runtime.Augments.RuntimeThread::OptimalMaxSpinWaitsPerSpinIteration int32_t ___OptimalMaxSpinWaitsPerSpinIteration_0; }; // System.Security.SecurityElement struct SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55 : public RuntimeObject { // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___children_3; }; struct SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55_StaticFields { // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___invalid_chars_8; }; // Mono.Xml.SmallXmlParser struct SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB : public RuntimeObject { // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t* ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_tA1915AF130F946A711F08B9795F5EF814492D827* ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t* ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; }; // Internal.Threading.Tasks.Tracing.TaskTrace struct TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC : public RuntimeObject { }; struct TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_StaticFields { // Internal.Runtime.Augments.TaskTraceCallbacks Internal.Threading.Tasks.Tracing.TaskTrace::s_callbacks TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* ___s_callbacks_0; }; // Internal.Runtime.Augments.TaskTraceCallbacks struct TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71 : public RuntimeObject { }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // Microsoft.Win32.Win32Native struct Win32Native_tC38D13C09A83EE75F833498628E6C79E3C760A62 : public RuntimeObject { }; // Mono.Math.BigInteger/Kernel struct Kernel_t3AC2915A00B0D7FE013B32B9FFFCDA259C9E33AF : public RuntimeObject { }; // Mono.Math.BigInteger/ModulusRing struct ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C : public RuntimeObject { // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::mod BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___mod_0; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::constant BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___constant_1; }; // System.Nullable`1 struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value bool ___value_1; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // System.Security.Cryptography.DSA struct DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41 : public AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8 { }; // System.Security.Cryptography.DSAParameters struct DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 { // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // Native definition for COM marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9_marshaled_com { Il2CppSafeArray/*NONE*/* ___P_0; Il2CppSafeArray/*NONE*/* ___Q_1; Il2CppSafeArray/*NONE*/* ___G_2; Il2CppSafeArray/*NONE*/* ___Y_3; Il2CppSafeArray/*NONE*/* ___J_4; Il2CppSafeArray/*NONE*/* ___X_5; Il2CppSafeArray/*NONE*/* ___Seed_6; int32_t ___Counter_7; }; // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { // System.UInt64 System.DateTime::_dateData uint64_t ____dateData_46; }; struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { // System.Int32[] System.DateTime::s_daysToMonth365 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30; // System.Int32[] System.DateTime::s_daysToMonth366 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31; // System.DateTime System.DateTime::MinValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32; // System.DateTime System.DateTime::MaxValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33; // System.DateTime System.DateTime::UnixEpoch DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34; }; // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields { // System.Decimal System.Decimal::Zero Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3; // System.Decimal System.Decimal::One Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4; // System.Decimal System.Decimal::MinusOne Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5; // System.Decimal System.Decimal::MaxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6; // System.Decimal System.Decimal::MinValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7; }; // System.Text.DecoderNLS struct DecoderNLS_tF18CBF663DFA66748F619AD7C6D6C4859DBFA80B : public Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC { // System.Text.Encoding System.Text.DecoderNLS::_encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_2; // System.Boolean System.Text.DecoderNLS::_mustFlush bool ____mustFlush_3; // System.Boolean System.Text.DecoderNLS::_throwOnOverflow bool ____throwOnOverflow_4; // System.Int32 System.Text.DecoderNLS::_bytesUsed int32_t ____bytesUsed_5; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // System.Guid struct Guid_t { // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; }; struct Guid_t_StaticFields { // System.Guid System.Guid::Empty Guid_t ___Empty_0; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // Mono.Security.Cryptography.MD2 struct MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440 : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // Mono.Security.Cryptography.MD4 struct MD4_t9E90E826415769BD194BE4DA3CC0036DED915147 : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // System.Security.Cryptography.MD5 struct MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // System.ParamsArray struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C { // System.Object System.ParamsArray::_arg0 RuntimeObject* ____arg0_3; // System.Object System.ParamsArray::_arg1 RuntimeObject* ____arg1_4; // System.Object System.ParamsArray::_arg2 RuntimeObject* ____arg2_5; // System.Object[] System.ParamsArray::_args ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____args_6; }; struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_StaticFields { // System.Object[] System.ParamsArray::s_oneArgArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_oneArgArray_0; // System.Object[] System.ParamsArray::s_twoArgArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_twoArgArray_1; // System.Object[] System.ParamsArray::s_threeArgArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_threeArgArray_2; }; // Native definition for P/Invoke marshalling of System.ParamsArray struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_pinvoke { Il2CppIUnknown* ____arg0_3; Il2CppIUnknown* ____arg1_4; Il2CppIUnknown* ____arg2_5; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____args_6; }; // Native definition for COM marshalling of System.ParamsArray struct ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C_marshaled_com { Il2CppIUnknown* ____arg0_3; Il2CppIUnknown* ____arg1_4; Il2CppIUnknown* ____arg2_5; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____args_6; }; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_t367AC1CC6F4CB51EDA39EB0AA696470F47ED98F0 : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // System.Security.Cryptography.RSA struct RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A : public AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8 { }; // System.Security.Cryptography.RSAParameters struct RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF { // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___D_7; }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // Native definition for COM marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF_marshaled_com { Il2CppSafeArray/*NONE*/* ___Exponent_0; Il2CppSafeArray/*NONE*/* ___Modulus_1; Il2CppSafeArray/*NONE*/* ___P_2; Il2CppSafeArray/*NONE*/* ___Q_3; Il2CppSafeArray/*NONE*/* ___DP_4; Il2CppSafeArray/*NONE*/* ___DQ_5; Il2CppSafeArray/*NONE*/* ___InverseQ_6; Il2CppSafeArray/*NONE*/* ___D_7; }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.Security.Cryptography.SHA1 struct SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // System.Security.Cryptography.SHA256 struct SHA256_t6FEDD761EE6301127DAAF13320E8FD63296837F9 : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // System.Security.Cryptography.SHA384 struct SHA384_tF08F34C59E6C681882B9DEF2EF07C1A57C45E631 : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // System.Security.Cryptography.SHA512 struct SHA512_t4D716D49F898611875B880291C726B1D1DE354C8 : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D { }; // Mono.Xml.SecurityParser struct SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652 : public SmallXmlParser_tA3B98D88B89ED52CBE3AD0637C8912934A4C9DBB { // System.Security.SecurityElement Mono.Xml.SecurityParser::root SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* ___root_12; // System.Security.SecurityElement Mono.Xml.SecurityParser::current SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* ___current_13; // System.Collections.Stack Mono.Xml.SecurityParser::stack Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___stack_14; }; // Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase struct SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665 : public PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010 { }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3; }; struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { // System.IO.Stream System.IO.Stream::Null Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1; }; // System.IO.TextReader struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { }; struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields { // System.IO.TextReader System.IO.TextReader::Null TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1; }; // System.IO.TextWriter struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___CoreNewLine_3; // System.String System.IO.TextWriter::CoreNewLineStr String_t* ___CoreNewLineStr_4; // System.IFormatProvider System.IO.TextWriter::_internalFormatProvider RuntimeObject* ____internalFormatProvider_5; }; struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_StaticFields { // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Null_1; // System.Char[] System.IO.TextWriter::s_coreNewLine CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_coreNewLine_2; }; // System.Threading.Thread struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 { // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_tF40B7BFCBD60C82BD8475A22FF5186CA10293687* ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject* ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject* ___pending_exception_8; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t* ___m_Delegate_10; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___m_ExecutionContext_11; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_12; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_13; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_14; }; struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_StaticFields { // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t205F1783D5CC2B148E829B5882E5406FF9A3AC1E* ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t1D3339EA4C8650D2DEDDF9553E5C932B3DC2CCFD* ___s_asyncLocalCurrentUICulture_5; }; struct Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_ThreadStaticFields { // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_t789DD474AE5141213C2105CE57830ECFC2D3C03F* ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___current_thread_9; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.String/ProbabilisticMap struct ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B { union { struct { union { }; }; uint8_t ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B__padding[32]; }; }; // Mono.Security.Uri/UriScheme struct UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794 { // System.String Mono.Security.Uri/UriScheme::scheme String_t* ___scheme_0; // System.String Mono.Security.Uri/UriScheme::delimiter String_t* ___delimiter_1; // System.Int32 Mono.Security.Uri/UriScheme::defaultPort int32_t ___defaultPort_2; }; // Native definition for P/Invoke marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_pinvoke { char* ___scheme_0; char* ___delimiter_1; int32_t ___defaultPort_2; }; // Native definition for COM marshalling of Mono.Security.Uri/UriScheme struct UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_com { Il2CppChar* ___scheme_0; Il2CppChar* ___delimiter_1; int32_t ___defaultPort_2; }; // System.ByReference`1 struct ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC { // System.IntPtr System.ByReference`1::_value intptr_t ____value_0; }; // System.ByReference`1 struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 { // System.IntPtr System.ByReference`1::_value intptr_t ____value_0; }; // System.ByReference`1 struct ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 { // System.IntPtr System.ByReference`1::_value intptr_t ____value_0; }; // Internal.Runtime.Augments.AsyncStatus struct AsyncStatus_t4CBB6973B87AB386FD730DE96C9A409737545CD1 { // System.Int32 Internal.Runtime.Augments.AsyncStatus::value__ int32_t ___value___2; }; // System.Reflection.BindingFlags struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C { // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; }; // System.Security.Cryptography.CipherMode struct CipherMode_t932070F221590D5F955DE31430C6EAA91B97F027 { // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___2; }; // System.Globalization.CompareOptions struct CompareOptions_tE5E7275E1FCBD5F8F3B53CC0038A11CABE120B00 { // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; }; // Mono.Math.Prime.ConfidenceFactor struct ConfidenceFactor_tEA44AEA64E9C5F31BCA39BD87C1CAFACC4F4921E { // System.Int32 Mono.Math.Prime.ConfidenceFactor::value__ int32_t ___value___2; }; // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_tE84737C4FE8BB969ADE9D11702DB91D3165D668F { // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; }; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB : public DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41 { // System.Boolean Mono.Security.Cryptography.DSAManaged::keypairGenerated bool ___keypairGenerated_2; // System.Boolean Mono.Security.Cryptography.DSAManaged::m_disposed bool ___m_disposed_3; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::p BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___p_4; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::q BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___q_5; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::g BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___g_6; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::x BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___x_7; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::y BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___y_8; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::j BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___j_9; // Mono.Math.BigInteger Mono.Security.Cryptography.DSAManaged::seed BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___seed_10; // System.Int32 Mono.Security.Cryptography.DSAManaged::counter int32_t ___counter_11; // System.Boolean Mono.Security.Cryptography.DSAManaged::j_missing bool ___j_missing_12; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::rng RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng_13; // Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.DSAManaged::KeyGenerated KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* ___KeyGenerated_14; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.Exception struct Exception_t : public RuntimeObject { // 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.ExceptionArgument struct ExceptionArgument_t60E7F8D9DE5362CBE9365893983C30302D83B778 { // System.Int32 System.ExceptionArgument::value__ int32_t ___value___2; }; // System.ExceptionResource struct ExceptionResource_t609A85E253A4E615583553D91D839E2E79FDFBD9 { // System.Int32 System.ExceptionResource::value__ int32_t ___value___2; }; // System.IO.FileAccess struct FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30 { // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; }; // System.IO.FileMode struct FileMode_t111B48D5347628AEFCBF9A0EC2833827A302ECBA { // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; }; // Mono.Security.Cryptography.MD2Managed struct MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4 : public MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440 { // System.Byte[] Mono.Security.Cryptography.MD2Managed::state ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___state_4; // System.Byte[] Mono.Security.Cryptography.MD2Managed::checksum ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___checksum_5; // System.Byte[] Mono.Security.Cryptography.MD2Managed::buffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer_6; // System.Int32 Mono.Security.Cryptography.MD2Managed::count int32_t ___count_7; // System.Byte[] Mono.Security.Cryptography.MD2Managed::x ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___x_8; }; struct MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_StaticFields { // System.Byte[] Mono.Security.Cryptography.MD2Managed::PI_SUBST ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___PI_SUBST_9; }; // Mono.Security.Cryptography.MD4Managed struct MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75 : public MD4_t9E90E826415769BD194BE4DA3CC0036DED915147 { // System.UInt32[] Mono.Security.Cryptography.MD4Managed::state UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___state_4; // System.Byte[] Mono.Security.Cryptography.MD4Managed::buffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer_5; // System.UInt32[] Mono.Security.Cryptography.MD4Managed::count UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___count_6; // System.UInt32[] Mono.Security.Cryptography.MD4Managed::x UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___x_7; // System.Byte[] Mono.Security.Cryptography.MD4Managed::digest ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___digest_8; }; // System.IO.MonoIOError struct MonoIOError_tC94D69F85D2C23B3229AE92B97381C7F9351D947 { // System.Int32 System.IO.MonoIOError::value__ int32_t ___value___2; }; // System.Text.NormalizationForm struct NormalizationForm_t000C9151F649215BBA45A3AC3FB73C317B86EE7B { // System.Int32 System.Text.NormalizationForm::value__ int32_t ___value___2; }; // System.Security.Cryptography.PaddingMode struct PaddingMode_t938E0AB76C80739DB1BB44D7D6B9B94C03B72E1D { // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___2; }; // System.PlatformID struct PlatformID_t9C84323A65D2A39DBEB7A922286A9E9836B8BECA { // System.Int32 System.PlatformID::value__ int32_t ___value___2; }; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t897B29EF76C459408E11A42680C942716D809001 : public RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A { // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding bool ___keyBlinding_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_4; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___d_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___p_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___q_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___dp_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___dq_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___qInv_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n_12; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___e_13; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* ___KeyGenerated_14; }; // Microsoft.Win32.RegistryHive struct RegistryHive_t877AA0AF2EC57C312AEEF683564E56549FFE6504 { // System.Int32 Microsoft.Win32.RegistryHive::value__ int32_t ___value___2; }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 { // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 { // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; }; // System.IO.StreamReader struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 { // System.IO.Stream System.IO.StreamReader::_stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____stream_3; // System.Text.Encoding System.IO.StreamReader::_encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_4; // System.Text.Decoder System.IO.StreamReader::_decoder Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ____decoder_5; // System.Byte[] System.IO.StreamReader::_byteBuffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____byteBuffer_6; // System.Char[] System.IO.StreamReader::_charBuffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charBuffer_7; // System.Int32 System.IO.StreamReader::_charPos int32_t ____charPos_8; // System.Int32 System.IO.StreamReader::_charLen int32_t ____charLen_9; // System.Int32 System.IO.StreamReader::_byteLen int32_t ____byteLen_10; // System.Int32 System.IO.StreamReader::_bytePos int32_t ____bytePos_11; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_12; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_13; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_14; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_15; // System.Boolean System.IO.StreamReader::_closable bool ____closable_16; // System.Threading.Tasks.Task System.IO.StreamReader::_asyncReadTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ____asyncReadTask_17; }; struct StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B_StaticFields { // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* ___Null_2; }; // System.IO.StreamWriter struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4 : public TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3 { // System.IO.Stream System.IO.StreamWriter::_stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ____stream_7; // System.Text.Encoding System.IO.StreamWriter::_encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_8; // System.Text.Encoder System.IO.StreamWriter::_encoder Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* ____encoder_9; // System.Byte[] System.IO.StreamWriter::_byteBuffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____byteBuffer_10; // System.Char[] System.IO.StreamWriter::_charBuffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____charBuffer_11; // System.Int32 System.IO.StreamWriter::_charPos int32_t ____charPos_12; // System.Int32 System.IO.StreamWriter::_charLen int32_t ____charLen_13; // System.Boolean System.IO.StreamWriter::_autoFlush bool ____autoFlush_14; // System.Boolean System.IO.StreamWriter::_haveWrittenPreamble bool ____haveWrittenPreamble_15; // System.Boolean System.IO.StreamWriter::_closable bool ____closable_16; // System.Threading.Tasks.Task System.IO.StreamWriter::_asyncWriteTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ____asyncWriteTask_17; }; struct StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_StaticFields { // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* ___Null_6; }; // System.StringComparison struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D { // System.Int32 System.StringComparison::value__ int32_t ___value___2; }; // System.StringSplitOptions struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062 { // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; }; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4 : public RuntimeObject { // System.String System.Globalization.TextInfo::m_listSeparator String_t* ___m_listSeparator_0; // System.Boolean System.Globalization.TextInfo::m_isReadOnly bool ___m_isReadOnly_1; // System.String System.Globalization.TextInfo::m_cultureName String_t* ___m_cultureName_2; // System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_3; // System.String System.Globalization.TextInfo::m_textInfoName String_t* ___m_textInfoName_4; // System.Nullable`1 System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_IsAsciiCasingSameAsInvariant_5; // System.String System.Globalization.TextInfo::customCultureName String_t* ___customCultureName_7; // System.Int32 System.Globalization.TextInfo::m_nDataItem int32_t ___m_nDataItem_8; // System.Boolean System.Globalization.TextInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Int32 System.Globalization.TextInfo::m_win32LangID int32_t ___m_win32LangID_10; }; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4_StaticFields { // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___s_Invariant_6; }; // System.TypeCode struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79 { // System.Int32 System.TypeCode::value__ int32_t ___value___2; }; // Mono.Math.BigInteger/Sign struct Sign_t1C211F0737AEDA6EBBFB17A8A0A8B7B3EB3FA758 { // System.Int32 Mono.Math.BigInteger/Sign::value__ int32_t ___value___2; }; // System.Environment/SpecialFolder struct SpecialFolder_t56F21A2E102C08B76C0E40C5CA63A8E9E674E6FD { // System.Int32 System.Environment/SpecialFolder::value__ int32_t ___value___2; }; // System.String/TrimType struct TrimType_t81946A781778EF25C900B457CBC82E94409AC39A { // System.Int32 System.String/TrimType::value__ int32_t ___value___2; }; // Interop/Sys/FileStatusFlags struct FileStatusFlags_tB53E2B9A54305CDCEA49884DEEDB8C62C8ACC9C9 { // System.Int32 Interop/Sys/FileStatusFlags::value__ int32_t ___value___2; }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D { // System.ByReference`1 System.ReadOnlySpan`1::_pointer ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC ____pointer_0; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_1; }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 { // System.ByReference`1 System.ReadOnlySpan`1::_pointer ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_1; }; // System.ReadOnlySpan`1 struct ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 { // System.ByReference`1 System.ReadOnlySpan`1::_pointer ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 ____pointer_0; // System.Int32 System.ReadOnlySpan`1::_length int32_t ____length_1; }; // System.Span`1 struct Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D { // System.ByReference`1 System.Span`1::_pointer ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0; // System.Int32 System.Span`1::_length int32_t ____length_1; }; // System.Span`1 struct Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 { // System.ByReference`1 System.Span`1::_pointer ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 ____pointer_0; // System.Int32 System.Span`1::_length int32_t ____length_1; }; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57 : public RuntimeObject { // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_5; // System.String System.Globalization.CompareInfo::_sortName String_t* ____sortName_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_tBB62978F95905541FC817E11F73A0B1DB392F07E* ___m_SortVersion_7; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_8; // System.Globalization.ISimpleCollator System.Globalization.CompareInfo::collator RuntimeObject* ___collator_9; }; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields { // System.Globalization.CompareInfo System.Globalization.CompareInfo::Invariant CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___Invariant_4; // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_tFA0E7CD5951B83DD87A65E89D971A68E538F9470* ___collators_10; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_11; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_12; }; // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_6; // System.String System.IO.FileStream::name String_t* ___name_7; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle_8; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_9; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_10; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_11; // System.Boolean System.IO.FileStream::owner bool ___owner_12; // System.Boolean System.IO.FileStream::async bool ___async_13; // System.Boolean System.IO.FileStream::canseek bool ___canseek_14; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_15; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_16; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_17; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_18; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_19; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_20; }; struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields { // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle_4; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject* ___buf_recycle_lock_5; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // System.OperatingSystem struct OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557 : public RuntimeObject { // System.Version System.OperatingSystem::_version Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ____version_0; // System.PlatformID System.OperatingSystem::_platform int32_t ____platform_1; // System.String System.OperatingSystem::_servicePack String_t* ____servicePack_2; // System.String System.OperatingSystem::_versionString String_t* ____versionString_3; }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { }; // Microsoft.Win32.SafeHandles.SafePasswordHandle struct SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 { }; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8 : public RuntimeObject { // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::BlockSizeValue int32_t ___BlockSizeValue_0; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::FeedbackSizeValue int32_t ___FeedbackSizeValue_1; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::IVValue ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___IVValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* ___LegalKeySizesValue_5; // System.Int32 System.Security.Cryptography.SymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_6; // System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::ModeValue int32_t ___ModeValue_7; // System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::PaddingValue int32_t ___PaddingValue_8; }; // Mono.Security.Cryptography.SymmetricTransform struct SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43 : public RuntimeObject { // System.Security.Cryptography.SymmetricAlgorithm Mono.Security.Cryptography.SymmetricTransform::algo SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* ___algo_0; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::encrypt bool ___encrypt_1; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::BlockSizeByte int32_t ___BlockSizeByte_2; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___temp_3; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::temp2 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___temp2_4; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workBuff ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___workBuff_5; // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::workout ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___workout_6; // System.Security.Cryptography.PaddingMode Mono.Security.Cryptography.SymmetricTransform::padmode int32_t ___padmode_7; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::FeedBackByte int32_t ___FeedBackByte_8; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::m_disposed bool ___m_disposed_9; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::lastBlock bool ___lastBlock_10; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.SymmetricTransform::_rng RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ____rng_11; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // Interop/Sys/FileStatus struct FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 { // Interop/Sys/FileStatusFlags Interop/Sys/FileStatus::Flags int32_t ___Flags_0; // System.Int32 Interop/Sys/FileStatus::Mode int32_t ___Mode_1; // System.UInt32 Interop/Sys/FileStatus::Uid uint32_t ___Uid_2; // System.UInt32 Interop/Sys/FileStatus::Gid uint32_t ___Gid_3; // System.Int64 Interop/Sys/FileStatus::Size int64_t ___Size_4; // System.Int64 Interop/Sys/FileStatus::ATime int64_t ___ATime_5; // System.Int64 Interop/Sys/FileStatus::ATimeNsec int64_t ___ATimeNsec_6; // System.Int64 Interop/Sys/FileStatus::MTime int64_t ___MTime_7; // System.Int64 Interop/Sys/FileStatus::MTimeNsec int64_t ___MTimeNsec_8; // System.Int64 Interop/Sys/FileStatus::CTime int64_t ___CTime_9; // System.Int64 Interop/Sys/FileStatus::CTimeNsec int64_t ___CTimeNsec_10; // System.Int64 Interop/Sys/FileStatus::BirthTime int64_t ___BirthTime_11; // System.Int64 Interop/Sys/FileStatus::BirthTimeNsec int64_t ___BirthTimeNsec_12; // System.Int64 Interop/Sys/FileStatus::Dev int64_t ___Dev_13; // System.Int64 Interop/Sys/FileStatus::Ino int64_t ___Ino_14; // System.UInt32 Interop/Sys/FileStatus::UserFlags uint32_t ___UserFlags_15; }; // System.Collections.Generic.ValueListBuilder`1 struct ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B { // System.Span`1 System.Collections.Generic.ValueListBuilder`1::_span Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ____span_0; // T[] System.Collections.Generic.ValueListBuilder`1::_arrayFromPool Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____arrayFromPool_1; // System.Int32 System.Collections.Generic.ValueListBuilder`1::_pos int32_t ____pos_2; }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.IO.FileStatus struct FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5 { // Interop/Sys/FileStatus System.IO.FileStatus::_fileStatus FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 ____fileStatus_0; // System.Int32 System.IO.FileStatus::_fileStatusInitialized int32_t ____fileStatusInitialized_1; // System.Boolean System.IO.FileStatus::k__BackingField bool ___U3CInitiallyDirectoryU3Ek__BackingField_2; // System.Boolean System.IO.FileStatus::_isDirectory bool ____isDirectory_3; // System.Boolean System.IO.FileStatus::_exists bool ____exists_4; }; // Native definition for P/Invoke marshalling of System.IO.FileStatus struct FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5_marshaled_pinvoke { FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 ____fileStatus_0; int32_t ____fileStatusInitialized_1; int32_t ___U3CInitiallyDirectoryU3Ek__BackingField_2; int32_t ____isDirectory_3; int32_t ____exists_4; }; // Native definition for COM marshalling of System.IO.FileStatus struct FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5_marshaled_com { FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 ____fileStatus_0; int32_t ____fileStatusInitialized_1; int32_t ___U3CInitiallyDirectoryU3Ek__BackingField_2; int32_t ____isDirectory_3; int32_t ____exists_4; }; // System.IO.IOException struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NotImplementedException struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.OutOfMemoryException struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Threading.ParameterizedThreadStart struct ParameterizedThreadStart_tAA8FDC4E868056A7CB7CB2C4AB4986039B1D91E9 : public MulticastDelegate_t { }; // Mono.Math.Prime.PrimalityTest struct PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222 : public MulticastDelegate_t { }; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E : public SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629 { }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449 : public SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629 { }; // System.TypeLoadException struct TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.TypeLoadException::ClassName String_t* ___ClassName_18; // System.String System.TypeLoadException::AssemblyName String_t* ___AssemblyName_19; // System.String System.TypeLoadException::MessageArg String_t* ___MessageArg_20; // System.Int32 System.TypeLoadException::ResourceId int32_t ___ResourceId_21; }; // Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA : public MulticastDelegate_t { }; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC : public MulticastDelegate_t { }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { // System.Object System.ArgumentOutOfRangeException::_actualValue RuntimeObject* ____actualValue_19; }; // System.IO.FileSystemInfo struct FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.FileStatus System.IO.FileSystemInfo::_fileStatus FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5 ____fileStatus_1; // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_2; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_3; // System.String System.IO.FileSystemInfo::_name String_t* ____name_4; }; // System.ObjectDisposedException struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB { // System.String System.ObjectDisposedException::_objectName String_t* ____objectName_18; }; // System.PlatformNotSupportedException struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A { }; // System.TypeAccessException struct TypeAccessException_tE5A715168AAF4BFC4BEE9C1242794621C98AE233 : public TypeLoadException_t6333E3083F7BFF1A582969E6F67ACBA8B0035C32 { }; // System.IO.DirectoryInfo struct DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2 : public FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9 { }; // System.Reflection.MissingMetadataException struct MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4 : public TypeAccessException_tE5A715168AAF4BFC4BEE9C1242794621C98AE233 { }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray { ALIGN_FIELD (8) uint32_t m_Items[1]; 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; } }; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03 : public RuntimeArray { ALIGN_FIELD (8) KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* m_Items[1]; inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4** 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, KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; 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); } }; // Mono.Math.BigInteger[] struct BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA : public RuntimeArray { ALIGN_FIELD (8) BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* m_Items[1]; inline BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED** 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, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray { ALIGN_FIELD (8) Il2CppChar m_Items[1]; inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Boolean Microsoft.Win32.SafeHandles.SafeHandleCache`1::IsCachedInvalidHandle(System.Runtime.InteropServices.SafeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeHandleCache_1_IsCachedInvalidHandle_mCDFD0C96101A9CCC108976DBCA6C9E6E04347327_gshared (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* ___handle0, const RuntimeMethod* method) ; // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, const RuntimeMethod* method) ; // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) ; // System.Void System.Span`1::.ctor(System.Void*,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.ValueListBuilder`1::.ctor(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_gshared (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ___initialSpan0, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.ValueListBuilder`1::Append(T) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_gshared_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, int32_t ___item0, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.ValueListBuilder`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_gshared_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.Collections.Generic.ValueListBuilder`1::AsSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_gshared (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.ValueListBuilder`1::Dispose() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_gshared_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) ; // System.Int32 System.ReadOnlySpan`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_gshared_inline (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282* __this, const RuntimeMethod* method) ; // System.Void System.Span`1::.ctor(T&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::Slice(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::CopyTo(System.Span`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::.ctor(T&,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.ReadOnlySpan`1::op_Implicit(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_gshared (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, const RuntimeMethod* method) ; // T[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline (const RuntimeMethod* method) ; // System.Boolean System.ReadOnlySpan`1::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_gshared (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282* __this, const RuntimeMethod* method) ; // System.Boolean System.MemoryExtensions::SequenceEqual(System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___other1, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::.ctor(System.Void*,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) ; // T[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_gshared_inline (const RuntimeMethod* method) ; // System.Int32 System.Span`1::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.ValueListBuilder`1::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueListBuilder_1_Grow_m77CD139AE5695E19D15528EDCABC2DBC5232442A_gshared (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Uri/UriScheme::.ctor(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761 (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794* __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) ; // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* RandomNumberGenerator_Create_mA8AC78824FF028898D2CEA52AF9B5BE6D6081009 (const RuntimeMethod* method) ; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* KeyBuilder_get_Rng_mB604424A34E95E793EE555D5A03CACBE39B48752 (const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_mA9CF6D2A57F6DD77FD4E371A8309CA4AB7AB74BB (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ; // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* KeyPairPersistence_Copy_m320505D554BCEF6AA9DE3F6D1DED07B0A033F08B (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ___p0, const RuntimeMethod* method) ; // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ; // System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_ContainerName_m8D8C13269CAE68C05C03F2BEBF8DCF457F41A70F (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m47B2846E44214E013BF3069B0F9015AD223FF16E (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, RuntimeObject* ___arg24, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseMachineKeyStore_mC205E96F075F8B1504C2AB7CB333E3BBEB841968 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9 (const RuntimeMethod* method) ; // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method) ; // System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B (const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_CanChange_m08CF9AB244D4698E6EA9B302D6A8D9CA0AC3524E (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.Boolean System.IO.File::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_mD7E7A84A6B9E9A9BADBDA7C46AAE0624EF106D85 (String_t* ___path0, const RuntimeMethod* method) ; // System.IO.StreamReader System.IO.File::OpenText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* File_OpenText_mAF4EB695AC541A6C488A4131A577E477147B9620 (String_t* ___path0, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_FromXml_m6D94C0820F4E00B8761FD92E3404E5C583215876 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, String_t* ___xml0, const RuntimeMethod* method) ; // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* File_Open_m9C6D5876B037A5A8341D216B767D4C8BE7084326 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method) ; // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336 (const RuntimeMethod* method) ; // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m1E6CB00AA57A3E35968208F705E444511AD9B5DC (StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding1, const RuntimeMethod* method) ; // System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_ToXml_mC806794E51F1AFCBD05773B5B2B11B1EC54E276E (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectMachine_mDBB36A19D2CE979DFB9AB6BD0D2084B18F5EAC13 (String_t* ___path0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectUser_mAE78C9726A255CE3FB88023166DDDB5CC203269A (String_t* ___path0, const RuntimeMethod* method) ; // System.Void System.IO.File::Delete(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mB5CB249F5370D49747243BCA9C56CCC48D3E6A08 (String_t* ___path0, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4 (RuntimeObject* ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) ; // System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m6294B29BDF0AC7CBB12EE2BB109D6DAA3FE9AF4B (int32_t ___folder0, const RuntimeMethod* method) ; // System.Boolean System.IO.Directory::Exists(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_m1AC1A8910C9883BD4198ECF585C97F09E23C4702 (String_t* ___path0, const RuntimeMethod* method) ; // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* Directory_CreateDirectory_mD89FECDFB25BC52F866DC0B1BB8552334FB249D2 (String_t* ___path0, const RuntimeMethod* method) ; // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6 (String_t* ___msg0, const RuntimeMethod* method) ; // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m5DDF42BBD1BBB5006C6E912240CAE64C8B14FA9C (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* __this, String_t* ___message0, Exception_t* ___inner1, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsUserProtected_m48631BA6570DECA6948643157A84DBD1920F3702 (String_t* ___path0, const RuntimeMethod* method) ; // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mE0612A16064F93C7EBB468D6874777BD70CB50CA (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsMachineProtected_m31F04D6B645C96AEA7DF6B4CB86A612B0BD9FA08 (String_t* ___path0, const RuntimeMethod* method) ; // System.OperatingSystem System.Environment::get_OSVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2 (const RuntimeMethod* method) ; // System.PlatformID System.OperatingSystem::get_Platform() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, const RuntimeMethod* method) ; // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460 (const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__CanSecure_m7377FEDE6AA7E5930B6020C0D76D5FC31CE8ABE8 (Il2CppChar* ___root0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_CanSecure_m85A2B042521110A4332C865E090DCF28E0E44914 (String_t* ___path0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectUser_m253A95820964C7A80A5314BE239035926EF57047 (Il2CppChar* ___path0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectMachine_m898F145BED8C1F7C5D16EC241A7C81EF1FEB4B21 (Il2CppChar* ___path0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsUserProtected_m310A0A4D930A97DCA1F308AB6712FF259D305E95 (Il2CppChar* ___path0, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsMachineProtected_mA0FB481A5F6D8E8F808B98F1E1BA2E6F72195E6B (Il2CppChar* ___path0, const RuntimeMethod* method) ; // System.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseDefaultKeyContainer_m3A4CF62C181E1D56C700619062F20E31219D4C78 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903 (const RuntimeMethod* method) ; // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ; // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A* MD5_Create_mEA05E397A9E93DDB815D44FF4204495BA328C1C9 (const RuntimeMethod* method) ; // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB (HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer0, const RuntimeMethod* method) ; // System.Void System.Guid::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m9BEFD9FC285BE9ACEC2EB97FC76C0E35E14D725C (Guid_t* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___b0, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mC5FBD45DE8231750F352927CFBE6A337C965F853 (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m9C1F8339A1C321C6EDCB76E6038B7786D9EA7F6A (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void Mono.Xml.SecurityParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m9CFF36872A436CDA5A7464053BB9CB7979AFB67D (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, const RuntimeMethod* method) ; // System.Void Mono.Xml.SecurityParser::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_m2B7A235847A86F18A3F832336D83D2D07FDC7F14 (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, String_t* ___xml0, const RuntimeMethod* method) ; // System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* SecurityParser_ToXml_m69BAA04EF966D7C3F9101112D8C3F17EA57B7A0B_inline (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, const RuntimeMethod* method) ; // System.String System.Security.SecurityElement::get_Tag() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mA8D61550B955EC8AE6C73584F2698269BB832457_inline (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, const RuntimeMethod* method) ; // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ; // System.Security.SecurityElement System.Security.SecurityElement::SearchForChildByTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* SecurityElement_SearchForChildByTag_mCF18FA8D665969F11D4D1F022E8B38256F5132C8 (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, String_t* ___tag0, const RuntimeMethod* method) ; // System.Collections.ArrayList System.Security.SecurityElement::get_Children() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* SecurityElement_get_Children_m59EB3995745C9F4A2AFFC7F8528E153706C16C8D_inline (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, const RuntimeMethod* method) ; // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0 (const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F (StringBuilder_t* __this, String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132 (StringBuilder_t* __this, String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) ; // System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m331C51273F86453500778DC1B87DDC3CEAE0EF32_inline (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.HashAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_m5D3F91367024B0434655123D4999E10BB1291708 (HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD2Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__ctor_m34A1B92E24D48DE41429BB3FB95EBA93C8DD243F (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2__ctor_m50FE77EEA3713DDDF86711A306CD120D5BBB579F (MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440* __this, const RuntimeMethod* method) ; // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ; // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9 (RuntimeArray* ___src0, int32_t ___srcOffset1, RuntimeArray* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m0733EDC9675E6554693CEC1ADB50BEA430F66296 (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___state0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___checksum1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___block2, int32_t ___index3, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD2Managed_Padding_m3CDE939889F81F0DFD2191CC36EE9804EFCA1160 (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, int32_t ___nLength0, const RuntimeMethod* method) ; // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042 (RuntimeArray* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed__ctor_m4BB239EB4892183953B82A7AB4C4538911DC8008 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4__ctor_m99A9BE6185730289F71D5C0C9A5EC95E6F6D0C26 (MD4_t9E90E826415769BD194BE4DA3CC0036DED915147* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m17306B4ED5F4D87A24AC4B1AA18F776A6633BFD7 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___state0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___block1, int32_t ___index2, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Encode_mE9BBFED99B4F4757C6CD99C14D1C697DB1D57E8E (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___input1, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD4Managed_Padding_m8DE9EAAE15ED4B585B5D331A2F8B1DFEBF906F9F (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, int32_t ___nLength0, const RuntimeMethod* method) ; // System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m14EB35A86B6ACE70FA9889AD730820BD4C3FEF40 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) ; // System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m74A3B093AA5FC4CE7115D8D53E54ACDCD3EB37B1 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method) ; // System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_mF255E6BC3C7E1486D78B4F4B09FFBD0B9CAF5043 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) ; // System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m88A064A9974E2482A0B66CAB64A11AA57EE00228 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Decode_mF628A63328EF147FCBC4A62299F8CF9B2E1DBD13 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___output0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input1, int32_t ___index2, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m7924FA0EFA785AB3FF91123A01D66FB1D88FE83B (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa0, HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* ___hash1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___hashValue2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method) ; // System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9 (String_t* ___name0, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_OS2IP_mF2F32D7FC88359370BE2229829EECF2524FCE552 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___x0, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_RSAVP1_mA15ECFA46F12F3A2118166E8FC234C165ED45610 (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s1, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_I2OSP_m733DD399DA8BB54056B36E573FAF6BC5FEE5BFD7 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___x0, int32_t ___size1, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_Encode_v15_mF498426660815E217EA50F7E7AB70902D2975867 (HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* ___hash0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Compare_mAEFEE1BF294115FFCF2C1FCD7D2F098D0AF87552 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array10, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array21, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ; // System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_m93A1FE1104368BC4032B463DFB51BFBD17F522B6 (String_t* ___name0, const RuntimeMethod* method) ; // System.Void Mono.Security.ASN1::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_mF3DE241B437BB4E96E0AFADF7B04D92F4E83AF36 (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, uint8_t ___tag0, const RuntimeMethod* method) ; // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* CryptoConfig_EncodeOID_m7A7B0C0CB32CC54A78BCFFB921BBA172FF21C321 (String_t* ___str0, const RuntimeMethod* method) ; // System.Void Mono.Security.ASN1::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m16F9D2315C66BB647D3274BB52925FAF5E50E35B (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data0, const RuntimeMethod* method) ; // Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* ___asn10, const RuntimeMethod* method) ; // System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASN1__ctor_m19BBFD462C3872DD181A28DB6D1133A4C96A3A6A (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* __this, uint8_t ___tag0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data1, const RuntimeMethod* method) ; // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ; // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6D7A35973B6DBEB3664F5C76AC1EAC65AB733088 (String_t* ___s0, const RuntimeMethod* method) ; // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440* MD2_Create_m74341DD4CD7F2942F6A3D2570F97314A229C74CD (const RuntimeMethod* method) ; // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD4_t9E90E826415769BD194BE4DA3CC0036DED915147* MD4_Create_m2D2609616972635EE4E1097C5E1588E3ED55BB67 (const RuntimeMethod* method) ; // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* SHA1_Create_m6F713539D55576456BDF91B7BFC7103ED8CB766C (const RuntimeMethod* method) ; // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA256_t6FEDD761EE6301127DAAF13320E8FD63296837F9* SHA256_Create_mCF8D7EB52BAB85B20EAE61668D40DDF0CE3EC2E8 (const RuntimeMethod* method) ; // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA384_tF08F34C59E6C681882B9DEF2EF07C1A57C45E631* SHA384_Create_m3F096EC40352F7BF53607B54D7558FA82DF9CFB9 (const RuntimeMethod* method) ; // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA512_t4D716D49F898611875B880291C726B1D1DE354C8* SHA512_Create_mA731C5882C5EF8426A1F4CAE82208B403BA5A0D6 (const RuntimeMethod* method) ; // System.Security.Cryptography.RIPEMD160 System.Security.Cryptography.RIPEMD160::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RIPEMD160_t367AC1CC6F4CB51EDA39EB0AA696470F47ED98F0* RIPEMD160_Create_mAAE3C6A5E5E5C0B15360F8A525BBD75D9DD9860D (const RuntimeMethod* method) ; // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67 (Type_t* ___type0, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.RSA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSA__ctor_mBBB2BDB3545EC263517C4882739F3D79990F7630 (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* __this, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m0488C1FC71E4A417E16EA1E06FC24F4D7DC80104 (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_mD1671D252CCA9F1E78F865817F4F13B157BDB5AD (AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Implicit_m6237FB3F50F56EC46B96D24C2D1FB0568C246EC3 (uint32_t ___value0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_GeneratePseudoPrime_m415918AA98990795747600AD4F9D868B3A888872 (int32_t ___bits0, const RuntimeMethod* method) ; // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, uint32_t ___ui1, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Int32 Mono.Math.BigInteger::BitCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_mD351B29BC4CE62995352B33EDD8452B2F26688B0 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064 (int32_t ___value0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___modulus0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_inline (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) ; // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___objectName0, const RuntimeMethod* method) ; // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_m82ADFD22F46E442C6564C94D45101A4B43A7296D_inline (AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* __this, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_m5A8B7AFA04992BA5D14870DE18D642B36AA38BDA (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inData0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___exp0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n1, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___value0, int32_t ___length1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // System.Byte[] Mono.Math.BigInteger::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m8B9D24CED35033C7FC56501DFE650F5CB7FF012C (Delegate_t* ___a0, Delegate_t* ___b1, const RuntimeMethod* method) ; // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m40506877934EC1AD4ADAE57F5E97AF0BC0F96116 (Delegate_t* ___source0, Delegate_t* ___value1, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ; // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inArray0, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* KeyBuilder_IV_m164DD286EDD2DA80F79AE4A251E6F00267E48E03 (int32_t ___size0, const RuntimeMethod* method) ; // System.String Locale::GetText(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m897E8F2E94AE401ACB03447E96CAAC33508C0608 (String_t* ___fmt0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ; // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ; // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A (RuntimeObject* ___obj0, const RuntimeMethod* method) ; // System.String System.Enum::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m3ECE03751BC9620B544DA66B5F0B63DE21A27346 (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method) ; // System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_KeepLastBlock_m7A989F6A644B748A506CF616AF8C3B5DEDB9983D (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) ; // System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Random_mE677ED5677F2A68CA3E4CCE568079A7AFA018266 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method) ; // System.Void System.Security.Cryptography.DSA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSA__ctor_mACB3A827BDED4D02538FAA4052E69E04CEF119B3 (DSA_tB12EE3AEA99FBD41DE318E2A371878CA94653E41* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateParams_mD78B05763D188EAE98046218F2F5ACDDC5B1F16D (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, int32_t ___keyLength0, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateKeyPair_m0BAA788C20C59422FE2DAD42337A1250505A8BBC (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_inline (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_GenerateRandom_mA5683A055E3197A7930331D64ACE9FD77ABA7E2F (int32_t ___bits0, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::Randomize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Randomize_m6F48EA718AD7A5E3AA42691AC3C1B1BF05ACBA47 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, uint32_t ___ui1, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* DSAManaged_get_Random_m859B6B17AAEF50F516AE0854465A72C252A02A74 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) ; // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7 (RuntimeArray* ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray* ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_m658689B29517F01DD0DE86EE45BC8072F453111F (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___a0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___b1, int32_t ___value2, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::IsProbablePrime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_IsProbablePrime_m520EDF5D0CBF34E25C64242916BBA77A0A5481AB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Multiply_mC4E28871445C26709E19A84874A3302C805A1F7F (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___i1, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::TestBit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_m57297AF2DA5E96A69B0C63C99E003D20545CE874 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___bitNum0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Division_mC71B5B026DD0B8BA24FBA19AE91934CE76170362 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Void Mono.Security.Cryptography.DSAManaged::Generate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Generate_m620B1DF1C77DD53065567C2B1A63EB920D8C718C (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) ; // System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m9856AD63277F3A3FBF2D1DD05331CBAE543399BA (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, uint32_t ___ui1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m031EE62C769BABF7C2775C53DAED4C59FE142F24 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___ui0, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, const RuntimeMethod* method) ; // System.Void System.ArithmeticException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, String_t* ___message0, const RuntimeMethod* method) ; // Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_Subtract_m14B759F2490F628706E0E9FFD08945B25D968F0F (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___big0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___small1, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ; // System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Kernel_DwordMod_mAA6BBC093A3224E25311A9393AB4DEA1395FB22B (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___d1, const RuntimeMethod* method) ; // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* Kernel_multiByteDivide_m131E5D3827622CA6A1777ECA0547C8F85AAEAE37 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, int32_t ___sign0, uint32_t ___len1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_Multiply_m1FDF0F6257174E5D905603D08D5CD9238A7A6E94 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___x0, uint32_t ___xOffset1, uint32_t ___xLen2, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___y3, uint32_t ___yOffset4, uint32_t ___yLen5, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___d6, uint32_t ___dOffset7, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::MultiplyByDword(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_MultiplyByDword_m8F8FC0759CDB5021EE12B0C20E9B3FAE9E7DBF6C (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___f1, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___n1, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___n1, const RuntimeMethod* method) ; // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* BigInteger_get_Rng_mF30B239C588C55CE0BF7E5463292224E44291505 (const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_GenerateRandom_m61B6F52A1F51BEF67CC87A7DDF28583A2E64650C (int32_t ___bits0, RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::Randomize(System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Randomize_m30EFE7DA1438514F898E41953DBE11C2066CBA75 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng0, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_SetBit_mBA29E525C548256D3AA70D958AF9F56B817986F1 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___bitNum0, bool ___value1, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::TestBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, int32_t ___bitNum0, const RuntimeMethod* method) ; // System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mE18295EBB1FBB83DD41C53D3117EA1B966F8B2D9 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___radix0, String_t* ___characterSet1, const RuntimeMethod* method) ; // System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Kernel_SingleByteDivideInPlace_mFB7420B43FFB9DA8FA3B337836FD37CE4DA30078 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___d1, const RuntimeMethod* method) ; // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ; // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ; // System.String Mono.Math.BigInteger::ToString(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m00AE98A02E61D31E46935E079900A1DD239700FF (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___radix0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_modInverse_m9ECF1364E209143C6470B9D0919489403AB39A60 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___modulus1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModulusRing__ctor_m6A175E169C5787DD207EB81BC44C73F7F35CDBB4 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___modulus0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Pow_m3602488F00AB354BF612F99203C49FA163B7FB7C (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___a0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___k1, const RuntimeMethod* method) ; // System.Boolean Mono.Math.Prime.PrimalityTests::Test(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_Test_mBD5F6695EFC0FDD671479666600C37183E07A61D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, int32_t ___confidence1, const RuntimeMethod* method) ; // System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequentialSearchPrimeGeneratorBase__ctor_m7298A382C3C3DF119887B4DC0CE5187AB5D69AE3 (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* __this, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_MultiplyMod2p32pmod_m1366086011D9E133DE9353A69A5B2851CABAD073 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___x0, int32_t ___xOffset1, int32_t ___xLen2, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___y3, int32_t ___yOffest4, int32_t ___yLen5, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___d6, int32_t ___dOffset7, int32_t ___mod8, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_MinusEq_mC64008F42C0FC26B1BBAF7A35A1BDC7EE376D69C (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___big0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___small1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_PlusEq_mA5AD3223F85A3B92B22D915E802F3B782D227C32 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThan_mEFC796C18ED2DCBF0AC392CF5EAD0DF928729475 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModulusRing_BarrettReduction_m09402090783EAC026D010468C3D70A99FB9DC952 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___x0, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Multiply_mFF464D1407FE80ACA2F680682BB26E1F2AF430E1 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___a0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___b1, const RuntimeMethod* method) ; // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* Kernel_DwordDivMod_m36ED43CAAC155B7BBE8415547F4FFC7F714A88D5 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___d1, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_LeftShift_m23C89B736995A2BA6659119C0D6AAEE893E9B207 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_RightShift_m5F57600256DE406C5A1AA270C2E0325FD4056508 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m47FA065223CD63AABDCB6FAA4FC2798F52939105 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, uint32_t ___len1, const RuntimeMethod* method) ; // System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Kernel_modInverse_mD3623EA85BBB7C27BCBE7D1094E0B55CBE453DA7 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, uint32_t ___modulus1, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Difference_mA8D2F5FD606B235EA8C28BDEB4CAF9439EA8A875 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___a0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___b1, const RuntimeMethod* method) ; // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Boolean Mono.Math.Prime.PrimalityTests::SmallPrimeSppTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_SmallPrimeSppTest_mB7CCEC8FB86DC918CB612AD5E6C3C46D710B4FE4 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) ; // System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_RabinMillerTest_m6297428B1D601C0DECB933D15488403420C57B86 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, int32_t ___confidence1, const RuntimeMethod* method) ; // System.Int32 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) ; // System.Int32 Mono.Math.BigInteger::LowestSetBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_LowestSetBit_m896C0551AFB1E105ABDD3ED9BCD9A733C7BB4084 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Pow_mEA5231B20ED717138C2D317EDBE748E78AC9F23B (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, uint32_t ___b0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___exp1, const RuntimeMethod* method) ; // System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimalityTest__ctor_m2DD8655153FEDF2CC6B2C8AFE48074F980273538 (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::SetBit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_SetBit_m44BC39E491F4ADAF863391B5C1ED734E04B101AC (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___bitNum0, const RuntimeMethod* method) ; // System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_inline (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) ; // System.Void Mono.Math.BigInteger::Incr2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Incr2_mBAB10A3388AFAD29E0A1ACC1B1E3A002222E9BF0 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) ; // System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimeGeneratorBase__ctor_m8565C0DBFC1E08A72F6C0FD0903683C37E3F0F96 (PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010* __this, const RuntimeMethod* method) ; // System.Void Microsoft.Win32.RegistryKey::.ctor(Microsoft.Win32.RegistryHive) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116 (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, int32_t ___hiveId0, const RuntimeMethod* method) ; // System.Void System.PlatformNotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, const RuntimeMethod* method) ; // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ; // System.IntPtr System.Runtime.InteropServices.Marshal::StringToHGlobalAnsi(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_StringToHGlobalAnsi_m2F16358FCE376ACCADF2D57AE31ED9B94F06C5D8 (String_t* ___s0, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.Marshal::ZeroFreeGlobalAllocAnsi(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_ZeroFreeGlobalAllocAnsi_m45EFBB6ACC112AA1154FC387A0DCDDD407832C01 (intptr_t ___s0, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle__ctor_m23E44C94503043292DCD4E87818082CFC09A7F4B (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, intptr_t ___invalidHandleValue0, bool ___ownsHandle1, const RuntimeMethod* method) ; // System.IntPtr Microsoft.Win32.SafeHandles.SafePasswordHandle::CreateHandle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafePasswordHandle_CreateHandle_mE576335153B4059AF0EA709DC0418DCA0A8D6362 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, String_t* ___password0, const RuntimeMethod* method) ; // System.Void System.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m003D64748F9DFBA1E3C0B23798C23BA81AA21C2A_inline (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, intptr_t ___handle0, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m2F715312CBFCE7E1A81D0689F68B97218E37E5D1 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) ; // System.Void Microsoft.Win32.SafeHandles.SafePasswordHandle::FreeHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafePasswordHandle_FreeHandle_m43E3C64BF2BB8183D8C2A1DDE160E58D9C476AA3 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, const RuntimeMethod* method) ; // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mB06D1B6CFBA72B5C55FBEC1BA3BC25958AB60EB1 (int32_t ___value0, const RuntimeMethod* method) ; // System.Boolean Microsoft.Win32.SafeHandles.SafeHandleCache`1::IsCachedInvalidHandle(System.Runtime.InteropServices.SafeHandle) inline bool SafeHandleCache_1_IsCachedInvalidHandle_m087B59F3E76BF959B1382DCBECAAD70981455C77 (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* ___handle0, const RuntimeMethod* method) { return (( bool (*) (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*, const RuntimeMethod*))SafeHandleCache_1_IsCachedInvalidHandle_mCDFD0C96101A9CCC108976DBCA6C9E6E04347327_gshared)(___handle0, method); } // System.Void System.Runtime.InteropServices.SafeHandle::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m8B7AAA8CF9D5AD35412BCFB00EAD048EBC1C3514 (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, bool ___disposing0, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) ; // System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mE7CB3F36EE7BB2E2623EF316C4B43D1CA44B7F9C_inline (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, const RuntimeMethod* method) ; // System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m86CDF46D9E4810BD7DB9BB52C1036E24A7DD46EE (intptr_t ___ptr0, const RuntimeMethod* method) ; // System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_m9BA85F78EC25654EE170CA999EC379D9A4B59B89 (SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629* __this, bool ___ownsHandle0, const RuntimeMethod* method) ; // System.Boolean System.IO.MonoIO::Close(System.IntPtr,System.IO.MonoIOError&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_Close_m5DB53C15FB2AD4DB1257B58ABC950D4985B63C8C (intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method) ; // System.Void System.Threading.NativeEventCalls::CloseEvent_internal(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeEventCalls_CloseEvent_internal_m8793A428ACF2F1C62CC88D712141A77DC72CC3FD (intptr_t ___handle0, const RuntimeMethod* method) ; // System.Boolean System.IntPtr::IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_IsNull_m77D4FB137C442917D697E210C859523466B7B2CD (intptr_t* __this, const RuntimeMethod* method) ; // System.Void System.IntPtr::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m20A566609A091311C734617C699E61F545250AC7 (intptr_t* __this, int32_t ___value0, const RuntimeMethod* method) ; // System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Runtime.ExceptionServices.ExceptionDispatchInfo::Capture(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* ExceptionDispatchInfo_Capture_mD989ED7E69753F2E0A2076B60ACA8819F14DA93E (Exception_t* ___source0, const RuntimeMethod* method) ; // System.Void System.Runtime.ExceptionServices.ExceptionDispatchInfo::Throw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDispatchInfo_Throw_m06F398E346AE94C1CCEB636763A8CB26511F6330 (ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* __this, const RuntimeMethod* method) ; // System.Void Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionExecutionDomainCallbacks__ctor_mD35D07DCAD928708AE062BB0751223E052A672AC (ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* __this, const RuntimeMethod* method) ; // System.Void System.Reflection.MissingMetadataException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMetadataException__ctor_m400B8CFE17F45DF30DC27F70D329C132BF978F3B (MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4* __this, const RuntimeMethod* method) ; // System.Void System.Threading.Thread::.ctor(System.Threading.ParameterizedThreadStart,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m107278C895F976B9A23F48EE89D60D7C70C1AEA6 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, ParameterizedThreadStart_tAA8FDC4E868056A7CB7CB2C4AB4986039B1D91E9* ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method) ; // System.Void Internal.Runtime.Augments.RuntimeThread::.ctor(System.Threading.Thread) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeThread__ctor_m3E4B5BFB1292F2E43AE242D46AAD7E5BF3357B86 (RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D* __this, Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___t0, const RuntimeMethod* method) ; // System.Void System.Threading.Thread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_m45F00BD4C46F9B8A7C46A20A170B22BABB8FBA30 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, bool ___value0, const RuntimeMethod* method) ; // System.Void System.Threading.Thread::Start(System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_m64E3F27883C3CCCE7209F5D2BD268A33D4C71566 (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* __this, RuntimeObject* ___parameter0, const RuntimeMethod* method) ; // System.Void System.Threading.Thread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_Sleep_m63B7D29DC735584F4D80373E48C91B34FF32D1A0 (int32_t ___millisecondsTimeout0, const RuntimeMethod* method) ; // System.Boolean System.Threading.Thread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Thread_Yield_m542B9A5D47FCB8B1BCC530A79D684B93357647F0 (const RuntimeMethod* method) ; // System.Void System.Threading.Thread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_m21328EAAC550A5C9822D6AFD1BCA17DBC1B5FF7E (int32_t ___iterations0, const RuntimeMethod* method) ; // System.Char Internal.Cryptography.Helpers::NibbleToHex(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Helpers_NibbleToHex_m90F292DCBDC0F9556CCAE84141FEB80013CFAE59 (uint8_t ___b0, const RuntimeMethod* method) ; // System.Char[] Internal.Cryptography.Helpers::ToHexArrayUpper(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Helpers_ToHexArrayUpper_m607893DDDF08F3F173F8C709955D9F225E5BE657 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes0, const RuntimeMethod* method) ; // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, const RuntimeMethod* method) ; // System.Char& System.String::GetRawStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D (String_t* __this, const RuntimeMethod* method) ; // System.Boolean System.SpanHelpers::SequenceEqual(System.Byte&,System.Byte&,System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9 (uint8_t* ___first0, uint8_t* ___second1, uint64_t ___length2, const RuntimeMethod* method) ; // System.Int32 System.SpanHelpers::SequenceCompareTo(System.Char&,System.Int32,System.Char&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_SequenceCompareTo_mC9A910A8D304A86985F37C5E156534F727ED564D (Il2CppChar* ___first0, int32_t ___firstLength1, Il2CppChar* ___second2, int32_t ___secondLength3, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) ; // System.Void System.String::CheckStringComparison(System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB (int32_t ___comparisonType0, const RuntimeMethod* method) ; // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522 (const RuntimeMethod* method) ; // System.Int32 System.String::CompareOrdinalHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m89D715A79509FC6FDBABB52EA499EB7FA3E21C3D (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) ; // System.Int32 System.Globalization.CompareInfo::CompareOrdinalIgnoreCase(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99 (String_t* ___strA0, int32_t ___indexA1, int32_t ___lengthA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lengthB5, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.String,System.Globalization.CultureInfo,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m2EF6437AB4FBE15EDEE5BB97D3C1EA5E4E2E3551 (String_t* ___strA0, String_t* ___strB1, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture2, int32_t ___options3, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mBE0464BE13D10A6A189C23D821839018873FDFAD (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, const RuntimeMethod* method) ; // System.Int32 System.String::CompareOrdinalHelper(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m800A11A4B985BE30632CDCF7532743AE5695F1DD_inline (String_t* ___strA0, int32_t ___indexA1, int32_t ___countA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___countB5, const RuntimeMethod* method) ; // T& System.Runtime.InteropServices.MemoryMarshal::GetReference(System.ReadOnlySpan`1) inline Il2CppChar* MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, const RuntimeMethod* method) { return (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_gshared)(___span0, method); } // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline)(__this, method); } // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___message0, const RuntimeMethod* method) ; // System.Int32 System.String::CompareTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_m32A3DFBEA443A4091053D53825DBB76E6EAFECCF (String_t* __this, String_t* ___strB0, const RuntimeMethod* method) ; // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ; // System.Boolean System.String::EqualsHelper(System.String,System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ; // System.Int32 System.String::GetLegacyNonRandomizedHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetLegacyNonRandomizedHashCode_m9A0C6441EF2B38DCED9C15D8715625FCF4C84F36 (String_t* __this, const RuntimeMethod* method) ; // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ; // System.Void System.ThrowHelper::ThrowArgumentException(System.ExceptionResource,System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentException_m189859F565AD2842BEFC9BE2F39282B7F8112F38 (int32_t ___resource0, int32_t ___argument1, const RuntimeMethod* method) ; // System.Void System.IndexOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, const RuntimeMethod* method) ; // System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ; // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) ; // System.String System.String::FastAllocateString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112 (int32_t ___length0, const RuntimeMethod* method) ; // System.Void System.String::FillStringChecked(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA (String_t* ___dest0, int32_t ___destPos1, String_t* ___src2, const RuntimeMethod* method) ; // System.Void System.OutOfMemoryException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m2CDADA05A6304090686E8D5E3E99A1596FAF5951 (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* __this, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, const RuntimeMethod* method) ; // System.Void System.ParamsArray::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___arg00, const RuntimeMethod* method) ; // System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88 (RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C ___args2, const RuntimeMethod* method) ; // System.Void System.ParamsArray::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___arg00, RuntimeObject* ___arg11, const RuntimeMethod* method) ; // System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, RuntimeObject* ___arg00, RuntimeObject* ___arg11, RuntimeObject* ___arg22, const RuntimeMethod* method) ; // System.Void System.ParamsArray::.ctor(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args0, const RuntimeMethod* method) ; // System.Int32 System.ParamsArray::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mB6EAB17F36570CC54B9505BFA2CB4FCAD326AE07 (ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C* __this, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilderCache_Acquire_m6E2B81795F398D214356982DB78955434EA835B1 (int32_t ___capacity0, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormatHelper_mB721541560403777C9190F76D162C918A9A840D1 (StringBuilder_t* __this, RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C ___args2, const RuntimeMethod* method) ; // System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mE88D25734085D6BA6F1D82C692CC059D90EDF50F (StringBuilder_t* ___sb0, const RuntimeMethod* method) ; // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m9FD21210E351374C67CD671692B866CA6B02E3EF (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) ; // System.String System.String::JoinCore(System.Char*,System.Int32,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F (Il2CppChar* ___separator0, int32_t ___separatorLength1, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value2, int32_t ___startIndex3, int32_t ___count4, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ; // System.Void System.Span`1::.ctor(System.Void*,System.Int32) inline void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, void*, int32_t, const RuntimeMethod*))Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline)(__this, ___pointer0, ___length1, method); } // System.Void System.Collections.Generic.ValueListBuilder`1::.ctor(System.Span`1) inline void ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 ___initialSpan0, const RuntimeMethod* method) { (( void (*) (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B*, Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316, const RuntimeMethod*))ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_gshared)(__this, ___initialSpan0, method); } // System.Void System.Collections.Generic.ValueListBuilder`1::Append(T) inline void ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B*, int32_t, const RuntimeMethod*))ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_gshared_inline)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.ValueListBuilder`1::get_Length() inline int32_t ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) { return (( int32_t (*) (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B*, const RuntimeMethod*))ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_gshared_inline)(__this, method); } // System.ReadOnlySpan`1 System.Collections.Generic.ValueListBuilder`1::AsSpan() inline ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 (*) (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B*, const RuntimeMethod*))ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_gshared)(__this, method); } // System.String System.String::ReplaceHelper(System.Int32,System.String,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceHelper_mBEF426D6843AA1AFFF1C10A1517F1CCC196DA8FE (String_t* __this, int32_t ___oldValueLength0, String_t* ___newValue1, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___indices2, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.ValueListBuilder`1::Dispose() inline void ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) { (( void (*) (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B*, const RuntimeMethod*))ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_gshared_inline)(__this, method); } // System.Int32 System.ReadOnlySpan`1::get_Length() inline int32_t ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282*, const RuntimeMethod*))ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_gshared_inline)(__this, method); } // System.Void System.Span`1::.ctor(T&,System.Int32) inline void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, Il2CppChar*, int32_t, const RuntimeMethod*))Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline)(__this, ___ptr0, ___length1, method); } // System.ReadOnlySpan`1 System.MemoryExtensions::AsSpan(System.String,System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m5164781404FE3D882902D92409C003B29659A049_inline (String_t* ___text0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) ; // System.Span`1 System.Span`1::Slice(System.Int32) inline Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, const RuntimeMethod* method) { return (( Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D (*) (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D*, int32_t, const RuntimeMethod*))Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_gshared_inline)(__this, ___start0, method); } // System.Void System.ReadOnlySpan`1::CopyTo(System.Span`1) inline void ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D ___destination0, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D, const RuntimeMethod*))ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_gshared)(__this, ___destination0, method); } // System.ReadOnlySpan`1 System.MemoryExtensions::AsSpan(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline (String_t* ___text0, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.MemoryExtensions::AsSpan(System.String,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m814C0C68F0B84884C83C32C1DCBBC59069F07CAF_inline (String_t* ___text0, int32_t ___start1, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::.ctor(T&,System.Int32) inline void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Il2CppChar*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline)(__this, ___ptr0, ___length1, method); } // System.String[] System.String::SplitInternal(System.ReadOnlySpan`1,System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___separators0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.ReadOnlySpan`1::op_Implicit(T[]) inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___array0, const RuntimeMethod* method) { return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, const RuntimeMethod*))ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_gshared)(___array0, method); } // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F (String_t* ___resourceFormat0, RuntimeObject* ___p11, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_inline (const RuntimeMethod* method) { return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline)(method); } // System.Void System.String::MakeSeparatorList(System.ReadOnlySpan`1,System.Collections.Generic.ValueListBuilder`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_MakeSeparatorList_mFD6DCAE8C79E61E57BA56E48C6580DC7A141D723 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___separators0, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___sepListBuilder1, const RuntimeMethod* method) ; // System.String[] System.String::SplitKeepEmptyEntries(System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitKeepEmptyEntries_mC09E09ED2DDB055BF1FD512E0AD3CAA0FBEAEAD5 (String_t* __this, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___sepList0, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___lengthList1, int32_t ___defaultLength2, int32_t ___count3, const RuntimeMethod* method) ; // System.String[] System.String::SplitOmitEmptyEntries(System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitOmitEmptyEntries_m6876A49664AE845F4CBC8591CBA2E765233058B4 (String_t* __this, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___sepList0, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___lengthList1, int32_t ___defaultLength2, int32_t ___count3, const RuntimeMethod* method) ; // System.String[] System.String::SplitInternal(System.String,System.String[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitInternal_m745427B49FF0A688443186ED70A9345301773B2C (String_t* __this, String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___separators1, int32_t ___count2, int32_t ___options3, const RuntimeMethod* method) ; // System.String[] System.String::SplitInternal(System.String,System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitInternal_m44F07838D1EF5F7ACC2A0EA798BE7D55D4231933 (String_t* __this, String_t* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) ; // System.Void System.String::MakeSeparatorList(System.String[],System.Collections.Generic.ValueListBuilder`1&,System.Collections.Generic.ValueListBuilder`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_MakeSeparatorList_mC4F14D026314F5A67761D7C17FFE101482748FF0 (String_t* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___separators0, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___sepListBuilder1, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___lengthListBuilder2, const RuntimeMethod* method) ; // System.Void System.String::MakeSeparatorList(System.String,System.Collections.Generic.ValueListBuilder`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_MakeSeparatorList_m024F50ABA86299CA801E7037936B40EE5ABC5508 (String_t* __this, String_t* ___separator0, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___sepListBuilder1, const RuntimeMethod* method) ; // System.Boolean System.ReadOnlySpan`1::get_IsEmpty() inline bool ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282* __this, const RuntimeMethod* method) { return (( bool (*) (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282*, const RuntimeMethod*))ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_gshared)(__this, method); } // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) ; // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9 (Il2CppChar ___c0, const RuntimeMethod* method) ; // System.Void System.String::InitializeProbabilisticMap(System.UInt32*,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_InitializeProbabilisticMap_m95C51F14009FD2F2681C62EB6B720713439FF91B (uint32_t* ___charMap0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___anyOf1, const RuntimeMethod* method) ; // System.Boolean System.String::IsCharBitSet(System.UInt32*,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5 (uint32_t* ___charMap0, uint8_t ___value1, const RuntimeMethod* method) ; // System.Boolean System.MemoryExtensions::Contains(System.ReadOnlySpan`1,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryExtensions_Contains_m3D4CD532E4F889567CEB7101FCECBEA86132E2D4 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___source0, Il2CppChar ___value1, const RuntimeMethod* method) ; // System.ReadOnlySpan`1 System.String::op_Implicit(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline (String_t* ___value0, const RuntimeMethod* method) ; // System.Boolean System.MemoryExtensions::SequenceEqual(System.ReadOnlySpan`1,System.ReadOnlySpan`1) inline bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___other1, const RuntimeMethod* method) { return (( bool (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_gshared_inline)(___span0, ___other1, method); } // System.String System.String::InternalSubString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalSubString_m81B31C2405FA023026DD1F063F44EB3F5F1047C5 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) ; // System.String System.String::TrimWhiteSpaceHelper(System.String/TrimType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575 (String_t* __this, int32_t ___trimType0, const RuntimeMethod* method) ; // System.String System.String::TrimHelper(System.Char*,System.Int32,System.String/TrimType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF (String_t* __this, Il2CppChar* ___trimChars0, int32_t ___trimCharsLength1, int32_t ___trimType2, const RuntimeMethod* method) ; // System.String System.String::CreateTrimmedString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateTrimmedString_m4A6EAD80C2FB70EFB189DFFBD7B04BE20215393F (String_t* __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ; // System.Int32 System.SpanHelpers::IndexOf(System.Char&,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_IndexOf_mDE4E5FB8BEEEF1D365113B434C8A6A09E9EA3B20 (Il2CppChar* ___searchSpace0, Il2CppChar ___value1, int32_t ___length2, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOfAny(System.Char,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mD7A82CC9C4E9485FB9C5448545BF53DAA0A2F0A6 (String_t* __this, Il2CppChar ___value10, Il2CppChar ___value21, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOfAny(System.Char,System.Char,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7BAE5F954A91328A6C2B97DD882C28911D20426 (String_t* __this, Il2CppChar ___value10, Il2CppChar ___value21, Il2CppChar ___value32, int32_t ___startIndex3, int32_t ___count4, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOfCharArray(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfCharArray_mE4F4023E9B1E4182D70CCD887C9B101C0FFD155B (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ; // System.Boolean System.String::ArrayContains(System.Char,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_ArrayContains_m45C77DE18941159F2D402E80D10458710DD0BD1D (Il2CppChar ___searchChar0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf1, const RuntimeMethod* method) ; // System.Void System.String::SetCharBit(System.UInt32*,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_SetCharBit_m9590C4085B5607B5EFA9795B9780C13148B133F8 (uint32_t* ___charMap0, uint8_t ___value1, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.String,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2DFDE7BD37585BDBCD6F688B4E4A93304235A0B8 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___comparisonType2, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) ; // System.Int32 System.Globalization.CompareInfo::IndexOfOrdinal(System.String,System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_IndexOfOrdinal_m87959AB92C780219806FC97DE8CD47B4F94D822D (CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, bool ___ignoreCase4, const RuntimeMethod* method) ; // System.Int32 System.SpanHelpers::LastIndexOf(System.Char&,System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SpanHelpers_LastIndexOf_m0BEBFFB80CC39D65CF800DABB708A791E64FB7DF (Il2CppChar* ___searchSpace0, Il2CppChar ___value1, int32_t ___length2, const RuntimeMethod* method) ; // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ; // System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ; // System.Int32 System.String::LastIndexOfCharArray(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfCharArray_mFB8CA8868C14BED83D9197CA581CB75E7CB497A7 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) ; // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) ; // System.Int32 System.Globalization.CompareInfo::LastIndexOfOrdinal(System.String,System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_LastIndexOfOrdinal_mD8736746151EB1105985AF0D0A67FB1E0AA0BDFF (CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, bool ___ignoreCase4, const RuntimeMethod* method) ; // System.String System.String::CreateStringForSByteConstructor(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringForSByteConstructor_m0535C9A0E5D4EF9EC4AFC4ABDBBB7CFB09AFADA6 (uint8_t* ___pb0, int32_t ___numBytes1, const RuntimeMethod* method) ; // System.String System.Text.Encoding::GetString(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Encoding_GetString_m42BFF0862341DCD5289A7D75B5D7A22CE9690EAD (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* __this, uint8_t* ___bytes0, int32_t ___byteCount1, const RuntimeMethod* method) ; // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB17F8269B950960F6CCCDB637AB02D71EE1AA769 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ; // System.Void System.ReadOnlySpan`1::.ctor(System.Void*,System.Int32) inline void ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { (( void (*) (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D*, void*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_gshared_inline)(__this, ___pointer0, ___length1, method); } // System.String System.Text.Encoding::GetString(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Encoding_GetString_m6FE2707C33758C7F10750B79FCA7767F4C2CA008 (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* __this, ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D ___bytes0, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_inline (const RuntimeMethod* method) { return (( CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* (*) (const RuntimeMethod*))Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_gshared_inline)(method); } // System.Void System.Buffer::Memmove(System.Byte*,System.Byte*,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memmove_mE2FD779AEAE4F226AFCAF27575AF93D7C56BF5B0 (uint8_t* ___dest0, uint8_t* ___src1, uint32_t ___len2, const RuntimeMethod* method) ; // System.Void System.CharEnumerator::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEnumerator__ctor_m64C938888062D37D44227D10723759DB93FF3717 (CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D* __this, String_t* ___str0, const RuntimeMethod* method) ; // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10 (const RuntimeMethod* method) ; // System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mD54E5642A7F627438AAC47DF586482ED658B5327 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Char System.Convert::ToChar(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m999DFF96BEC05D5CFDAAC59C19F125C6827E436C (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mDFE2115EA5D30B764BDF980379B17B5580405BB6 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Byte System.Convert::ToByte(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mCBCFB5AB07D04AD6EE8D2E4A643A28294953507E (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m8532226DD71F9B6E701B8278A2AA8BE9EAD79DD8 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m38F6A77598C2D3ECD0218874E124F004791F1AD7 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mA763F077DBFEB1F6A3B54471BE1DF07D667A6834 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m22251BFE6E570FE4C6B27E85D0AE93296A1730CF (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m921C5387614F1F5D2582F337D03BFC0B0EA2AC3D (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m5CC1F213E1D7E1ED8742DCA503EF7EE355569DD2 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Single System.Convert::ToSingle(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m2CF7FECE2FEB934F0355D9FD5FB2D027B3D5F0E5 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Double System.Convert::ToDouble(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_mC33EA527AA8C3C0A68337F2796A7AE675123E4F7 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_mF272551B28BF07E6ADB1E7A5978D2F7316598DAB (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D Convert_ToDateTime_m0CD0FAC3FF3ED01FFEA1264742D5E4BDAC79EA4A (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ; // System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Convert_DefaultToType_mA9DEFD8F897A7E13EA62DA8052A509C46D60B04F (RuntimeObject* ___value0, Type_t* ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method) ; // System.String System.Text.Normalization::Normalize(System.String,System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Normalization_Normalize_mE84D7400194AEFC38DC33638EDCF9E2430321796 (String_t* ___source0, int32_t ___normalizationForm1, const RuntimeMethod* method) ; // System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memcpy_m6874835F520CE2DC08FB09B307E8F65E92939C46 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___len2, const RuntimeMethod* method) ; // System.Void System.String::memset(System.Byte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memset_m766AD2B118EC04A98717ADE50BD8C79C1B7F2F81 (uint8_t* ___dest0, int32_t ___val1, int32_t ___len2, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604 (int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673 (Il2CppChar* ___ptr0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m894AC5DF8B434A51F75E9E857BC28EC2610BF8C9 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m55B098E6C6B49A905205C4F2A7A077681900319D (Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0 (int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___enc3, const RuntimeMethod* method) ; // System.String System.String::Ctor(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m450ADEC5C2184590C45F3FE3DC522F244E9674FC (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) ; // System.Void System.ThrowHelper::ThrowIndexOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowIndexOutOfRangeException_mF34F12100A9B32CC6EC10AE7582D7177F2289C06 (const RuntimeMethod* method) ; // System.String System.String::InternalIntern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalIntern_mBF68E392CC34569FF853662050270B4E6E94B5F0 (String_t* ___str0, const RuntimeMethod* method) ; // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException(System.ExceptionArgument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4657A9146F3788E9A174B3E47105BCFC5551149E (int32_t ___argument0, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ; // System.Void System.ThrowHelper::ThrowInvalidTypeWithPointersNotSupported(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5 (Type_t* ___targetType0, const RuntimeMethod* method) ; // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353 (const RuntimeMethod* method) ; // System.Int32 System.Span`1::get_Length() inline int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) { return (( int32_t (*) (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*, const RuntimeMethod*))Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.ValueListBuilder`1::Grow() inline void ValueListBuilder_1_Grow_m77CD139AE5695E19D15528EDCABC2DBC5232442A (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) { (( void (*) (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B*, const RuntimeMethod*))ValueListBuilder_1_Grow_m77CD139AE5695E19D15528EDCABC2DBC5232442A_gshared)(__this, method); } #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Mono.Security.Uri/UriScheme IL2CPP_EXTERN_C void UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshal_pinvoke(const UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794& unmarshaled, UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_pinvoke& marshaled) { marshaled.___scheme_0 = il2cpp_codegen_marshal_string(unmarshaled.___scheme_0); marshaled.___delimiter_1 = il2cpp_codegen_marshal_string(unmarshaled.___delimiter_1); marshaled.___defaultPort_2 = unmarshaled.___defaultPort_2; } IL2CPP_EXTERN_C void UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshal_pinvoke_back(const UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_pinvoke& marshaled, UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794& unmarshaled) { unmarshaled.___scheme_0 = il2cpp_codegen_marshal_string_result(marshaled.___scheme_0); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___scheme_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___scheme_0)); unmarshaled.___delimiter_1 = il2cpp_codegen_marshal_string_result(marshaled.___delimiter_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___delimiter_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___delimiter_1)); int32_t unmarshaleddefaultPort_temp_2 = 0; unmarshaleddefaultPort_temp_2 = marshaled.___defaultPort_2; unmarshaled.___defaultPort_2 = unmarshaleddefaultPort_temp_2; } // Conversion method for clean up from marshalling of: Mono.Security.Uri/UriScheme IL2CPP_EXTERN_C void UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshal_pinvoke_cleanup(UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___scheme_0); marshaled.___scheme_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___delimiter_1); marshaled.___delimiter_1 = NULL; } // Conversion methods for marshalling of: Mono.Security.Uri/UriScheme IL2CPP_EXTERN_C void UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshal_com(const UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794& unmarshaled, UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_com& marshaled) { marshaled.___scheme_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___scheme_0); marshaled.___delimiter_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___delimiter_1); marshaled.___defaultPort_2 = unmarshaled.___defaultPort_2; } IL2CPP_EXTERN_C void UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshal_com_back(const UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_com& marshaled, UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794& unmarshaled) { unmarshaled.___scheme_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___scheme_0); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___scheme_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___scheme_0)); unmarshaled.___delimiter_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___delimiter_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___delimiter_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___delimiter_1)); int32_t unmarshaleddefaultPort_temp_2 = 0; unmarshaleddefaultPort_temp_2 = marshaled.___defaultPort_2; unmarshaled.___defaultPort_2 = unmarshaleddefaultPort_temp_2; } // Conversion method for clean up from marshalling of: Mono.Security.Uri/UriScheme IL2CPP_EXTERN_C void UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshal_com_cleanup(UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___scheme_0); marshaled.___scheme_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___delimiter_1); marshaled.___delimiter_1 = NULL; } // System.Void Mono.Security.Uri/UriScheme::.ctor(System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761 (UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794* __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; __this->___scheme_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___scheme_0), (void*)L_0); String_t* L_1 = ___d1; __this->___delimiter_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___delimiter_1), (void*)L_1); int32_t L_2 = ___p2; __this->___defaultPort_2 = L_2; return; } } IL2CPP_EXTERN_C void UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761_AdjustorThunk (RuntimeObject* __this, String_t* ___s0, String_t* ___d1, int32_t ___p2, const RuntimeMethod* method) { UriScheme_t6B786086C95A0192D655D1576DCD35D7B26CD794* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); UriScheme__ctor_m14E38EF1C8EF30B3B564F894A2F8E7E8602DD761(_thisAdjusted, ___s0, ___d1, ___p2, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.KeyBuilder::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* KeyBuilder_get_Rng_mB604424A34E95E793EE555D5A03CACBE39B48752 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_0 = ((KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_il2cpp_TypeInfo_var))->___rng_0; if (L_0) { goto IL_0011; } } { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_1; L_1 = RandomNumberGenerator_Create_mA8AC78824FF028898D2CEA52AF9B5BE6D6081009(NULL); ((KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_il2cpp_TypeInfo_var))->___rng_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_il2cpp_TypeInfo_var))->___rng_0), (void*)L_1); } IL_0011: { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_2 = ((KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_StaticFields*)il2cpp_codegen_static_fields_for(KeyBuilder_t03E7B5B8DC79A5A14A9D2B5260F8E57C7CECCDF7_il2cpp_TypeInfo_var))->___rng_0; return L_2; } } // System.Byte[] Mono.Security.Cryptography.KeyBuilder::Key(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* KeyBuilder_Key_m42C48F8342B29141D078746008200D79D3AA11E0 (int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { int32_t L_0 = ___size0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_2; L_2 = KeyBuilder_get_Rng_mB604424A34E95E793EE555D5A03CACBE39B48752(NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0; return L_4; } } // System.Byte[] Mono.Security.Cryptography.KeyBuilder::IV(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* KeyBuilder_IV_m164DD286EDD2DA80F79AE4A251E6F00267E48E03 (int32_t ___size0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { int32_t L_0 = ___size0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_2; L_2 = KeyBuilder_get_Rng_mB604424A34E95E793EE555D5A03CACBE39B48752(NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; NullCheck(L_2); VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0; 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 Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_mEDAD0CB8925F5188D527B6FF85B481D94DEDD5DC (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ___parameters0, const RuntimeMethod* method) { { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_0 = ___parameters0; KeyPairPersistence__ctor_mA9CF6D2A57F6DD77FD4E371A8309CA4AB7AB74BB(__this, L_0, (String_t*)NULL, NULL); return; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_mA9CF6D2A57F6DD77FD4E371A8309CA4AB7AB74BB (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ___parameters0, String_t* ___keyPair1, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_0 = ___parameters0; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC611A012636D51B5EBBC7ADEBD3C8631EA8DAF13)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence__ctor_mA9CF6D2A57F6DD77FD4E371A8309CA4AB7AB74BB_RuntimeMethod_var))); } IL_0014: { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_2 = ___parameters0; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_3; L_3 = KeyPairPersistence_Copy_m320505D554BCEF6AA9DE3F6D1DED07B0A033F08B(__this, L_2, NULL); __this->____params_4 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____params_4), (void*)L_3); String_t* L_4 = ___keyPair1; __this->____keyvalue_5 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____keyvalue_5), (void*)L_4); return; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_Filename() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral299CFDAC3628FBFA1BFEA492207FAD93E5D99E3C); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->____filename_6; if (L_0) { goto IL_0079; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_2 = __this->____params_4; NullCheck(L_2); int32_t L_3 = L_2->___ProviderType_0; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4); String_t* L_6; L_6 = KeyPairPersistence_get_ContainerName_m8D8C13269CAE68C05C03F2BEBF8DCF457F41A70F(__this, NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_7 = __this->____params_4; NullCheck(L_7); int32_t L_8 = L_7->___KeyNumber_3; int32_t L_9 = L_8; RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9); String_t* L_11; L_11 = String_Format_m47B2846E44214E013BF3069B0F9015AD223FF16E(L_1, _stringLiteral299CFDAC3628FBFA1BFEA492207FAD93E5D99E3C, L_5, L_6, L_10, NULL); __this->____filename_6 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->____filename_6), (void*)L_11); bool L_12; L_12 = KeyPairPersistence_get_UseMachineKeyStore_mC205E96F075F8B1504C2AB7CB333E3BBEB841968(__this, NULL); if (!L_12) { goto IL_0063; } } { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_13; L_13 = KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9(NULL); String_t* L_14 = __this->____filename_6; il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_15; L_15 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_13, L_14, NULL); __this->____filename_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->____filename_6), (void*)L_15); goto IL_0079; } IL_0063: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_16; L_16 = KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B(NULL); String_t* L_17 = __this->____filename_6; il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_18; L_18 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_16, L_17, NULL); __this->____filename_6 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->____filename_6), (void*)L_18); } IL_0079: { String_t* L_19 = __this->____filename_6; return L_19; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m331C51273F86453500778DC1B87DDC3CEAE0EF32 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____keyvalue_5; return L_0; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_m4FFF2A6100E07BF33C1EB0D4C98E3ECDC536D6EB (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, String_t* ___value0, const RuntimeMethod* method) { { bool L_0; L_0 = KeyPairPersistence_get_CanChange_m08CF9AB244D4698E6EA9B302D6A8D9CA0AC3524E(__this, NULL); if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___value0; __this->____keyvalue_5 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____keyvalue_5), (void*)L_1); } IL_000f: { return; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_Load_m54CA39F726BE9A2A0E1F68C36ED67FA3A4C49A78 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* V_1 = NULL; { String_t* L_0; L_0 = KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF(__this, NULL); bool L_1; L_1 = File_Exists_mD7E7A84A6B9E9A9BADBDA7C46AAE0624EF106D85(L_0, NULL); V_0 = L_1; bool L_2 = V_0; if (!L_2) { goto IL_0033; } } { String_t* L_3; L_3 = KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF(__this, NULL); StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_4; L_4 = File_OpenText_mAF4EB695AC541A6C488A4131A577E477147B9620(L_3, NULL); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0029: {// begin finally (depth: 1) { StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_5 = V_1; if (!L_5) { goto IL_0032; } } { StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_6 = V_1; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6); } IL_0032: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) StreamReader_t81027449065C1B0C339DB46241D8001A6F61130B* L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_7); KeyPairPersistence_FromXml_m6D94C0820F4E00B8761FD92E3404E5C583215876(__this, L_8, NULL); goto IL_0033; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0033: { bool L_9 = V_0; return L_9; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m19F91B457374C019AB4BDDECA7E02A30DBFBC801 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* V_0 = NULL; { String_t* L_0; L_0 = KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF(__this, NULL); FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_1; L_1 = File_Open_m9C6D5876B037A5A8341D216B767D4C8BE7084326(L_0, 2, NULL); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002b: {// begin finally (depth: 1) { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_2 = V_0; if (!L_2) { goto IL_0034; } } { FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_0034: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_4 = V_0; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_5; L_5 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL); StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* L_6 = (StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4*)il2cpp_codegen_object_new(StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4_il2cpp_TypeInfo_var); NullCheck(L_6); StreamWriter__ctor_m1E6CB00AA57A3E35968208F705E444511AD9B5DC(L_6, L_4, L_5, NULL); StreamWriter_t6E7DF7D524AA3C018A65F62EE80779873ED4D1E4* L_7 = L_6; String_t* L_8; L_8 = KeyPairPersistence_ToXml_mC806794E51F1AFCBD05773B5B2B11B1EC54E276E(__this, NULL); NullCheck(L_7); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, L_8); NullCheck(L_7); VirtualActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_7); goto IL_0035; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0035: { bool L_9; L_9 = KeyPairPersistence_get_UseMachineKeyStore_mC205E96F075F8B1504C2AB7CB333E3BBEB841968(__this, NULL); if (!L_9) { goto IL_004a; } } { String_t* L_10; L_10 = KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF(__this, NULL); il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_11; L_11 = KeyPairPersistence_ProtectMachine_mDBB36A19D2CE979DFB9AB6BD0D2084B18F5EAC13(L_10, NULL); return; } IL_004a: { String_t* L_12; L_12 = KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF(__this, NULL); il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_13; L_13 = KeyPairPersistence_ProtectUser_mAE78C9726A255CE3FB88023166DDDB5CC203269A(L_12, NULL); return; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_mBF912685AFD920126AACBF2950893576F4308888 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = KeyPairPersistence_get_Filename_m3322031F2444CEF0757E3FFC15F5EB6EE848B2AF(__this, NULL); File_Delete_mB5CB249F5370D49747243BCA9C56CCC48D3E6A08(L_0, NULL); return; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_UserPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59FB80B27DEF7725CF09D21164DD2FF891566700); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE03F0E8BD5B2AD590D338099433909F2EC1CA1A3); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; Exception_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->___lockobj_8; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c1: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_00ca; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL); } IL_00ca: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_4 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; if (!L_4) { goto IL_001e_1; } } { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_5 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPathExists_0; if (L_5) { goto IL_008d_1; } } IL_001e_1: { String_t* L_6; L_6 = Environment_GetFolderPath_m6294B29BDF0AC7CBB12EE2BB109D6DAA3FE9AF4B(((int32_t)26), NULL); il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_7; L_7 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_6, _stringLiteral59FB80B27DEF7725CF09D21164DD2FF891566700, NULL); il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1), (void*)L_7); String_t* L_8 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; String_t* L_9; L_9 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_8, _stringLiteralE03F0E8BD5B2AD590D338099433909F2EC1CA1A3, NULL); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1), (void*)L_9); String_t* L_10 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; bool L_11; L_11 = Directory_Exists_m1AC1A8910C9883BD4198ECF585C97F09E23C4702(L_10, NULL); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPathExists_0 = L_11; bool L_12 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPathExists_0; if (L_12) { goto IL_008d_1; } } try {// begin try (depth: 2) il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_13 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_14; L_14 = Directory_CreateDirectory_mD89FECDFB25BC52F866DC0B1BB8552334FB249D2(L_13, NULL); goto IL_0087_1; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006b_1; } throw e; } CATCH_006b_1: {// begin catch(System.Exception) V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); String_t* L_15; L_15 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral74CF91B07F8ADC777574DCD61EB37216D06F6040)), NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))); String_t* L_16 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))))->____userPath_1; String_t* L_17; L_17 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_15, L_16, NULL); Exception_t* L_18 = V_2; CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_19 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_19); CryptographicException__ctor_m5DDF42BBD1BBB5006C6E912240CAE64C8B14FA9C(L_19, L_17, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B_RuntimeMethod_var))); }// end catch (depth: 2) IL_0087_1: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPathExists_0 = (bool)1; } IL_008d_1: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_20 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; bool L_21; L_21 = KeyPairPersistence_IsUserProtected_m48631BA6570DECA6948643157A84DBD1920F3702(L_20, NULL); if (L_21) { goto IL_00bf_1; } } { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_22 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; bool L_23; L_23 = KeyPairPersistence_ProtectUser_mAE78C9726A255CE3FB88023166DDDB5CC203269A(L_22, NULL); if (L_23) { goto IL_00bf_1; } } { String_t* L_24; L_24 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2767B4C7FAB874884447DF63BCC631A932F0791)), NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))); String_t* L_25 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))))->____userPath_1; String_t* L_26; L_26 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_24, L_25, NULL); IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_27 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var))); NullCheck(L_27); IOException__ctor_mE0612A16064F93C7EBB468D6874777BD70CB50CA(L_27, L_26, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B_RuntimeMethod_var))); } IL_00bf_1: { goto IL_00cb; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00cb: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_28 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; bool L_29; L_29 = KeyPairPersistence_IsUserProtected_m48631BA6570DECA6948643157A84DBD1920F3702(L_28, NULL); if (L_29) { goto IL_00f1; } } { String_t* L_30; L_30 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE60BE73254CE92E65F6AD2CF932EE606D009C69)), NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))); String_t* L_31 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))))->____userPath_1; String_t* L_32; L_32 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_30, L_31, NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_33 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_33); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_33, L_32, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_get_UserPath_mB314C890C94E299336524A808C907E4C77F20B8B_RuntimeMethod_var))); } IL_00f1: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_34 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____userPath_1; return L_34; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_MachinePath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59FB80B27DEF7725CF09D21164DD2FF891566700); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE03F0E8BD5B2AD590D338099433909F2EC1CA1A3); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; Exception_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->___lockobj_8; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00c1: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_00ca; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL); } IL_00ca: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_4 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; if (!L_4) { goto IL_001e_1; } } { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_5 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePathExists_2; if (L_5) { goto IL_008d_1; } } IL_001e_1: { String_t* L_6; L_6 = Environment_GetFolderPath_m6294B29BDF0AC7CBB12EE2BB109D6DAA3FE9AF4B(((int32_t)35), NULL); il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_7; L_7 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_6, _stringLiteral59FB80B27DEF7725CF09D21164DD2FF891566700, NULL); il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3), (void*)L_7); String_t* L_8 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; String_t* L_9; L_9 = Path_Combine_m64754D4E08990CE1EBC41CDF197807EE4B115474(L_8, _stringLiteralE03F0E8BD5B2AD590D338099433909F2EC1CA1A3, NULL); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3), (void*)L_9); String_t* L_10 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; bool L_11; L_11 = Directory_Exists_m1AC1A8910C9883BD4198ECF585C97F09E23C4702(L_10, NULL); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePathExists_2 = L_11; bool L_12 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePathExists_2; if (L_12) { goto IL_008d_1; } } try {// begin try (depth: 2) il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_13 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_14; L_14 = Directory_CreateDirectory_mD89FECDFB25BC52F866DC0B1BB8552334FB249D2(L_13, NULL); goto IL_0087_1; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_006b_1; } throw e; } CATCH_006b_1: {// begin catch(System.Exception) V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); String_t* L_15; L_15 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB45802233B2EA2711D79F076E5054BA4D43F45CB)), NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))); String_t* L_16 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))))->____machinePath_3; String_t* L_17; L_17 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_15, L_16, NULL); Exception_t* L_18 = V_2; CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_19 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_19); CryptographicException__ctor_m5DDF42BBD1BBB5006C6E912240CAE64C8B14FA9C(L_19, L_17, L_18, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9_RuntimeMethod_var))); }// end catch (depth: 2) IL_0087_1: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePathExists_2 = (bool)1; } IL_008d_1: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_20 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; bool L_21; L_21 = KeyPairPersistence_IsMachineProtected_m31F04D6B645C96AEA7DF6B4CB86A612B0BD9FA08(L_20, NULL); if (L_21) { goto IL_00bf_1; } } { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_22 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; bool L_23; L_23 = KeyPairPersistence_ProtectMachine_mDBB36A19D2CE979DFB9AB6BD0D2084B18F5EAC13(L_22, NULL); if (L_23) { goto IL_00bf_1; } } { String_t* L_24; L_24 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59A0AFB786E4691413AC381F8D90EBE6733556FE)), NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))); String_t* L_25 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))))->____machinePath_3; String_t* L_26; L_26 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_24, L_25, NULL); IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_27 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var))); NullCheck(L_27); IOException__ctor_mE0612A16064F93C7EBB468D6874777BD70CB50CA(L_27, L_26, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9_RuntimeMethod_var))); } IL_00bf_1: { goto IL_00cb; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00cb: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_28 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; bool L_29; L_29 = KeyPairPersistence_IsMachineProtected_m31F04D6B645C96AEA7DF6B4CB86A612B0BD9FA08(L_28, NULL); if (L_29) { goto IL_00f1; } } { String_t* L_30; L_30 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3CE72ACF3DF4A184EC0D0F6A3A71F693781C64CB)), NULL); il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))); String_t* L_31 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))))->____machinePath_3; String_t* L_32; L_32 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_30, L_31, NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_33 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_33); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_33, L_32, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyPairPersistence_get_MachinePath_mE89525A7CA2D6AB7A9AA9CDC567BEBEF240B52B9_RuntimeMethod_var))); } IL_00f1: { il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); String_t* L_34 = ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->____machinePath_3; return L_34; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_CanSecure(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__CanSecure_m7377FEDE6AA7E5930B6020C0D76D5FC31CE8ABE8 (Il2CppChar* ___root0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__CanSecure_m7377FEDE6AA7E5930B6020C0D76D5FC31CE8ABE8_ftn) (Il2CppChar*); using namespace il2cpp::icalls; return ((KeyPairPersistence__CanSecure_m7377FEDE6AA7E5930B6020C0D76D5FC31CE8ABE8_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_CanSecure) (___root0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectUser(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectUser_m253A95820964C7A80A5314BE239035926EF57047 (Il2CppChar* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__ProtectUser_m253A95820964C7A80A5314BE239035926EF57047_ftn) (Il2CppChar*); using namespace il2cpp::icalls; return ((KeyPairPersistence__ProtectUser_m253A95820964C7A80A5314BE239035926EF57047_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectUser) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_ProtectMachine(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__ProtectMachine_m898F145BED8C1F7C5D16EC241A7C81EF1FEB4B21 (Il2CppChar* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__ProtectMachine_m898F145BED8C1F7C5D16EC241A7C81EF1FEB4B21_ftn) (Il2CppChar*); using namespace il2cpp::icalls; return ((KeyPairPersistence__ProtectMachine_m898F145BED8C1F7C5D16EC241A7C81EF1FEB4B21_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_ProtectMachine) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsUserProtected(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsUserProtected_m310A0A4D930A97DCA1F308AB6712FF259D305E95 (Il2CppChar* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__IsUserProtected_m310A0A4D930A97DCA1F308AB6712FF259D305E95_ftn) (Il2CppChar*); using namespace il2cpp::icalls; return ((KeyPairPersistence__IsUserProtected_m310A0A4D930A97DCA1F308AB6712FF259D305E95_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsUserProtected) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_IsMachineProtected(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence__IsMachineProtected_mA0FB481A5F6D8E8F808B98F1E1BA2E6F72195E6B (Il2CppChar* ___path0, const RuntimeMethod* method) { typedef bool (*KeyPairPersistence__IsMachineProtected_mA0FB481A5F6D8E8F808B98F1E1BA2E6F72195E6B_ftn) (Il2CppChar*); using namespace il2cpp::icalls; return ((KeyPairPersistence__IsMachineProtected_mA0FB481A5F6D8E8F808B98F1E1BA2E6F72195E6B_ftn)mscorlib::Mono::Security::Cryptography::KeyPairPersistence::_IsMachineProtected) (___path0); } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::CanSecure(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_CanSecure_m85A2B042521110A4332C865E090DCF28E0E44914 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; { OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* L_0; L_0 = Environment_get_OSVersion_mE57572A131F223315BB4EFDE0CE136DC2FDDCEE2(NULL); NullCheck(L_0); int32_t L_1; L_1 = OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_001b; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)128)))) { goto IL_001b; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)6)))) { goto IL_001d; } } IL_001b: { return (bool)1; } IL_001d: { String_t* L_5 = ___path0; V_2 = L_5; String_t* L_6 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_6); Il2CppChar* L_7 = V_1; if (!L_7) { goto IL_002d; } } { Il2CppChar* L_8 = V_1; int32_t L_9; L_9 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, L_9)); } IL_002d: { Il2CppChar* L_10 = V_1; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_11; L_11 = KeyPairPersistence__CanSecure_m7377FEDE6AA7E5930B6020C0D76D5FC31CE8ABE8(L_10, NULL); return L_11; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectUser(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectUser_mAE78C9726A255CE3FB88023166DDDB5CC203269A (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___path0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_1; L_1 = KeyPairPersistence_CanSecure_m85A2B042521110A4332C865E090DCF28E0E44914(L_0, NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2 = ___path0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0018; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0018: { Il2CppChar* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_8; L_8 = KeyPairPersistence__ProtectUser_m253A95820964C7A80A5314BE239035926EF57047(L_7, NULL); return L_8; } IL_001f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::ProtectMachine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_ProtectMachine_mDBB36A19D2CE979DFB9AB6BD0D2084B18F5EAC13 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___path0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_1; L_1 = KeyPairPersistence_CanSecure_m85A2B042521110A4332C865E090DCF28E0E44914(L_0, NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2 = ___path0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0018; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0018: { Il2CppChar* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_8; L_8 = KeyPairPersistence__ProtectMachine_m898F145BED8C1F7C5D16EC241A7C81EF1FEB4B21(L_7, NULL); return L_8; } IL_001f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsUserProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsUserProtected_m48631BA6570DECA6948643157A84DBD1920F3702 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___path0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_1; L_1 = KeyPairPersistence_CanSecure_m85A2B042521110A4332C865E090DCF28E0E44914(L_0, NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2 = ___path0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0018; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0018: { Il2CppChar* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_8; L_8 = KeyPairPersistence__IsUserProtected_m310A0A4D930A97DCA1F308AB6712FF259D305E95(L_7, NULL); return L_8; } IL_001f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::IsMachineProtected(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_IsMachineProtected_m31F04D6B645C96AEA7DF6B4CB86A612B0BD9FA08 (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___path0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_1; L_1 = KeyPairPersistence_CanSecure_m85A2B042521110A4332C865E090DCF28E0E44914(L_0, NULL); if (!L_1) { goto IL_001f; } } { String_t* L_2 = ___path0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0018; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0018: { Il2CppChar* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); bool L_8; L_8 = KeyPairPersistence__IsMachineProtected_mA0FB481A5F6D8E8F808B98F1E1BA2E6F72195E6B(L_7, NULL); return L_8; } IL_001f: { return (bool)1; } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_CanChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_CanChange_m08CF9AB244D4698E6EA9B302D6A8D9CA0AC3524E (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____keyvalue_5; return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0); } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseDefaultKeyContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseDefaultKeyContainer_m3A4CF62C181E1D56C700619062F20E31219D4C78 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_0 = __this->____params_4; NullCheck(L_0); int32_t L_1; L_1 = CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline(L_0, NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_1&2))) == ((int32_t)2))? 1 : 0); } } // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::get_UseMachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_get_UseMachineKeyStore_mC205E96F075F8B1504C2AB7CB333E3BBEB841968 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_0 = __this->____params_4; NullCheck(L_0); int32_t L_1; L_1 = CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline(L_0, NULL); return (bool)((((int32_t)((int32_t)((int32_t)L_1&1))) == ((int32_t)1))? 1 : 0); } } // System.String Mono.Security.Cryptography.KeyPairPersistence::get_ContainerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_ContainerName_m8D8C13269CAE68C05C03F2BEBF8DCF457F41A70F (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); s_Il2CppMethodInitialized = true; } Guid_t V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; { String_t* L_0 = __this->____container_7; if (L_0) { goto IL_0096; } } { bool L_1; L_1 = KeyPairPersistence_get_UseDefaultKeyContainer_m3A4CF62C181E1D56C700619062F20E31219D4C78(__this, NULL); if (!L_1) { goto IL_0020; } } { __this->____container_7 = _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; Il2CppCodeGenWriteBarrier((void**)(&__this->____container_7), (void*)_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); goto IL_0096; } IL_0020: { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_2 = __this->____params_4; NullCheck(L_2); String_t* L_3 = L_2->___KeyContainerName_2; if (!L_3) { goto IL_003f; } } { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_4 = __this->____params_4; NullCheck(L_4); String_t* L_5 = L_4->___KeyContainerName_2; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); if (L_6) { goto IL_005a; } } IL_003f: { Guid_t L_7; L_7 = Guid_NewGuid_m1827D92D71326C3F3C263F057F6E90F907617903(NULL); V_0 = L_7; String_t* L_8; L_8 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL); __this->____container_7 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____container_7), (void*)L_8); goto IL_0096; } IL_005a: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_9; L_9 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_10 = __this->____params_4; NullCheck(L_10); String_t* L_11 = L_10->___KeyContainerName_2; NullCheck(L_9); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12; L_12 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_9, L_11); V_1 = L_12; MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A* L_13; L_13 = MD5_Create_mEA05E397A9E93DDB815D44FF4204495BA328C1C9(NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_1; NullCheck(L_13); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15; L_15 = HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB(L_13, L_14, NULL); V_2 = L_15; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; Guid_t L_17; memset((&L_17), 0, sizeof(L_17)); Guid__ctor_m9BEFD9FC285BE9ACEC2EB97FC76C0E35E14D725C((&L_17), L_16, /*hidden argument*/NULL); V_0 = L_17; String_t* L_18; L_18 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_0), NULL); __this->____container_7 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->____container_7), (void*)L_18); } IL_0096: { String_t* L_19 = __this->____container_7; return L_19; } } // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::Copy(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* KeyPairPersistence_Copy_m320505D554BCEF6AA9DE3F6D1DED07B0A033F08B (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_0 = ___p0; NullCheck(L_0); int32_t L_1 = L_0->___ProviderType_0; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_2 = ___p0; NullCheck(L_2); String_t* L_3 = L_2->___ProviderName_1; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_4 = ___p0; NullCheck(L_4); String_t* L_5 = L_4->___KeyContainerName_2; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_6 = (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3*)il2cpp_codegen_object_new(CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3_il2cpp_TypeInfo_var); NullCheck(L_6); CspParameters__ctor_mC5FBD45DE8231750F352927CFBE6A337C965F853(L_6, L_1, L_3, L_5, NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_7 = L_6; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_8 = ___p0; NullCheck(L_8); int32_t L_9 = L_8->___KeyNumber_3; NullCheck(L_7); L_7->___KeyNumber_3 = L_9; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_10 = L_7; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_11 = ___p0; NullCheck(L_11); int32_t L_12; L_12 = CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline(L_11, NULL); NullCheck(L_10); CspParameters_set_Flags_m9C1F8339A1C321C6EDCB76E6038B7786D9EA7F6A(L_10, L_12, NULL); return L_10; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::FromXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_FromXml_m6D94C0820F4E00B8761FD92E3404E5C583215876 (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AA0FDA6B65028545C8F7711FC736D5C5A891236); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BC0D3F392E429C58091C7089305518AC4495514); s_Il2CppMethodInitialized = true; } SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* V_0 = NULL; SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* V_1 = NULL; { SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* L_0 = (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652*)il2cpp_codegen_object_new(SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652_il2cpp_TypeInfo_var); NullCheck(L_0); SecurityParser__ctor_m9CFF36872A436CDA5A7464053BB9CB7979AFB67D(L_0, NULL); SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* L_1 = L_0; String_t* L_2 = ___xml0; NullCheck(L_1); SecurityParser_LoadXml_m2B7A235847A86F18A3F832336D83D2D07FDC7F14(L_1, L_2, NULL); NullCheck(L_1); SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_3; L_3 = SecurityParser_ToXml_m69BAA04EF966D7C3F9101112D8C3F17EA57B7A0B_inline(L_1, NULL); V_0 = L_3; SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = SecurityElement_get_Tag_mA8D61550B955EC8AE6C73584F2698269BB832457_inline(L_4, NULL); bool L_6; L_6 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_5, _stringLiteral1AA0FDA6B65028545C8F7711FC736D5C5A891236, NULL); if (!L_6) { goto IL_0055; } } { SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_7 = V_0; NullCheck(L_7); SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_8; L_8 = SecurityElement_SearchForChildByTag_mCF18FA8D665969F11D4D1F022E8B38256F5132C8(L_7, _stringLiteral1BC0D3F392E429C58091C7089305518AC4495514, NULL); V_1 = L_8; SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_9 = V_1; NullCheck(L_9); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10; L_10 = SecurityElement_get_Children_m59EB3995745C9F4A2AFFC7F8528E153706C16C8D_inline(L_9, NULL); NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0055; } } { SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_12 = V_1; NullCheck(L_12); ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_13; L_13 = SecurityElement_get_Children_m59EB3995745C9F4A2AFFC7F8528E153706C16C8D_inline(L_12, NULL); NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, 0); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); __this->____keyvalue_5 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->____keyvalue_5), (void*)L_15); } IL_0055: { return; } } // System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_ToXml_mC806794E51F1AFCBD05773B5B2B11B1EC54E276E (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13392B52EFB94430696115E80DD2F61A08CD73BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAFAE7F142EC284FAD01F632762C4E5FDD95661); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral613792EE53A0B97F728C57A10A94F1D8D0DBFFAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9945C46F805C27E653C641A2C94A196BD0DBF8B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2B8C997017E1D9E29FF00BAA7015161A0CB061F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFFAEF88AB5A3F809065C378B083D8FC004BBDEC); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_0); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; StringBuilder_t* L_1 = V_0; String_t* L_2; L_2 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL); NullCheck(L_1); StringBuilder_t* L_3; L_3 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_1, _stringLiteral613792EE53A0B97F728C57A10A94F1D8D0DBFFAA, L_2, NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_4 = __this->____params_4; NullCheck(L_4); String_t* L_5 = L_4->___ProviderName_1; if (!L_5) { goto IL_004d; } } { CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_6 = __this->____params_4; NullCheck(L_6); String_t* L_7 = L_6->___ProviderName_1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); if (!L_8) { goto IL_004d; } } { StringBuilder_t* L_9 = V_0; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_10 = __this->____params_4; NullCheck(L_10); String_t* L_11 = L_10->___ProviderName_1; NullCheck(L_9); StringBuilder_t* L_12; L_12 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_9, _stringLiteral9945C46F805C27E653C641A2C94A196BD0DBF8B7, L_11, NULL); } IL_004d: { StringBuilder_t* L_13 = V_0; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_14 = __this->____params_4; NullCheck(L_14); int32_t L_15 = L_14->___ProviderType_0; int32_t L_16 = L_15; RuntimeObject* L_17 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_16); String_t* L_18; L_18 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL); NullCheck(L_13); StringBuilder_t* L_19; L_19 = StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132(L_13, _stringLiteral13392B52EFB94430696115E80DD2F61A08CD73BE, L_17, L_18, NULL); StringBuilder_t* L_20 = V_0; String_t* L_21; L_21 = KeyPairPersistence_get_ContainerName_m8D8C13269CAE68C05C03F2BEBF8DCF457F41A70F(__this, NULL); String_t* L_22; L_22 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL); NullCheck(L_20); StringBuilder_t* L_23; L_23 = StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132(L_20, _stringLiteralDFFAEF88AB5A3F809065C378B083D8FC004BBDEC, L_21, L_22, NULL); CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_24 = __this->____params_4; NullCheck(L_24); int32_t L_25 = L_24->___KeyNumber_3; if ((((int32_t)L_25) == ((int32_t)(-1)))) { goto IL_00af; } } { StringBuilder_t* L_26 = V_0; CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* L_27 = __this->____params_4; NullCheck(L_27); int32_t L_28 = L_27->___KeyNumber_3; int32_t L_29 = L_28; RuntimeObject* L_30 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_29); NullCheck(L_26); StringBuilder_t* L_31; L_31 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_26, _stringLiteralB2B8C997017E1D9E29FF00BAA7015161A0CB061F, L_30, NULL); } IL_00af: { StringBuilder_t* L_32 = V_0; String_t* L_33; L_33 = KeyPairPersistence_get_KeyValue_m331C51273F86453500778DC1B87DDC3CEAE0EF32_inline(__this, NULL); String_t* L_34; L_34 = Environment_get_NewLine_m86172FA1FF2F93F740EFB5760938B35750DD35C0(NULL); NullCheck(L_32); StringBuilder_t* L_35; L_35 = StringBuilder_AppendFormat_mAB076D92DC92723B2224D75987BE463AF1CE7132(L_32, _stringLiteral5BAFAE7F142EC284FAD01F632762C4E5FDD95661, L_33, L_34, NULL); StringBuilder_t* L_36 = V_0; NullCheck(L_36); String_t* L_37; L_37 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36); return L_37; } } // System.Void Mono.Security.Cryptography.KeyPairPersistence::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__cctor_mC1D59C6997D87EF518D81D4706197DD9020068D5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->___lockobj_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_StaticFields*)il2cpp_codegen_static_fields_for(KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6_il2cpp_TypeInfo_var))->___lockobj_8), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.MD2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2__ctor_m50FE77EEA3713DDDF86711A306CD120D5BBB579F (MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440* __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m5D3F91367024B0434655123D4999E10BB1291708(__this, NULL); ((HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D*)__this)->___HashSizeValue_1 = ((int32_t)128); return; } } // Mono.Security.Cryptography.MD2 Mono.Security.Cryptography.MD2::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440* MD2_Create_m74341DD4CD7F2942F6A3D2570F97314A229C74CD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* L_0 = (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4*)il2cpp_codegen_object_new(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var); NullCheck(L_0); MD2Managed__ctor_m34A1B92E24D48DE41429BB3FB95EBA93C8DD243F(L_0, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] Mono.Security.Cryptography.MD2Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD2Managed_Padding_m3CDE939889F81F0DFD2191CC36EE9804EFCA1160 (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, int32_t ___nLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___nLength0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0020; } } { int32_t L_1 = ___nLength0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; V_1 = 0; goto IL_0018; } IL_000f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = ___nLength0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)((int32_t)(uint8_t)L_5)); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_0018: { int32_t L_7 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))) { goto IL_000f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0; return L_9; } IL_0020: { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } } // System.Void Mono.Security.Cryptography.MD2Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__ctor_m34A1B92E24D48DE41429BB3FB95EBA93C8DD243F (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MD2__ctor_m50FE77EEA3713DDDF86711A306CD120D5BBB579F(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->___state_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___state_4), (void*)L_0); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->___checksum_5 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___checksum_5), (void*)L_1); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->___buffer_6 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___buffer_6), (void*)L_2); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); __this->___x_8 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___x_8), (void*)L_3); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return; } } // System.Void Mono.Security.Cryptography.MD2Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_Initialize_mE3FDDC657BAD67E39C1717BC7A8357371422378A (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, const RuntimeMethod* method) { { __this->___count_7 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___state_4; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_0, 0, ((int32_t)16), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___checksum_5; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_1, 0, ((int32_t)16), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___buffer_6; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_2, 0, ((int32_t)16), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = __this->___x_8; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_3, 0, ((int32_t)48), NULL); return; } } // System.Void Mono.Security.Cryptography.MD2Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_HashCore_m8812D7614BBD10246627D116B5AF3BBD396366E5 (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->___count_7; V_1 = L_0; int32_t L_1 = V_1; int32_t L_2 = ___cbSize2; __this->___count_7 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_1, L_2))&((int32_t)15))); int32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)16), L_3)); int32_t L_4 = ___cbSize2; int32_t L_5 = V_2; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_006e; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___array0; int32_t L_7 = ___ibStart1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___buffer_6; int32_t L_9 = V_1; int32_t L_10 = V_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_6, L_7, (RuntimeArray*)L_8, L_9, L_10, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___state_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___checksum_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___buffer_6; MD2Managed_MD2Transform_m0733EDC9675E6554693CEC1ADB50BEA430F66296(__this, L_11, L_12, L_13, 0, NULL); int32_t L_14 = V_2; V_0 = L_14; goto IL_0063; } IL_0048: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = __this->___state_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = __this->___checksum_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___array0; int32_t L_18 = ___ibStart1; int32_t L_19 = V_0; MD2Managed_MD2Transform_m0733EDC9675E6554693CEC1ADB50BEA430F66296(__this, L_15, L_16, L_17, ((int32_t)il2cpp_codegen_add(L_18, L_19)), NULL); int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_20, ((int32_t)16))); } IL_0063: { int32_t L_21 = V_0; int32_t L_22 = ___cbSize2; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_21, ((int32_t)15)))) < ((int32_t)L_22))) { goto IL_0048; } } { V_1 = 0; goto IL_0070; } IL_006e: { V_0 = 0; } IL_0070: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = ___array0; int32_t L_24 = ___ibStart1; int32_t L_25 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = __this->___buffer_6; int32_t L_27 = V_1; int32_t L_28 = ___cbSize2; int32_t L_29 = V_0; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_23, ((int32_t)il2cpp_codegen_add(L_24, L_25)), (RuntimeArray*)L_26, L_27, ((int32_t)il2cpp_codegen_subtract(L_28, L_29)), NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD2Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD2Managed_HashFinal_m803011F5746FE5ECFE193A8454830413842A8F75 (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->___count_7; V_0 = L_0; int32_t L_1 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)16), L_1)); int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_001f; } } { int32_t L_3 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4; L_4 = MD2Managed_Padding_m3CDE939889F81F0DFD2191CC36EE9804EFCA1160(__this, L_3, NULL); int32_t L_5 = V_1; VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, L_5); } IL_001f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___checksum_5; VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_6, 0, ((int32_t)16)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->___state_4; NullCheck((RuntimeArray*)L_7); RuntimeObject* L_8; L_8 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_7, NULL); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)); } } // System.Void Mono.Security.Cryptography.MD2Managed::MD2Transform(System.Byte[],System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed_MD2Transform_m0733EDC9675E6554693CEC1ADB50BEA430F66296 (MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___state0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___checksum1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___block2, int32_t ___index3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___state0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___x_8; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_0, 0, (RuntimeArray*)L_1, 0, ((int32_t)16), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___block2; int32_t L_3 = ___index3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___x_8; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_2, L_3, (RuntimeArray*)L_4, ((int32_t)16), ((int32_t)16), NULL); V_1 = 0; goto IL_0040; } IL_0026: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->___x_8; int32_t L_6 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___state0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___block2; int32_t L_12 = ___index3; int32_t L_13 = V_1; NullCheck(L_11); int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_12, L_13)); uint8_t L_15 = (L_11)->GetAt(static_cast(L_14)); NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_6, ((int32_t)32)))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_10^(int32_t)L_15)))); int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1)); } IL_0040: { int32_t L_17 = V_1; if ((((int32_t)L_17) < ((int32_t)((int32_t)16)))) { goto IL_0026; } } { V_0 = 0; V_2 = 0; goto IL_0084; } IL_004b: { V_3 = 0; goto IL_0071; } IL_004f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___x_8; int32_t L_19 = V_3; NullCheck(L_18); uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); int32_t L_21 = *((uint8_t*)L_20); il2cpp_codegen_runtime_class_init_inline(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ((MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var))->___PI_SUBST_9; int32_t L_23 = V_0; NullCheck(L_22); int32_t L_24 = L_23; uint8_t L_25 = (L_22)->GetAt(static_cast(L_24)); int32_t L_26 = ((int32_t)(uint8_t)((int32_t)(L_21^(int32_t)L_25))); V_4 = (uint8_t)L_26; *((int8_t*)L_20) = (int8_t)L_26; uint8_t L_27 = V_4; V_0 = L_27; int32_t L_28 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_28, 1)); } IL_0071: { int32_t L_29 = V_3; if ((((int32_t)L_29) < ((int32_t)((int32_t)48)))) { goto IL_004f; } } { int32_t L_30 = V_0; int32_t L_31 = V_2; V_0 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_30, L_31))&((int32_t)255))); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_0084: { int32_t L_33 = V_2; if ((((int32_t)L_33) < ((int32_t)((int32_t)18)))) { goto IL_004b; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = __this->___x_8; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = ___state0; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_34, 0, (RuntimeArray*)L_35, 0, ((int32_t)16), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = ___checksum1; NullCheck(L_36); int32_t L_37 = ((int32_t)15); uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); V_0 = L_38; V_5 = 0; goto IL_00cb; } IL_00a3: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = ___checksum1; int32_t L_40 = V_5; NullCheck(L_39); uint8_t* L_41 = ((L_39)->GetAddressAt(static_cast(L_40))); int32_t L_42 = *((uint8_t*)L_41); il2cpp_codegen_runtime_class_init_inline(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = ((MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var))->___PI_SUBST_9; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = ___block2; int32_t L_45 = ___index3; int32_t L_46 = V_5; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_45, L_46)); uint8_t L_48 = (L_44)->GetAt(static_cast(L_47)); int32_t L_49 = V_0; NullCheck(L_43); int32_t L_50 = ((int32_t)((int32_t)L_48^L_49)); uint8_t L_51 = (L_43)->GetAt(static_cast(L_50)); int32_t L_52 = ((int32_t)(uint8_t)((int32_t)(L_42^(int32_t)L_51))); V_4 = (uint8_t)L_52; *((int8_t*)L_41) = (int8_t)L_52; uint8_t L_53 = V_4; V_0 = L_53; int32_t L_54 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_54, 1)); } IL_00cb: { int32_t L_55 = V_5; if ((((int32_t)L_55) < ((int32_t)((int32_t)16)))) { goto IL_00a3; } } { return; } } // System.Void Mono.Security.Cryptography.MD2Managed::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD2Managed__cctor_mBBC82C746117028614954FCDC2611376B77DB78C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_36_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_36_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL); ((MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var))->___PI_SUBST_9 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_StaticFields*)il2cpp_codegen_static_fields_for(MD2Managed_tCFDD6B2E934FF6487C2767F8A7E45218414A68C4_il2cpp_TypeInfo_var))->___PI_SUBST_9), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.MD4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4__ctor_m99A9BE6185730289F71D5C0C9A5EC95E6F6D0C26 (MD4_t9E90E826415769BD194BE4DA3CC0036DED915147* __this, const RuntimeMethod* method) { { HashAlgorithm__ctor_m5D3F91367024B0434655123D4999E10BB1291708(__this, NULL); ((HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D*)__this)->___HashSizeValue_1 = ((int32_t)128); return; } } // Mono.Security.Cryptography.MD4 Mono.Security.Cryptography.MD4::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD4_t9E90E826415769BD194BE4DA3CC0036DED915147* MD4_Create_m2D2609616972635EE4E1097C5E1588E3ED55BB67 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* L_0 = (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75*)il2cpp_codegen_object_new(MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75_il2cpp_TypeInfo_var); NullCheck(L_0); MD4Managed__ctor_m4BB239EB4892183953B82A7AB4C4538911DC8008(L_0, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.MD4Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed__ctor_m4BB239EB4892183953B82A7AB4C4538911DC8008 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MD4__ctor_m99A9BE6185730289F71D5C0C9A5EC95E6F6D0C26(__this, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)4); __this->___state_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___state_4), (void*)L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)2); __this->___count_6 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___count_6), (void*)L_1); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->___buffer_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___buffer_5), (void*)L_2); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->___digest_8 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___digest_8), (void*)L_3); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->___x_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___x_7), (void*)L_4); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Initialize_mE49CBAD5CB1251EB3B14A2DEB89316DB1B630594 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, const RuntimeMethod* method) { { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___count_6; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint32_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___count_6; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (uint32_t)0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___state_4; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint32_t)((int32_t)1732584193)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___state_4; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (uint32_t)((int32_t)-271733879)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->___state_4; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (uint32_t)((int32_t)-1732584194)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->___state_4; NullCheck(L_5); (L_5)->SetAt(static_cast(3), (uint32_t)((int32_t)271733878)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___buffer_5; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_6, 0, ((int32_t)64), NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->___x_7; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_7, 0, ((int32_t)16), NULL); return; } } // System.Void Mono.Security.Cryptography.MD4Managed::HashCore(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HashCore_mFBEA6B2C12804CC2611986608AA14918CBDDCF1F (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___count_6; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = ((int32_t)(((int32_t)((uint32_t)L_2>>3))&((int32_t)63))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___count_6; NullCheck(L_3); uint32_t* L_4 = ((L_3)->GetAddressAt(static_cast(0))); int32_t L_5 = *((uint32_t*)L_4); int32_t L_6 = ___cbSize2; *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add(L_5, ((int32_t)(L_6<<3)))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->___count_6; NullCheck(L_7); int32_t L_8 = 0; uint32_t L_9 = (L_7)->GetAt(static_cast(L_8)); int32_t L_10 = ___cbSize2; if ((((int64_t)((int64_t)(uint64_t)L_9)) >= ((int64_t)((int64_t)((int32_t)(L_10<<3)))))) { goto IL_0041; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = __this->___count_6; NullCheck(L_11); uint32_t* L_12 = ((L_11)->GetAddressAt(static_cast(1))); int32_t L_13 = *((uint32_t*)L_12); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(L_13, 1)); } IL_0041: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = __this->___count_6; NullCheck(L_14); uint32_t* L_15 = ((L_14)->GetAddressAt(static_cast(1))); int32_t L_16 = *((uint32_t*)L_15); int32_t L_17 = ___cbSize2; *((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add(L_16, ((int32_t)(L_17>>((int32_t)29))))); int32_t L_18 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)64), L_18)); V_2 = 0; int32_t L_19 = ___cbSize2; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_00a4; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___array0; int32_t L_22 = ___ibStart1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___buffer_5; int32_t L_24 = V_0; int32_t L_25 = V_1; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_21, L_22, (RuntimeArray*)L_23, L_24, L_25, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = __this->___state_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = __this->___buffer_5; MD4Managed_MD4Transform_m17306B4ED5F4D87A24AC4B1AA18F776A6633BFD7(__this, L_26, L_27, 0, NULL); int32_t L_28 = V_1; V_2 = L_28; goto IL_009b; } IL_0086: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = __this->___state_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___array0; int32_t L_31 = ___ibStart1; int32_t L_32 = V_2; MD4Managed_MD4Transform_m17306B4ED5F4D87A24AC4B1AA18F776A6633BFD7(__this, L_29, L_30, ((int32_t)il2cpp_codegen_add(L_31, L_32)), NULL); int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_33, ((int32_t)64))); } IL_009b: { int32_t L_34 = V_2; int32_t L_35 = ___cbSize2; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_34, ((int32_t)63)))) < ((int32_t)L_35))) { goto IL_0086; } } { V_0 = 0; } IL_00a4: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = ___array0; int32_t L_37 = ___ibStart1; int32_t L_38 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = __this->___buffer_5; int32_t L_40 = V_0; int32_t L_41 = ___cbSize2; int32_t L_42 = V_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_36, ((int32_t)il2cpp_codegen_add(L_37, L_38)), (RuntimeArray*)L_39, L_40, ((int32_t)il2cpp_codegen_subtract(L_41, L_42)), NULL); return; } } // System.Byte[] Mono.Security.Cryptography.MD4Managed::HashFinal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD4Managed_HashFinal_m689DC42B28A0140636190CAFA84260ADFB69B16E (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B3_0 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)8); V_0 = L_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___count_6; MD4Managed_Encode_mE9BBFED99B4F4757C6CD99C14D1C697DB1D57E8E(__this, L_1, L_2, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___count_6; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = ((int32_t)(((int32_t)((uint32_t)L_5>>3))&((int32_t)63))); uint32_t L_6 = V_1; if ((!(((uint32_t)L_6) >= ((uint32_t)((int32_t)56))))) { goto IL_002d; } } { uint32_t L_7 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)120), (int32_t)L_7)); goto IL_0031; } IL_002d: { uint32_t L_8 = V_1; G_B3_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)56), (int32_t)L_8)); } IL_0031: { V_2 = G_B3_0; int32_t L_9 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = MD4Managed_Padding_m8DE9EAAE15ED4B585B5D331A2F8B1DFEBF906F9F(__this, L_9, NULL); int32_t L_11 = V_2; VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_10, 0, L_11); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_0; VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(16 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_12, 0, 8); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___digest_8; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = __this->___state_4; MD4Managed_Encode_mE9BBFED99B4F4757C6CD99C14D1C697DB1D57E8E(__this, L_13, L_14, NULL); VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = __this->___digest_8; return L_15; } } // System.Byte[] Mono.Security.Cryptography.MD4Managed::Padding(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* MD4Managed_Padding_m8DE9EAAE15ED4B585B5D331A2F8B1DFEBF906F9F (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, int32_t ___nLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___nLength0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0013; } } { int32_t L_1 = ___nLength0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_1); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (uint8_t)((int32_t)128)); return L_3; } IL_0013: { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::F(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_F_m14EB35A86B6ACE70FA9889AD730820BD4C3FEF40 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; return ((int32_t)(((int32_t)((int32_t)L_0&(int32_t)L_1))|((int32_t)((int32_t)((~L_2))&(int32_t)L_3)))); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::G(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_G_mF255E6BC3C7E1486D78B4F4B09FFBD0B9CAF5043 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___x0; uint32_t L_3 = ___z2; uint32_t L_4 = ___y1; uint32_t L_5 = ___z2; return ((int32_t)(((int32_t)(((int32_t)((int32_t)L_0&(int32_t)L_1))|((int32_t)((int32_t)L_2&(int32_t)L_3))))|((int32_t)((int32_t)L_4&(int32_t)L_5)))); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::H(System.UInt32,System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_H_m88A064A9974E2482A0B66CAB64A11AA57EE00228 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint32_t ___y1, uint32_t ___z2, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint32_t L_1 = ___y1; uint32_t L_2 = ___z2; return ((int32_t)(((int32_t)((int32_t)L_0^(int32_t)L_1))^(int32_t)L_2)); } } // System.UInt32 Mono.Security.Cryptography.MD4Managed::ROL(System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MD4Managed_ROL_m74A3B093AA5FC4CE7115D8D53E54ACDCD3EB37B1 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t ___x0, uint8_t ___n1, const RuntimeMethod* method) { { uint32_t L_0 = ___x0; uint8_t L_1 = ___n1; uint32_t L_2 = ___x0; uint8_t L_3 = ___n1; return ((int32_t)(((int32_t)((int32_t)L_0<<((int32_t)((int32_t)L_1&((int32_t)31)))))|((int32_t)((uint32_t)L_2>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), (int32_t)L_3))&((int32_t)31))))))); } } // System.Void Mono.Security.Cryptography.MD4Managed::FF(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; int32_t L_2 = *((uint32_t*)L_1); uint32_t L_3 = ___b1; uint32_t L_4 = ___c2; uint32_t L_5 = ___d3; uint32_t L_6; L_6 = MD4Managed_F_m14EB35A86B6ACE70FA9889AD730820BD4C3FEF40(__this, L_3, L_4, L_5, NULL); uint32_t L_7 = ___x4; *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)))); uint32_t* L_8 = ___a0; uint32_t* L_9 = ___a0; int32_t L_10 = *((uint32_t*)L_9); uint8_t L_11 = ___s5; uint32_t L_12; L_12 = MD4Managed_ROL_m74A3B093AA5FC4CE7115D8D53E54ACDCD3EB37B1(__this, L_10, L_11, NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::GG(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; int32_t L_2 = *((uint32_t*)L_1); uint32_t L_3 = ___b1; uint32_t L_4 = ___c2; uint32_t L_5 = ___d3; uint32_t L_6; L_6 = MD4Managed_G_mF255E6BC3C7E1486D78B4F4B09FFBD0B9CAF5043(__this, L_3, L_4, L_5, NULL); uint32_t L_7 = ___x4; *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add(L_2, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), ((int32_t)1518500249))))); uint32_t* L_8 = ___a0; uint32_t* L_9 = ___a0; int32_t L_10 = *((uint32_t*)L_9); uint8_t L_11 = ___s5; uint32_t L_12; L_12 = MD4Managed_ROL_m74A3B093AA5FC4CE7115D8D53E54ACDCD3EB37B1(__this, L_10, L_11, NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::HH(System.UInt32&,System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, uint32_t* ___a0, uint32_t ___b1, uint32_t ___c2, uint32_t ___d3, uint32_t ___x4, uint8_t ___s5, const RuntimeMethod* method) { { uint32_t* L_0 = ___a0; uint32_t* L_1 = ___a0; int32_t L_2 = *((uint32_t*)L_1); uint32_t L_3 = ___b1; uint32_t L_4 = ___c2; uint32_t L_5 = ___d3; uint32_t L_6; L_6 = MD4Managed_H_m88A064A9974E2482A0B66CAB64A11AA57EE00228(__this, L_3, L_4, L_5, NULL); uint32_t L_7 = ___x4; *((int32_t*)L_0) = (int32_t)((int32_t)il2cpp_codegen_add(L_2, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), ((int32_t)1859775393))))); uint32_t* L_8 = ___a0; uint32_t* L_9 = ___a0; int32_t L_10 = *((uint32_t*)L_9); uint8_t L_11 = ___s5; uint32_t L_12; L_12 = MD4Managed_ROL_m74A3B093AA5FC4CE7115D8D53E54ACDCD3EB37B1(__this, L_10, L_11, NULL); *((int32_t*)L_8) = (int32_t)L_12; return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Encode(System.Byte[],System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Encode_mE9BBFED99B4F4757C6CD99C14D1C697DB1D57E8E (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output0, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___input1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0038; } IL_0006: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___output0; int32_t L_1 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = ___input1; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint8_t)((int32_t)(uint8_t)L_5)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___output0; int32_t L_7 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___input1; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_6); (L_6)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_7, 1))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_11>>8)))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___output0; int32_t L_13 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = ___input1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_13, 2))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_17>>((int32_t)16))))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___output0; int32_t L_19 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = ___input1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; uint32_t L_23 = (L_20)->GetAt(static_cast(L_22)); NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_19, 3))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)L_23>>((int32_t)24))))); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1)); int32_t L_25 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_25, 4)); } IL_0038: { int32_t L_26 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___output0; NullCheck(L_27); if ((((int32_t)L_26) < ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))))) { goto IL_0006; } } { return; } } // System.Void Mono.Security.Cryptography.MD4Managed::Decode(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_Decode_mF628A63328EF147FCBC4A62299F8CF9B2E1DBD13 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___output0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input1, int32_t ___index2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = ___index2; V_1 = L_0; goto IL_002e; } IL_0006: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ___output0; int32_t L_2 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___input1; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___input1; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_8, 1)); uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___input1; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_add(L_12, 2)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___input1; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_add(L_16, 3)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_1); (L_1)->SetAt(static_cast(L_2), (uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_6|((int32_t)((int32_t)L_10<<8))))|((int32_t)((int32_t)L_14<<((int32_t)16)))))|((int32_t)((int32_t)L_18<<((int32_t)24)))))); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 4)); } IL_002e: { int32_t L_21 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_22 = ___output0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) { goto IL_0006; } } { return; } } // System.Void Mono.Security.Cryptography.MD4Managed::MD4Transform(System.UInt32[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD4Managed_MD4Transform_m17306B4ED5F4D87A24AC4B1AA18F776A6633BFD7 (MD4Managed_t122FA18E19014B0818E3E15E236F65CAA8087C75* __this, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___state0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___block1, int32_t ___index2, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___state0; NullCheck(L_0); int32_t L_1 = 0; uint32_t L_2 = (L_0)->GetAt(static_cast(L_1)); V_0 = L_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = ___state0; NullCheck(L_3); int32_t L_4 = 1; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); V_1 = L_5; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = ___state0; NullCheck(L_6); int32_t L_7 = 2; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); V_2 = L_8; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = ___state0; NullCheck(L_9); int32_t L_10 = 3; uint32_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_3 = L_11; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = __this->___x_7; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___block1; int32_t L_14 = ___index2; MD4Managed_Decode_mF628A63328EF147FCBC4A62299F8CF9B2E1DBD13(__this, L_12, L_13, L_14, NULL); uint32_t L_15 = V_1; uint32_t L_16 = V_2; uint32_t L_17 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = __this->___x_7; NullCheck(L_18); int32_t L_19 = 0; uint32_t L_20 = (L_18)->GetAt(static_cast(L_19)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_0), L_15, L_16, L_17, L_20, (uint8_t)3, NULL); uint32_t L_21 = V_0; uint32_t L_22 = V_1; uint32_t L_23 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = __this->___x_7; NullCheck(L_24); int32_t L_25 = 1; uint32_t L_26 = (L_24)->GetAt(static_cast(L_25)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_3), L_21, L_22, L_23, L_26, (uint8_t)7, NULL); uint32_t L_27 = V_3; uint32_t L_28 = V_0; uint32_t L_29 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30 = __this->___x_7; NullCheck(L_30); int32_t L_31 = 2; uint32_t L_32 = (L_30)->GetAt(static_cast(L_31)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_2), L_27, L_28, L_29, L_32, (uint8_t)((int32_t)11), NULL); uint32_t L_33 = V_2; uint32_t L_34 = V_3; uint32_t L_35 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_36 = __this->___x_7; NullCheck(L_36); int32_t L_37 = 3; uint32_t L_38 = (L_36)->GetAt(static_cast(L_37)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_1), L_33, L_34, L_35, L_38, (uint8_t)((int32_t)19), NULL); uint32_t L_39 = V_1; uint32_t L_40 = V_2; uint32_t L_41 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_42 = __this->___x_7; NullCheck(L_42); int32_t L_43 = 4; uint32_t L_44 = (L_42)->GetAt(static_cast(L_43)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_0), L_39, L_40, L_41, L_44, (uint8_t)3, NULL); uint32_t L_45 = V_0; uint32_t L_46 = V_1; uint32_t L_47 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = __this->___x_7; NullCheck(L_48); int32_t L_49 = 5; uint32_t L_50 = (L_48)->GetAt(static_cast(L_49)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_3), L_45, L_46, L_47, L_50, (uint8_t)7, NULL); uint32_t L_51 = V_3; uint32_t L_52 = V_0; uint32_t L_53 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_54 = __this->___x_7; NullCheck(L_54); int32_t L_55 = 6; uint32_t L_56 = (L_54)->GetAt(static_cast(L_55)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_2), L_51, L_52, L_53, L_56, (uint8_t)((int32_t)11), NULL); uint32_t L_57 = V_2; uint32_t L_58 = V_3; uint32_t L_59 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_60 = __this->___x_7; NullCheck(L_60); int32_t L_61 = 7; uint32_t L_62 = (L_60)->GetAt(static_cast(L_61)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_1), L_57, L_58, L_59, L_62, (uint8_t)((int32_t)19), NULL); uint32_t L_63 = V_1; uint32_t L_64 = V_2; uint32_t L_65 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_66 = __this->___x_7; NullCheck(L_66); int32_t L_67 = 8; uint32_t L_68 = (L_66)->GetAt(static_cast(L_67)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_0), L_63, L_64, L_65, L_68, (uint8_t)3, NULL); uint32_t L_69 = V_0; uint32_t L_70 = V_1; uint32_t L_71 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_72 = __this->___x_7; NullCheck(L_72); int32_t L_73 = ((int32_t)9); uint32_t L_74 = (L_72)->GetAt(static_cast(L_73)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_3), L_69, L_70, L_71, L_74, (uint8_t)7, NULL); uint32_t L_75 = V_3; uint32_t L_76 = V_0; uint32_t L_77 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_78 = __this->___x_7; NullCheck(L_78); int32_t L_79 = ((int32_t)10); uint32_t L_80 = (L_78)->GetAt(static_cast(L_79)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_2), L_75, L_76, L_77, L_80, (uint8_t)((int32_t)11), NULL); uint32_t L_81 = V_2; uint32_t L_82 = V_3; uint32_t L_83 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_84 = __this->___x_7; NullCheck(L_84); int32_t L_85 = ((int32_t)11); uint32_t L_86 = (L_84)->GetAt(static_cast(L_85)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_1), L_81, L_82, L_83, L_86, (uint8_t)((int32_t)19), NULL); uint32_t L_87 = V_1; uint32_t L_88 = V_2; uint32_t L_89 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_90 = __this->___x_7; NullCheck(L_90); int32_t L_91 = ((int32_t)12); uint32_t L_92 = (L_90)->GetAt(static_cast(L_91)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_0), L_87, L_88, L_89, L_92, (uint8_t)3, NULL); uint32_t L_93 = V_0; uint32_t L_94 = V_1; uint32_t L_95 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_96 = __this->___x_7; NullCheck(L_96); int32_t L_97 = ((int32_t)13); uint32_t L_98 = (L_96)->GetAt(static_cast(L_97)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_3), L_93, L_94, L_95, L_98, (uint8_t)7, NULL); uint32_t L_99 = V_3; uint32_t L_100 = V_0; uint32_t L_101 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_102 = __this->___x_7; NullCheck(L_102); int32_t L_103 = ((int32_t)14); uint32_t L_104 = (L_102)->GetAt(static_cast(L_103)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_2), L_99, L_100, L_101, L_104, (uint8_t)((int32_t)11), NULL); uint32_t L_105 = V_2; uint32_t L_106 = V_3; uint32_t L_107 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_108 = __this->___x_7; NullCheck(L_108); int32_t L_109 = ((int32_t)15); uint32_t L_110 = (L_108)->GetAt(static_cast(L_109)); MD4Managed_FF_m00E6246DD39F47726729F6C929851116B1F99EDE(__this, (&V_1), L_105, L_106, L_107, L_110, (uint8_t)((int32_t)19), NULL); uint32_t L_111 = V_1; uint32_t L_112 = V_2; uint32_t L_113 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_114 = __this->___x_7; NullCheck(L_114); int32_t L_115 = 0; uint32_t L_116 = (L_114)->GetAt(static_cast(L_115)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_0), L_111, L_112, L_113, L_116, (uint8_t)3, NULL); uint32_t L_117 = V_0; uint32_t L_118 = V_1; uint32_t L_119 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_120 = __this->___x_7; NullCheck(L_120); int32_t L_121 = 4; uint32_t L_122 = (L_120)->GetAt(static_cast(L_121)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_3), L_117, L_118, L_119, L_122, (uint8_t)5, NULL); uint32_t L_123 = V_3; uint32_t L_124 = V_0; uint32_t L_125 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_126 = __this->___x_7; NullCheck(L_126); int32_t L_127 = 8; uint32_t L_128 = (L_126)->GetAt(static_cast(L_127)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_2), L_123, L_124, L_125, L_128, (uint8_t)((int32_t)9), NULL); uint32_t L_129 = V_2; uint32_t L_130 = V_3; uint32_t L_131 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_132 = __this->___x_7; NullCheck(L_132); int32_t L_133 = ((int32_t)12); uint32_t L_134 = (L_132)->GetAt(static_cast(L_133)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_1), L_129, L_130, L_131, L_134, (uint8_t)((int32_t)13), NULL); uint32_t L_135 = V_1; uint32_t L_136 = V_2; uint32_t L_137 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_138 = __this->___x_7; NullCheck(L_138); int32_t L_139 = 1; uint32_t L_140 = (L_138)->GetAt(static_cast(L_139)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_0), L_135, L_136, L_137, L_140, (uint8_t)3, NULL); uint32_t L_141 = V_0; uint32_t L_142 = V_1; uint32_t L_143 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_144 = __this->___x_7; NullCheck(L_144); int32_t L_145 = 5; uint32_t L_146 = (L_144)->GetAt(static_cast(L_145)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_3), L_141, L_142, L_143, L_146, (uint8_t)5, NULL); uint32_t L_147 = V_3; uint32_t L_148 = V_0; uint32_t L_149 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_150 = __this->___x_7; NullCheck(L_150); int32_t L_151 = ((int32_t)9); uint32_t L_152 = (L_150)->GetAt(static_cast(L_151)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_2), L_147, L_148, L_149, L_152, (uint8_t)((int32_t)9), NULL); uint32_t L_153 = V_2; uint32_t L_154 = V_3; uint32_t L_155 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_156 = __this->___x_7; NullCheck(L_156); int32_t L_157 = ((int32_t)13); uint32_t L_158 = (L_156)->GetAt(static_cast(L_157)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_1), L_153, L_154, L_155, L_158, (uint8_t)((int32_t)13), NULL); uint32_t L_159 = V_1; uint32_t L_160 = V_2; uint32_t L_161 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_162 = __this->___x_7; NullCheck(L_162); int32_t L_163 = 2; uint32_t L_164 = (L_162)->GetAt(static_cast(L_163)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_0), L_159, L_160, L_161, L_164, (uint8_t)3, NULL); uint32_t L_165 = V_0; uint32_t L_166 = V_1; uint32_t L_167 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_168 = __this->___x_7; NullCheck(L_168); int32_t L_169 = 6; uint32_t L_170 = (L_168)->GetAt(static_cast(L_169)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_3), L_165, L_166, L_167, L_170, (uint8_t)5, NULL); uint32_t L_171 = V_3; uint32_t L_172 = V_0; uint32_t L_173 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_174 = __this->___x_7; NullCheck(L_174); int32_t L_175 = ((int32_t)10); uint32_t L_176 = (L_174)->GetAt(static_cast(L_175)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_2), L_171, L_172, L_173, L_176, (uint8_t)((int32_t)9), NULL); uint32_t L_177 = V_2; uint32_t L_178 = V_3; uint32_t L_179 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_180 = __this->___x_7; NullCheck(L_180); int32_t L_181 = ((int32_t)14); uint32_t L_182 = (L_180)->GetAt(static_cast(L_181)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_1), L_177, L_178, L_179, L_182, (uint8_t)((int32_t)13), NULL); uint32_t L_183 = V_1; uint32_t L_184 = V_2; uint32_t L_185 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_186 = __this->___x_7; NullCheck(L_186); int32_t L_187 = 3; uint32_t L_188 = (L_186)->GetAt(static_cast(L_187)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_0), L_183, L_184, L_185, L_188, (uint8_t)3, NULL); uint32_t L_189 = V_0; uint32_t L_190 = V_1; uint32_t L_191 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_192 = __this->___x_7; NullCheck(L_192); int32_t L_193 = 7; uint32_t L_194 = (L_192)->GetAt(static_cast(L_193)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_3), L_189, L_190, L_191, L_194, (uint8_t)5, NULL); uint32_t L_195 = V_3; uint32_t L_196 = V_0; uint32_t L_197 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_198 = __this->___x_7; NullCheck(L_198); int32_t L_199 = ((int32_t)11); uint32_t L_200 = (L_198)->GetAt(static_cast(L_199)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_2), L_195, L_196, L_197, L_200, (uint8_t)((int32_t)9), NULL); uint32_t L_201 = V_2; uint32_t L_202 = V_3; uint32_t L_203 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_204 = __this->___x_7; NullCheck(L_204); int32_t L_205 = ((int32_t)15); uint32_t L_206 = (L_204)->GetAt(static_cast(L_205)); MD4Managed_GG_mEB9E568823BD7B12E7C3BFF41FE201067E45265E(__this, (&V_1), L_201, L_202, L_203, L_206, (uint8_t)((int32_t)13), NULL); uint32_t L_207 = V_1; uint32_t L_208 = V_2; uint32_t L_209 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_210 = __this->___x_7; NullCheck(L_210); int32_t L_211 = 0; uint32_t L_212 = (L_210)->GetAt(static_cast(L_211)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_0), L_207, L_208, L_209, L_212, (uint8_t)3, NULL); uint32_t L_213 = V_0; uint32_t L_214 = V_1; uint32_t L_215 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_216 = __this->___x_7; NullCheck(L_216); int32_t L_217 = 8; uint32_t L_218 = (L_216)->GetAt(static_cast(L_217)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_3), L_213, L_214, L_215, L_218, (uint8_t)((int32_t)9), NULL); uint32_t L_219 = V_3; uint32_t L_220 = V_0; uint32_t L_221 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_222 = __this->___x_7; NullCheck(L_222); int32_t L_223 = 4; uint32_t L_224 = (L_222)->GetAt(static_cast(L_223)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_2), L_219, L_220, L_221, L_224, (uint8_t)((int32_t)11), NULL); uint32_t L_225 = V_2; uint32_t L_226 = V_3; uint32_t L_227 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_228 = __this->___x_7; NullCheck(L_228); int32_t L_229 = ((int32_t)12); uint32_t L_230 = (L_228)->GetAt(static_cast(L_229)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_1), L_225, L_226, L_227, L_230, (uint8_t)((int32_t)15), NULL); uint32_t L_231 = V_1; uint32_t L_232 = V_2; uint32_t L_233 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_234 = __this->___x_7; NullCheck(L_234); int32_t L_235 = 2; uint32_t L_236 = (L_234)->GetAt(static_cast(L_235)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_0), L_231, L_232, L_233, L_236, (uint8_t)3, NULL); uint32_t L_237 = V_0; uint32_t L_238 = V_1; uint32_t L_239 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_240 = __this->___x_7; NullCheck(L_240); int32_t L_241 = ((int32_t)10); uint32_t L_242 = (L_240)->GetAt(static_cast(L_241)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_3), L_237, L_238, L_239, L_242, (uint8_t)((int32_t)9), NULL); uint32_t L_243 = V_3; uint32_t L_244 = V_0; uint32_t L_245 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_246 = __this->___x_7; NullCheck(L_246); int32_t L_247 = 6; uint32_t L_248 = (L_246)->GetAt(static_cast(L_247)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_2), L_243, L_244, L_245, L_248, (uint8_t)((int32_t)11), NULL); uint32_t L_249 = V_2; uint32_t L_250 = V_3; uint32_t L_251 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_252 = __this->___x_7; NullCheck(L_252); int32_t L_253 = ((int32_t)14); uint32_t L_254 = (L_252)->GetAt(static_cast(L_253)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_1), L_249, L_250, L_251, L_254, (uint8_t)((int32_t)15), NULL); uint32_t L_255 = V_1; uint32_t L_256 = V_2; uint32_t L_257 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_258 = __this->___x_7; NullCheck(L_258); int32_t L_259 = 1; uint32_t L_260 = (L_258)->GetAt(static_cast(L_259)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_0), L_255, L_256, L_257, L_260, (uint8_t)3, NULL); uint32_t L_261 = V_0; uint32_t L_262 = V_1; uint32_t L_263 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_264 = __this->___x_7; NullCheck(L_264); int32_t L_265 = ((int32_t)9); uint32_t L_266 = (L_264)->GetAt(static_cast(L_265)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_3), L_261, L_262, L_263, L_266, (uint8_t)((int32_t)9), NULL); uint32_t L_267 = V_3; uint32_t L_268 = V_0; uint32_t L_269 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_270 = __this->___x_7; NullCheck(L_270); int32_t L_271 = 5; uint32_t L_272 = (L_270)->GetAt(static_cast(L_271)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_2), L_267, L_268, L_269, L_272, (uint8_t)((int32_t)11), NULL); uint32_t L_273 = V_2; uint32_t L_274 = V_3; uint32_t L_275 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_276 = __this->___x_7; NullCheck(L_276); int32_t L_277 = ((int32_t)13); uint32_t L_278 = (L_276)->GetAt(static_cast(L_277)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_1), L_273, L_274, L_275, L_278, (uint8_t)((int32_t)15), NULL); uint32_t L_279 = V_1; uint32_t L_280 = V_2; uint32_t L_281 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_282 = __this->___x_7; NullCheck(L_282); int32_t L_283 = 3; uint32_t L_284 = (L_282)->GetAt(static_cast(L_283)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_0), L_279, L_280, L_281, L_284, (uint8_t)3, NULL); uint32_t L_285 = V_0; uint32_t L_286 = V_1; uint32_t L_287 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_288 = __this->___x_7; NullCheck(L_288); int32_t L_289 = ((int32_t)11); uint32_t L_290 = (L_288)->GetAt(static_cast(L_289)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_3), L_285, L_286, L_287, L_290, (uint8_t)((int32_t)9), NULL); uint32_t L_291 = V_3; uint32_t L_292 = V_0; uint32_t L_293 = V_1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_294 = __this->___x_7; NullCheck(L_294); int32_t L_295 = 7; uint32_t L_296 = (L_294)->GetAt(static_cast(L_295)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_2), L_291, L_292, L_293, L_296, (uint8_t)((int32_t)11), NULL); uint32_t L_297 = V_2; uint32_t L_298 = V_3; uint32_t L_299 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_300 = __this->___x_7; NullCheck(L_300); int32_t L_301 = ((int32_t)15); uint32_t L_302 = (L_300)->GetAt(static_cast(L_301)); MD4Managed_HH_mB63F5F84AC6E166B1E7C79145AE5063229F008C2(__this, (&V_1), L_297, L_298, L_299, L_302, (uint8_t)((int32_t)15), NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_303 = ___state0; NullCheck(L_303); uint32_t* L_304 = ((L_303)->GetAddressAt(static_cast(0))); int32_t L_305 = *((uint32_t*)L_304); uint32_t L_306 = V_0; *((int32_t*)L_304) = (int32_t)((int32_t)il2cpp_codegen_add(L_305, (int32_t)L_306)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_307 = ___state0; NullCheck(L_307); uint32_t* L_308 = ((L_307)->GetAddressAt(static_cast(1))); int32_t L_309 = *((uint32_t*)L_308); uint32_t L_310 = V_1; *((int32_t*)L_308) = (int32_t)((int32_t)il2cpp_codegen_add(L_309, (int32_t)L_310)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_311 = ___state0; NullCheck(L_311); uint32_t* L_312 = ((L_311)->GetAddressAt(static_cast(2))); int32_t L_313 = *((uint32_t*)L_312); uint32_t L_314 = V_2; *((int32_t*)L_312) = (int32_t)((int32_t)il2cpp_codegen_add(L_313, (int32_t)L_314)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_315 = ___state0; NullCheck(L_315); uint32_t* L_316 = ((L_315)->GetAddressAt(static_cast(3))); int32_t L_317 = *((uint32_t*)L_316); uint32_t L_318 = V_3; *((int32_t*)L_316) = (int32_t)((int32_t)il2cpp_codegen_add(L_317, (int32_t)L_318)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Mono.Security.Cryptography.PKCS1::Compare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Compare_mAEFEE1BF294115FFCF2C1FCD7D2F098D0AF87552 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array10, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array21, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___array10; NullCheck(L_0); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___array21; NullCheck(L_1); V_0 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0024; } } { V_1 = 0; goto IL_001e; } IL_0010: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___array10; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___array21; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); if ((((int32_t)L_6) == ((int32_t)L_10))) { goto IL_001a; } } { return (bool)0; } IL_001a: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_001e: { int32_t L_12 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___array10; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) { goto IL_0010; } } IL_0024: { bool L_14 = V_0; return L_14; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::I2OSP(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_I2OSP_m733DD399DA8BB54056B36E573FAF6BC5FEE5BFD7 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___x0, int32_t ___size1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { int32_t L_0 = ___size1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___x0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0; NullCheck(L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___x0; NullCheck(L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___x0; NullCheck(L_6); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_2, 0, (RuntimeArray*)L_3, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_4)->max_length)), ((int32_t)(((RuntimeArray*)L_5)->max_length)))), ((int32_t)(((RuntimeArray*)L_6)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_0; return L_7; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::OS2IP(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_OS2IP_mF2F32D7FC88359370BE2229829EECF2524FCE552 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; { V_0 = 0; } IL_0002: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___x0; int32_t L_1 = V_0; int32_t L_2 = L_1; V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1)); NullCheck(L_0); int32_t L_3 = L_2; uint8_t L_4 = (L_0)->GetAt(static_cast(L_3)); if (L_4) { goto IL_0011; } } { int32_t L_5 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___x0; NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))) { goto IL_0002; } } IL_0011: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, 1)); int32_t L_8 = V_0; if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0032; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___x0; NullCheck(L_9); int32_t L_10 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_9)->max_length)), L_10))); V_1 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___x0; int32_t L_13 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_1; NullCheck(L_15); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_12, L_13, (RuntimeArray*)L_14, 0, ((int32_t)(((RuntimeArray*)L_15)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_1; return L_16; } IL_0032: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___x0; return L_17; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::RSAVP1(System.Security.Cryptography.RSA,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_RSAVP1_mA15ECFA46F12F3A2118166E8FC234C165ED45610 (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s1, const RuntimeMethod* method) { { RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_0 = ___rsa0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___s1; NullCheck(L_0); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_mE26900643CBE0AC7E17B6F45BD38B5840D1DB061 (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa0, HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* ___hash1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___hashValue2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___signature3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_0 = ___rsa0; HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_1 = ___hash1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___hashValue2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___signature3; il2cpp_codegen_runtime_class_init_inline(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); bool L_4; L_4 = PKCS1_Verify_v15_m7924FA0EFA785AB3FF91123A01D66FB1D88FE83B(L_0, L_1, L_2, L_3, (bool)0, NULL); return L_4; } } // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.String,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_mA3DB43E8BD30CAF2EE6CEB3CF271D46B08439BD4 (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa0, String_t* ___hashName1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___hashValue2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___signature3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* V_0 = NULL; bool V_1 = false; { String_t* L_0 = ___hashName1; il2cpp_codegen_runtime_class_init_inline(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_1; L_1 = PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9(L_0, NULL); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0014: {// begin finally (depth: 1) { HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_2 = V_0; if (!L_2) { goto IL_001d; } } { HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_001d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_4 = ___rsa0; HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_5 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___hashValue2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___signature3; il2cpp_codegen_runtime_class_init_inline(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); bool L_8; L_8 = PKCS1_Verify_v15_m7924FA0EFA785AB3FF91123A01D66FB1D88FE83B(L_4, L_5, L_6, L_7, (bool)0, NULL); V_1 = L_8; goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_001e: { bool L_9 = V_1; return L_9; } } // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m7924FA0EFA785AB3FF91123A01D66FB1D88FE83B (RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* ___rsa0, HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* ___hash1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___hashValue2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___signature3, bool ___tryNonStandardEncoding4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_5 = NULL; { RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_0 = ___rsa0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_0); V_0 = ((int32_t)(L_1>>3)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___signature3; il2cpp_codegen_runtime_class_init_inline(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3; L_3 = PKCS1_OS2IP_mF2F32D7FC88359370BE2229829EECF2524FCE552(L_2, NULL); V_1 = L_3; RSA_tDDE9BD4C9806074FA9B1C6A5C93523A97116F21A* L_4 = ___rsa0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6; L_6 = PKCS1_RSAVP1_mA15ECFA46F12F3A2118166E8FC234C165ED45610(L_4, L_5, NULL); int32_t L_7 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8; L_8 = PKCS1_I2OSP_m733DD399DA8BB54056B36E573FAF6BC5FEE5BFD7(L_6, L_7, NULL); V_2 = L_8; HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_9 = ___hash1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___hashValue2; int32_t L_11 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12; L_12 = PKCS1_Encode_v15_mF498426660815E217EA50F7E7AB70902D2975867(L_9, L_10, L_11, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_2; bool L_14; L_14 = PKCS1_Compare_mAEFEE1BF294115FFCF2C1FCD7D2F098D0AF87552(L_12, L_13, NULL); V_3 = L_14; bool L_15 = V_3; if (L_15) { goto IL_0034; } } { bool L_16 = ___tryNonStandardEncoding4; if (L_16) { goto IL_0036; } } IL_0034: { bool L_17 = V_3; return L_17; } IL_0036: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_2; NullCheck(L_18); int32_t L_19 = 0; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); if (L_20) { goto IL_0041; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_2; NullCheck(L_21); int32_t L_22 = 1; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_0043; } } IL_0041: { return (bool)0; } IL_0043: { V_4 = 2; goto IL_005b; } IL_0048: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_2; int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; uint8_t L_27 = (L_24)->GetAt(static_cast(L_26)); if ((((int32_t)L_27) == ((int32_t)((int32_t)255)))) { goto IL_0055; } } { return (bool)0; } IL_0055: { int32_t L_28 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_28, 1)); } IL_005b: { int32_t L_29 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = V_2; NullCheck(L_30); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = ___hashValue2; NullCheck(L_31); if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_30)->max_length)), ((int32_t)(((RuntimeArray*)L_31)->max_length)))), 1))))) { goto IL_0048; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = V_2; int32_t L_33 = V_4; int32_t L_34 = L_33; V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1)); NullCheck(L_32); int32_t L_35 = L_34; uint8_t L_36 = (L_32)->GetAt(static_cast(L_35)); if (!L_36) { goto IL_0075; } } { return (bool)0; } IL_0075: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ___hashValue2; NullCheck(L_37); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))); V_5 = L_38; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = V_2; int32_t L_40 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_5; NullCheck(L_42); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_39, L_40, (RuntimeArray*)L_41, 0, ((int32_t)(((RuntimeArray*)L_42)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = ___hashValue2; il2cpp_codegen_runtime_class_init_inline(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); bool L_45; L_45 = PKCS1_Compare_mAEFEE1BF294115FFCF2C1FCD7D2F098D0AF87552(L_43, L_44, NULL); return L_45; } } // System.Byte[] Mono.Security.Cryptography.PKCS1::Encode_v15(System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* PKCS1_Encode_v15_mF498426660815E217EA50F7E7AB70902D2975867 (HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* ___hash0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___hashValue1, int32_t ___emLength2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* V_4 = NULL; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* V_5 = NULL; int32_t V_6 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___hashValue1; NullCheck(L_0); HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_1 = ___hash0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Security.Cryptography.HashAlgorithm::get_HashSize() */, L_1); if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) == ((int32_t)((int32_t)(L_2>>3))))) { goto IL_0023; } } { HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_3 = ___hash0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); String_t* L_5; L_5 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3D2FB8CDF52221630110111C55A14E4431BD24A)), L_4, NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_6 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_6); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PKCS1_Encode_v15_mF498426660815E217EA50F7E7AB70902D2975867_RuntimeMethod_var))); } IL_0023: { V_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_7 = ___hash0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); il2cpp_codegen_runtime_class_init_inline(CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var); String_t* L_9; L_9 = CryptoConfig_MapNameToOID_m93A1FE1104368BC4032B463DFB51BFBD17F522B6(L_8, NULL); V_1 = L_9; String_t* L_10 = V_1; if (!L_10) { goto IL_0088; } } { ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_11 = (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)il2cpp_codegen_object_new(ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var); NullCheck(L_11); ASN1__ctor_mF3DE241B437BB4E96E0AFADF7B04D92F4E83AF36(L_11, (uint8_t)((int32_t)48), NULL); V_4 = L_11; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_12 = V_4; String_t* L_13 = V_1; il2cpp_codegen_runtime_class_init_inline(CryptoConfig_t66E67DD67B2C3224C72C0CBD80A144E29EE016A5_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14; L_14 = CryptoConfig_EncodeOID_m7A7B0C0CB32CC54A78BCFFB921BBA172FF21C321(L_13, NULL); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_15 = (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)il2cpp_codegen_object_new(ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var); NullCheck(L_15); ASN1__ctor_m16F9D2315C66BB647D3274BB52925FAF5E50E35B(L_15, L_14, NULL); NullCheck(L_12); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_16; L_16 = ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF(L_12, L_15, NULL); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_17 = V_4; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_18 = (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)il2cpp_codegen_object_new(ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var); NullCheck(L_18); ASN1__ctor_mF3DE241B437BB4E96E0AFADF7B04D92F4E83AF36(L_18, (uint8_t)5, NULL); NullCheck(L_17); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_19; L_19 = ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF(L_17, L_18, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___hashValue1; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_21 = (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)il2cpp_codegen_object_new(ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var); NullCheck(L_21); ASN1__ctor_m19BBFD462C3872DD181A28DB6D1133A4C96A3A6A(L_21, (uint8_t)4, L_20, NULL); V_5 = L_21; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_22 = (ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4*)il2cpp_codegen_object_new(ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4_il2cpp_TypeInfo_var); NullCheck(L_22); ASN1__ctor_mF3DE241B437BB4E96E0AFADF7B04D92F4E83AF36(L_22, (uint8_t)((int32_t)48), NULL); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_23 = L_22; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_24 = V_4; NullCheck(L_23); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_25; L_25 = ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF(L_23, L_24, NULL); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_26 = L_23; ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_27 = V_5; NullCheck(L_26); ASN1_t9135FB110BC2CC4AB35FB6204FFF2B2D8245E4B4* L_28; L_28 = ASN1_Add_m4D8C747FD7863AD4EF0BE1EB0369D001E868B4EF(L_26, L_27, NULL); NullCheck(L_26); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29; L_29 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_26); V_0 = L_29; goto IL_008a; } IL_0088: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___hashValue1; V_0 = L_30; } IL_008a: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = ___hashValue1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_0; NullCheck(L_33); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = ___hashValue1; NullCheck(L_34); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = ___hashValue1; NullCheck(L_35); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_31, 0, (RuntimeArray*)L_32, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_33)->max_length)), ((int32_t)(((RuntimeArray*)L_34)->max_length)))), ((int32_t)(((RuntimeArray*)L_35)->max_length)), NULL); int32_t L_36 = ___emLength2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = V_0; NullCheck(L_37); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_38; L_38 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(8, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_36, ((int32_t)(((RuntimeArray*)L_37)->max_length)))), 3)), NULL); V_2 = L_38; int32_t L_39 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = V_0; NullCheck(L_40); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_39, ((int32_t)(((RuntimeArray*)L_40)->max_length)))), 3))); V_3 = L_41; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_3; NullCheck(L_42); (L_42)->SetAt(static_cast(1), (uint8_t)1); V_6 = 2; goto IL_00cf; } IL_00c0: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = V_3; int32_t L_44 = V_6; NullCheck(L_43); (L_43)->SetAt(static_cast(L_44), (uint8_t)((int32_t)255)); int32_t L_45 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_45, 1)); } IL_00cf: { int32_t L_46 = V_6; int32_t L_47 = V_2; if ((((int32_t)L_46) < ((int32_t)((int32_t)il2cpp_codegen_add(L_47, 2))))) { goto IL_00c0; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = V_3; int32_t L_50 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = V_0; NullCheck(L_51); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_48, 0, (RuntimeArray*)L_49, ((int32_t)il2cpp_codegen_add(L_50, 3)), ((int32_t)(((RuntimeArray*)L_51)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = V_3; return L_52; } } // System.Security.Cryptography.HashAlgorithm Mono.Security.Cryptography.PKCS1::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { String_t* L_0 = ___name0; uint32_t L_1; L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6D7A35973B6DBEB3664F5C76AC1EAC65AB733088(L_0, NULL); V_0 = L_1; uint32_t L_2 = V_0; if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)1935726387))))) { goto IL_0044; } } { uint32_t L_3 = V_0; if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)415037492))))) { goto IL_002f; } } { uint32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)206706215)))) { goto IL_00e5; } } { uint32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)415037492)))) { goto IL_00a9; } } { goto IL_0124; } IL_002f: { uint32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)1918948768)))) { goto IL_0088; } } { uint32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)1935726387)))) { goto IL_009a; } } { goto IL_0124; } IL_0044: { uint32_t L_8 = V_0; if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)-1330447974))))) { goto IL_0061; } } { uint32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)2019614482)))) { goto IL_0076; } } { uint32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)-1330447974)))) { goto IL_00b8; } } { goto IL_0124; } IL_0061: { uint32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)-1267551733)))) { goto IL_00d6; } } { uint32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)-1240198026)))) { goto IL_00c7; } } { goto IL_0124; } IL_0076: { String_t* L_13 = ___name0; bool L_14; L_14 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_13, _stringLiteralBDEEDBEA213356129E472B5A1DE17C2E43607769, NULL); if (L_14) { goto IL_00f4; } } { goto IL_0124; } IL_0088: { String_t* L_15 = ___name0; bool L_16; L_16 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_15, _stringLiteral08DDE1A16B430B92E18027F90410E7A1BBE194F2, NULL); if (L_16) { goto IL_00fa; } } { goto IL_0124; } IL_009a: { String_t* L_17 = ___name0; bool L_18; L_18 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_17, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, NULL); if (L_18) { goto IL_0100; } } { goto IL_0124; } IL_00a9: { String_t* L_19 = ___name0; bool L_20; L_20 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_19, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, NULL); if (L_20) { goto IL_0106; } } { goto IL_0124; } IL_00b8: { String_t* L_21 = ___name0; bool L_22; L_22 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_21, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, NULL); if (L_22) { goto IL_010c; } } { goto IL_0124; } IL_00c7: { String_t* L_23 = ___name0; bool L_24; L_24 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_23, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, NULL); if (L_24) { goto IL_0112; } } { goto IL_0124; } IL_00d6: { String_t* L_25 = ___name0; bool L_26; L_26 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_25, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, NULL); if (L_26) { goto IL_0118; } } { goto IL_0124; } IL_00e5: { String_t* L_27 = ___name0; bool L_28; L_28 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_27, _stringLiteralF4B67B27E4DD10700B0726FC3E0A89E2CDBB84C8, NULL); if (L_28) { goto IL_011e; } } { goto IL_0124; } IL_00f4: { MD2_t49863CEEB5C668EC9F2F389B80B0A66F07FCF440* L_29; L_29 = MD2_Create_m74341DD4CD7F2942F6A3D2570F97314A229C74CD(NULL); return L_29; } IL_00fa: { MD4_t9E90E826415769BD194BE4DA3CC0036DED915147* L_30; L_30 = MD4_Create_m2D2609616972635EE4E1097C5E1588E3ED55BB67(NULL); return L_30; } IL_0100: { MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A* L_31; L_31 = MD5_Create_mEA05E397A9E93DDB815D44FF4204495BA328C1C9(NULL); return L_31; } IL_0106: { SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* L_32; L_32 = SHA1_Create_m6F713539D55576456BDF91B7BFC7103ED8CB766C(NULL); return L_32; } IL_010c: { SHA256_t6FEDD761EE6301127DAAF13320E8FD63296837F9* L_33; L_33 = SHA256_Create_mCF8D7EB52BAB85B20EAE61668D40DDF0CE3EC2E8(NULL); return L_33; } IL_0112: { SHA384_tF08F34C59E6C681882B9DEF2EF07C1A57C45E631* L_34; L_34 = SHA384_Create_m3F096EC40352F7BF53607B54D7558FA82DF9CFB9(NULL); return L_34; } IL_0118: { SHA512_t4D716D49F898611875B880291C726B1D1DE354C8* L_35; L_35 = SHA512_Create_mA731C5882C5EF8426A1F4CAE82208B403BA5A0D6(NULL); return L_35; } IL_011e: { RIPEMD160_t367AC1CC6F4CB51EDA39EB0AA696470F47ED98F0* L_36; L_36 = RIPEMD160_Create_mAAE3C6A5E5E5C0B15360F8A525BBD75D9DD9860D(NULL); return L_36; } IL_0124: { } try {// begin try (depth: 1) String_t* L_37 = ___name0; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_38; L_38 = il2cpp_codegen_get_type(L_37, Type_GetType_m80C621C4D91A89DDEE6D3DDF343925B30F99BC45_RuntimeMethod_var, PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9_RuntimeMethod_var); RuntimeObject* L_39; L_39 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_38, NULL); V_1 = ((HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D*)CastclassClass((RuntimeObject*)L_39, HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D_il2cpp_TypeInfo_var)); goto IL_014a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0138; } throw e; } CATCH_0138: {// begin catch(System.Object) String_t* L_40 = ___name0; String_t* L_41; L_41 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB274F19DEB1DAD13CEA91A0840C0D4A2A4B61D9E)), L_40, NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_42 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_42); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_42, L_41, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PKCS1_CreateFromName_m9DCAC0167FDAD2E43A1EA50CE673DE9330A5D8C9_RuntimeMethod_var))); }// end catch (depth: 1) IL_014a: { HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_43 = V_1; return L_43; } } // System.Void Mono.Security.Cryptography.PKCS1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1__cctor_mE77850F4E60E34E4F8B0117B1A99F1E051B60D3A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____001D686DB504E20C792EAA07FE09224A45FF328E24A80072D04D16ABC5C2B5D2_0_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____4800FBFC4566EB02D1727A4B1C949CCBC7535C216A0766564C199308631B5DD6_27_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____533B8C444F951E83EFF7305E3807B66CE0005DE0A2D0A44873C130895A3BE6AA_34_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5DF6E0E2761359D30A8275058E299FCC0381534545F55CF43E41983F5D4C9456_39_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____533B8C444F951E83EFF7305E3807B66CE0005DE0A2D0A44873C130895A3BE6AA_34_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL); ((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA1_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA1_0), (void*)L_1); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____5DF6E0E2761359D30A8275058E299FCC0381534545F55CF43E41983F5D4C9456_39_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_4, L_5, NULL); ((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA256_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA256_1), (void*)L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)48)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_8 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____4800FBFC4566EB02D1727A4B1C949CCBC7535C216A0766564C199308631B5DD6_27_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_7, L_8, NULL); ((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA384_2 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA384_2), (void*)L_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = L_9; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_11 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____001D686DB504E20C792EAA07FE09224A45FF328E24A80072D04D16ABC5C2B5D2_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_10, L_11, NULL); ((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA512_3 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_StaticFields*)il2cpp_codegen_static_fields_for(PKCS1_t452C52E34A25E358B56E2A83A3ABEC0FF36EBF35_il2cpp_TypeInfo_var))->___emptySHA512_3), (void*)L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged__ctor_m4B552B282B99F6BC184D8CB99FF5A2ECE82714C3 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, int32_t ___keySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___keyBlinding_3 = (bool)1; RSA__ctor_mBBB2BDB3545EC263517C4882739F3D79990F7630(__this, NULL); KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_0 = (KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03*)(KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03*)SZArrayNew(KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var, (uint32_t)1); ((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1), (void*)L_0); KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_1 = ((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1; KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* L_2 = (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4*)il2cpp_codegen_object_new(KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var); NullCheck(L_2); KeySizes__ctor_m0488C1FC71E4A417E16EA1E06FC24F4D7DC80104(L_2, ((int32_t)384), ((int32_t)16384), 8, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4*)L_2); int32_t L_3 = ___keySize0; AsymmetricAlgorithm_set_KeySize_mD1671D252CCA9F1E78F865817F4F13B157BDB5AD(__this, L_3, NULL); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Finalize_mB8E654DD061039B870957E1C87A44512D3AE5E5B (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0010; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_m5A8B7AFA04992BA5D14870DE18D642B36AA38BDA (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_2 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_3 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_4 = NULL; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); V_0 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_0, 1))>>1)); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); int32_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2)); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3; L_3 = BigInteger_op_Implicit_m6237FB3F50F56EC46B96D24C2D1FB0568C246EC3(((int32_t)65537), NULL); __this->___e_13 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___e_13), (void*)L_3); } IL_0024: { int32_t L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5; L_5 = BigInteger_GeneratePseudoPrime_m415918AA98990795747600AD4F9D868B3A888872(L_4, NULL); __this->___p_7 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_7), (void*)L_5); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = __this->___p_7; uint32_t L_7; L_7 = BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09(L_6, ((int32_t)65537), NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_0024; } } IL_0043: { int32_t L_8 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9; L_9 = BigInteger_GeneratePseudoPrime_m415918AA98990795747600AD4F9D868B3A888872(L_8, NULL); __this->___q_8 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_8), (void*)L_9); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = __this->___q_8; uint32_t L_11; L_11 = BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09(L_10, ((int32_t)65537), NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0043; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = __this->___p_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_14; L_14 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_12, L_13, NULL); if (!L_14) { goto IL_0043; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_15 = __this->___p_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17; L_17 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_15, L_16, NULL); __this->___n_12 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___n_12), (void*)L_17); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = __this->___n_12; NullCheck(L_18); int32_t L_19; L_19 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_18, NULL); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_00c0; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = __this->___p_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_23; L_23 = BigInteger_op_LessThan_mD351B29BC4CE62995352B33EDD8452B2F26688B0(L_21, L_22, NULL); if (!L_23) { goto IL_0043; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24 = __this->___q_8; __this->___p_7 = L_24; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_7), (void*)L_24); goto IL_0043; } IL_00c0: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = __this->___p_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26; L_26 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27; L_27 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_25, L_26, NULL); V_2 = L_27; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_28 = __this->___q_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29; L_29 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30; L_30 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_28, L_29, NULL); V_3 = L_30; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_32 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_33; L_33 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_31, L_32, NULL); V_4 = L_33; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = __this->___e_13; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35 = V_4; NullCheck(L_34); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36; L_36 = BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D(L_34, L_35, NULL); __this->___d_6 = L_36; Il2CppCodeGenWriteBarrier((void**)(&__this->___d_6), (void*)L_36); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_37 = __this->___d_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_39; L_39 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_37, L_38, NULL); __this->___dp_9 = L_39; Il2CppCodeGenWriteBarrier((void**)(&__this->___dp_9), (void*)L_39); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40 = __this->___d_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42; L_42 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_40, L_41, NULL); __this->___dq_10 = L_42; Il2CppCodeGenWriteBarrier((void**)(&__this->___dq_10), (void*)L_42); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_43 = __this->___q_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_44 = __this->___p_7; NullCheck(L_43); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45; L_45 = BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D(L_43, L_44, NULL); __this->___qInv_11 = L_45; Il2CppCodeGenWriteBarrier((void**)(&__this->___qInv_11), (void*)L_45); __this->___keypairGenerated_4 = (bool)1; __this->___isCRTpossible_2 = (bool)1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_46 = __this->___KeyGenerated_14; if (!L_46) { goto IL_015e; } } { KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_47 = __this->___KeyGenerated_14; NullCheck(L_47); KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_inline(L_47, __this, (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*)NULL, NULL); } IL_015e: { return; } } // System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAManaged_get_KeySize_m7898CE68B2E0968B04C36DE8499603E3676FD7A5 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___m_disposed_5; if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), NULL); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_2); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_get_KeySize_m7898CE68B2E0968B04C36DE8499603E3676FD7A5_RuntimeMethod_var))); } IL_0018: { bool L_3 = __this->___keypairGenerated_4; if (!L_3) { goto IL_003b; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = __this->___n_12; NullCheck(L_4); int32_t L_5; L_5 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_4, NULL); V_0 = L_5; int32_t L_6 = V_0; if (!((int32_t)(L_6&7))) { goto IL_0039; } } { int32_t L_7 = V_0; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, ((int32_t)il2cpp_codegen_subtract(8, ((int32_t)(L_8&7)))))); } IL_0039: { int32_t L_9 = V_0; return L_9; } IL_003b: { int32_t L_10; L_10 = AsymmetricAlgorithm_get_KeySize_m82ADFD22F46E442C6564C94D45101A4B43A7296D_inline(__this, NULL); return L_10; } } // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m342FC195A5AADA4012C269D2F45486C5729EFE6F (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___keypairGenerated_4; if (!L_0) { goto IL_0025; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___d_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_1, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (L_2) { goto IL_0023; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = __this->___n_12; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_4; L_4 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_3, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); return L_4; } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* RSAManaged_EncryptValue_mAEC76FFE5B18C07167BB68E2A6C11D4C2B4DC909 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; { bool L_0 = __this->___m_disposed_5; if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_1 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_1); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD46621FCDFA78A57FA39EF3174253B2BCFCA7D37)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_EncryptValue_mAEC76FFE5B18C07167BB68E2A6C11D4C2B4DC909_RuntimeMethod_var))); } IL_0013: { bool L_2 = __this->___keypairGenerated_4; if (L_2) { goto IL_0021; } } { RSAManaged_GenerateKeyPair_m5A8B7AFA04992BA5D14870DE18D642B36AA38BDA(__this, NULL); } IL_0021: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___rgb0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_4); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_4, L_3, NULL); V_0 = L_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = __this->___e_13; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = __this->___n_12; NullCheck(L_5); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8; L_8 = BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB(L_5, L_6, L_7, NULL); V_1 = L_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = V_1; int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11; L_11 = RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B(__this, L_9, ((int32_t)(L_10>>3)), NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = V_0; NullCheck(L_12); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_12, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = V_1; NullCheck(L_13); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_13, NULL); return L_11; } } // System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF RSAManaged_ExportParameters_m3412824D80FD49374DA3483AE597B263F7F8EDB3 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = __this->___m_disposed_5; if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), NULL); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_2); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ExportParameters_m3412824D80FD49374DA3483AE597B263F7F8EDB3_RuntimeMethod_var))); } IL_0018: { bool L_3 = __this->___keypairGenerated_4; if (L_3) { goto IL_0026; } } { RSAManaged_GenerateKeyPair_m5A8B7AFA04992BA5D14870DE18D642B36AA38BDA(__this, NULL); } IL_0026: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = __this->___e_13; NullCheck(L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5; L_5 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_4, NULL); (&V_0)->___Exponent_0 = L_5; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Exponent_0), (void*)L_5); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = __this->___n_12; NullCheck(L_6); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7; L_7 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_6, NULL); (&V_0)->___Modulus_1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Modulus_1), (void*)L_7); bool L_8 = ___includePrivateParameters0; if (!L_8) { goto IL_0188; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = __this->___d_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_10; L_10 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_9, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_10) { goto IL_0071; } } { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_11 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_11); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55DAB60CD344FFD34E16292DA4DECD967CD55236)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ExportParameters_m3412824D80FD49374DA3483AE597B263F7F8EDB3_RuntimeMethod_var))); } IL_0071: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = __this->___d_6; NullCheck(L_12); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_12, NULL); (&V_0)->___D_7 = L_13; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___D_7), (void*)L_13); RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_14 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_14.___D_7; NullCheck(L_15); RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_16 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = L_16.___Modulus_1; NullCheck(L_17); if ((((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))))) { goto IL_00cc; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_18 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = L_18.___Modulus_1; NullCheck(L_19); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))); V_1 = L_20; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_21 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = L_21.___D_7; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_1; NullCheck(L_24); RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_25 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = L_25.___D_7; NullCheck(L_26); RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_27 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = L_27.___D_7; NullCheck(L_28); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_22, 0, (RuntimeArray*)L_23, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_24)->max_length)), ((int32_t)(((RuntimeArray*)L_26)->max_length)))), ((int32_t)(((RuntimeArray*)L_28)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_1; (&V_0)->___D_7 = L_29; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___D_7), (void*)L_29); } IL_00cc: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = __this->___p_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_31; L_31 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_30, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_31) { goto IL_0188; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_32 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_33; L_33 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_32, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_33) { goto IL_0188; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = __this->___dp_9; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_35; L_35 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_34, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_35) { goto IL_0188; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36 = __this->___dq_10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_37; L_37 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_36, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_37) { goto IL_0188; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = __this->___qInv_11; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_39; L_39 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_38, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_39) { goto IL_0188; } } { int32_t L_40; L_40 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); V_2 = ((int32_t)(L_40>>4)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = __this->___p_7; int32_t L_42 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43; L_43 = RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B(__this, L_41, L_42, NULL); (&V_0)->___P_2 = L_43; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___P_2), (void*)L_43); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_44 = __this->___q_8; int32_t L_45 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_46; L_46 = RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B(__this, L_44, L_45, NULL); (&V_0)->___Q_3 = L_46; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Q_3), (void*)L_46); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47 = __this->___dp_9; int32_t L_48 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49; L_49 = RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B(__this, L_47, L_48, NULL); (&V_0)->___DP_4 = L_49; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___DP_4), (void*)L_49); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50 = __this->___dq_10; int32_t L_51 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52; L_52 = RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B(__this, L_50, L_51, NULL); (&V_0)->___DQ_5 = L_52; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___DQ_5), (void*)L_52); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_53 = __this->___qInv_11; int32_t L_54 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55; L_55 = RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B(__this, L_53, L_54, NULL); (&V_0)->___InverseQ_6 = L_55; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___InverseQ_6), (void*)L_55); } IL_0188: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_56 = V_0; return L_56; } } // System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_ImportParameters_mB149F665DE85B6AD6BE7DE17FED3FD30EC5B86F6 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_2 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_3 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_4 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_5 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_6 = NULL; int32_t G_B22_0 = 0; RSAManaged_t897B29EF76C459408E11A42680C942716D809001* G_B25_0 = NULL; RSAManaged_t897B29EF76C459408E11A42680C942716D809001* G_B23_0 = NULL; RSAManaged_t897B29EF76C459408E11A42680C942716D809001* G_B24_0 = NULL; int32_t G_B26_0 = 0; RSAManaged_t897B29EF76C459408E11A42680C942716D809001* G_B26_1 = NULL; int32_t G_B35_0 = 0; { bool L_0 = __this->___m_disposed_5; if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), NULL); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_2); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_mB149F665DE85B6AD6BE7DE17FED3FD30EC5B86F6_RuntimeMethod_var))); } IL_0018: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_3 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3.___Exponent_0; if (L_4) { goto IL_0030; } } { String_t* L_5; L_5 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBAADE1C63842D962BC37E4B07F0B56E23A26C022)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_6 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_6); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_mB149F665DE85B6AD6BE7DE17FED3FD30EC5B86F6_RuntimeMethod_var))); } IL_0030: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_7 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7.___Modulus_1; if (L_8) { goto IL_0048; } } { String_t* L_9; L_9 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08325EBD3F98F56ECBD5A88334753C82A59BB0EB)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_10 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_10); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_10, L_9, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_mB149F665DE85B6AD6BE7DE17FED3FD30EC5B86F6_RuntimeMethod_var))); } IL_0048: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_11 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = L_11.___Exponent_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_13); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_13, L_12, NULL); __this->___e_13 = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->___e_13), (void*)L_13); RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_14 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_14.___Modulus_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_16); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_16, L_15, NULL); __this->___n_12 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___n_12), (void*)L_16); V_2 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; __this->___q_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_8), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = L_17; V_2 = L_18; __this->___p_7 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_7), (void*)L_18); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = L_19; V_2 = L_20; __this->___qInv_11 = L_20; Il2CppCodeGenWriteBarrier((void**)(&__this->___qInv_11), (void*)L_20); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = L_21; V_2 = L_22; __this->___dq_10 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___dq_10), (void*)L_22); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24 = L_23; V_2 = L_24; __this->___dp_9 = L_24; Il2CppCodeGenWriteBarrier((void**)(&__this->___dp_9), (void*)L_24); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = V_2; __this->___d_6 = L_25; Il2CppCodeGenWriteBarrier((void**)(&__this->___d_6), (void*)L_25); RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_26 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = L_26.___D_7; if (!L_27) { goto IL_00b7; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_28 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = L_28.___D_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_30); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_30, L_29, NULL); __this->___d_6 = L_30; Il2CppCodeGenWriteBarrier((void**)(&__this->___d_6), (void*)L_30); } IL_00b7: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_31 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = L_31.___DP_4; if (!L_32) { goto IL_00d0; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_33 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = L_33.___DP_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_35); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_35, L_34, NULL); __this->___dp_9 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___dp_9), (void*)L_35); } IL_00d0: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_36 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = L_36.___DQ_5; if (!L_37) { goto IL_00e9; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_38 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = L_38.___DQ_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_40); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_40, L_39, NULL); __this->___dq_10 = L_40; Il2CppCodeGenWriteBarrier((void**)(&__this->___dq_10), (void*)L_40); } IL_00e9: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_41 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = L_41.___InverseQ_6; if (!L_42) { goto IL_0102; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_43 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = L_43.___InverseQ_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_45); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_45, L_44, NULL); __this->___qInv_11 = L_45; Il2CppCodeGenWriteBarrier((void**)(&__this->___qInv_11), (void*)L_45); } IL_0102: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_46 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = L_46.___P_2; if (!L_47) { goto IL_011b; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_48 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = L_48.___P_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_50); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_50, L_49, NULL); __this->___p_7 = L_50; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_7), (void*)L_50); } IL_011b: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_51 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = L_51.___Q_3; if (!L_52) { goto IL_0134; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_53 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = L_53.___Q_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_55 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_55); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_55, L_54, NULL); __this->___q_8 = L_55; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_8), (void*)L_55); } IL_0134: { __this->___keypairGenerated_4 = (bool)1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_56 = __this->___p_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_57; L_57 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_56, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_57) { goto IL_0165; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_58 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_59; L_59 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_58, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_59) { goto IL_0165; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_60 = __this->___dp_9; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_61; L_61 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_60, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); G_B22_0 = ((int32_t)(L_61)); goto IL_0166; } IL_0165: { G_B22_0 = 0; } IL_0166: { V_0 = (bool)G_B22_0; bool L_62 = V_0; G_B23_0 = __this; if (!L_62) { G_B25_0 = __this; goto IL_0187; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_63 = __this->___dq_10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_64; L_64 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_63, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); G_B24_0 = G_B23_0; if (!L_64) { G_B25_0 = G_B23_0; goto IL_0187; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_65 = __this->___qInv_11; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_66; L_66 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_65, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); G_B26_0 = ((int32_t)(L_66)); G_B26_1 = G_B24_0; goto IL_0188; } IL_0187: { G_B26_0 = 0; G_B26_1 = G_B25_0; } IL_0188: { NullCheck(G_B26_1); G_B26_1->___isCRTpossible_2 = (bool)G_B26_0; bool L_67 = V_0; if (L_67) { goto IL_0191; } } { return; } IL_0191: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_68 = __this->___n_12; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_69 = __this->___p_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_70 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_71; L_71 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_69, L_70, NULL); bool L_72; L_72 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_68, L_71, NULL); V_1 = L_72; bool L_73 = V_1; if (!L_73) { goto IL_0256; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_74 = __this->___p_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_75; L_75 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_76; L_76 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_74, L_75, NULL); V_3 = L_76; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_77 = __this->___q_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_78; L_78 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_79; L_79 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_77, L_78, NULL); V_4 = L_79; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_80 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_81 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_82; L_82 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_80, L_81, NULL); V_5 = L_82; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_83 = __this->___e_13; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_84 = V_5; NullCheck(L_83); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_85; L_85 = BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D(L_83, L_84, NULL); V_6 = L_85; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_86 = __this->___d_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_87 = V_6; bool L_88; L_88 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_86, L_87, NULL); V_1 = L_88; bool L_89 = V_1; if (L_89) { goto IL_0256; } } { bool L_90 = __this->___isCRTpossible_2; if (!L_90) { goto IL_0256; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_91 = __this->___dp_9; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_92 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_93 = V_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_94; L_94 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_92, L_93, NULL); bool L_95; L_95 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_91, L_94, NULL); if (!L_95) { goto IL_0254; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_96 = __this->___dq_10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_97 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_98 = V_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_99; L_99 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_97, L_98, NULL); bool L_100; L_100 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_96, L_99, NULL); if (!L_100) { goto IL_0254; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_101 = __this->___qInv_11; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_102 = __this->___q_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_103 = __this->___p_7; NullCheck(L_102); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_104; L_104 = BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D(L_102, L_103, NULL); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_105; L_105 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_101, L_104, NULL); G_B35_0 = ((int32_t)(L_105)); goto IL_0255; } IL_0254: { G_B35_0 = 0; } IL_0255: { V_1 = (bool)G_B35_0; } IL_0256: { bool L_106 = V_1; if (L_106) { goto IL_0269; } } { String_t* L_107; L_107 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3050B959B65E7987322E043FCD280E4871419178)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_108 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_108); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_108, L_107, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_mB149F665DE85B6AD6BE7DE17FED3FD30EC5B86F6_RuntimeMethod_var))); } IL_0269: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Dispose_mC3F502C9546E2628F2E02F1E805CFB7866AF6802 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___m_disposed_5; if (L_0) { goto IL_010e; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___d_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_1, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_2) { goto IL_002b; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = __this->___d_6; NullCheck(L_3); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_3, NULL); __this->___d_6 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___d_6), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_002b: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = __this->___p_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_5; L_5 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_4, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_5) { goto IL_004b; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = __this->___p_7; NullCheck(L_6); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_6, NULL); __this->___p_7 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_7), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_004b: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = __this->___q_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_8; L_8 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_7, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_8) { goto IL_006b; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = __this->___q_8; NullCheck(L_9); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_9, NULL); __this->___q_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_8), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_006b: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = __this->___dp_9; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_11; L_11 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_10, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_11) { goto IL_008b; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = __this->___dp_9; NullCheck(L_12); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_12, NULL); __this->___dp_9 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___dp_9), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_008b: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = __this->___dq_10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_14; L_14 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_13, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_14) { goto IL_00ab; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_15 = __this->___dq_10; NullCheck(L_15); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_15, NULL); __this->___dq_10 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___dq_10), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00ab: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = __this->___qInv_11; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_17; L_17 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_16, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_17) { goto IL_00cb; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = __this->___qInv_11; NullCheck(L_18); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_18, NULL); __this->___qInv_11 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___qInv_11), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00cb: { bool L_19 = ___disposing0; if (!L_19) { goto IL_010e; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = __this->___e_13; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_21; L_21 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_20, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_21) { goto IL_00ee; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = __this->___e_13; NullCheck(L_22); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_22, NULL); __this->___e_13 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___e_13), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00ee: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = __this->___n_12; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_24; L_24 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_23, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_24) { goto IL_010e; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = __this->___n_12; NullCheck(L_25); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_25, NULL); __this->___n_12 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___n_12), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_010e: { __this->___m_disposed_5 = (bool)1; return; } } // System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_add_KeyGenerated_m7FA3B020FB6D782A60C45165A1B753D9EC4549A2 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* V_0 = NULL; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* V_1 = NULL; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* V_2 = NULL; { KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_0 = __this->___KeyGenerated_14; V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_2 = V_1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_3 = ___value0; Delegate_t* L_4; L_4 = Delegate_Combine_m8B9D24CED35033C7FC56501DFE650F5CB7FF012C(L_2, L_3, NULL); V_2 = ((KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC*)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC** L_5 = (&__this->___KeyGenerated_14); KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_6 = V_2; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_7 = V_1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_9 = V_0; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC*)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC*)L_10)))) { goto IL_0007; } } { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_remove_KeyGenerated_m5F63211711286998E45CFB6306E1653E0B468101 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* V_0 = NULL; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* V_1 = NULL; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* V_2 = NULL; { KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_0 = __this->___KeyGenerated_14; V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_2 = V_1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_3 = ___value0; Delegate_t* L_4; L_4 = Delegate_Remove_m40506877934EC1AD4ADAE57F5E97AF0BC0F96116(L_2, L_3, NULL); V_2 = ((KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC*)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC** L_5 = (&__this->___KeyGenerated_14); KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_6 = V_2; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_7 = V_1; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_9 = V_0; KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC*)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC*)L_10)))) { goto IL_0007; } } { return; } } // System.String Mono.Security.Cryptography.RSAManaged::ToXmlString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_ToXmlString_mD7E7B7F7A44EA3D0D0A787D3CF9115AD16AED1A1 (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04F339E2067485077633DE2026F6468EC3550949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85F02773B30D7E03E02058A46638441028F4AD00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_0); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; bool L_1 = ___includePrivateParameters0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_2; L_2 = VirtualFuncInvoker1< RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF, bool >::Invoke(11 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, __this, L_1); V_1 = L_2; } try {// begin try (depth: 1) { StringBuilder_t* L_3 = V_0; NullCheck(L_3); StringBuilder_t* L_4; L_4 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, _stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465, NULL); StringBuilder_t* L_5 = V_0; NullCheck(L_5); StringBuilder_t* L_6; L_6 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_5, _stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD, NULL); StringBuilder_t* L_7 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_8 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = L_8.___Modulus_1; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_10; L_10 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_9, NULL); NullCheck(L_7); StringBuilder_t* L_11; L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, L_10, NULL); StringBuilder_t* L_12 = V_0; NullCheck(L_12); StringBuilder_t* L_13; L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, _stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D, NULL); StringBuilder_t* L_14 = V_0; NullCheck(L_14); StringBuilder_t* L_15; L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_14, _stringLiteral04F339E2067485077633DE2026F6468EC3550949, NULL); StringBuilder_t* L_16 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_17 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = L_17.___Exponent_0; String_t* L_19; L_19 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_18, NULL); NullCheck(L_16); StringBuilder_t* L_20; L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_16, L_19, NULL); StringBuilder_t* L_21 = V_0; NullCheck(L_21); StringBuilder_t* L_22; L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, _stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910, NULL); bool L_23 = ___includePrivateParameters0; if (!L_23) { goto IL_0198_1; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_24 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = L_24.___P_2; if (!L_25) { goto IL_00a6_1; } } { StringBuilder_t* L_26 = V_0; NullCheck(L_26); StringBuilder_t* L_27; L_27 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_26, _stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08, NULL); StringBuilder_t* L_28 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_29 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = L_29.___P_2; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_31; L_31 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_30, NULL); NullCheck(L_28); StringBuilder_t* L_32; L_32 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_28, L_31, NULL); StringBuilder_t* L_33 = V_0; NullCheck(L_33); StringBuilder_t* L_34; L_34 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_33, _stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117, NULL); } IL_00a6_1: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_35 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = L_35.___Q_3; if (!L_36) { goto IL_00d8_1; } } { StringBuilder_t* L_37 = V_0; NullCheck(L_37); StringBuilder_t* L_38; L_38 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_37, _stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0, NULL); StringBuilder_t* L_39 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_40 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = L_40.___Q_3; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_42; L_42 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_41, NULL); NullCheck(L_39); StringBuilder_t* L_43; L_43 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_39, L_42, NULL); StringBuilder_t* L_44 = V_0; NullCheck(L_44); StringBuilder_t* L_45; L_45 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_44, _stringLiteral85F02773B30D7E03E02058A46638441028F4AD00, NULL); } IL_00d8_1: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_46 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = L_46.___DP_4; if (!L_47) { goto IL_010a_1; } } { StringBuilder_t* L_48 = V_0; NullCheck(L_48); StringBuilder_t* L_49; L_49 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_48, _stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855, NULL); StringBuilder_t* L_50 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_51 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = L_51.___DP_4; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_53; L_53 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_52, NULL); NullCheck(L_50); StringBuilder_t* L_54; L_54 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_50, L_53, NULL); StringBuilder_t* L_55 = V_0; NullCheck(L_55); StringBuilder_t* L_56; L_56 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_55, _stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE, NULL); } IL_010a_1: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_57 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_58 = L_57.___DQ_5; if (!L_58) { goto IL_013c_1; } } { StringBuilder_t* L_59 = V_0; NullCheck(L_59); StringBuilder_t* L_60; L_60 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_59, _stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D, NULL); StringBuilder_t* L_61 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_62 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_63 = L_62.___DQ_5; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_64; L_64 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_63, NULL); NullCheck(L_61); StringBuilder_t* L_65; L_65 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_61, L_64, NULL); StringBuilder_t* L_66 = V_0; NullCheck(L_66); StringBuilder_t* L_67; L_67 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_66, _stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD, NULL); } IL_013c_1: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_68 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = L_68.___InverseQ_6; if (!L_69) { goto IL_016e_1; } } { StringBuilder_t* L_70 = V_0; NullCheck(L_70); StringBuilder_t* L_71; L_71 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_70, _stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7, NULL); StringBuilder_t* L_72 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_73 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_74 = L_73.___InverseQ_6; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_75; L_75 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_74, NULL); NullCheck(L_72); StringBuilder_t* L_76; L_76 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_72, L_75, NULL); StringBuilder_t* L_77 = V_0; NullCheck(L_77); StringBuilder_t* L_78; L_78 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_77, _stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88, NULL); } IL_016e_1: { StringBuilder_t* L_79 = V_0; NullCheck(L_79); StringBuilder_t* L_80; L_80 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_79, _stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93, NULL); StringBuilder_t* L_81 = V_0; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_82 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_83 = L_82.___D_7; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_84; L_84 = Convert_ToBase64String_mB276B21511FB01CDE030619C81757E786F91B9F3(L_83, NULL); NullCheck(L_81); StringBuilder_t* L_85; L_85 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_81, L_84, NULL); StringBuilder_t* L_86 = V_0; NullCheck(L_86); StringBuilder_t* L_87; L_87 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_86, _stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F, NULL); } IL_0198_1: { StringBuilder_t* L_88 = V_0; NullCheck(L_88); StringBuilder_t* L_89; L_89 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_88, _stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5, NULL); goto IL_0254; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01a9; } throw e; } CATCH_01a9: {// begin catch(System.Object) { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_90 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_91 = L_90.___P_2; if (!L_91) { goto IL_01c6; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_92 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_93 = L_92.___P_2; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_94 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_95 = L_94.___P_2; NullCheck(L_95); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_93, 0, ((int32_t)(((RuntimeArray*)L_95)->max_length)), NULL); } IL_01c6: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_96 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_97 = L_96.___Q_3; if (!L_97) { goto IL_01e2; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_98 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_99 = L_98.___Q_3; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_100 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_101 = L_100.___Q_3; NullCheck(L_101); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_99, 0, ((int32_t)(((RuntimeArray*)L_101)->max_length)), NULL); } IL_01e2: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_102 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_103 = L_102.___DP_4; if (!L_103) { goto IL_01fe; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_104 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_105 = L_104.___DP_4; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_106 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_107 = L_106.___DP_4; NullCheck(L_107); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_105, 0, ((int32_t)(((RuntimeArray*)L_107)->max_length)), NULL); } IL_01fe: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_108 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_109 = L_108.___DQ_5; if (!L_109) { goto IL_021a; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_110 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_111 = L_110.___DQ_5; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_112 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_113 = L_112.___DQ_5; NullCheck(L_113); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_111, 0, ((int32_t)(((RuntimeArray*)L_113)->max_length)), NULL); } IL_021a: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_114 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_115 = L_114.___InverseQ_6; if (!L_115) { goto IL_0236; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_116 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_117 = L_116.___InverseQ_6; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_118 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_119 = L_118.___InverseQ_6; NullCheck(L_119); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_117, 0, ((int32_t)(((RuntimeArray*)L_119)->max_length)), NULL); } IL_0236: { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_120 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_121 = L_120.___D_7; if (!L_121) { goto IL_0252; } } { RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_122 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_123 = L_122.___D_7; RSAParameters_t14B738B69F9D1EB594D5F391BDF8E42BA16435FF L_124 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_125 = L_124.___D_7; NullCheck(L_125); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_123, 0, ((int32_t)(((RuntimeArray*)L_125)->max_length)), NULL); } IL_0252: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ToXmlString_mD7E7B7F7A44EA3D0D0A787D3CF9115AD16AED1A1_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0254: { StringBuilder_t* L_126 = V_0; NullCheck(L_126); String_t* L_127; L_127 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_126); return L_127; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* RSAManaged_GetPaddedValue_mFD4E00343F70F6ABB5BA707C6B3547CFC31EBA6B (RSAManaged_t897B29EF76C459408E11A42680C942716D809001* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___value0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___value0; NullCheck(L_0); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_0, NULL); V_0 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ___length1; if ((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) < ((int32_t)L_3))) { goto IL_000f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0; return L_4; } IL_000f: { int32_t L_5 = ___length1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_1; int32_t L_9 = ___length1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_0; NullCheck(L_11); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_7, 0, (RuntimeArray*)L_8, ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)(((RuntimeArray*)L_10)->max_length)))), ((int32_t)(((RuntimeArray*)L_11)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0; NullCheck(L_13); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_12, 0, ((int32_t)(((RuntimeArray*)L_13)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_1; return L_14; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Multicast(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); typedef void (*FunctionPointerType) (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method); for (il2cpp_array_size_t i = 0; i < length; i++) { KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); ((FunctionPointerType)currentDelegate->___invoke_impl_1)(currentDelegate, ___sender0, ___e1, reinterpret_cast(currentDelegate->___method_3)); } } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Open(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___sender0, ___e1, method); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Closed(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(__this->___m_target_2, ___sender0, ___e1, method); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenStaticInvoker(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(__this->___method_ptr_0, method, NULL, ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_ClosedStaticInvoker(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenVirtual(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { VirtualActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(il2cpp_codegen_method_get_slot(method), ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenInterface(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { InterfaceActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenGenericVirtual(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { GenericVirtualActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(method, ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenGenericInterface(KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { GenericInterfaceActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(method, ___sender0, ___e1); } // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m5175361C70B5DFE4CDDE90986969DCDF098DD58F (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1); __this->___method_3 = ___method1; __this->___m_target_2 = ___object0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0); int methodCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1); if (MethodIsStatic((RuntimeMethod*)___method1)) { bool isOpen = methodCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Open; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Closed; } else { bool isOpen = methodCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___method1)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Open; } } else { __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Closed; } } __this->___extra_arg_5 = (intptr_t)&KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_Multicast; } // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6 (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method); ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast(__this->___method_3)); } #ifdef __clang__ #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 Mono.Security.Cryptography.SymmetricTransform::.ctor(System.Security.Cryptography.SymmetricAlgorithm,System.Boolean,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* ___symmAlgo0, bool ___encryption1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___rgbIV2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_0 = ___symmAlgo0; __this->___algo_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___algo_0), (void*)L_0); bool L_1 = ___encryption1; __this->___encrypt_1 = L_1; SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_2 = __this->___algo_0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_BlockSize() */, L_2); __this->___BlockSizeByte_2 = ((int32_t)(L_3>>3)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___rgbIV2; if (L_4) { goto IL_0039; } } { int32_t L_5 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6; L_6 = KeyBuilder_IV_m164DD286EDD2DA80F79AE4A251E6F00267E48E03(L_5, NULL); ___rgbIV2 = L_6; goto IL_0046; } IL_0039: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___rgbIV2; NullCheck((RuntimeArray*)L_7); RuntimeObject* L_8; L_8 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_7, NULL); ___rgbIV2 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)); } IL_0046: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___rgbIV2; NullCheck(L_9); int32_t L_10 = __this->___BlockSizeByte_2; if ((((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))) >= ((int32_t)L_10))) { goto IL_0080; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___rgbIV2; NullCheck(L_13); int32_t L_14 = ((int32_t)(((RuntimeArray*)L_13)->max_length)); RuntimeObject* L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_14); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_15); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_12; int32_t L_17 = __this->___BlockSizeByte_2; int32_t L_18 = L_17; RuntimeObject* L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(1), (RuntimeObject*)L_19); String_t* L_20; L_20 = Locale_GetText_m897E8F2E94AE401ACB03447E96CAAC33508C0608(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2945BACA6E6C2621E9D74DD0277D4A481B1FDEE2)), L_16, NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_21 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_21); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_21, L_20, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform__ctor_m1A146FD0CD418AD8E6DF1891A0EFD7BE2095A99B_RuntimeMethod_var))); } IL_0080: { SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_22 = __this->___algo_0; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(18 /* System.Security.Cryptography.PaddingMode System.Security.Cryptography.SymmetricAlgorithm::get_Padding() */, L_22); __this->___padmode_7 = L_23; int32_t L_24 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_24); __this->___temp_3 = L_25; Il2CppCodeGenWriteBarrier((void**)(&__this->___temp_3), (void*)L_25); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___rgbIV2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = __this->___temp_3; int32_t L_28 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = ___rgbIV2; NullCheck(L_29); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_30; L_30 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_28, ((int32_t)(((RuntimeArray*)L_29)->max_length)), NULL); Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_26, 0, (RuntimeArray*)L_27, 0, L_30, NULL); int32_t L_31 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_31); __this->___temp2_4 = L_32; Il2CppCodeGenWriteBarrier((void**)(&__this->___temp2_4), (void*)L_32); SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_33 = __this->___algo_0; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Security.Cryptography.SymmetricAlgorithm::get_FeedbackSize() */, L_33); __this->___FeedBackByte_8 = ((int32_t)(L_34>>3)); int32_t L_35 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_35); __this->___workBuff_5 = L_36; Il2CppCodeGenWriteBarrier((void**)(&__this->___workBuff_5), (void*)L_36); int32_t L_37 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_37); __this->___workout_6 = L_38; Il2CppCodeGenWriteBarrier((void**)(&__this->___workout_6), (void*)L_38); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Finalize_mBB22318167C86290A9C3B134A17F97EF72D6A66B (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0010; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_System_IDisposable_Dispose_m9D5F414F74822C7092BCA929E674BA4EB7A32651 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(10 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) */, __this, (bool)1); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m3352E2F2119EB46913B51B7AAE2F217C63C35F2A(__this, NULL); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Dispose_m5C6F0FF7E4D19C2039A7A9734C95A7E0B482757C (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->___m_disposed_9; if (L_0) { goto IL_0044; } } { bool L_1 = ___disposing0; if (!L_1) { goto IL_003d; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___temp_3; int32_t L_3 = __this->___BlockSizeByte_2; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_2, 0, L_3, NULL); __this->___temp_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___temp_3), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___temp2_4; int32_t L_5 = __this->___BlockSizeByte_2; Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_4, 0, L_5, NULL); __this->___temp2_4 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___temp2_4), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL); } IL_003d: { __this->___m_disposed_9 = (bool)1; } IL_0044: { return; } } // System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_CanTransformMultipleBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_CanTransformMultipleBlocks_m47ACAD13BA0096A3B9551547FA60476884D468A0 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::get_InputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_get_InputBlockSize_m4E063505D6E2D5C739445CAFAE86DF2A5C0C42C8 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___BlockSizeByte_2; return L_0; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::get_OutputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_get_OutputBlockSize_mBA55E7CA3124B5E886784DFCE15D45C6D4B3D229 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___BlockSizeByte_2; return L_0; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Transform_m05EF3281440E78531E64DE20DA249812B9BA7112 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_0 = __this->___algo_0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1))) { case 0: { goto IL_0033; } case 1: { goto IL_002a; } case 2: { goto IL_0045; } case 3: { goto IL_003c; } case 4: { goto IL_004e; } } } { goto IL_0057; } IL_002a: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_3, L_4); return; } IL_0033: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(16 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[]) */, __this, L_5, L_6); return; } IL_003c: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(17 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[]) */, __this, L_7, L_8); return; } IL_0045: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(18 /* System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[]) */, __this, L_9, L_10); return; } IL_004e: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(19 /* System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[]) */, __this, L_11, L_12); return; } IL_0057: { SymmetricAlgorithm_t8C631E4E7B9073CCBD856F8D559A62EB5616BBE8* L_13 = __this->___algo_0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Security.Cryptography.CipherMode System.Security.Cryptography.SymmetricAlgorithm::get_Mode() */, L_13); V_1 = L_14; Il2CppFakeBox L_15(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CipherMode_t932070F221590D5F955DE31430C6EAA91B97F027_il2cpp_TypeInfo_var)), (&V_1)); String_t* L_16; L_16 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_15), NULL); String_t* L_17; L_17 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE5608689A78F2B2E22DD51D425B35B5F61492F6)), L_16, NULL); NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_18 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NullCheck(L_18); NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_18, L_17, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_Transform_m05EF3281440E78531E64DE20DA249812B9BA7112_RuntimeMethod_var))); } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CBC(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CBC_m9925D99AB7430916F607F2CB107A7488D123FAA8 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->___encrypt_1; if (!L_0) { goto IL_004f; } } { V_0 = 0; goto IL_0024; } IL_000c: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___temp_3; int32_t L_2 = V_0; NullCheck(L_1); uint8_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2))); int32_t L_4 = *((uint8_t*)L_3); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___input0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); *((int8_t*)L_3) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_4^(int32_t)L_8))); int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0024: { int32_t L_10 = V_0; int32_t L_11 = __this->___BlockSizeByte_2; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000c; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___temp_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_12, L_13); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___output1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = __this->___temp_3; int32_t L_16 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_14, 0, (RuntimeArray*)L_15, 0, L_16, NULL); return; } IL_004f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___temp2_4; int32_t L_19 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_17, 0, (RuntimeArray*)L_18, 0, L_19, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___input0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___output1; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_20, L_21); V_1 = 0; goto IL_0087; } IL_006f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___output1; int32_t L_23 = V_1; NullCheck(L_22); uint8_t* L_24 = ((L_22)->GetAddressAt(static_cast(L_23))); int32_t L_25 = *((uint8_t*)L_24); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = __this->___temp_3; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; uint8_t L_29 = (L_26)->GetAt(static_cast(L_28)); *((int8_t*)L_24) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_25^(int32_t)L_29))); int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_0087: { int32_t L_31 = V_1; int32_t L_32 = __this->___BlockSizeByte_2; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_006f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___temp2_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = __this->___temp_3; int32_t L_35 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_33, 0, (RuntimeArray*)L_34, 0, L_35, NULL); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CFB(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CFB_m48D9DF171B76CF98C231EC878124E4A75124EF9A (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->___encrypt_1; if (!L_0) { goto IL_006d; } } { V_0 = 0; goto IL_0063; } IL_000c: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___temp_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___temp2_4; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_1, L_2); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___output1; int32_t L_4 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->___temp2_4; NullCheck(L_5); int32_t L_6 = 0; uint8_t L_7 = (L_5)->GetAt(static_cast(L_6)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___input0; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_7^(int32_t)L_11)))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___temp_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___temp_3; int32_t L_14 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_12, 1, (RuntimeArray*)L_13, 0, ((int32_t)il2cpp_codegen_subtract(L_14, 1)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___output1; int32_t L_16 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = __this->___temp_3; int32_t L_18 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_15, L_16, (RuntimeArray*)L_17, ((int32_t)il2cpp_codegen_subtract(L_18, 1)), 1, NULL); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_0063: { int32_t L_20 = V_0; int32_t L_21 = __this->___BlockSizeByte_2; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_000c; } } { return; } IL_006d: { V_1 = 0; goto IL_00d6; } IL_0071: { __this->___encrypt_1 = (bool)1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = __this->___temp_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___temp2_4; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(15 /* System.Void Mono.Security.Cryptography.SymmetricTransform::ECB(System.Byte[],System.Byte[]) */, __this, L_22, L_23); __this->___encrypt_1 = (bool)0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___temp_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = __this->___temp_3; int32_t L_26 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_24, 1, (RuntimeArray*)L_25, 0, ((int32_t)il2cpp_codegen_subtract(L_26, 1)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___input0; int32_t L_28 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = __this->___temp_3; int32_t L_30 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_27, L_28, (RuntimeArray*)L_29, ((int32_t)il2cpp_codegen_subtract(L_30, 1)), 1, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = ___output1; int32_t L_32 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = __this->___temp2_4; NullCheck(L_33); int32_t L_34 = 0; uint8_t L_35 = (L_33)->GetAt(static_cast(L_34)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = ___input0; int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38 = L_37; uint8_t L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_35^(int32_t)L_39)))); int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_40, 1)); } IL_00d6: { int32_t L_41 = V_1; int32_t L_42 = __this->___BlockSizeByte_2; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_0071; } } { return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::OFB(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_OFB_m0076F15213CF7F0A6A92B392ED385D880A356BE5 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output1, const RuntimeMethod* method) { { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_0 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_0); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50464383888BBD5693B615071F47B3CE97E060CF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_OFB_m0076F15213CF7F0A6A92B392ED385D880A356BE5_RuntimeMethod_var))); } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CTS(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CTS_m12D5F610EE655EAA45C242FFF1562E35F19EFB38 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___input0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___output1, const RuntimeMethod* method) { { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_0 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_0); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2583C6B49450641041BA8F4B96AFD772ECFDA1F0)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_CTS_m12D5F610EE655EAA45C242FFF1562E35F19EFB38_RuntimeMethod_var))); } } // System.Void Mono.Security.Cryptography.SymmetricTransform::CheckInput(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___inputBuffer0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral21DDD46A31A90051E0424907A787DB1D19854FDB)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___inputOffset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B899E43C7F5ACD46D39930AA357B0AEF6D743CD)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___inputCount2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E7CBC7E2D6914A25B76111E160BC9107C332FA5)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551_RuntimeMethod_var))); } IL_0036: { int32_t L_6 = ___inputOffset1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___inputBuffer0; NullCheck(L_7); int32_t L_8 = ___inputCount2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8))))) { goto IL_0053; } } { String_t* L_9; L_9 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD458450CB9160446D8BA3673EB7D7D789190AA1A)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_10); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral21DDD46A31A90051E0424907A787DB1D19854FDB)), L_9, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551_RuntimeMethod_var))); } IL_0053: { return; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___m_disposed_9; if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_1 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_1); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var))); } IL_0013: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___inputBuffer0; int32_t L_3 = ___inputOffset1; int32_t L_4 = ___inputCount2; SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551(__this, L_2, L_3, L_4, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___outputBuffer3; if (L_5) { goto IL_002b; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral510DDF106C5B1BC34025AB6E18D1490A125BE7EE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var))); } IL_002b: { int32_t L_7 = ___outputOffset4; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0040; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF913FD0E6BCC655D2EACC6F872E51A8CCFFCF30B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76090A3CE9567D0D26B5213CB891A873540230EE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var))); } IL_0040: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___outputBuffer3; NullCheck(L_9); int32_t L_10 = ___inputCount2; int32_t L_11 = ___outputOffset4; V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_9)->max_length)), L_10)), L_11)); bool L_12 = __this->___encrypt_1; if (L_12) { goto IL_007d; } } { int32_t L_13 = V_0; if ((((int32_t)0) <= ((int32_t)L_13))) { goto IL_007d; } } { int32_t L_14 = __this->___padmode_7; if ((((int32_t)L_14) == ((int32_t)1))) { goto IL_0068; } } { int32_t L_15 = __this->___padmode_7; if ((!(((uint32_t)L_15) == ((uint32_t)3)))) { goto IL_007d; } } IL_0068: { String_t* L_16; L_16 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD458450CB9160446D8BA3673EB7D7D789190AA1A)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_17 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_17); CryptographicException__ctor_m3ECE03751BC9620B544DA66B5F0B63DE21A27346(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral510DDF106C5B1BC34025AB6E18D1490A125BE7EE)), L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var))); } IL_007d: { bool L_18; L_18 = SymmetricTransform_get_KeepLastBlock_m7A989F6A644B748A506CF616AF8C3B5DEDB9983D(__this, NULL); if (!L_18) { goto IL_00a5; } } { int32_t L_19 = V_0; int32_t L_20 = __this->___BlockSizeByte_2; if ((((int32_t)0) <= ((int32_t)((int32_t)il2cpp_codegen_add(L_19, L_20))))) { goto IL_00db; } } { String_t* L_21; L_21 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD458450CB9160446D8BA3673EB7D7D789190AA1A)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_22 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_22); CryptographicException__ctor_m3ECE03751BC9620B544DA66B5F0B63DE21A27346(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral510DDF106C5B1BC34025AB6E18D1490A125BE7EE)), L_21, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var))); } IL_00a5: { int32_t L_23 = V_0; if ((((int32_t)0) <= ((int32_t)L_23))) { goto IL_00db; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = ___inputBuffer0; NullCheck(L_24); int32_t L_25 = ___inputOffset1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___outputBuffer3; NullCheck(L_26); int32_t L_27 = __this->___BlockSizeByte_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_24)->max_length)), L_25)), ((int32_t)(((RuntimeArray*)L_26)->max_length))))) == ((uint32_t)L_27)))) { goto IL_00c6; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___outputBuffer3; NullCheck(L_28); int32_t L_29 = ___outputOffset4; ___inputCount2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_28)->max_length)), L_29)); goto IL_00db; } IL_00c6: { String_t* L_30; L_30 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD458450CB9160446D8BA3673EB7D7D789190AA1A)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_31 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_31); CryptographicException__ctor_m3ECE03751BC9620B544DA66B5F0B63DE21A27346(L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral510DDF106C5B1BC34025AB6E18D1490A125BE7EE)), L_30, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformBlock_m03DC2510D0A429081D0837E31DEB9851D2DAFA0F_RuntimeMethod_var))); } IL_00db: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = ___inputBuffer0; int32_t L_33 = ___inputOffset1; int32_t L_34 = ___inputCount2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = ___outputBuffer3; int32_t L_36 = ___outputOffset4; int32_t L_37; L_37 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_32, L_33, L_34, L_35, L_36, NULL); return L_37; } } // System.Boolean Mono.Security.Cryptography.SymmetricTransform::get_KeepLastBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymmetricTransform_get_KeepLastBlock_m7A989F6A644B748A506CF616AF8C3B5DEDB9983D (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, const RuntimeMethod* method) { { bool L_0 = __this->___encrypt_1; if (L_0) { goto IL_001e; } } { int32_t L_1 = __this->___padmode_7; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001e; } } { int32_t L_2 = __this->___padmode_7; return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_001e: { return (bool)0; } } // System.Int32 Mono.Security.Cryptography.SymmetricTransform::InternalTransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = ___inputOffset1; V_0 = L_0; int32_t L_1 = ___inputCount2; int32_t L_2 = __this->___BlockSizeByte_2; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_002b; } } { int32_t L_3 = ___inputCount2; int32_t L_4 = __this->___BlockSizeByte_2; if (!((int32_t)(L_3%L_4))) { goto IL_0020; } } { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_5 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_5); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B9B1B52D6BF40F50B2AA9F11B9FF9FA044E939D)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256_RuntimeMethod_var))); } IL_0020: { int32_t L_6 = ___inputCount2; int32_t L_7 = __this->___BlockSizeByte_2; V_1 = ((int32_t)(L_6/L_7)); goto IL_002d; } IL_002b: { V_1 = 1; } IL_002d: { bool L_8; L_8 = SymmetricTransform_get_KeepLastBlock_m7A989F6A644B748A506CF616AF8C3B5DEDB9983D(__this, NULL); if (!L_8) { goto IL_0039; } } { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); } IL_0039: { V_2 = 0; bool L_10 = __this->___lastBlock_10; if (!L_10) { goto IL_0086; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = __this->___workBuff_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = __this->___workout_6; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_11, L_12); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = __this->___workout_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___outputBuffer3; int32_t L_15 = ___outputOffset4; int32_t L_16 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_13, 0, (RuntimeArray*)L_14, L_15, L_16, NULL); int32_t L_17 = ___outputOffset4; int32_t L_18 = __this->___BlockSizeByte_2; ___outputOffset4 = ((int32_t)il2cpp_codegen_add(L_17, L_18)); int32_t L_19 = V_2; int32_t L_20 = __this->___BlockSizeByte_2; V_2 = ((int32_t)il2cpp_codegen_add(L_19, L_20)); __this->___lastBlock_10 = (bool)0; } IL_0086: { V_3 = 0; goto IL_00e7; } IL_008a: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___inputBuffer0; int32_t L_22 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___workBuff_5; int32_t L_24 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_21, L_22, (RuntimeArray*)L_23, 0, L_24, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = __this->___workBuff_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = __this->___workout_6; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_25, L_26); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = __this->___workout_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___outputBuffer3; int32_t L_29 = ___outputOffset4; int32_t L_30 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_27, 0, (RuntimeArray*)L_28, L_29, L_30, NULL); int32_t L_31 = V_0; int32_t L_32 = __this->___BlockSizeByte_2; V_0 = ((int32_t)il2cpp_codegen_add(L_31, L_32)); int32_t L_33 = ___outputOffset4; int32_t L_34 = __this->___BlockSizeByte_2; ___outputOffset4 = ((int32_t)il2cpp_codegen_add(L_33, L_34)); int32_t L_35 = V_2; int32_t L_36 = __this->___BlockSizeByte_2; V_2 = ((int32_t)il2cpp_codegen_add(L_35, L_36)); int32_t L_37 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_37, 1)); } IL_00e7: { int32_t L_38 = V_3; int32_t L_39 = V_1; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_008a; } } { bool L_40; L_40 = SymmetricTransform_get_KeepLastBlock_m7A989F6A644B748A506CF616AF8C3B5DEDB9983D(__this, NULL); if (!L_40) { goto IL_010e; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = ___inputBuffer0; int32_t L_42 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___workBuff_5; int32_t L_44 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_41, L_42, (RuntimeArray*)L_43, 0, L_44, NULL); __this->___lastBlock_10 = (bool)1; } IL_010e: { int32_t L_45 = V_2; return L_45; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::Random(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_Random_mE677ED5677F2A68CA3E4CCE568079A7AFA018266 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_0 = __this->____rng_11; if (L_0) { goto IL_0013; } } { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_1; L_1 = RandomNumberGenerator_Create_mA8AC78824FF028898D2CEA52AF9B5BE6D6081009(NULL); __this->____rng_11 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____rng_11), (void*)L_1); } IL_0013: { int32_t L_2 = ___length2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_2); V_0 = L_3; RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_4 = __this->____rng_11; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0; NullCheck(L_4); VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_4, L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___buffer0; int32_t L_8 = ___start1; int32_t L_9 = ___length2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_6, 0, (RuntimeArray*)L_7, L_8, L_9, NULL); return; } } // System.Void Mono.Security.Cryptography.SymmetricTransform::ThrowBadPaddingException(System.Security.Cryptography.PaddingMode,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, int32_t ___padding0, int32_t ___length1, int32_t ___position2, const RuntimeMethod* method) { String_t* V_0 = NULL; { String_t* L_0; L_0 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDFFCBE52CD5868962A74FD41070D002A9FEB64C)), NULL); int32_t L_1 = ___padding0; int32_t L_2 = L_1; RuntimeObject* L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PaddingMode_t938E0AB76C80739DB1BB44D7D6B9B94C03B72E1D_il2cpp_TypeInfo_var)), &L_2); String_t* L_4; L_4 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_0, L_3, NULL); V_0 = L_4; int32_t L_5 = ___length1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0036; } } { String_t* L_6 = V_0; String_t* L_7; L_7 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB2E986E9E07982A6A04C95234AA062599E8290F)), NULL); int32_t L_8 = ___length1; int32_t L_9 = L_8; RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_7, L_10, NULL); String_t* L_12; L_12 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_6, L_11, NULL); V_0 = L_12; } IL_0036: { int32_t L_13 = ___position2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0056; } } { String_t* L_14 = V_0; String_t* L_15; L_15 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DBE229E6977878BCAE564DE96A7571540F0E298)), NULL); int32_t L_16 = ___position2; int32_t L_17 = L_16; RuntimeObject* L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_17); String_t* L_19; L_19 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(L_15, L_18, NULL); String_t* L_20; L_20 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_14, L_19, NULL); V_0 = L_20; } IL_0056: { String_t* L_21 = V_0; CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_22 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_22); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_22, L_21, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185_RuntimeMethod_var))); } } // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* SymmetricTransform_FinalEncrypt_m775C9EDD70331BA2B0041013D7F661359C72A870 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; int32_t V_4 = 0; uint8_t V_5 = 0x0; int32_t V_6 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_7 = NULL; int32_t V_8 = 0; { int32_t L_0 = ___inputCount2; int32_t L_1 = __this->___BlockSizeByte_2; int32_t L_2 = __this->___BlockSizeByte_2; V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(L_0/L_1)), L_2)); int32_t L_3 = ___inputCount2; int32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, L_4)); int32_t L_5 = V_0; V_2 = L_5; int32_t L_6 = __this->___padmode_7; V_6 = L_6; int32_t L_7 = V_6; if ((((int32_t)L_7) == ((int32_t)2))) { goto IL_002a; } } { int32_t L_8 = V_6; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, 4))) <= ((uint32_t)1)))) { goto IL_0035; } } IL_002a: { int32_t L_9 = V_2; int32_t L_10 = __this->___BlockSizeByte_2; V_2 = ((int32_t)il2cpp_codegen_add(L_9, L_10)); goto IL_007f; } IL_0035: { int32_t L_11 = ___inputCount2; if (L_11) { goto IL_003f; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)0); return L_12; } IL_003f: { int32_t L_13 = V_1; if (!L_13) { goto IL_007f; } } { int32_t L_14 = __this->___padmode_7; if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0056; } } { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_15 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_15); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral399EF27ED119F97131103AEB8BE37840F3FAB67F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_FinalEncrypt_m775C9EDD70331BA2B0041013D7F661359C72A870_RuntimeMethod_var))); } IL_0056: { int32_t L_16 = V_0; int32_t L_17 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))); V_7 = L_18; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = ___inputBuffer0; int32_t L_20 = ___inputOffset1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_7; int32_t L_22 = ___inputCount2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_19, L_20, (RuntimeArray*)L_21, 0, L_22, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_7; ___inputBuffer0 = L_23; ___inputOffset1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_7; NullCheck(L_24); ___inputCount2 = ((int32_t)(((RuntimeArray*)L_24)->max_length)); int32_t L_25 = ___inputCount2; V_2 = L_25; } IL_007f: { int32_t L_26 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_26); V_3 = L_27; V_4 = 0; goto IL_00bb; } IL_008b: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = ___inputBuffer0; int32_t L_29 = ___inputOffset1; int32_t L_30 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = V_3; int32_t L_32 = V_4; int32_t L_33; L_33 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_28, L_29, L_30, L_31, L_32, NULL); int32_t L_34 = ___inputOffset1; int32_t L_35 = __this->___BlockSizeByte_2; ___inputOffset1 = ((int32_t)il2cpp_codegen_add(L_34, L_35)); int32_t L_36 = V_4; int32_t L_37 = __this->___BlockSizeByte_2; V_4 = ((int32_t)il2cpp_codegen_add(L_36, L_37)); int32_t L_38 = V_2; int32_t L_39 = __this->___BlockSizeByte_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_38, L_39)); } IL_00bb: { int32_t L_40 = V_2; int32_t L_41 = __this->___BlockSizeByte_2; if ((((int32_t)L_40) > ((int32_t)L_41))) { goto IL_008b; } } { int32_t L_42 = __this->___BlockSizeByte_2; int32_t L_43 = V_1; V_5 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_subtract(L_42, L_43))); int32_t L_44 = __this->___padmode_7; V_6 = L_44; int32_t L_45 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_45, 2))) { case 0: { goto IL_0155; } case 1: { goto IL_018e; } case 2: { goto IL_00f5; } case 3: { goto IL_011e; } } } { goto IL_018e; } IL_00f5: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_46 = V_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = V_3; NullCheck(L_47); uint8_t L_48 = V_5; NullCheck(L_46); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_47)->max_length)), 1))), (uint8_t)L_48); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = ___inputBuffer0; int32_t L_50 = ___inputOffset1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = V_3; int32_t L_52 = V_0; int32_t L_53 = V_1; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_49, L_50, (RuntimeArray*)L_51, L_52, L_53, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = V_3; int32_t L_55 = V_0; int32_t L_56 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_57 = V_3; int32_t L_58 = V_0; int32_t L_59; L_59 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_54, L_55, L_56, L_57, L_58, NULL); goto IL_01a0; } IL_011e: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = V_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = V_3; NullCheck(L_61); uint8_t L_62 = V_5; uint8_t L_63 = V_5; SymmetricTransform_Random_mE677ED5677F2A68CA3E4CCE568079A7AFA018266(__this, L_60, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_61)->max_length)), (int32_t)L_62)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, 1)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = V_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = V_3; NullCheck(L_65); uint8_t L_66 = V_5; NullCheck(L_64); (L_64)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_65)->max_length)), 1))), (uint8_t)L_66); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = ___inputBuffer0; int32_t L_68 = ___inputOffset1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = V_3; int32_t L_70 = V_0; int32_t L_71 = V_1; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_67, L_68, (RuntimeArray*)L_69, L_70, L_71, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = V_3; int32_t L_73 = V_0; int32_t L_74 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_75 = V_3; int32_t L_76 = V_0; int32_t L_77; L_77 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_72, L_73, L_74, L_75, L_76, NULL); goto IL_01a0; } IL_0155: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_78 = V_3; NullCheck(L_78); V_8 = ((int32_t)(((RuntimeArray*)L_78)->max_length)); goto IL_0162; } IL_015c: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_79 = V_3; int32_t L_80 = V_8; uint8_t L_81 = V_5; NullCheck(L_79); (L_79)->SetAt(static_cast(L_80), (uint8_t)L_81); } IL_0162: { int32_t L_82 = V_8; int32_t L_83 = ((int32_t)il2cpp_codegen_subtract(L_82, 1)); V_8 = L_83; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_84 = V_3; NullCheck(L_84); uint8_t L_85 = V_5; if ((((int32_t)L_83) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_84)->max_length)), (int32_t)L_85))))) { goto IL_015c; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_86 = ___inputBuffer0; int32_t L_87 = ___inputOffset1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_88 = V_3; int32_t L_89 = V_0; int32_t L_90 = V_1; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_86, L_87, (RuntimeArray*)L_88, L_89, L_90, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_91 = V_3; int32_t L_92 = V_0; int32_t L_93 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_94 = V_3; int32_t L_95 = V_0; int32_t L_96; L_96 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_91, L_92, L_93, L_94, L_95, NULL); goto IL_01a0; } IL_018e: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_97 = ___inputBuffer0; int32_t L_98 = ___inputOffset1; int32_t L_99 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_100 = V_3; int32_t L_101 = V_4; int32_t L_102; L_102 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_97, L_98, L_99, L_100, L_101, NULL); } IL_01a0: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_103 = V_3; return L_103; } } // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* SymmetricTransform_FinalDecrypt_mAE0293BD098B648CA75008463826575D6138C3D8 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; int32_t V_3 = 0; uint8_t V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_9 = NULL; int32_t G_B10_0 = 0; { int32_t L_0 = ___inputCount2; V_0 = L_0; int32_t L_1 = ___inputCount2; V_1 = L_1; bool L_2 = __this->___lastBlock_10; if (!L_2) { goto IL_0015; } } { int32_t L_3 = V_1; int32_t L_4 = __this->___BlockSizeByte_2; V_1 = ((int32_t)il2cpp_codegen_add(L_3, L_4)); } IL_0015: { int32_t L_5 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_5); V_2 = L_6; V_3 = 0; goto IL_004a; } IL_0020: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___inputBuffer0; int32_t L_8 = ___inputOffset1; int32_t L_9 = __this->___BlockSizeByte_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = V_2; int32_t L_11 = V_3; int32_t L_12; L_12 = SymmetricTransform_InternalTransformBlock_m6975C6BD0AC140B90472882ADCBAA9F9D4D18256(__this, L_7, L_8, L_9, L_10, L_11, NULL); V_5 = L_12; int32_t L_13 = ___inputOffset1; int32_t L_14 = __this->___BlockSizeByte_2; ___inputOffset1 = ((int32_t)il2cpp_codegen_add(L_13, L_14)); int32_t L_15 = V_3; int32_t L_16 = V_5; V_3 = ((int32_t)il2cpp_codegen_add(L_15, L_16)); int32_t L_17 = V_0; int32_t L_18 = __this->___BlockSizeByte_2; V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, L_18)); } IL_004a: { int32_t L_19 = V_0; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0020; } } { bool L_20 = __this->___lastBlock_10; if (!L_20) { goto IL_008c; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = __this->___workBuff_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = __this->___workout_6; VirtualActionInvoker2< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(14 /* System.Void Mono.Security.Cryptography.SymmetricTransform::Transform(System.Byte[],System.Byte[]) */, __this, L_21, L_22); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___workout_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_2; int32_t L_25 = V_3; int32_t L_26 = __this->___BlockSizeByte_2; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_23, 0, (RuntimeArray*)L_24, L_25, L_26, NULL); int32_t L_27 = V_3; int32_t L_28 = __this->___BlockSizeByte_2; V_3 = ((int32_t)il2cpp_codegen_add(L_27, L_28)); __this->___lastBlock_10 = (bool)0; } IL_008c: { int32_t L_29 = V_1; if ((((int32_t)L_29) > ((int32_t)0))) { goto IL_0093; } } { G_B10_0 = 0; goto IL_0098; } IL_0093: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = V_2; int32_t L_31 = V_1; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_subtract(L_31, 1)); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); G_B10_0 = ((int32_t)(L_33)); } IL_0098: { V_4 = (uint8_t)G_B10_0; int32_t L_34 = __this->___padmode_7; V_6 = L_34; int32_t L_35 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, 1))) { case 0: { goto IL_0188; } case 1: { goto IL_0138; } case 2: { goto IL_0188; } case 3: { goto IL_00c4; } case 4: { goto IL_0114; } } } { goto IL_0188; } IL_00c4: { uint8_t L_36 = V_4; if (!L_36) { goto IL_00d2; } } { uint8_t L_37 = V_4; int32_t L_38 = __this->___BlockSizeByte_2; if ((((int32_t)L_37) <= ((int32_t)L_38))) { goto IL_00e1; } } IL_00d2: { int32_t L_39 = __this->___padmode_7; uint8_t L_40 = V_4; SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185(__this, L_39, L_40, (-1), NULL); } IL_00e1: { uint8_t L_41 = V_4; V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, 1)); goto IL_0108; } IL_00e9: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_2; int32_t L_43 = V_1; int32_t L_44 = V_7; NullCheck(L_42); int32_t L_45 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_43, 1)), L_44)); uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); if (!L_46) { goto IL_0102; } } { int32_t L_47 = __this->___padmode_7; int32_t L_48 = V_7; SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185(__this, L_47, (-1), L_48, NULL); } IL_0102: { int32_t L_49 = V_7; V_7 = ((int32_t)il2cpp_codegen_subtract(L_49, 1)); } IL_0108: { int32_t L_50 = V_7; if ((((int32_t)L_50) > ((int32_t)0))) { goto IL_00e9; } } { int32_t L_51 = V_1; uint8_t L_52 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract(L_51, (int32_t)L_52)); goto IL_0188; } IL_0114: { uint8_t L_53 = V_4; if (!L_53) { goto IL_0122; } } { uint8_t L_54 = V_4; int32_t L_55 = __this->___BlockSizeByte_2; if ((((int32_t)L_54) <= ((int32_t)L_55))) { goto IL_0131; } } IL_0122: { int32_t L_56 = __this->___padmode_7; uint8_t L_57 = V_4; SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185(__this, L_56, L_57, (-1), NULL); } IL_0131: { int32_t L_58 = V_1; uint8_t L_59 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract(L_58, (int32_t)L_59)); goto IL_0188; } IL_0138: { uint8_t L_60 = V_4; if (!L_60) { goto IL_0146; } } { uint8_t L_61 = V_4; int32_t L_62 = __this->___BlockSizeByte_2; if ((((int32_t)L_61) <= ((int32_t)L_62))) { goto IL_0155; } } IL_0146: { int32_t L_63 = __this->___padmode_7; uint8_t L_64 = V_4; SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185(__this, L_63, L_64, (-1), NULL); } IL_0155: { uint8_t L_65 = V_4; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, 1)); goto IL_017e; } IL_015d: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66 = V_2; int32_t L_67 = V_1; int32_t L_68 = V_8; NullCheck(L_66); int32_t L_69 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_67, 1)), L_68)); uint8_t L_70 = (L_66)->GetAt(static_cast(L_69)); uint8_t L_71 = V_4; if ((((int32_t)L_70) == ((int32_t)L_71))) { goto IL_0178; } } { int32_t L_72 = __this->___padmode_7; int32_t L_73 = V_8; SymmetricTransform_ThrowBadPaddingException_m38CA64B2A0F7AA9E4F5D22495890AD0F61141185(__this, L_72, (-1), L_73, NULL); } IL_0178: { int32_t L_74 = V_8; V_8 = ((int32_t)il2cpp_codegen_subtract(L_74, 1)); } IL_017e: { int32_t L_75 = V_8; if ((((int32_t)L_75) > ((int32_t)0))) { goto IL_015d; } } { int32_t L_76 = V_1; uint8_t L_77 = V_4; V_1 = ((int32_t)il2cpp_codegen_subtract(L_76, (int32_t)L_77)); } IL_0188: { int32_t L_78 = V_1; if ((((int32_t)L_78) <= ((int32_t)0))) { goto IL_01ac; } } { int32_t L_79 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_80 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_79); V_9 = L_80; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_81 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_82 = V_9; int32_t L_83 = V_1; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_81, 0, (RuntimeArray*)L_82, 0, L_83, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_84 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_85 = V_2; NullCheck(L_85); Array_Clear_m48B57EC27CADC3463CA98A33373D557DA587FF1B((RuntimeArray*)L_84, 0, ((int32_t)(((RuntimeArray*)L_85)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_86 = V_9; return L_86; } IL_01ac: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_87 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)0); return L_87; } } // System.Byte[] Mono.Security.Cryptography.SymmetricTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* SymmetricTransform_TransformFinalBlock_m8AAC099BF98ACA50C9EDDC7239621A5EEB5D18B5 (SymmetricTransform_tDD1D096506ADC83C468EE253DE76D1EB315DAC43* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { { bool L_0 = __this->___m_disposed_9; if (!L_0) { goto IL_0013; } } { ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_1 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_1); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE952D19344D880EF06EC8AACBF9B79603FCE8F3A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SymmetricTransform_TransformFinalBlock_m8AAC099BF98ACA50C9EDDC7239621A5EEB5D18B5_RuntimeMethod_var))); } IL_0013: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___inputBuffer0; int32_t L_3 = ___inputOffset1; int32_t L_4 = ___inputCount2; SymmetricTransform_CheckInput_m11D7B27501EE14C2603AFE375BDDC5B0AA6DD551(__this, L_2, L_3, L_4, NULL); bool L_5 = __this->___encrypt_1; if (!L_5) { goto IL_002e; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___inputBuffer0; int32_t L_7 = ___inputOffset1; int32_t L_8 = ___inputCount2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9; L_9 = VirtualFuncInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(21 /* System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalEncrypt(System.Byte[],System.Int32,System.Int32) */, __this, L_6, L_7, L_8); return L_9; } IL_002e: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___inputBuffer0; int32_t L_11 = ___inputOffset1; int32_t L_12 = ___inputCount2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = VirtualFuncInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(22 /* System.Byte[] Mono.Security.Cryptography.SymmetricTransform::FinalDecrypt(System.Byte[],System.Int32,System.Int32) */, __this, L_10, L_11, L_12); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.DSAManaged::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged__ctor_m90B91D633F9AA1A4E2AB249CC367622A0CC03B76 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, int32_t ___dwKeySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DSA__ctor_mACB3A827BDED4D02538FAA4052E69E04CEF119B3(__this, NULL); int32_t L_0 = ___dwKeySize0; ((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___KeySizeValue_0 = L_0; KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_1 = (KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03*)(KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03*)SZArrayNew(KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03_il2cpp_TypeInfo_var, (uint32_t)1); ((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1), (void*)L_1); KeySizesU5BU5D_tDD87467B9CB683380B5DC92193576A3136DFAE03* L_2 = ((AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8*)__this)->___LegalKeySizesValue_1; KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4* L_3 = (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4*)il2cpp_codegen_object_new(KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4_il2cpp_TypeInfo_var); NullCheck(L_3); KeySizes__ctor_m0488C1FC71E4A417E16EA1E06FC24F4D7DC80104(L_3, ((int32_t)512), ((int32_t)1024), ((int32_t)64), NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (KeySizes_t4AE3EB919A5788F0545B70517859944B65712CB4*)L_3); return; } } // System.Void Mono.Security.Cryptography.DSAManaged::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Finalize_mC33380ADBCB6A5DB8BF8E239082A84A578812551 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0); goto IL_0010; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::Generate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Generate_m620B1DF1C77DD53065567C2B1A63EB920D8C718C (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = AsymmetricAlgorithm_get_KeySize_m82ADFD22F46E442C6564C94D45101A4B43A7296D_inline(__this, NULL); DSAManaged_GenerateParams_mD78B05763D188EAE98046218F2F5ACDDC5B1F16D(__this, L_0, NULL); DSAManaged_GenerateKeyPair_m0BAA788C20C59422FE2DAD42337A1250505A8BBC(__this, NULL); __this->___keypairGenerated_2 = (bool)1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_1 = __this->___KeyGenerated_14; if (!L_1) { goto IL_002e; } } { KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_2 = __this->___KeyGenerated_14; NullCheck(L_2); KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_inline(L_2, __this, (EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*)NULL, NULL); } IL_002e: { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateKeyPair_m0BAA788C20C59422FE2DAD42337A1250505A8BBC (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0; L_0 = BigInteger_GenerateRandom_mA5683A055E3197A7930331D64ACE9FD77ABA7E2F(((int32_t)160), NULL); __this->___x_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___x_7), (void*)L_0); goto IL_001d; } IL_0012: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___x_7; NullCheck(L_1); BigInteger_Randomize_m6F48EA718AD7A5E3AA42691AC3C1B1BF05ACBA47(L_1, NULL); } IL_001d: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = __this->___x_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_3; L_3 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_2, 0, NULL); if (L_3) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = __this->___x_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = __this->___q_5; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_6; L_6 = BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6(L_4, L_5, NULL); if (L_6) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = __this->___g_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = __this->___x_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = __this->___p_4; NullCheck(L_7); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10; L_10 = BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB(L_7, L_8, L_9, NULL); __this->___y_8 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___y_8), (void*)L_10); return; } } // System.Void Mono.Security.Cryptography.DSAManaged::add(System.Byte[],System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_m658689B29517F01DD0DE86EE45BC8072F453111F (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___a0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___b1, int32_t ___value2, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___b1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___b1; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_1)->max_length)), 1)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); int32_t L_4 = ___value2; V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)((int32_t)L_3&((int32_t)255))), L_4)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___a0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___b1; NullCheck(L_6); uint32_t L_7 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_6)->max_length)), 1))), (uint8_t)((int32_t)(uint8_t)L_7)); uint32_t L_8 = V_0; V_0 = ((int32_t)((uint32_t)L_8>>8)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___b1; NullCheck(L_9); V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_9)->max_length)), 2)); goto IL_003e; } IL_0025: { uint32_t L_10 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___b1; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, ((int32_t)((int32_t)L_14&((int32_t)255))))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___a0; int32_t L_16 = V_1; uint32_t L_17 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (uint8_t)((int32_t)(uint8_t)L_17)); uint32_t L_18 = V_0; V_0 = ((int32_t)((uint32_t)L_18>>8)); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_19, 1)); } IL_003e: { int32_t L_20 = V_1; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_0025; } } { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::GenerateParams(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_GenerateParams_mD78B05763D188EAE98046218F2F5ACDDC5B1F16D (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, int32_t ___keyLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_6 = NULL; bool V_7 = false; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_11 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_12 = NULL; int32_t V_13 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_14 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_0 = L_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_1 = L_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_2 = L_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_3 = L_3; SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* L_4; L_4 = SHA1_Create_m6F713539D55576456BDF91B7BFC7103ED8CB766C(NULL); V_4 = L_4; int32_t L_5 = ___keyLength0; V_5 = ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_5, 1))/((int32_t)160))); int32_t L_6 = ___keyLength0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(L_6/8))); V_6 = L_7; V_7 = (bool)0; goto IL_01ed; } IL_0044: { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_8; L_8 = DSAManaged_get_Random_m859B6B17AAEF50F516AE0854465A72C252A02A74(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0; NullCheck(L_8); VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_8, L_9); SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* L_10 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_0; NullCheck(L_10); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12; L_12 = HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB(L_10, L_11, NULL); V_1 = L_12; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_0; NullCheck(L_15); Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_13, 0, (RuntimeArray*)L_14, 0, ((int32_t)(((RuntimeArray*)L_15)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_0; DSAManaged_add_m658689B29517F01DD0DE86EE45BC8072F453111F(__this, L_16, L_17, 1, NULL); SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* L_18 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_2; NullCheck(L_18); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20; L_20 = HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB(L_18, L_19, NULL); V_2 = L_20; V_10 = 0; goto IL_0090; } IL_007c: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_3; int32_t L_22 = V_10; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_1; int32_t L_24 = V_10; NullCheck(L_23); int32_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = V_2; int32_t L_28 = V_10; NullCheck(L_27); int32_t L_29 = L_28; uint8_t L_30 = (L_27)->GetAt(static_cast(L_29)); NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_26^(int32_t)L_30)))); int32_t L_31 = V_10; V_10 = ((int32_t)il2cpp_codegen_add(L_31, 1)); } IL_0090: { int32_t L_32 = V_10; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_3; NullCheck(L_33); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))) { goto IL_007c; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_3; NullCheck(L_34); uint8_t* L_35 = ((L_34)->GetAddressAt(static_cast(0))); int32_t L_36 = *((uint8_t*)L_35); *((int8_t*)L_35) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_36|((int32_t)128)))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = V_3; NullCheck(L_37); uint8_t* L_38 = ((L_37)->GetAddressAt(static_cast(((int32_t)19)))); int32_t L_39 = *((uint8_t*)L_38); *((int8_t*)L_38) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_39|1))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_41); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_41, L_40, NULL); __this->___q_5 = L_41; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_5), (void*)L_41); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42 = __this->___q_5; NullCheck(L_42); bool L_43; L_43 = BigInteger_IsProbablePrime_m520EDF5D0CBF34E25C64242916BBA77A0A5481AB(L_42, NULL); if (!L_43) { goto IL_0044; } } { __this->___counter_11 = 0; V_9 = 2; goto IL_01dd; } IL_00e1: { V_13 = 0; goto IL_011b; } IL_00e6: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = V_0; int32_t L_46 = V_9; int32_t L_47 = V_13; DSAManaged_add_m658689B29517F01DD0DE86EE45BC8072F453111F(__this, L_44, L_45, ((int32_t)il2cpp_codegen_add(L_46, L_47)), NULL); SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* L_48 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = V_1; NullCheck(L_48); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_50; L_50 = HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB(L_48, L_49, NULL); V_1 = L_50; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = V_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = V_6; NullCheck(L_53); int32_t L_54 = V_13; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = V_1; NullCheck(L_55); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_56 = V_1; NullCheck(L_56); Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_51, 0, (RuntimeArray*)L_52, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_53)->max_length)), ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_54, 1)), ((int32_t)(((RuntimeArray*)L_55)->max_length)))))), ((int32_t)(((RuntimeArray*)L_56)->max_length)), NULL); int32_t L_57 = V_13; V_13 = ((int32_t)il2cpp_codegen_add(L_57, 1)); } IL_011b: { int32_t L_58 = V_13; int32_t L_59 = V_5; if ((((int32_t)L_58) < ((int32_t)L_59))) { goto IL_00e6; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_61 = V_0; int32_t L_62 = V_9; int32_t L_63 = V_5; DSAManaged_add_m658689B29517F01DD0DE86EE45BC8072F453111F(__this, L_60, L_61, ((int32_t)il2cpp_codegen_add(L_62, L_63)), NULL); SHA1_t0612ADACADC25FB4C22525A579B30354586F0CEE* L_64 = V_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = V_1; NullCheck(L_64); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66; L_66 = HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB(L_64, L_65, NULL); V_1 = L_66; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = V_1; NullCheck(L_68); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_69 = V_6; NullCheck(L_69); int32_t L_70 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_71 = V_1; NullCheck(L_71); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = V_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_73 = V_6; NullCheck(L_73); int32_t L_74 = V_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_75 = V_1; NullCheck(L_75); Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_67, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_68)->max_length)), ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_69)->max_length)), ((int32_t)il2cpp_codegen_multiply(L_70, ((int32_t)(((RuntimeArray*)L_71)->max_length)))))))), (RuntimeArray*)L_72, 0, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_73)->max_length)), ((int32_t)il2cpp_codegen_multiply(L_74, ((int32_t)(((RuntimeArray*)L_75)->max_length)))))), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_76 = V_6; NullCheck(L_76); uint8_t* L_77 = ((L_76)->GetAddressAt(static_cast(0))); int32_t L_78 = *((uint8_t*)L_77); *((int8_t*)L_77) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_78|((int32_t)128)))); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_79 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_80 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_80); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_80, L_79, NULL); V_11 = L_80; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_81 = V_11; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_82 = __this->___q_5; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_83; L_83 = BigInteger_op_Multiply_mC4E28871445C26709E19A84874A3302C805A1F7F(L_82, 2, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_84; L_84 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_81, L_83, NULL); V_12 = L_84; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_85 = V_11; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_86 = V_12; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_87; L_87 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_88; L_88 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_86, L_87, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_89; L_89 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_85, L_88, NULL); __this->___p_4 = L_89; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_4), (void*)L_89); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_90 = __this->___p_4; int32_t L_91 = ___keyLength0; NullCheck(L_90); bool L_92; L_92 = BigInteger_TestBit_m57297AF2DA5E96A69B0C63C99E003D20545CE874(L_90, ((int32_t)il2cpp_codegen_subtract(L_91, 1)), NULL); if (!L_92) { goto IL_01c6; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_93 = __this->___p_4; NullCheck(L_93); bool L_94; L_94 = BigInteger_IsProbablePrime_m520EDF5D0CBF34E25C64242916BBA77A0A5481AB(L_93, NULL); if (!L_94) { goto IL_01c6; } } { V_7 = (bool)1; goto IL_01ed; } IL_01c6: { int32_t L_95 = __this->___counter_11; __this->___counter_11 = ((int32_t)il2cpp_codegen_add(L_95, 1)); int32_t L_96 = V_9; int32_t L_97 = V_5; V_9 = ((int32_t)il2cpp_codegen_add(L_96, ((int32_t)il2cpp_codegen_add(L_97, 1)))); } IL_01dd: { int32_t L_98 = __this->___counter_11; if ((((int32_t)L_98) < ((int32_t)((int32_t)4096)))) { goto IL_00e1; } } IL_01ed: { bool L_99 = V_7; if (!L_99) { goto IL_0044; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_100 = __this->___p_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_101; L_101 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_102; L_102 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_100, L_101, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_103 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_104; L_104 = BigInteger_op_Division_mC71B5B026DD0B8BA24FBA19AE91934CE76170362(L_102, L_103, NULL); V_8 = L_104; } IL_0212: { int32_t L_105 = ___keyLength0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_106; L_106 = BigInteger_GenerateRandom_mA5683A055E3197A7930331D64ACE9FD77ABA7E2F(L_105, NULL); V_14 = L_106; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_107 = V_14; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_108; L_108 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); bool L_109; L_109 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(L_107, L_108, NULL); if (L_109) { goto IL_0212; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_110 = V_14; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_111 = __this->___p_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_112; L_112 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_113; L_113 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_111, L_112, NULL); bool L_114; L_114 = BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6(L_110, L_113, NULL); if (L_114) { goto IL_0212; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_115 = V_14; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_116 = V_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_117 = __this->___p_4; NullCheck(L_115); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_118; L_118 = BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB(L_115, L_116, L_117, NULL); __this->___g_6 = L_118; Il2CppCodeGenWriteBarrier((void**)(&__this->___g_6), (void*)L_118); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_119 = __this->___g_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_120; L_120 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); bool L_121; L_121 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(L_119, L_120, NULL); if (L_121) { goto IL_0212; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_122 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_123 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_123); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_123, L_122, NULL); __this->___seed_10 = L_123; Il2CppCodeGenWriteBarrier((void**)(&__this->___seed_10), (void*)L_123); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_124 = __this->___p_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_125; L_125 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_126; L_126 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_124, L_125, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_127 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_128; L_128 = BigInteger_op_Division_mC71B5B026DD0B8BA24FBA19AE91934CE76170362(L_126, L_127, NULL); __this->___j_9 = L_128; Il2CppCodeGenWriteBarrier((void**)(&__this->___j_9), (void*)L_128); return; } } // System.Security.Cryptography.RandomNumberGenerator Mono.Security.Cryptography.DSAManaged::get_Random() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* DSAManaged_get_Random_m859B6B17AAEF50F516AE0854465A72C252A02A74 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) { { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_0 = __this->___rng_13; if (L_0) { goto IL_0013; } } { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_1; L_1 = RandomNumberGenerator_Create_mA8AC78824FF028898D2CEA52AF9B5BE6D6081009(NULL); __this->___rng_13 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___rng_13), (void*)L_1); } IL_0013: { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_2 = __this->___rng_13; return L_2; } } // System.Int32 Mono.Security.Cryptography.DSAManaged::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAManaged_get_KeySize_m83DA6DEF6CA24B1821C8C92700F5FC573B3805D7 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) { { bool L_0 = __this->___keypairGenerated_2; if (!L_0) { goto IL_0014; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___p_4; NullCheck(L_1); int32_t L_2; L_2 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_1, NULL); return L_2; } IL_0014: { int32_t L_3; L_3 = AsymmetricAlgorithm_get_KeySize_m82ADFD22F46E442C6564C94D45101A4B43A7296D_inline(__this, NULL); return L_3; } } // System.Boolean Mono.Security.Cryptography.DSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_get_PublicOnly_m4A816BD7EFD49C46474ED6ED5721C39D004BC054 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___keypairGenerated_2; if (!L_0) { goto IL_0015; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___x_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_1, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); return L_2; } IL_0015: { return (bool)0; } } // System.Byte[] Mono.Security.Cryptography.DSAManaged::NormalizeArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___array0; NullCheck(L_0); V_0 = ((int32_t)(((int32_t)(((RuntimeArray*)L_0)->max_length))%4)); int32_t L_1 = V_0; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0027; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___array0; NullCheck(L_2); int32_t L_3 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_2)->max_length)), 4)), L_3))); V_1 = L_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___array0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_1; int32_t L_7 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___array0; NullCheck(L_8); Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_5, 0, (RuntimeArray*)L_6, ((int32_t)il2cpp_codegen_subtract(4, L_7)), ((int32_t)(((RuntimeArray*)L_8)->max_length)), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_1; return L_9; } IL_0027: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___array0; return L_10; } } // System.Security.Cryptography.DSAParameters Mono.Security.Cryptography.DSAManaged::ExportParameters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 DSAManaged_ExportParameters_mCA440B6E4652B5A24A56D190ED01899D6B9B39C4 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; { bool L_0 = __this->___m_disposed_3; if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), NULL); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_2); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_ExportParameters_mCA440B6E4652B5A24A56D190ED01899D6B9B39C4_RuntimeMethod_var))); } IL_0018: { bool L_3 = __this->___keypairGenerated_2; if (L_3) { goto IL_0026; } } { DSAManaged_Generate_m620B1DF1C77DD53065567C2B1A63EB920D8C718C(__this, NULL); } IL_0026: { bool L_4 = ___includePrivateParameters0; if (!L_4) { goto IL_0042; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = __this->___x_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_6; L_6 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_5, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_6) { goto IL_0042; } } { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_7 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_7); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5BFB5C09F4338A308B1C13E773BF8DB280836F5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_ExportParameters_mCA440B6E4652B5A24A56D190ED01899D6B9B39C4_RuntimeMethod_var))); } IL_0042: { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = __this->___p_4; NullCheck(L_8); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9; L_9 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_8, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10; L_10 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_9, NULL); (&V_0)->___P_0 = L_10; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___P_0), (void*)L_10); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = __this->___q_5; NullCheck(L_11); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12; L_12 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_11, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13; L_13 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_12, NULL); (&V_0)->___Q_1 = L_13; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Q_1), (void*)L_13); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = __this->___g_6; NullCheck(L_14); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15; L_15 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_14, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16; L_16 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_15, NULL); (&V_0)->___G_2 = L_16; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___G_2), (void*)L_16); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = __this->___y_8; NullCheck(L_17); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18; L_18 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_17, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19; L_19 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_18, NULL); (&V_0)->___Y_3 = L_19; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Y_3), (void*)L_19); bool L_20 = __this->___j_missing_12; if (L_20) { goto IL_00ca; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = __this->___j_9; NullCheck(L_21); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22; L_22 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_21, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23; L_23 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_22, NULL); (&V_0)->___J_4 = L_23; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___J_4), (void*)L_23); } IL_00ca: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24 = __this->___seed_10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_25; L_25 = BigInteger_op_Inequality_m9856AD63277F3A3FBF2D1DD05331CBAE543399BA(L_24, 0, NULL); if (!L_25) { goto IL_00fd; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26 = __this->___seed_10; NullCheck(L_26); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27; L_27 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_26, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28; L_28 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_27, NULL); (&V_0)->___Seed_6 = L_28; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___Seed_6), (void*)L_28); int32_t L_29 = __this->___counter_11; (&V_0)->___Counter_7 = L_29; } IL_00fd: { bool L_30 = ___includePrivateParameters0; if (!L_30) { goto IL_0121; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = __this->___x_7; NullCheck(L_31); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32; L_32 = BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE(L_31, NULL); V_1 = L_32; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = V_1; NullCheck(L_33); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))) == ((uint32_t)((int32_t)20))))) { goto IL_0121; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35; L_35 = DSAManaged_NormalizeArray_m34AEA907EB207F2EC53966C1A2681C611AF15130(__this, L_34, NULL); (&V_0)->___X_5 = L_35; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___X_5), (void*)L_35); } IL_0121: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_36 = V_0; return L_36; } } // System.Void Mono.Security.Cryptography.DSAManaged::ImportParameters(System.Security.Cryptography.DSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_ImportParameters_m326A9A940E208CF397F24B83A52DD244CC3413D8 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___m_disposed_3; if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), NULL); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_2); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_ImportParameters_m326A9A940E208CF397F24B83A52DD244CC3413D8_RuntimeMethod_var))); } IL_0018: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_3 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3.___P_0; if (!L_4) { goto IL_0030; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_5 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5.___Q_1; if (!L_6) { goto IL_0030; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_7 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7.___G_2; if (L_8) { goto IL_0040; } } IL_0030: { String_t* L_9; L_9 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E0EFF2AE2E82A82494EFB90B97FE952EBA39256)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_10 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_10); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_10, L_9, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_ImportParameters_m326A9A940E208CF397F24B83A52DD244CC3413D8_RuntimeMethod_var))); } IL_0040: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_11 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = L_11.___X_5; if (L_12) { goto IL_0060; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_13 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = L_13.___Y_3; if (L_14) { goto IL_0060; } } { String_t* L_15; L_15 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB63EA7F58D711F498E0BB0F926FC84C68C8D66B)), NULL); CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_16 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_16); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_16, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_ImportParameters_m326A9A940E208CF397F24B83A52DD244CC3413D8_RuntimeMethod_var))); } IL_0060: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_17 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = L_17.___P_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_19); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_19, L_18, NULL); __this->___p_4 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_4), (void*)L_19); DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_20 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = L_20.___Q_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_22); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_22, L_21, NULL); __this->___q_5 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_5), (void*)L_22); DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_23 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = L_23.___G_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_25); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_25, L_24, NULL); __this->___g_6 = L_25; Il2CppCodeGenWriteBarrier((void**)(&__this->___g_6), (void*)L_25); DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_26 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = L_26.___X_5; if (!L_27) { goto IL_00ae; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_28 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = L_28.___X_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_30); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_30, L_29, NULL); __this->___x_7 = L_30; Il2CppCodeGenWriteBarrier((void**)(&__this->___x_7), (void*)L_30); goto IL_00b5; } IL_00ae: { __this->___x_7 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___x_7), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00b5: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_31 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_32 = L_31.___Y_3; if (!L_32) { goto IL_00d0; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_33 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = L_33.___Y_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_35); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_35, L_34, NULL); __this->___y_8 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___y_8), (void*)L_35); goto IL_00ed; } IL_00d0: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36 = __this->___g_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_37 = __this->___x_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = __this->___p_4; NullCheck(L_36); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_39; L_39 = BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB(L_36, L_37, L_38, NULL); __this->___y_8 = L_39; Il2CppCodeGenWriteBarrier((void**)(&__this->___y_8), (void*)L_39); } IL_00ed: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_40 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = L_40.___J_4; if (!L_41) { goto IL_0108; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_42 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = L_42.___J_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_44 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_44); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_44, L_43, NULL); __this->___j_9 = L_44; Il2CppCodeGenWriteBarrier((void**)(&__this->___j_9), (void*)L_44); goto IL_0131; } IL_0108: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45 = __this->___p_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_46; L_46 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47; L_47 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_45, L_46, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_48 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_49; L_49 = BigInteger_op_Division_mC71B5B026DD0B8BA24FBA19AE91934CE76170362(L_47, L_48, NULL); __this->___j_9 = L_49; Il2CppCodeGenWriteBarrier((void**)(&__this->___j_9), (void*)L_49); __this->___j_missing_12 = (bool)1; } IL_0131: { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_50 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_51 = L_50.___Seed_6; if (!L_51) { goto IL_0158; } } { DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_52 = ___parameters0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = L_52.___Seed_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_54 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_54); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_54, L_53, NULL); __this->___seed_10 = L_54; Il2CppCodeGenWriteBarrier((void**)(&__this->___seed_10), (void*)L_54); DSAParameters_t2FA923FEA7E2DB5515EE54A7E86B0401D025E0E9 L_55 = ___parameters0; int32_t L_56 = L_55.___Counter_7; __this->___counter_11 = L_56; goto IL_0164; } IL_0158: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_57; L_57 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); __this->___seed_10 = L_57; Il2CppCodeGenWriteBarrier((void**)(&__this->___seed_10), (void*)L_57); } IL_0164: { __this->___keypairGenerated_2 = (bool)1; return; } } // System.Boolean Mono.Security.Cryptography.DSAManaged::VerifySignature(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___rgbHash0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___rgbSignature1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_2 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_3 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_4 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_5 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_6 = NULL; bool V_7 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0 = __this->___m_disposed_3; if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mB5E9ECC1E9AAA230D967810285D49F3A0BCD99D6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), NULL); ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_2 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var))); NullCheck(L_2); ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var))); } IL_0018: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___rgbHash0; if (L_3) { goto IL_0026; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var))); } IL_0026: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___rgbSignature1; if (L_5) { goto IL_0034; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var))); } IL_0034: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___rgbHash0; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))) == ((int32_t)((int32_t)20)))) { goto IL_0046; } } { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_8 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_8); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50DE1BB285D002ED67BB2953C8FD097166F79251)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var))); } IL_0046: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ___rgbSignature1; NullCheck(L_9); if ((((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))) == ((int32_t)((int32_t)40)))) { goto IL_0058; } } { CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_10 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_10); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral03EFF7DF9326D93282FE001D8C5D0B6CB6BE70D1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var))); } IL_0058: { bool L_11 = __this->___keypairGenerated_2; if (L_11) { goto IL_0062; } } { return (bool)0; } IL_0062: { } try {// begin try (depth: 1) { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___rgbHash0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_13); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_13, L_12, NULL); V_0 = L_13; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); V_1 = L_14; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___rgbSignature1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_1; Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_15, 0, (RuntimeArray*)L_16, 0, ((int32_t)20), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_18); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_18, L_17, NULL); V_2 = L_18; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = ___rgbSignature1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = V_1; Array_Copy_m2CC3EA1129E9B8EA82E6FA31EDE0D4F87BF67EC7((RuntimeArray*)L_19, ((int32_t)20), (RuntimeArray*)L_20, 0, ((int32_t)20), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_22); BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D(L_22, L_21, NULL); V_3 = L_22; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = V_2; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24; L_24 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); bool L_25; L_25 = BigInteger_op_LessThan_mD351B29BC4CE62995352B33EDD8452B2F26688B0(L_23, L_24, NULL); if (L_25) { goto IL_00b3_1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27 = V_2; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_28; L_28 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(L_26, L_27, NULL); if (!L_28) { goto IL_00bb_1; } } IL_00b3_1: { V_7 = (bool)0; goto IL_0176; } IL_00bb_1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29 = V_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30; L_30 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); bool L_31; L_31 = BigInteger_op_LessThan_mD351B29BC4CE62995352B33EDD8452B2F26688B0(L_29, L_30, NULL); if (L_31) { goto IL_00d7_1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_32 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_33 = V_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_34; L_34 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(L_32, L_33, NULL); if (!L_34) { goto IL_00df_1; } } IL_00d7_1: { V_7 = (bool)0; goto IL_0176; } IL_00df_1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36 = __this->___q_5; NullCheck(L_35); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_37; L_37 = BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D(L_35, L_36, NULL); V_4 = L_37; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_39 = V_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40; L_40 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_38, L_39, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42; L_42 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_40, L_41, NULL); V_5 = L_42; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_43 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_44 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45; L_45 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_43, L_44, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_46 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47; L_47 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_45, L_46, NULL); V_6 = L_47; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_48 = __this->___g_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_49 = V_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50 = __this->___p_4; NullCheck(L_48); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_51; L_51 = BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB(L_48, L_49, L_50, NULL); V_5 = L_51; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_52 = __this->___y_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_53 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_54 = __this->___p_4; NullCheck(L_52); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_55; L_55 = BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB(L_52, L_53, L_54, NULL); V_6 = L_55; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_56 = V_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_57 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_58; L_58 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_56, L_57, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_59 = __this->___p_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_60; L_60 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_58, L_59, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_61 = __this->___q_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_62; L_62 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_60, L_61, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_63 = V_2; bool L_64; L_64 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_62, L_63, NULL); V_7 = L_64; goto IL_0176; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_016a; } throw e; } CATCH_016a: {// begin catch(System.Object) CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F* L_65 = (CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tF1AE59E97557B5241330D5998C4D95B6D9D6669F_il2cpp_TypeInfo_var))); NullCheck(L_65); CryptographicException__ctor_mE3E5B505DB6A9D573C48AC5BD702E7CF3DE8F01F(L_65, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26BC19C1794FE5306D0683456140FAA99FCFBA47)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DSAManaged_VerifySignature_mAF0A40B507F5753FAF6EA71D3A95766250B77F7A_RuntimeMethod_var))); }// end catch (depth: 1) IL_0176: { bool L_66 = V_7; return L_66; } } // System.Void Mono.Security.Cryptography.DSAManaged::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_Dispose_m2D6A47F25321775A5993E706A62D6A841773AC05 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___m_disposed_3; if (L_0) { goto IL_00f1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___x_7; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_1, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_2) { goto IL_002b; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = __this->___x_7; NullCheck(L_3); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_3, NULL); __this->___x_7 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___x_7), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_002b: { bool L_4 = ___disposing0; if (!L_4) { goto IL_00f1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = __this->___p_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_6; L_6 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_5, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_6) { goto IL_0051; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = __this->___p_4; NullCheck(L_7); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_7, NULL); __this->___p_4 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___p_4), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_0051: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = __this->___q_5; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_9; L_9 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_8, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_9) { goto IL_0071; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = __this->___q_5; NullCheck(L_10); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_10, NULL); __this->___q_5 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___q_5), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_0071: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = __this->___g_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_12; L_12 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_11, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_12) { goto IL_0091; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = __this->___g_6; NullCheck(L_13); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_13, NULL); __this->___g_6 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___g_6), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_0091: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = __this->___j_9; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_15; L_15 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_14, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_15) { goto IL_00b1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = __this->___j_9; NullCheck(L_16); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_16, NULL); __this->___j_9 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___j_9), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00b1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = __this->___seed_10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_18; L_18 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_17, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_18) { goto IL_00d1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = __this->___seed_10; NullCheck(L_19); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_19, NULL); __this->___seed_10 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___seed_10), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00d1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = __this->___y_8; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_21; L_21 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_20, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_21) { goto IL_00f1; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = __this->___y_8; NullCheck(L_22); BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03(L_22, NULL); __this->___y_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___y_8), (void*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL); } IL_00f1: { __this->___m_disposed_3 = (bool)1; return; } } // System.Void Mono.Security.Cryptography.DSAManaged::add_KeyGenerated(Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_add_KeyGenerated_m36721E477312645892832DA583757F9B23BF7AA5 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* V_0 = NULL; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* V_1 = NULL; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* V_2 = NULL; { KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_0 = __this->___KeyGenerated_14; V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_2 = V_1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_3 = ___value0; Delegate_t* L_4; L_4 = Delegate_Combine_m8B9D24CED35033C7FC56501DFE650F5CB7FF012C(L_2, L_3, NULL); V_2 = ((KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA** L_5 = (&__this->___KeyGenerated_14); KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_6 = V_2; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_7 = V_1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_9 = V_0; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)L_10)))) { goto IL_0007; } } { return; } } // System.Void Mono.Security.Cryptography.DSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAManaged_remove_KeyGenerated_m64CAAC18E9A7AF44876337D96870B84F7B1F65E5 (DSAManaged_t93F6FE86F625186D42535B8E70AE3094A24367EB* __this, KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* V_0 = NULL; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* V_1 = NULL; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* V_2 = NULL; { KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_0 = __this->___KeyGenerated_14; V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_2 = V_1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_3 = ___value0; Delegate_t* L_4; L_4 = Delegate_Remove_m40506877934EC1AD4ADAE57F5E97AF0BC0F96116(L_2, L_3, NULL); V_2 = ((KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA** L_5 = (&__this->___KeyGenerated_14); KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_6 = V_2; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_7 = V_1; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_9 = V_0; KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA*)L_10)))) { goto IL_0007; } } { 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 void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Multicast(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); typedef void (*FunctionPointerType) (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method); for (il2cpp_array_size_t i = 0; i < length; i++) { KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); ((FunctionPointerType)currentDelegate->___invoke_impl_1)(currentDelegate, ___sender0, ___e1, reinterpret_cast(currentDelegate->___method_3)); } } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Open(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___sender0, ___e1, method); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Closed(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(__this->___m_target_2, ___sender0, ___e1, method); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenStaticInvoker(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(__this->___method_ptr_0, method, NULL, ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_ClosedStaticInvoker(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { InvokerActionInvoker3< RuntimeObject*, RuntimeObject*, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenVirtual(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { VirtualActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(il2cpp_codegen_method_get_slot(method), ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenInterface(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { InterfaceActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenGenericVirtual(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { GenericVirtualActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(method, ___sender0, ___e1); } void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenGenericInterface(KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { GenericInterfaceActionInvoker1< EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* >::Invoke(method, ___sender0, ___e1); } // System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_m731BC4DA942A65B128371AC463F49D4F459235A3 (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1); __this->___method_3 = ___method1; __this->___m_target_2 = ___object0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0); int methodCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1); if (MethodIsStatic((RuntimeMethod*)___method1)) { bool isOpen = methodCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Open; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Closed; } else { bool isOpen = methodCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___method1)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Open; } } else { __this->___invoke_impl_1 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Closed; } } __this->___extra_arg_5 = (intptr_t)&KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_Multicast; } // System.Void Mono.Security.Cryptography.DSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method); ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast(__this->___method_3)); } #ifdef __clang__ #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 Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger/Sign,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, int32_t ___sign0, uint32_t ___len1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___length_0 = 1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); uint32_t L_0 = ___len1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->___data_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___data_1), (void*)L_1); uint32_t L_2 = ___len1; __this->___length_0 = L_2; return; } } // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___length_0 = 1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0->___data_1; NullCheck((RuntimeArray*)L_1); RuntimeObject* L_2; L_2 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_1, NULL); __this->___data_1 = ((UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)Castclass((RuntimeObject*)L_2, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___data_1), (void*)((UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)Castclass((RuntimeObject*)L_2, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = ___bi0; NullCheck(L_3); uint32_t L_4 = L_3->___length_0; __this->___length_0 = L_4; return; } } // System.Void Mono.Math.BigInteger::.ctor(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m47FA065223CD63AABDCB6FAA4FC2798F52939105 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, uint32_t ___len1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { __this->___length_0 = 1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); uint32_t L_0 = ___len1; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->___data_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___data_1), (void*)L_1); V_0 = 0; goto IL_0031; } IL_001d: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___data_1; uint32_t L_3 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___bi0; NullCheck(L_4); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4->___data_1; uint32_t L_6 = V_0; NullCheck(L_5); uint32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint32_t)L_8); uint32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, 1)); } IL_0031: { uint32_t L_10 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___bi0; NullCheck(L_11); uint32_t L_12 = L_11->___length_0; if ((!(((uint32_t)L_10) >= ((uint32_t)L_12)))) { goto IL_001d; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = ___bi0; NullCheck(L_13); uint32_t L_14 = L_13->___length_0; __this->___length_0 = L_14; return; } } // System.Void Mono.Math.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_mED134C97E8CBCD589FA0B8E737C9A727401AFA4D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { __this->___length_0 = 1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___inData0; NullCheck(L_0); if ((((RuntimeArray*)L_0)->max_length)) { goto IL_0019; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)1); ___inData0 = L_1; } IL_0019: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___inData0; NullCheck(L_2); __this->___length_0 = ((int32_t)((uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))>>2)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___inData0; NullCheck(L_3); V_0 = ((int32_t)(((int32_t)(((RuntimeArray*)L_3)->max_length))&3)); int32_t L_4 = V_0; if (!L_4) { goto IL_003b; } } { uint32_t L_5 = __this->___length_0; __this->___length_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, 1)); } IL_003b: { uint32_t L_6 = __this->___length_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_6); __this->___data_1 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___data_1), (void*)L_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___inData0; NullCheck(L_8); V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_8)->max_length)), 1)); V_2 = 0; goto IL_0083; } IL_0056: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = __this->___data_1; int32_t L_10 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___inData0; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = ((int32_t)il2cpp_codegen_subtract(L_12, 3)); uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___inData0; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = ((int32_t)il2cpp_codegen_subtract(L_16, 2)); uint8_t L_18 = (L_15)->GetAt(static_cast(L_17)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = ___inData0; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = ___inData0; int32_t L_24 = V_1; NullCheck(L_23); int32_t L_25 = L_24; uint8_t L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_9); (L_9)->SetAt(static_cast(L_10), (uint32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_14<<((int32_t)24)))|((int32_t)((int32_t)L_18<<((int32_t)16)))))|((int32_t)((int32_t)L_22<<8))))|(int32_t)L_26))); int32_t L_27 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_27, 4)); int32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_28, 1)); } IL_0083: { int32_t L_29 = V_1; if ((((int32_t)L_29) >= ((int32_t)3))) { goto IL_0056; } } { int32_t L_30 = V_0; switch (((int32_t)il2cpp_codegen_subtract(L_30, 1))) { case 0: { goto IL_009d; } case 1: { goto IL_00b1; } case 2: { goto IL_00cb; } } } { goto IL_00ea; } IL_009d: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = __this->___data_1; uint32_t L_32 = __this->___length_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = ___inData0; NullCheck(L_33); int32_t L_34 = 0; uint8_t L_35 = (L_33)->GetAt(static_cast(L_34)); NullCheck(L_31); (L_31)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_32, 1))), (uint32_t)L_35); goto IL_00ea; } IL_00b1: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_36 = __this->___data_1; uint32_t L_37 = __this->___length_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = ___inData0; NullCheck(L_38); int32_t L_39 = 0; uint8_t L_40 = (L_38)->GetAt(static_cast(L_39)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = ___inData0; NullCheck(L_41); int32_t L_42 = 1; uint8_t L_43 = (L_41)->GetAt(static_cast(L_42)); NullCheck(L_36); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_37, 1))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_40<<8))|(int32_t)L_43))); goto IL_00ea; } IL_00cb: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_44 = __this->___data_1; uint32_t L_45 = __this->___length_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_46 = ___inData0; NullCheck(L_46); int32_t L_47 = 0; uint8_t L_48 = (L_46)->GetAt(static_cast(L_47)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = ___inData0; NullCheck(L_49); int32_t L_50 = 1; uint8_t L_51 = (L_49)->GetAt(static_cast(L_50)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = ___inData0; NullCheck(L_52); int32_t L_53 = 2; uint8_t L_54 = (L_52)->GetAt(static_cast(L_53)); NullCheck(L_44); (L_44)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_45, 1))), (uint32_t)((int32_t)(((int32_t)(((int32_t)((int32_t)L_48<<((int32_t)16)))|((int32_t)((int32_t)L_51<<8))))|(int32_t)L_54))); } IL_00ea: { BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(__this, NULL); return; } } // System.Void Mono.Math.BigInteger::.ctor(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m031EE62C769BABF7C2775C53DAED4C59FE142F24 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___ui0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->___length_0 = 1; Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)1); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0; uint32_t L_2 = ___ui0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint32_t)L_2); __this->___data_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___data_1), (void*)L_1); return; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Implicit_m6237FB3F50F56EC46B96D24C2D1FB0568C246EC3 (uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_1); BigInteger__ctor_m031EE62C769BABF7C2775C53DAED4C59FE142F24(L_1, L_0, NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064 (int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___value0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_3); BigInteger__ctor_m031EE62C769BABF7C2775C53DAED4C59FE142F24(L_3, L_2, NULL); return L_3; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi21; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_1; L_1 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_0, 0, NULL); if (!L_1) { goto IL_0010; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_3); BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB(L_3, L_2, NULL); return L_3; } IL_0010: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___bi10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_5; L_5 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_4, 0, NULL); if (!L_5) { goto IL_0024; } } { ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_6 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var))); NullCheck(L_6); ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F711231B5142B5CF16AF94E2BBD10112DFDFD46)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A_RuntimeMethod_var))); } IL_0024: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = ___bi21; int32_t L_9; L_9 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_7, L_8, NULL); V_0 = L_9; int32_t L_10 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (-1)))) { case 0: { goto IL_0051; } case 1: { goto IL_0042; } case 2: { goto IL_0049; } } } { goto IL_005c; } IL_0042: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11; L_11 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); return L_11; } IL_0049: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = ___bi21; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14; L_14 = Kernel_Subtract_m14B759F2490F628706E0E9FFD08945B25D968F0F(L_12, L_13, NULL); return L_14; } IL_0051: { ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_15 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var))); NullCheck(L_15); ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F711231B5142B5CF16AF94E2BBD10112DFDFD46)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A_RuntimeMethod_var))); } IL_005c: { Exception_t* L_16 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); NullCheck(L_16); Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A_RuntimeMethod_var))); } } // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, uint32_t ___ui1, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi0; uint32_t L_1 = ___ui1; uint32_t L_2; L_2 = Kernel_DwordMod_mAA6BBC093A3224E25311A9393AB4DEA1395FB22B(L_0, L_1, NULL); return L_2; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_2; L_2 = Kernel_multiByteDivide_m131E5D3827622CA6A1777ECA0547C8F85AAEAE37(L_0, L_1, NULL); NullCheck(L_2); int32_t L_3 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Division(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Division_mC71B5B026DD0B8BA24FBA19AE91934CE76170362 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_2; L_2 = Kernel_multiByteDivide_m131E5D3827622CA6A1777ECA0547C8F85AAEAE37(L_0, L_1, NULL); NullCheck(L_2); int32_t L_3 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_1; L_1 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_0, 0, NULL); if (L_1) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi21; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_3; L_3 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_2, 0, NULL); if (!L_3) { goto IL_0019; } } IL_0012: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4; L_4 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); return L_4; } IL_0019: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___bi10; NullCheck(L_5); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5->___data_1; NullCheck(L_6); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi10; NullCheck(L_7); uint32_t L_8 = L_7->___length_0; if ((((int64_t)((int64_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))) >= ((int64_t)((int64_t)(uint64_t)L_8)))) { goto IL_0036; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_9 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_9); IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F6CA27A9C002B63386F4AB67AC0CE31874F8329)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B_RuntimeMethod_var))); } IL_0036: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = ___bi21; NullCheck(L_10); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = L_10->___data_1; NullCheck(L_11); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = ___bi21; NullCheck(L_12); uint32_t L_13 = L_12->___length_0; if ((((int64_t)((int64_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))) >= ((int64_t)((int64_t)(uint64_t)L_13)))) { goto IL_0053; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_14 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_14); IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral387F7E2809830195F02BCCAE39C49D389AC99CAA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B_RuntimeMethod_var))); } IL_0053: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_15 = ___bi10; NullCheck(L_15); uint32_t L_16 = L_15->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = ___bi21; NullCheck(L_17); uint32_t L_18 = L_17->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_19); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_19, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_18)), NULL); V_0 = L_19; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = ___bi10; NullCheck(L_20); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = L_20->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = ___bi10; NullCheck(L_22); uint32_t L_23 = L_22->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24 = ___bi21; NullCheck(L_24); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = L_24->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26 = ___bi21; NullCheck(L_26); uint32_t L_27 = L_26->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_28 = V_0; NullCheck(L_28); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_29 = L_28->___data_1; Kernel_Multiply_m1FDF0F6257174E5D905603D08D5CD9238A7A6E94(L_21, 0, L_23, L_25, 0, L_27, L_29, 0, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = V_0; NullCheck(L_30); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_30, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = V_0; return L_31; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_Multiply_mC4E28871445C26709E19A84874A3302C805A1F7F (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___i1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_1 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var))); NullCheck(L_1); ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F711231B5142B5CF16AF94E2BBD10112DFDFD46)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_op_Multiply_mC4E28871445C26709E19A84874A3302C805A1F7F_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___i1; if (L_2) { goto IL_0019; } } { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3; L_3 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); return L_3; } IL_0019: { int32_t L_4 = ___i1; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0024; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___bi0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_6); BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB(L_6, L_5, NULL); return L_6; } IL_0024: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi0; int32_t L_8 = ___i1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9; L_9 = Kernel_MultiplyByDword_m8F8FC0759CDB5021EE12B0C20E9B3FAE9E7DBF6C(L_7, L_8, NULL); return L_9; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_LeftShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_LeftShift_m23C89B736995A2BA6659119C0D6AAEE893E9B207 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; int32_t L_1 = ___shiftVal1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2; L_2 = Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C(L_0, L_1, NULL); return L_2; } } // Mono.Math.BigInteger Mono.Math.BigInteger::op_RightShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_op_RightShift_m5F57600256DE406C5A1AA270C2E0325FD4056508 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, int32_t ___shiftVal1, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; int32_t L_1 = ___shiftVal1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2; L_2 = Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49(L_0, L_1, NULL); return L_2; } } // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* BigInteger_get_Rng_mF30B239C588C55CE0BF7E5463292224E44291505 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_0 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___rng_3; if (L_0) { goto IL_0011; } } { RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_1; L_1 = RandomNumberGenerator_Create_mA8AC78824FF028898D2CEA52AF9B5BE6D6081009(NULL); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___rng_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___rng_3), (void*)L_1); } IL_0011: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_2 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___rng_3; return L_2; } } // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32,System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_GenerateRandom_m61B6F52A1F51BEF67CC87A7DDF28583A2E64650C (int32_t ___bits0, RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; uint32_t V_4 = 0; { int32_t L_0 = ___bits0; V_0 = ((int32_t)(L_0>>5)); int32_t L_1 = ___bits0; V_1 = ((int32_t)(L_1&((int32_t)31))); int32_t L_2 = V_1; if (!L_2) { goto IL_0010; } } { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1)); } IL_0010: { int32_t L_4 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_5); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_5, 1, ((int32_t)il2cpp_codegen_add(L_4, 1)), NULL); V_2 = L_5; int32_t L_6 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(L_6<<2))); V_3 = L_7; RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_8 = ___rng1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_3; NullCheck(L_8); VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_8, L_9); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = V_2; NullCheck(L_11); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = L_11->___data_1; int32_t L_13 = V_0; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_10, 0, (RuntimeArray*)L_12, 0, ((int32_t)(L_13<<2)), NULL); int32_t L_14 = V_1; if (!L_14) { goto IL_007d; } } { int32_t L_15 = V_1; V_4 = ((int32_t)(1<<((int32_t)(((int32_t)il2cpp_codegen_subtract(L_15, 1))&((int32_t)31))))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = V_2; NullCheck(L_16); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = L_16->___data_1; int32_t L_18 = V_0; NullCheck(L_17); uint32_t* L_19 = ((L_17)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_18, 1))))); int32_t L_20 = *((uint32_t*)L_19); uint32_t L_21 = V_4; *((int32_t*)L_19) = (int32_t)((int32_t)(L_20|(int32_t)L_21)); int32_t L_22 = V_1; V_4 = ((int32_t)((uint32_t)(-1)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_22))&((int32_t)31))))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = V_2; NullCheck(L_23); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = L_23->___data_1; int32_t L_25 = V_0; NullCheck(L_24); uint32_t* L_26 = ((L_24)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_25, 1))))); int32_t L_27 = *((uint32_t*)L_26); uint32_t L_28 = V_4; *((int32_t*)L_26) = (int32_t)((int32_t)(L_27&(int32_t)L_28)); goto IL_0094; } IL_007d: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29 = V_2; NullCheck(L_29); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30 = L_29->___data_1; int32_t L_31 = V_0; NullCheck(L_30); uint32_t* L_32 = ((L_30)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_31, 1))))); int32_t L_33 = *((uint32_t*)L_32); *((int32_t*)L_32) = (int32_t)((int32_t)(L_33|((int32_t)-2147483648LL))); } IL_0094: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = V_2; NullCheck(L_34); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_34, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35 = V_2; return L_35; } } // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_GenerateRandom_mA5683A055E3197A7930331D64ACE9FD77ABA7E2F (int32_t ___bits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___bits0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_1; L_1 = BigInteger_get_Rng_mF30B239C588C55CE0BF7E5463292224E44291505(NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2; L_2 = BigInteger_GenerateRandom_m61B6F52A1F51BEF67CC87A7DDF28583A2E64650C(L_0, L_1, NULL); return L_2; } } // System.Void Mono.Math.BigInteger::Randomize(System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Randomize_m30EFE7DA1438514F898E41953DBE11C2066CBA75 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; uint32_t V_3 = 0; { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_0; L_0 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, 0, NULL); if (!L_0) { goto IL_000a; } } { return; } IL_000a: { int32_t L_1; L_1 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(__this, NULL); int32_t L_2 = L_1; V_0 = ((int32_t)(L_2>>5)); V_1 = ((int32_t)(L_2&((int32_t)31))); int32_t L_3 = V_1; if (!L_3) { goto IL_001f; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_001f: { int32_t L_5 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(L_5<<2))); V_2 = L_6; RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_7 = ___rng0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_2; NullCheck(L_7); VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_7, L_8); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = __this->___data_1; int32_t L_11 = V_0; Buffer_BlockCopy_mD8CF7EC96ADA7A542CCA3F3C73510624E10197A9((RuntimeArray*)L_9, 0, (RuntimeArray*)L_10, 0, ((int32_t)(L_11<<2)), NULL); int32_t L_12 = V_1; if (!L_12) { goto IL_007e; } } { int32_t L_13 = V_1; V_3 = ((int32_t)(1<<((int32_t)(((int32_t)il2cpp_codegen_subtract(L_13, 1))&((int32_t)31))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = __this->___data_1; int32_t L_15 = V_0; NullCheck(L_14); uint32_t* L_16 = ((L_14)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_15, 1))))); int32_t L_17 = *((uint32_t*)L_16); uint32_t L_18 = V_3; *((int32_t*)L_16) = (int32_t)((int32_t)(L_17|(int32_t)L_18)); int32_t L_19 = V_1; V_3 = ((int32_t)((uint32_t)(-1)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_19))&((int32_t)31))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = __this->___data_1; int32_t L_21 = V_0; NullCheck(L_20); uint32_t* L_22 = ((L_20)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_21, 1))))); int32_t L_23 = *((uint32_t*)L_22); uint32_t L_24 = V_3; *((int32_t*)L_22) = (int32_t)((int32_t)(L_23&(int32_t)L_24)); goto IL_0095; } IL_007e: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = __this->___data_1; int32_t L_26 = V_0; NullCheck(L_25); uint32_t* L_27 = ((L_25)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_26, 1))))); int32_t L_28 = *((uint32_t*)L_27); *((int32_t*)L_27) = (int32_t)((int32_t)(L_28|((int32_t)-2147483648LL))); } IL_0095: { BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(__this, NULL); return; } } // System.Void Mono.Math.BigInteger::Randomize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Randomize_m6F48EA718AD7A5E3AA42691AC3C1B1BF05ACBA47 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_0; L_0 = BigInteger_get_Rng_mF30B239C588C55CE0BF7E5463292224E44291505(NULL); BigInteger_Randomize_m30EFE7DA1438514F898E41953DBE11C2066CBA75(__this, L_0, NULL); return; } } // System.Int32 Mono.Math.BigInteger::BitCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(__this, NULL); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___data_1; uint32_t L_1 = __this->___length_0; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)); uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; V_1 = ((int32_t)-2147483648LL); V_2 = ((int32_t)32); goto IL_0029; } IL_0021: { uint32_t L_4 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1)); uint32_t L_5 = V_1; V_1 = ((int32_t)((uint32_t)L_5>>1)); } IL_0029: { uint32_t L_6 = V_2; if ((!(((uint32_t)L_6) > ((uint32_t)0)))) { goto IL_0032; } } { uint32_t L_7 = V_0; uint32_t L_8 = V_1; if (!((int32_t)((int32_t)L_7&(int32_t)L_8))) { goto IL_0021; } } IL_0032: { uint32_t L_9 = V_2; uint32_t L_10 = __this->___length_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, ((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, 1))<<5)))); uint32_t L_11 = V_2; return L_11; } } // System.Boolean Mono.Math.BigInteger::TestBit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_m57297AF2DA5E96A69B0C63C99E003D20545CE874 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___bitNum0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint8_t V_1 = 0x0; uint32_t V_2 = 0; { uint32_t L_0 = ___bitNum0; V_0 = ((int32_t)((uint32_t)L_0>>5)); uint32_t L_1 = ___bitNum0; V_1 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1&((int32_t)31)))); uint8_t L_2 = V_1; V_2 = ((int32_t)(1<<((int32_t)((int32_t)L_2&((int32_t)31))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___data_1; uint32_t L_4 = V_0; NullCheck(L_3); uint32_t L_5 = L_4; uint32_t L_6 = (L_3)->GetAt(static_cast(L_5)); uint32_t L_7 = V_2; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)L_7))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::TestBit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, int32_t ___bitNum0, const RuntimeMethod* method) { uint32_t V_0 = 0; uint8_t V_1 = 0x0; uint32_t V_2 = 0; { int32_t L_0 = ___bitNum0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_000f; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_1 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_1); IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32C78D941B97C930AACD7D6E8DB23C25EEB4F0DC)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9_RuntimeMethod_var))); } IL_000f: { int32_t L_2 = ___bitNum0; V_0 = ((int32_t)((uint32_t)L_2>>5)); int32_t L_3 = ___bitNum0; V_1 = (uint8_t)((int32_t)(uint8_t)((int32_t)(L_3&((int32_t)31)))); uint8_t L_4 = V_1; V_2 = ((int32_t)(1<<((int32_t)((int32_t)L_4&((int32_t)31))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->___data_1; uint32_t L_6 = V_0; NullCheck(L_5); uint32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); uint32_t L_9 = V_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = __this->___data_1; uint32_t L_11 = V_0; NullCheck(L_10); uint32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); return (bool)((((int32_t)((int32_t)((int32_t)L_8|(int32_t)L_9))) == ((int32_t)L_13))? 1 : 0); } } // System.Void Mono.Math.BigInteger::SetBit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_SetBit_m44BC39E491F4ADAF863391B5C1ED734E04B101AC (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___bitNum0, const RuntimeMethod* method) { { uint32_t L_0 = ___bitNum0; BigInteger_SetBit_mBA29E525C548256D3AA70D958AF9F56B817986F1(__this, L_0, (bool)1, NULL); return; } } // System.Void Mono.Math.BigInteger::SetBit(System.UInt32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_SetBit_mBA29E525C548256D3AA70D958AF9F56B817986F1 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___bitNum0, bool ___value1, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { uint32_t L_0 = ___bitNum0; V_0 = ((int32_t)((uint32_t)L_0>>5)); uint32_t L_1 = V_0; uint32_t L_2 = __this->___length_0; if ((!(((uint32_t)L_1) < ((uint32_t)L_2)))) { goto IL_003e; } } { uint32_t L_3 = ___bitNum0; V_1 = ((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_3&((int32_t)31)))&((int32_t)31))))); bool L_4 = ___value1; if (!L_4) { goto IL_002c; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->___data_1; uint32_t L_6 = V_0; NullCheck(L_5); uint32_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); int32_t L_8 = *((uint32_t*)L_7); uint32_t L_9 = V_1; *((int32_t*)L_7) = (int32_t)((int32_t)(L_8|(int32_t)L_9)); return; } IL_002c: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = __this->___data_1; uint32_t L_11 = V_0; NullCheck(L_10); uint32_t* L_12 = ((L_10)->GetAddressAt(static_cast(L_11))); int32_t L_13 = *((uint32_t*)L_12); uint32_t L_14 = V_1; *((int32_t*)L_12) = (int32_t)((int32_t)(L_13&(int32_t)((~L_14)))); } IL_003e: { return; } } // System.Int32 Mono.Math.BigInteger::LowestSetBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_LowestSetBit_m896C0551AFB1E105ABDD3ED9BCD9A733C7BB4084 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_0; L_0 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, 0, NULL); if (!L_0) { goto IL_000b; } } { return (-1); } IL_000b: { V_0 = 0; goto IL_0013; } IL_000f: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_1, 1)); } IL_0013: { int32_t L_2 = V_0; bool L_3; L_3 = BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9(__this, L_2, NULL); if (!L_3) { goto IL_000f; } } { int32_t L_4 = V_0; return L_4; } } // System.Byte[] Mono.Math.BigInteger::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BigInteger_GetBytes_mC43B678CF6D820BC4848A1AEA478AD257B4FFCCE (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; uint32_t V_5 = 0; int32_t V_6 = 0; { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_0; L_0 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, 0, NULL); if (!L_0) { goto IL_0010; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)1); return L_1; } IL_0010: { int32_t L_2; L_2 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(__this, NULL); int32_t L_3 = L_2; V_0 = ((int32_t)(L_3>>3)); if (!((int32_t)(L_3&7))) { goto IL_0022; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_0022: { int32_t L_5 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; int32_t L_7 = V_0; V_2 = ((int32_t)(L_7&3)); int32_t L_8 = V_2; if (L_8) { goto IL_0032; } } { V_2 = 4; } IL_0032: { V_3 = 0; uint32_t L_9 = __this->___length_0; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, 1)); goto IL_007e; } IL_0040: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = __this->___data_1; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; uint32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_5 = L_13; int32_t L_14 = V_2; V_6 = ((int32_t)il2cpp_codegen_subtract(L_14, 1)); goto IL_006d; } IL_0052: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_1; int32_t L_16 = V_3; int32_t L_17 = V_6; uint32_t L_18 = V_5; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_16, L_17))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_18&((int32_t)255))))); uint32_t L_19 = V_5; V_5 = ((int32_t)((uint32_t)L_19>>8)); int32_t L_20 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); } IL_006d: { int32_t L_21 = V_6; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_0052; } } { int32_t L_22 = V_3; int32_t L_23 = V_2; V_3 = ((int32_t)il2cpp_codegen_add(L_22, L_23)); V_2 = 4; int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_24, 1)); } IL_007e: { int32_t L_25 = V_4; if ((((int32_t)L_25) >= ((int32_t)0))) { goto IL_0040; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_1; return L_26; } } // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, uint32_t ___ui1, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_000f; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi10; NullCheck(L_2); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_2, NULL); } IL_000f: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = ___bi10; NullCheck(L_3); uint32_t L_4 = L_3->___length_0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0024; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___bi10; NullCheck(L_5); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5->___data_1; NullCheck(L_6); int32_t L_7 = 0; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); uint32_t L_9 = ___ui1; return (bool)((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0); } IL_0024: { return (bool)0; } } // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m9856AD63277F3A3FBF2D1DD05331CBAE543399BA (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, uint32_t ___ui1, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_000f; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi10; NullCheck(L_2); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_2, NULL); } IL_000f: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = ___bi10; NullCheck(L_3); uint32_t L_4 = L_3->___length_0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0027; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___bi10; NullCheck(L_5); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5->___data_1; NullCheck(L_6); int32_t L_7 = 0; uint32_t L_8 = (L_6)->GetAt(static_cast(L_7)); uint32_t L_9 = ___ui1; return (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0027: { return (bool)1; } } // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; if ((!(((RuntimeObject*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_0) == ((RuntimeObject*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_3; L_3 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, L_2, NULL); if (L_3) { goto IL_0018; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___bi21; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_5; L_5 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, L_4, NULL); if (!L_5) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi21; int32_t L_8; L_8 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_6, L_7, NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; if ((!(((RuntimeObject*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_0) == ((RuntimeObject*)(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_1)))) { goto IL_0006; } } { return (bool)0; } IL_0006: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi10; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_3; L_3 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, L_2, NULL); if (L_3) { goto IL_0018; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___bi21; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_5; L_5 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, L_4, NULL); if (!L_5) { goto IL_001a; } } IL_0018: { return (bool)1; } IL_001a: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi21; int32_t L_8; L_8 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_6, L_7, NULL); return (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThan_mEFC796C18ED2DCBF0AC392CF5EAD0DF928729475 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; int32_t L_2; L_2 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_0, L_1, NULL); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_mD351B29BC4CE62995352B33EDD8452B2F26688B0 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; int32_t L_2; L_2 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_0, L_1, NULL); return (bool)((((int32_t)L_2) < ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_GreaterThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; int32_t L_2; L_2 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_0, L_1, NULL); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Math.BigInteger::op_LessThanOrEqual(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; int32_t L_2; L_2 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_0, L_1, NULL); return (bool)((((int32_t)((((int32_t)L_2) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.String Mono.Math.BigInteger::ToString(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m00AE98A02E61D31E46935E079900A1DD239700FF (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___radix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB700205FF65F52AA739D18D7B8B0C06536C7C99); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___radix0; String_t* L_1; L_1 = BigInteger_ToString_mE18295EBB1FBB83DD41C53D3117EA1B966F8B2D9(__this, L_0, _stringLiteralCB700205FF65F52AA739D18D7B8B0C06536C7C99, NULL); return L_1; } } // System.String Mono.Math.BigInteger::ToString(System.UInt32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_mE18295EBB1FBB83DD41C53D3117EA1B966F8B2D9 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, uint32_t ___radix0, String_t* ___characterSet1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; uint32_t V_2 = 0; Il2CppChar V_3 = 0x0; { String_t* L_0 = ___characterSet1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); uint32_t L_2 = ___radix0; if ((((int64_t)((int64_t)L_1)) >= ((int64_t)((int64_t)(uint64_t)L_2)))) { goto IL_001b; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B8103E2B806098B7F46CF08C6D72C8755B125FC)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320DA2233DCCC5359A1A5EA863847EB34DE6BD1F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_ToString_mE18295EBB1FBB83DD41C53D3117EA1B966F8B2D9_RuntimeMethod_var))); } IL_001b: { uint32_t L_4 = ___radix0; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002f; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7574434A66B8CE95810DD546D39A94210FA34C93)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral80581756DEDCE88293CE555E5A87B00CD4001098)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BigInteger_ToString_mE18295EBB1FBB83DD41C53D3117EA1B966F8B2D9_RuntimeMethod_var))); } IL_002f: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_6; L_6 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, 0, NULL); if (!L_6) { goto IL_003e; } } { return _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; } IL_003e: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_7; L_7 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, 1, NULL); if (!L_7) { goto IL_004d; } } { return _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; } IL_004d: { V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_8); BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB(L_8, __this, NULL); V_1 = L_8; goto IL_007a; } IL_005c: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = V_1; uint32_t L_10 = ___radix0; uint32_t L_11; L_11 = Kernel_SingleByteDivideInPlace_mFB7420B43FFB9DA8FA3B337836FD37CE4DA30078(L_9, L_10, NULL); V_2 = L_11; String_t* L_12 = ___characterSet1; uint32_t L_13 = V_2; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL); V_3 = L_14; String_t* L_15; L_15 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_3), NULL); String_t* L_16 = V_0; String_t* L_17; L_17 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_15, L_16, NULL); V_0 = L_17; } IL_007a: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_19; L_19 = BigInteger_op_Inequality_m9856AD63277F3A3FBF2D1DD05331CBAE543399BA(L_18, 0, NULL); if (L_19) { goto IL_005c; } } { String_t* L_20 = V_0; return L_20; } } // System.Void Mono.Math.BigInteger::Normalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { { goto IL_0010; } IL_0002: { uint32_t L_0 = __this->___length_0; __this->___length_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 1)); } IL_0010: { uint32_t L_1 = __this->___length_0; if ((!(((uint32_t)L_1) > ((uint32_t)0)))) { goto IL_002a; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___data_1; uint32_t L_3 = __this->___length_0; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 1)); uint32_t L_5 = (L_2)->GetAt(static_cast(L_4)); if (!L_5) { goto IL_0002; } } IL_002a: { uint32_t L_6 = __this->___length_0; if (L_6) { goto IL_0040; } } { uint32_t L_7 = __this->___length_0; __this->___length_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, 1)); } IL_0040: { return; } } // System.Void Mono.Math.BigInteger::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Clear_m3C8E527A2FDD54A6271BE21A4B8E1104F37D8F03 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0011; } IL_0004: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___data_1; int32_t L_1 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (uint32_t)0); int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1)); } IL_0011: { int32_t L_3 = V_0; uint32_t L_4 = __this->___length_0; if ((((int64_t)((int64_t)L_3)) < ((int64_t)((int64_t)(uint64_t)L_4)))) { goto IL_0004; } } { return; } } // System.Int32 Mono.Math.BigInteger::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_GetHashCode_mEF53EE8941451FF9A05AC2D2ECB333EEDD39F4FB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { V_0 = 0; V_1 = 0; goto IL_0015; } IL_0006: { uint32_t L_0 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___data_1; uint32_t L_2 = V_1; NullCheck(L_1); uint32_t L_3 = L_2; uint32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = ((int32_t)((int32_t)L_0^(int32_t)L_4)); uint32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, 1)); } IL_0015: { uint32_t L_6 = V_1; uint32_t L_7 = __this->___length_0; if ((!(((uint32_t)L_6) >= ((uint32_t)L_7)))) { goto IL_0006; } } { uint32_t L_8 = V_0; return L_8; } } // System.String Mono.Math.BigInteger::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BigInteger_ToString_m59DE58F1E06263C0FF2CB32DF6B37813B2849975 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = BigInteger_ToString_m00AE98A02E61D31E46935E079900A1DD239700FF(__this, ((int32_t)10), NULL); return L_0; } } // System.Boolean Mono.Math.BigInteger::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_Equals_mFAC99B7537F8446F4709D0B10A9BBCCDBCD8C5EE (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, RuntimeObject* ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; { RuntimeObject* L_0 = ___o0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject* L_1 = ___o0; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))) { goto IL_0025; } } { RuntimeObject* L_2 = ___o0; if ((((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_2, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) < ((int32_t)0))) { goto IL_0023; } } { RuntimeObject* L_3 = ___o0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_4; L_4 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_3, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), NULL); return L_4; } IL_0023: { return (bool)0; } IL_0025: { RuntimeObject* L_5 = ___o0; V_0 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)IsInstClass((RuntimeObject*)L_5, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_7; L_7 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_6, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_7) { goto IL_0037; } } { return (bool)0; } IL_0037: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = V_0; int32_t L_9; L_9 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(__this, L_8, NULL); return (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0); } } // Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_ModInverse_mD12CB352C44BD7DC2879BF555CB37A5AF8E5545D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___modulus0, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___modulus0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1; L_1 = Kernel_modInverse_m9ECF1364E209143C6470B9D0919489403AB39A60(__this, L_0, NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_ModPow_mA238E1C94773C38436A3A3B79A03322ECC24A5BB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___exp0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n1; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_1 = (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C*)il2cpp_codegen_object_new(ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); NullCheck(L_1); ModulusRing__ctor_m6A175E169C5787DD207EB81BC44C73F7F35CDBB4(L_1, L_0, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___exp0; NullCheck(L_1); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3; L_3 = ModulusRing_Pow_m3602488F00AB354BF612F99203C49FA163B7FB7C(L_1, __this, L_2, NULL); return L_3; } } // System.Boolean Mono.Math.BigInteger::IsProbablePrime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_IsProbablePrime_m520EDF5D0CBF34E25C64242916BBA77A0A5481AB (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; NullCheck(L_1); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_1)->max_length)), 1)); uint32_t L_3 = (L_0)->GetAt(static_cast(L_2)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4; L_4 = BigInteger_op_Implicit_m6237FB3F50F56EC46B96D24C2D1FB0568C246EC3(L_3, NULL); bool L_5; L_5 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(__this, L_4, NULL); if (!L_5) { goto IL_0041; } } { V_0 = 0; goto IL_0035; } IL_0020: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; uint32_t L_9 = (L_6)->GetAt(static_cast(L_8)); bool L_10; L_10 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(__this, L_9, NULL); if (!L_10) { goto IL_0031; } } { return (bool)1; } IL_0031: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_0035: { int32_t L_12 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))) { goto IL_0020; } } { return (bool)0; } IL_0041: { V_1 = 0; goto IL_005a; } IL_0045: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); uint32_t L_18; L_18 = BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09(__this, L_17, NULL); if (L_18) { goto IL_0056; } } { return (bool)0; } IL_0056: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_005a: { int32_t L_20 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))) { goto IL_0045; } } { bool L_22; L_22 = PrimalityTests_Test_mBD5F6695EFC0FDD671479666600C37183E07A61D(__this, 2, NULL); return L_22; } } // Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* BigInteger_GeneratePseudoPrime_m415918AA98990795747600AD4F9D868B3A888872 (int32_t ___bits0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* L_0 = (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665*)il2cpp_codegen_object_new(SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665_il2cpp_TypeInfo_var); NullCheck(L_0); SequentialSearchPrimeGeneratorBase__ctor_m7298A382C3C3DF119887B4DC0CE5187AB5D69AE3(L_0, NULL); int32_t L_1 = ___bits0; NullCheck(L_0); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2; L_2 = VirtualFuncInvoker1< BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t >::Invoke(7 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.PrimeGeneratorBase::GenerateNewPrime(System.Int32) */, L_0, L_1); return L_2; } } // System.Void Mono.Math.BigInteger::Incr2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Incr2_mBAB10A3388AFAD29E0A1ACC1B1E3A002222E9BF0 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___data_1; NullCheck(L_0); uint32_t* L_1 = ((L_0)->GetAddressAt(static_cast(0))); int32_t L_2 = *((uint32_t*)L_1); *((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add(L_2, 2)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___data_1; NullCheck(L_3); int32_t L_4 = 0; uint32_t L_5 = (L_3)->GetAt(static_cast(L_4)); if ((!(((uint32_t)L_5) < ((uint32_t)2)))) { goto IL_006b; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->___data_1; int32_t L_7 = V_0; int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, 1)); V_0 = L_8; NullCheck(L_6); uint32_t* L_9 = ((L_6)->GetAddressAt(static_cast(L_8))); int32_t L_10 = *((uint32_t*)L_9); *((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add(L_10, 1)); goto IL_0046; } IL_0035: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = __this->___data_1; int32_t L_12 = V_0; NullCheck(L_11); uint32_t* L_13 = ((L_11)->GetAddressAt(static_cast(L_12))); int32_t L_14 = *((uint32_t*)L_13); *((int32_t*)L_13) = (int32_t)((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_0046: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = __this->___data_1; int32_t L_16 = V_0; int32_t L_17 = L_16; V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1)); NullCheck(L_15); int32_t L_18 = L_17; uint32_t L_19 = (L_15)->GetAt(static_cast(L_18)); if (!L_19) { goto IL_0035; } } { uint32_t L_20 = __this->___length_0; int32_t L_21 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_006b; } } { uint32_t L_22 = __this->___length_0; __this->___length_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, 1)); } IL_006b: { return; } } // System.Void Mono.Math.BigInteger::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__cctor_m36942247F34D02A96CE3AC849E217992C3CF5489 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____25E3E48132FBDBE9B7C0C6C54D7C10A5DE12A105AA3E5DE2A0DC808BF245B7A5_19_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)((int32_t)783)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t9FFB0BEB067161CE52A63D5857FEA61F74F17A50____25E3E48132FBDBE9B7C0C6C54D7C10A5DE12A105AA3E5DE2A0DC808BF245B7A5_19_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE10C3436BA703E4D9D41B3F8F365E4C34F9926EF((RuntimeArray*)L_1, L_2, NULL); ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Math.BigInteger/ModulusRing::.ctor(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModulusRing__ctor_m6A175E169C5787DD207EB81BC44C73F7F35CDBB4 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___modulus0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___modulus0; __this->___mod_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___mod_0), (void*)L_0); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = __this->___mod_0; NullCheck(L_1); uint32_t L_2 = L_1->___length_0; V_0 = ((int32_t)((int32_t)L_2<<1)); uint32_t L_3 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_4); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_4, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_3, 1)), NULL); __this->___constant_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___constant_1), (void*)L_4); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = __this->___constant_1; NullCheck(L_5); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5->___data_1; uint32_t L_7 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (uint32_t)1); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = __this->___constant_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10; L_10 = BigInteger_op_Division_mC71B5B026DD0B8BA24FBA19AE91934CE76170362(L_8, L_9, NULL); __this->___constant_1 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___constant_1), (void*)L_10); return; } } // System.Void Mono.Math.BigInteger/ModulusRing::BarrettReduction(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModulusRing_BarrettReduction_m09402090783EAC026D010468C3D70A99FB9DC952 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_4 = NULL; uint32_t V_5 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_6 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_7 = NULL; uint32_t G_B7_0 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = __this->___mod_0; V_0 = L_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = V_0; NullCheck(L_1); uint32_t L_2 = L_1->___length_0; V_1 = L_2; uint32_t L_3 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, 1)); uint32_t L_4 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___x0; NullCheck(L_5); uint32_t L_6 = L_5->___length_0; uint32_t L_7 = V_1; if ((!(((uint32_t)L_6) < ((uint32_t)L_7)))) { goto IL_0020; } } { return; } IL_0020: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = ___x0; NullCheck(L_8); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8->___data_1; NullCheck(L_9); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = ___x0; NullCheck(L_10); uint32_t L_11 = L_10->___length_0; if ((((int64_t)((int64_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))) >= ((int64_t)((int64_t)(uint64_t)L_11)))) { goto IL_003d; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_12 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_12); IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD50495FC91A1C7AEC9A992D5D9500D59B15669C1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ModulusRing_BarrettReduction_m09402090783EAC026D010468C3D70A99FB9DC952_RuntimeMethod_var))); } IL_003d: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = ___x0; NullCheck(L_13); uint32_t L_14 = L_13->___length_0; uint32_t L_15 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = __this->___constant_1; NullCheck(L_16); uint32_t L_17 = L_16->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_18); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_18, 1, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), (int32_t)L_17)), NULL); V_4 = L_18; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = ___x0; NullCheck(L_19); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = L_19->___data_1; uint32_t L_21 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = ___x0; NullCheck(L_22); uint32_t L_23 = L_22->___length_0; uint32_t L_24 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = __this->___constant_1; NullCheck(L_25); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_26 = L_25->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27 = __this->___constant_1; NullCheck(L_27); uint32_t L_28 = L_27->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29 = V_4; NullCheck(L_29); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_30 = L_29->___data_1; Kernel_Multiply_m1FDF0F6257174E5D905603D08D5CD9238A7A6E94(L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)), L_26, 0, L_28, L_30, 0, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = ___x0; NullCheck(L_31); uint32_t L_32 = L_31->___length_0; uint32_t L_33 = V_2; if ((!(((uint32_t)L_32) <= ((uint32_t)L_33)))) { goto IL_009d; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = ___x0; NullCheck(L_34); uint32_t L_35 = L_34->___length_0; G_B7_0 = L_35; goto IL_009e; } IL_009d: { uint32_t L_36 = V_2; G_B7_0 = L_36; } IL_009e: { V_5 = G_B7_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_37 = ___x0; uint32_t L_38 = V_5; NullCheck(L_37); L_37->___length_0 = L_38; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_39 = ___x0; NullCheck(L_39); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_39, NULL); uint32_t L_40 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_41); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_41, 1, L_40, NULL); V_6 = L_41; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42 = V_4; NullCheck(L_42); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_43 = L_42->___data_1; uint32_t L_44 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45 = V_4; NullCheck(L_45); uint32_t L_46 = L_45->___length_0; uint32_t L_47 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_48 = V_0; NullCheck(L_48); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_49 = L_48->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50 = V_0; NullCheck(L_50); uint32_t L_51 = L_50->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_52 = V_6; NullCheck(L_52); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_53 = L_52->___data_1; uint32_t L_54 = V_2; Kernel_MultiplyMod2p32pmod_m1366086011D9E133DE9353A69A5B2851CABAD073(L_43, L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), L_49, 0, L_51, L_53, 0, L_54, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_55 = V_6; NullCheck(L_55); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_55, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_56 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_57 = ___x0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_58; L_58 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(L_56, L_57, NULL); if (!L_58) { goto IL_00fe; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_59 = ___x0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_60 = V_6; Kernel_MinusEq_mC64008F42C0FC26B1BBAF7A35A1BDC7EE376D69C(L_59, L_60, NULL); goto IL_012d; } IL_00fe: { uint32_t L_61 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_62 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_62); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_62, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_61, 1)), NULL); V_7 = L_62; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_63 = V_7; NullCheck(L_63); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_64 = L_63->___data_1; uint32_t L_65 = V_2; NullCheck(L_64); (L_64)->SetAt(static_cast(L_65), (uint32_t)1); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_66 = V_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_67 = V_6; Kernel_MinusEq_mC64008F42C0FC26B1BBAF7A35A1BDC7EE376D69C(L_66, L_67, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_68 = ___x0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_69 = V_7; Kernel_PlusEq_mA5AD3223F85A3B92B22D915E802F3B782D227C32(L_68, L_69, NULL); goto IL_012d; } IL_0126: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_70 = ___x0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_71 = V_0; Kernel_MinusEq_mC64008F42C0FC26B1BBAF7A35A1BDC7EE376D69C(L_70, L_71, NULL); } IL_012d: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_72 = ___x0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_73 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_74; L_74 = BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6(L_72, L_73, NULL); if (L_74) { goto IL_0126; } } { return; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Multiply_mFF464D1407FE80ACA2F680682BB26E1F2AF430E1 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___a0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___a0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_1; L_1 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_0, 0, NULL); if (L_1) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___b1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_3; L_3 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_2, 0, NULL); if (!L_3) { goto IL_0019; } } IL_0012: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4; L_4 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); return L_4; } IL_0019: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___a0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_7; L_7 = BigInteger_op_GreaterThan_mEFC796C18ED2DCBF0AC392CF5EAD0DF928729475(L_5, L_6, NULL); if (!L_7) { goto IL_0035; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = ___a0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10; L_10 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_8, L_9, NULL); ___a0 = L_10; } IL_0035: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___b1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_13; L_13 = BigInteger_op_GreaterThan_mEFC796C18ED2DCBF0AC392CF5EAD0DF928729475(L_11, L_12, NULL); if (!L_13) { goto IL_0051; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = ___b1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_15 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16; L_16 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_14, L_15, NULL); ___b1 = L_16; } IL_0051: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = ___a0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = ___b1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19; L_19 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_17, L_18, NULL); V_0 = L_19; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = V_0; ModulusRing_BarrettReduction_m09402090783EAC026D010468C3D70A99FB9DC952(__this, L_20, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = V_0; return L_21; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Difference(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Difference_mA8D2F5FD606B235EA8C28BDEB4CAF9439EA8A875 (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___a0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___a0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___b1; int32_t L_2; L_2 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_0, L_1, NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (-1)))) { case 0: { goto IL_002f; } case 1: { goto IL_001e; } case 2: { goto IL_0025; } } } { goto IL_0039; } IL_001e: { il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4; L_4 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); return L_4; } IL_0025: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___a0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = ___b1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7; L_7 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_5, L_6, NULL); V_1 = L_7; goto IL_003f; } IL_002f: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = ___b1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = ___a0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10; L_10 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_8, L_9, NULL); V_1 = L_10; goto IL_003f; } IL_0039: { Exception_t* L_11 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); NullCheck(L_11); Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ModulusRing_Difference_mA8D2F5FD606B235EA8C28BDEB4CAF9439EA8A875_RuntimeMethod_var))); } IL_003f: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_14; L_14 = BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6(L_12, L_13, NULL); if (!L_14) { goto IL_0078; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_15 = V_1; NullCheck(L_15); uint32_t L_16 = L_15->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = __this->___mod_0; NullCheck(L_17); uint32_t L_18 = L_17->___length_0; if ((!(((uint32_t)L_16) >= ((uint32_t)((int32_t)((int32_t)L_18<<1)))))) { goto IL_0071; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = __this->___mod_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21; L_21 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_19, L_20, NULL); V_1 = L_21; goto IL_0078; } IL_0071: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = V_1; ModulusRing_BarrettReduction_m09402090783EAC026D010468C3D70A99FB9DC952(__this, L_22, NULL); } IL_0078: { int32_t L_23 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)(-1))))) { goto IL_0089; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24 = __this->___mod_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26; L_26 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_24, L_25, NULL); V_1 = L_26; } IL_0089: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27 = V_1; return L_27; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Pow_m3602488F00AB354BF612F99203C49FA163B7FB7C (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___a0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___k1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; int32_t V_2 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_0); BigInteger__ctor_m031EE62C769BABF7C2775C53DAED4C59FE142F24(L_0, 1, NULL); V_0 = L_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___k1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_1, 0, NULL); if (!L_2) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = V_0; return L_3; } IL_0012: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___a0; V_1 = L_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___k1; NullCheck(L_5); bool L_6; L_6 = BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9(L_5, 0, NULL); if (!L_6) { goto IL_001f; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___a0; V_0 = L_7; } IL_001f: { V_2 = 1; goto IL_0042; } IL_0023: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10; L_10 = ModulusRing_Multiply_mFF464D1407FE80ACA2F680682BB26E1F2AF430E1(__this, L_8, L_9, NULL); V_1 = L_10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___k1; int32_t L_12 = V_2; NullCheck(L_11); bool L_13; L_13 = BigInteger_TestBit_m58034C23AF4BA187C7822FD18565FF30A6F9D1D9(L_11, L_12, NULL); if (!L_13) { goto IL_003e; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_15 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16; L_16 = ModulusRing_Multiply_mFF464D1407FE80ACA2F680682BB26E1F2AF430E1(__this, L_14, L_15, NULL); V_0 = L_16; } IL_003e: { int32_t L_17 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_0042: { int32_t L_18 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = ___k1; NullCheck(L_19); int32_t L_20; L_20 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_19, NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0023; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = V_0; return L_21; } } // Mono.Math.BigInteger Mono.Math.BigInteger/ModulusRing::Pow(System.UInt32,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ModulusRing_Pow_mEA5231B20ED717138C2D317EDBE748E78AC9F23B (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* __this, uint32_t ___b0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___exp1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___b0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_1); BigInteger__ctor_m031EE62C769BABF7C2775C53DAED4C59FE142F24(L_1, L_0, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___exp1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3; L_3 = ModulusRing_Pow_m3602488F00AB354BF612F99203C49FA163B7FB7C(__this, L_1, L_2, NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::Subtract(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_Subtract_m14B759F2490F628706E0E9FFD08945B25D968F0F (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___big0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___small1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_1 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_2 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_3 = NULL; uint32_t V_4 = 0; uint32_t V_5 = 0; uint32_t V_6 = 0; uint32_t V_7 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___big0; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_2); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_2, 1, L_1, NULL); V_0 = L_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = V_0; NullCheck(L_3); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = L_3->___data_1; V_1 = L_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___big0; NullCheck(L_5); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = L_5->___data_1; V_2 = L_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___small1; NullCheck(L_7); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = L_7->___data_1; V_3 = L_8; V_4 = 0; V_5 = 0; } IL_0028: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_3; uint32_t L_10 = V_4; NullCheck(L_9); uint32_t L_11 = L_10; uint32_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_6 = L_12; uint32_t L_13 = V_6; uint32_t L_14 = V_5; int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); V_6 = L_15; uint32_t L_16 = V_5; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = V_1; uint32_t L_18 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_19 = V_2; uint32_t L_20 = V_4; NullCheck(L_19); uint32_t L_21 = L_20; uint32_t L_22 = (L_19)->GetAt(static_cast(L_21)); uint32_t L_23 = V_6; int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)); V_7 = L_24; NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (uint32_t)L_24); uint32_t L_25 = V_7; uint32_t L_26 = V_6; if (!((int32_t)(((!(((uint32_t)L_15) >= ((uint32_t)L_16)))? 1 : 0)|((!(((uint32_t)L_25) <= ((uint32_t)((~L_26)))))? 1 : 0)))) { goto IL_0057; } } { V_5 = 1; goto IL_005a; } IL_0057: { V_5 = 0; } IL_005a: { uint32_t L_27 = V_4; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, 1)); V_4 = L_28; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29 = ___small1; NullCheck(L_29); uint32_t L_30 = L_29->___length_0; if ((!(((uint32_t)L_28) >= ((uint32_t)L_30)))) { goto IL_0028; } } { uint32_t L_31 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_32 = ___big0; NullCheck(L_32); uint32_t L_33 = L_32->___length_0; if ((((int32_t)L_31) == ((int32_t)L_33))) { goto IL_00b8; } } { uint32_t L_34 = V_5; if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_00a1; } } IL_0078: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_35 = V_1; uint32_t L_36 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_37 = V_2; uint32_t L_38 = V_4; NullCheck(L_37); uint32_t L_39 = L_38; uint32_t L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_35); (L_35)->SetAt(static_cast(L_36), (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, 1))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_41 = V_2; uint32_t L_42 = V_4; uint32_t L_43 = L_42; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, 1)); NullCheck(L_41); uint32_t L_44 = L_43; uint32_t L_45 = (L_41)->GetAt(static_cast(L_44)); if (L_45) { goto IL_0097; } } { uint32_t L_46 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47 = ___big0; NullCheck(L_47); uint32_t L_48 = L_47->___length_0; if ((!(((uint32_t)L_46) >= ((uint32_t)L_48)))) { goto IL_0078; } } IL_0097: { uint32_t L_49 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50 = ___big0; NullCheck(L_50); uint32_t L_51 = L_50->___length_0; if ((((int32_t)L_49) == ((int32_t)L_51))) { goto IL_00b8; } } IL_00a1: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_52 = V_1; uint32_t L_53 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_54 = V_2; uint32_t L_55 = V_4; NullCheck(L_54); uint32_t L_56 = L_55; uint32_t L_57 = (L_54)->GetAt(static_cast(L_56)); NullCheck(L_52); (L_52)->SetAt(static_cast(L_53), (uint32_t)L_57); uint32_t L_58 = V_4; int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, 1)); V_4 = L_59; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_60 = ___big0; NullCheck(L_60); uint32_t L_61 = L_60->___length_0; if ((!(((uint32_t)L_59) >= ((uint32_t)L_61)))) { goto IL_00a1; } } IL_00b8: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_62 = V_0; NullCheck(L_62); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_62, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_63 = V_0; return L_63; } } // System.Void Mono.Math.BigInteger/Kernel::MinusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_MinusEq_mC64008F42C0FC26B1BBAF7A35A1BDC7EE376D69C (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___big0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___small1, const RuntimeMethod* method) { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___big0; NullCheck(L_0); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0->___data_1; V_0 = L_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___small1; NullCheck(L_2); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2->___data_1; V_1 = L_3; V_2 = 0; V_3 = 0; } IL_0012: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = V_1; uint32_t L_5 = V_2; NullCheck(L_4); uint32_t L_6 = L_5; uint32_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; uint32_t L_8 = V_4; uint32_t L_9 = V_3; int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)); V_4 = L_10; uint32_t L_11 = V_3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = V_0; uint32_t L_13 = V_2; NullCheck(L_12); uint32_t* L_14 = ((L_12)->GetAddressAt(static_cast(L_13))); int32_t L_15 = *((uint32_t*)L_14); uint32_t L_16 = V_4; int32_t L_17 = ((int32_t)il2cpp_codegen_subtract(L_15, (int32_t)L_16)); V_5 = L_17; *((int32_t*)L_14) = (int32_t)L_17; uint32_t L_18 = V_5; uint32_t L_19 = V_4; if (!((int32_t)(((!(((uint32_t)L_10) >= ((uint32_t)L_11)))? 1 : 0)|((!(((uint32_t)L_18) <= ((uint32_t)((~L_19)))))? 1 : 0)))) { goto IL_003f; } } { V_3 = 1; goto IL_0041; } IL_003f: { V_3 = 0; } IL_0041: { uint32_t L_20 = V_2; int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, 1)); V_2 = L_21; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = ___small1; NullCheck(L_22); uint32_t L_23 = L_22->___length_0; if ((!(((uint32_t)L_21) >= ((uint32_t)L_23)))) { goto IL_0012; } } { uint32_t L_24 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = ___big0; NullCheck(L_25); uint32_t L_26 = L_25->___length_0; if ((((int32_t)L_24) == ((int32_t)L_26))) { goto IL_0089; } } { uint32_t L_27 = V_3; if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0089; } } IL_005b: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = V_0; uint32_t L_29 = V_2; NullCheck(L_28); uint32_t* L_30 = ((L_28)->GetAddressAt(static_cast(L_29))); int32_t L_31 = *((uint32_t*)L_30); *((int32_t*)L_30) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_31, 1)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_32 = V_0; uint32_t L_33 = V_2; uint32_t L_34 = L_33; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, 1)); NullCheck(L_32); uint32_t L_35 = L_34; uint32_t L_36 = (L_32)->GetAt(static_cast(L_35)); if (L_36) { goto IL_0089; } } { uint32_t L_37 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = ___big0; NullCheck(L_38); uint32_t L_39 = L_38->___length_0; if ((!(((uint32_t)L_37) >= ((uint32_t)L_39)))) { goto IL_005b; } } { goto IL_0089; } IL_007b: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40 = ___big0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = L_40; NullCheck(L_41); uint32_t L_42 = L_41->___length_0; NullCheck(L_41); L_41->___length_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, 1)); } IL_0089: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_43 = ___big0; NullCheck(L_43); uint32_t L_44 = L_43->___length_0; if ((!(((uint32_t)L_44) > ((uint32_t)0)))) { goto IL_00a3; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45 = ___big0; NullCheck(L_45); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_46 = L_45->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47 = ___big0; NullCheck(L_47); uint32_t L_48 = L_47->___length_0; NullCheck(L_46); int32_t L_49 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, 1)); uint32_t L_50 = (L_46)->GetAt(static_cast(L_49)); if (!L_50) { goto IL_007b; } } IL_00a3: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_51 = ___big0; NullCheck(L_51); uint32_t L_52 = L_51->___length_0; if (L_52) { goto IL_00b9; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_53 = ___big0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_54 = L_53; NullCheck(L_54); uint32_t L_55 = L_54->___length_0; NullCheck(L_54); L_54->___length_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, 1)); } IL_00b9: { return; } } // System.Void Mono.Math.BigInteger/Kernel::PlusEq(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_PlusEq_mA5AD3223F85A3B92B22D915E802F3B782D227C32 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_0 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; bool V_5 = false; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_6 = NULL; uint64_t V_7 = 0; bool V_8 = false; uint32_t V_9 = 0; { V_4 = 0; V_5 = (bool)0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi21; NullCheck(L_2); uint32_t L_3 = L_2->___length_0; if ((!(((uint32_t)L_1) < ((uint32_t)L_3)))) { goto IL_0035; } } { V_5 = (bool)1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___bi21; NullCheck(L_4); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4->___data_1; V_0 = L_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = ___bi21; NullCheck(L_6); uint32_t L_7 = L_6->___length_0; V_3 = L_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = ___bi10; NullCheck(L_8); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8->___data_1; V_1 = L_9; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = ___bi10; NullCheck(L_10); uint32_t L_11 = L_10->___length_0; V_2 = L_11; goto IL_0051; } IL_0035: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = ___bi10; NullCheck(L_12); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = L_12->___data_1; V_0 = L_13; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = ___bi10; NullCheck(L_14); uint32_t L_15 = L_14->___length_0; V_3 = L_15; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = ___bi21; NullCheck(L_16); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = L_16->___data_1; V_1 = L_17; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = ___bi21; NullCheck(L_18); uint32_t L_19 = L_18->___length_0; V_2 = L_19; } IL_0051: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = ___bi10; NullCheck(L_20); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_21 = L_20->___data_1; V_6 = L_21; V_7 = ((int64_t)0); } IL_005d: { uint64_t L_22 = V_7; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_23 = V_0; uint32_t L_24 = V_4; NullCheck(L_23); uint32_t L_25 = L_24; uint32_t L_26 = (L_23)->GetAt(static_cast(L_25)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_27 = V_1; uint32_t L_28 = V_4; NullCheck(L_27); uint32_t L_29 = L_28; uint32_t L_30 = (L_27)->GetAt(static_cast(L_29)); V_7 = ((int64_t)il2cpp_codegen_add((int64_t)L_22, ((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_26), ((int64_t)(uint64_t)L_30))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = V_6; uint32_t L_32 = V_4; uint64_t L_33 = V_7; NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (uint32_t)((int32_t)(uint32_t)L_33)); uint64_t L_34 = V_7; V_7 = ((int64_t)((uint64_t)L_34>>((int32_t)32))); uint32_t L_35 = V_4; int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, 1)); V_4 = L_36; uint32_t L_37 = V_2; if ((!(((uint32_t)L_36) >= ((uint32_t)L_37)))) { goto IL_005d; } } { uint64_t L_38 = V_7; V_8 = (bool)((!(((uint64_t)L_38) <= ((uint64_t)((int64_t)0))))? 1 : 0); bool L_39 = V_8; if (!L_39) { goto IL_00d3; } } { uint32_t L_40 = V_4; uint32_t L_41 = V_3; if ((!(((uint32_t)L_40) < ((uint32_t)L_41)))) { goto IL_00bb; } } IL_0097: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_42 = V_6; uint32_t L_43 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_44 = V_0; uint32_t L_45 = V_4; NullCheck(L_44); uint32_t L_46 = L_45; uint32_t L_47 = (L_44)->GetAt(static_cast(L_46)); int32_t L_48 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, 1)); V_9 = L_48; NullCheck(L_42); (L_42)->SetAt(static_cast(L_43), (uint32_t)L_48); uint32_t L_49 = V_9; V_8 = (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0); uint32_t L_50 = V_4; int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, 1)); V_4 = L_51; uint32_t L_52 = V_3; bool L_53 = V_8; if (((int32_t)(((!(((uint32_t)L_51) >= ((uint32_t)L_52)))? 1 : 0)&(int32_t)L_53))) { goto IL_0097; } } IL_00bb: { bool L_54 = V_8; if (!L_54) { goto IL_00d3; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_55 = V_6; uint32_t L_56 = V_4; NullCheck(L_55); (L_55)->SetAt(static_cast(L_56), (uint32_t)1); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_57 = ___bi10; uint32_t L_58 = V_4; int32_t L_59 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, 1)); V_4 = L_59; NullCheck(L_57); L_57->___length_0 = L_59; return; } IL_00d3: { bool L_60 = V_5; if (!L_60) { goto IL_00f1; } } { uint32_t L_61 = V_4; uint32_t L_62 = V_3; if ((!(((uint32_t)L_61) < ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_62, 1)))))) { goto IL_00f1; } } IL_00de: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_63 = V_6; uint32_t L_64 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_65 = V_0; uint32_t L_66 = V_4; NullCheck(L_65); uint32_t L_67 = L_66; uint32_t L_68 = (L_65)->GetAt(static_cast(L_67)); NullCheck(L_63); (L_63)->SetAt(static_cast(L_64), (uint32_t)L_68); uint32_t L_69 = V_4; int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, 1)); V_4 = L_70; uint32_t L_71 = V_3; if ((!(((uint32_t)L_70) >= ((uint32_t)L_71)))) { goto IL_00de; } } IL_00f1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_72 = ___bi10; uint32_t L_73 = V_3; NullCheck(L_72); L_72->___length_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, 1)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_74 = ___bi10; NullCheck(L_74); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_74, NULL); return; } } // Mono.Math.BigInteger/Sign Mono.Math.BigInteger/Kernel::Compare(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; V_0 = L_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi21; NullCheck(L_2); uint32_t L_3 = L_2->___length_0; V_1 = L_3; goto IL_0014; } IL_0010: { uint32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1)); } IL_0014: { uint32_t L_5 = V_0; if ((!(((uint32_t)L_5) > ((uint32_t)0)))) { goto IL_002a; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = ___bi10; NullCheck(L_6); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = L_6->___data_1; uint32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, 1)); uint32_t L_10 = (L_7)->GetAt(static_cast(L_9)); if (!L_10) { goto IL_0010; } } { goto IL_002a; } IL_0026: { uint32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, 1)); } IL_002a: { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) > ((uint32_t)0)))) { goto IL_003a; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = ___bi21; NullCheck(L_13); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = L_13->___data_1; uint32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, 1)); uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); if (!L_17) { goto IL_0026; } } IL_003a: { uint32_t L_18 = V_0; if (L_18) { goto IL_0042; } } { uint32_t L_19 = V_1; if (L_19) { goto IL_0042; } } { return (int32_t)(0); } IL_0042: { uint32_t L_20 = V_0; uint32_t L_21 = V_1; if ((!(((uint32_t)L_20) < ((uint32_t)L_21)))) { goto IL_0048; } } { return (int32_t)((-1)); } IL_0048: { uint32_t L_22 = V_0; uint32_t L_23 = V_1; if ((!(((uint32_t)L_22) > ((uint32_t)L_23)))) { goto IL_004e; } } { return (int32_t)(1); } IL_004e: { uint32_t L_24 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, 1)); goto IL_0058; } IL_0054: { uint32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, 1)); } IL_0058: { uint32_t L_26 = V_2; if (!L_26) { goto IL_006d; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27 = ___bi10; NullCheck(L_27); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = L_27->___data_1; uint32_t L_29 = V_2; NullCheck(L_28); uint32_t L_30 = L_29; uint32_t L_31 = (L_28)->GetAt(static_cast(L_30)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_32 = ___bi21; NullCheck(L_32); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_33 = L_32->___data_1; uint32_t L_34 = V_2; NullCheck(L_33); uint32_t L_35 = L_34; uint32_t L_36 = (L_33)->GetAt(static_cast(L_35)); if ((((int32_t)L_31) == ((int32_t)L_36))) { goto IL_0054; } } IL_006d: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_37 = ___bi10; NullCheck(L_37); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_38 = L_37->___data_1; uint32_t L_39 = V_2; NullCheck(L_38); uint32_t L_40 = L_39; uint32_t L_41 = (L_38)->GetAt(static_cast(L_40)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42 = ___bi21; NullCheck(L_42); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_43 = L_42->___data_1; uint32_t L_44 = V_2; NullCheck(L_43); uint32_t L_45 = L_44; uint32_t L_46 = (L_43)->GetAt(static_cast(L_45)); if ((!(((uint32_t)L_41) < ((uint32_t)L_46)))) { goto IL_0081; } } { return (int32_t)((-1)); } IL_0081: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47 = ___bi10; NullCheck(L_47); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_48 = L_47->___data_1; uint32_t L_49 = V_2; NullCheck(L_48); uint32_t L_50 = L_49; uint32_t L_51 = (L_48)->GetAt(static_cast(L_50)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_52 = ___bi21; NullCheck(L_52); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_53 = L_52->___data_1; uint32_t L_54 = V_2; NullCheck(L_53); uint32_t L_55 = L_54; uint32_t L_56 = (L_53)->GetAt(static_cast(L_55)); if ((!(((uint32_t)L_51) > ((uint32_t)L_56)))) { goto IL_0095; } } { return (int32_t)(1); } IL_0095: { return (int32_t)(0); } } // System.UInt32 Mono.Math.BigInteger/Kernel::SingleByteDivideInPlace(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Kernel_SingleByteDivideInPlace_mFB7420B43FFB9DA8FA3B337836FD37CE4DA30078 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___d1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint32_t V_1 = 0; { V_0 = ((int64_t)0); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; V_1 = L_1; goto IL_002f; } IL_000c: { uint64_t L_2 = V_0; V_0 = ((int64_t)((int64_t)L_2<<((int32_t)32))); uint64_t L_3 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___n0; NullCheck(L_4); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4->___data_1; uint32_t L_6 = V_1; NullCheck(L_5); uint32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = ((int64_t)((int64_t)L_3|((int64_t)(uint64_t)L_8))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = ___n0; NullCheck(L_9); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = L_9->___data_1; uint32_t L_11 = V_1; uint64_t L_12 = V_0; uint32_t L_13 = ___d1; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_12/(uint64_t)(int64_t)((int64_t)(uint64_t)L_13))))); uint64_t L_14 = V_0; uint32_t L_15 = ___d1; V_0 = ((int64_t)((uint64_t)(int64_t)L_14%(uint64_t)(int64_t)((int64_t)(uint64_t)L_15))); } IL_002f: { uint32_t L_16 = V_1; uint32_t L_17 = L_16; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, 1)); if ((!(((uint32_t)L_17) <= ((uint32_t)0)))) { goto IL_000c; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = ___n0; NullCheck(L_18); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_18, NULL); uint64_t L_19 = V_0; return ((int32_t)(uint32_t)L_19); } } // System.UInt32 Mono.Math.BigInteger/Kernel::DwordMod(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Kernel_DwordMod_mAA6BBC093A3224E25311A9393AB4DEA1395FB22B (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___d1, const RuntimeMethod* method) { uint64_t V_0 = 0; uint32_t V_1 = 0; { V_0 = ((int64_t)0); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; V_1 = L_1; goto IL_0022; } IL_000c: { uint64_t L_2 = V_0; V_0 = ((int64_t)((int64_t)L_2<<((int32_t)32))); uint64_t L_3 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___n0; NullCheck(L_4); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4->___data_1; uint32_t L_6 = V_1; NullCheck(L_5); uint32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = ((int64_t)((int64_t)L_3|((int64_t)(uint64_t)L_8))); uint64_t L_9 = V_0; uint32_t L_10 = ___d1; V_0 = ((int64_t)((uint64_t)(int64_t)L_9%(uint64_t)(int64_t)((int64_t)(uint64_t)L_10))); } IL_0022: { uint32_t L_11 = V_1; uint32_t L_12 = L_11; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, 1)); if ((!(((uint32_t)L_12) <= ((uint32_t)0)))) { goto IL_000c; } } { uint64_t L_13 = V_0; return ((int32_t)(uint32_t)L_13); } } // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::DwordDivMod(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* Kernel_DwordDivMod_m36ED43CAAC155B7BBE8415547F4FFC7F714A88D5 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___d1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; uint64_t V_1 = 0; uint32_t V_2 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_3 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_2); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_2, 1, L_1, NULL); V_0 = L_2; V_1 = ((int64_t)0); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = ___n0; NullCheck(L_3); uint32_t L_4 = L_3->___length_0; V_2 = L_4; goto IL_003c; } IL_0019: { uint64_t L_5 = V_1; V_1 = ((int64_t)((int64_t)L_5<<((int32_t)32))); uint64_t L_6 = V_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___n0; NullCheck(L_7); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = L_7->___data_1; uint32_t L_9 = V_2; NullCheck(L_8); uint32_t L_10 = L_9; uint32_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = ((int64_t)((int64_t)L_6|((int64_t)(uint64_t)L_11))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_12 = V_0; NullCheck(L_12); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = L_12->___data_1; uint32_t L_14 = V_2; uint64_t L_15 = V_1; uint32_t L_16 = ___d1; NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (uint32_t)((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_15/(uint64_t)(int64_t)((int64_t)(uint64_t)L_16))))); uint64_t L_17 = V_1; uint32_t L_18 = ___d1; V_1 = ((int64_t)((uint64_t)(int64_t)L_17%(uint64_t)(int64_t)((int64_t)(uint64_t)L_18))); } IL_003c: { uint32_t L_19 = V_2; uint32_t L_20 = L_19; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, 1)); if ((!(((uint32_t)L_20) <= ((uint32_t)0)))) { goto IL_0019; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = V_0; NullCheck(L_21); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_21, NULL); uint64_t L_22 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23; L_23 = BigInteger_op_Implicit_m6237FB3F50F56EC46B96D24C2D1FB0568C246EC3(((int32_t)(uint32_t)L_22), NULL); V_3 = L_23; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_24 = (BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)SZArrayNew(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_25 = L_24; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26 = V_0; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_26); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_27 = L_25; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_28 = V_3; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_28); return L_27; } } // Mono.Math.BigInteger[] Mono.Math.BigInteger/Kernel::multiByteDivide(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* Kernel_multiByteDivide_m131E5D3827622CA6A1777ECA0547C8F85AAEAE37 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi10, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_6 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_7 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; uint32_t V_11 = 0; uint64_t V_12 = 0; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* V_13 = NULL; uint64_t V_14 = 0; uint64_t V_15 = 0; uint32_t V_16 = 0; uint32_t V_17 = 0; int32_t V_18 = 0; uint64_t V_19 = 0; uint32_t V_20 = 0; uint64_t V_21 = 0; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* V_22 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi21; int32_t L_2; L_2 = Kernel_Compare_m8D047F672CFF5A6EC03974FA90854F1596CCD67A(L_0, L_1, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0023; } } { BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_3 = (BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)SZArrayNew(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_4 = L_3; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5; L_5 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_5); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_6 = L_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_8); BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB(L_8, L_7, NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_8); return L_6; } IL_0023: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = ___bi10; NullCheck(L_9); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_9, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = ___bi21; NullCheck(L_10); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_10, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___bi21; NullCheck(L_11); uint32_t L_12 = L_11->___length_0; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0047; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13 = ___bi10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = ___bi21; NullCheck(L_14); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14->___data_1; NullCheck(L_15); int32_t L_16 = 0; uint32_t L_17 = (L_15)->GetAt(static_cast(L_16)); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_18; L_18 = Kernel_DwordDivMod_m36ED43CAAC155B7BBE8415547F4FFC7F714A88D5(L_13, L_17, NULL); return L_18; } IL_0047: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = ___bi10; NullCheck(L_19); uint32_t L_20 = L_19->___length_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, 1)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = ___bi21; NullCheck(L_21); uint32_t L_22 = L_21->___length_0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, 1)); V_2 = ((int32_t)-2147483648LL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = ___bi21; NullCheck(L_23); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = L_23->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = ___bi21; NullCheck(L_25); uint32_t L_26 = L_25->___length_0; NullCheck(L_24); int32_t L_27 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, 1)); uint32_t L_28 = (L_24)->GetAt(static_cast(L_27)); V_3 = L_28; V_4 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29 = ___bi10; NullCheck(L_29); uint32_t L_30 = L_29->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = ___bi21; NullCheck(L_31); uint32_t L_32 = L_31->___length_0; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_32)); goto IL_008d; } IL_0083: { int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_33, 1)); uint32_t L_34 = V_2; V_2 = ((int32_t)((uint32_t)L_34>>1)); } IL_008d: { uint32_t L_35 = V_2; if (!L_35) { goto IL_0095; } } { uint32_t L_36 = V_3; uint32_t L_37 = V_2; if (!((int32_t)((int32_t)L_36&(int32_t)L_37))) { goto IL_0083; } } IL_0095: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = ___bi10; NullCheck(L_38); uint32_t L_39 = L_38->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40 = ___bi21; NullCheck(L_40); uint32_t L_41 = L_40->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_42); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_42, 1, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_41)), 1)), NULL); V_6 = L_42; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_43 = ___bi10; int32_t L_44 = V_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_45; L_45 = BigInteger_op_LeftShift_m23C89B736995A2BA6659119C0D6AAEE893E9B207(L_43, L_44, NULL); V_7 = L_45; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_46 = V_7; NullCheck(L_46); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_47 = L_46->___data_1; V_8 = L_47; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_48 = ___bi21; int32_t L_49 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50; L_50 = BigInteger_op_LeftShift_m23C89B736995A2BA6659119C0D6AAEE893E9B207(L_48, L_49, NULL); ___bi21 = L_50; uint32_t L_51 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_52 = ___bi21; NullCheck(L_52); uint32_t L_53 = L_52->___length_0; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_53)); uint32_t L_54 = V_0; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, 1)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_55 = ___bi21; NullCheck(L_55); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_56 = L_55->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_57 = ___bi21; NullCheck(L_57); uint32_t L_58 = L_57->___length_0; NullCheck(L_56); int32_t L_59 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, 1)); uint32_t L_60 = (L_56)->GetAt(static_cast(L_59)); V_11 = L_60; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_61 = ___bi21; NullCheck(L_61); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_62 = L_61->___data_1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_63 = ___bi21; NullCheck(L_63); uint32_t L_64 = L_63->___length_0; NullCheck(L_62); int32_t L_65 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, 2)); uint32_t L_66 = (L_62)->GetAt(static_cast(L_65)); V_12 = ((int64_t)(uint64_t)L_66); goto IL_0233; } IL_0100: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_67 = V_8; int32_t L_68 = V_10; NullCheck(L_67); int32_t L_69 = L_68; uint32_t L_70 = (L_67)->GetAt(static_cast(L_69)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_71 = V_8; int32_t L_72 = V_10; NullCheck(L_71); int32_t L_73 = ((int32_t)il2cpp_codegen_subtract(L_72, 1)); uint32_t L_74 = (L_71)->GetAt(static_cast(L_73)); int64_t L_75 = ((int64_t)il2cpp_codegen_add(((int64_t)(((int64_t)(uint64_t)L_70)<<((int32_t)32))), ((int64_t)(uint64_t)L_74))); uint32_t L_76 = V_11; V_14 = ((int64_t)((uint64_t)(int64_t)L_75/(uint64_t)(int64_t)((int64_t)(uint64_t)L_76))); uint32_t L_77 = V_11; V_15 = ((int64_t)((uint64_t)(int64_t)L_75%(uint64_t)(int64_t)((int64_t)(uint64_t)L_77))); } IL_011f: { uint64_t L_78 = V_14; if ((((int64_t)L_78) == ((int64_t)((int64_t)4294967296LL)))) { goto IL_0141; } } { uint64_t L_79 = V_14; uint64_t L_80 = V_12; uint64_t L_81 = V_15; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_82 = V_8; int32_t L_83 = V_10; NullCheck(L_82); int32_t L_84 = ((int32_t)il2cpp_codegen_subtract(L_83, 2)); uint32_t L_85 = (L_82)->GetAt(static_cast(L_84)); if ((!(((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_79, (int64_t)L_80))) > ((uint64_t)((int64_t)il2cpp_codegen_add(((int64_t)((int64_t)L_81<<((int32_t)32))), ((int64_t)(uint64_t)L_85))))))) { goto IL_015d; } } IL_0141: { uint64_t L_86 = V_14; V_14 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_86, ((int64_t)1))); uint64_t L_87 = V_15; uint32_t L_88 = V_11; V_15 = ((int64_t)il2cpp_codegen_add((int64_t)L_87, ((int64_t)(uint64_t)L_88))); uint64_t L_89 = V_15; if ((!(((uint64_t)L_89) >= ((uint64_t)((int64_t)4294967296LL))))) { goto IL_011f; } } IL_015d: { V_17 = 0; int32_t L_90 = V_10; int32_t L_91 = V_1; V_18 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_90, L_91)), 1)); V_19 = ((int64_t)0); uint64_t L_92 = V_14; V_20 = ((int32_t)(uint32_t)L_92); } IL_0171: { uint64_t L_93 = V_19; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_94 = ___bi21; NullCheck(L_94); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_95 = L_94->___data_1; uint32_t L_96 = V_17; NullCheck(L_95); uint32_t L_97 = L_96; uint32_t L_98 = (L_95)->GetAt(static_cast(L_97)); uint32_t L_99 = V_20; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_93, ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_98), ((int64_t)(uint64_t)L_99))))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_100 = V_8; int32_t L_101 = V_18; NullCheck(L_100); int32_t L_102 = L_101; uint32_t L_103 = (L_100)->GetAt(static_cast(L_102)); V_16 = L_103; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_104 = V_8; int32_t L_105 = V_18; NullCheck(L_104); uint32_t* L_106 = ((L_104)->GetAddressAt(static_cast(L_105))); int32_t L_107 = *((uint32_t*)L_106); uint64_t L_108 = V_19; *((int32_t*)L_106) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_107, ((int32_t)(uint32_t)L_108))); uint64_t L_109 = V_19; V_19 = ((int64_t)((uint64_t)L_109>>((int32_t)32))); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_110 = V_8; int32_t L_111 = V_18; NullCheck(L_110); int32_t L_112 = L_111; uint32_t L_113 = (L_110)->GetAt(static_cast(L_112)); uint32_t L_114 = V_16; if ((!(((uint32_t)L_113) > ((uint32_t)L_114)))) { goto IL_01b2; } } { uint64_t L_115 = V_19; V_19 = ((int64_t)il2cpp_codegen_add((int64_t)L_115, ((int64_t)1))); } IL_01b2: { uint32_t L_116 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, 1)); int32_t L_117 = V_18; V_18 = ((int32_t)il2cpp_codegen_add(L_117, 1)); uint32_t L_118 = V_17; int32_t L_119 = V_1; if ((((int64_t)((int64_t)(uint64_t)L_118)) < ((int64_t)((int64_t)L_119)))) { goto IL_0171; } } { int32_t L_120 = V_10; int32_t L_121 = V_1; V_18 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_120, L_121)), 1)); V_17 = 0; uint64_t L_122 = V_19; if (!L_122) { goto IL_0216; } } { uint32_t L_123 = V_20; V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_123, 1)); V_21 = ((int64_t)0); } IL_01de: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_124 = V_8; int32_t L_125 = V_18; NullCheck(L_124); int32_t L_126 = L_125; uint32_t L_127 = (L_124)->GetAt(static_cast(L_126)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_128 = ___bi21; NullCheck(L_128); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_129 = L_128->___data_1; uint32_t L_130 = V_17; NullCheck(L_129); uint32_t L_131 = L_130; uint32_t L_132 = (L_129)->GetAt(static_cast(L_131)); uint64_t L_133 = V_21; V_21 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_127), ((int64_t)(uint64_t)L_132))), (int64_t)L_133)); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_134 = V_8; int32_t L_135 = V_18; uint64_t L_136 = V_21; NullCheck(L_134); (L_134)->SetAt(static_cast(L_135), (uint32_t)((int32_t)(uint32_t)L_136)); uint64_t L_137 = V_21; V_21 = ((int64_t)((uint64_t)L_137>>((int32_t)32))); uint32_t L_138 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, 1)); int32_t L_139 = V_18; V_18 = ((int32_t)il2cpp_codegen_add(L_139, 1)); uint32_t L_140 = V_17; int32_t L_141 = V_1; if ((((int64_t)((int64_t)(uint64_t)L_140)) < ((int64_t)((int64_t)L_141)))) { goto IL_01de; } } IL_0216: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_142 = V_6; NullCheck(L_142); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_143 = L_142->___data_1; int32_t L_144 = V_5; int32_t L_145 = L_144; V_5 = ((int32_t)il2cpp_codegen_subtract(L_145, 1)); uint32_t L_146 = V_20; NullCheck(L_143); (L_143)->SetAt(static_cast(L_145), (uint32_t)L_146); int32_t L_147 = V_10; V_10 = ((int32_t)il2cpp_codegen_subtract(L_147, 1)); int32_t L_148 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract(L_148, 1)); } IL_0233: { int32_t L_149 = V_9; if ((((int32_t)L_149) > ((int32_t)0))) { goto IL_0100; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_150 = V_6; NullCheck(L_150); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_150, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_151 = V_7; NullCheck(L_151); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_151, NULL); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_152 = (BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)SZArrayNew(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_153 = L_152; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_154 = V_6; NullCheck(L_153); ArrayElementTypeCheck (L_153, L_154); (L_153)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_154); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_155 = L_153; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_156 = V_7; NullCheck(L_155); ArrayElementTypeCheck (L_155, L_156); (L_155)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_156); V_13 = L_155; int32_t L_157 = V_4; if (!L_157) { goto IL_0272; } } { BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_158 = V_13; V_22 = L_158; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_159 = V_22; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_160 = V_22; NullCheck(L_160); int32_t L_161 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_162 = (L_160)->GetAt(static_cast(L_161)); int32_t L_163 = V_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_164; L_164 = BigInteger_op_RightShift_m5F57600256DE406C5A1AA270C2E0325FD4056508(L_162, L_163, NULL); NullCheck(L_159); ArrayElementTypeCheck (L_159, L_164); (L_159)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_164); } IL_0272: { BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_165 = V_13; return L_165; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::LeftShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; uint32_t V_5 = 0; { int32_t L_0 = ___n1; if (L_0) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi0; NullCheck(L_2); uint32_t L_3 = L_2->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_4); BigInteger__ctor_m47FA065223CD63AABDCB6FAA4FC2798F52939105(L_4, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_3, 1)), NULL); return L_4; } IL_0012: { int32_t L_5 = ___n1; V_0 = ((int32_t)(L_5>>5)); int32_t L_6 = ___n1; ___n1 = ((int32_t)(L_6&((int32_t)31))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7 = ___bi0; NullCheck(L_7); uint32_t L_8 = L_7->___length_0; int32_t L_9 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_10); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_10, 1, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add((int32_t)L_8, 1)), L_9)), NULL); V_1 = L_10; V_2 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___bi0; NullCheck(L_11); uint32_t L_12 = L_11->___length_0; V_3 = L_12; int32_t L_13 = ___n1; if (!L_13) { goto IL_009d; } } { V_5 = 0; goto IL_006f; } IL_003e: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = ___bi0; NullCheck(L_14); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_15 = L_14->___data_1; uint32_t L_16 = V_2; NullCheck(L_15); uint32_t L_17 = L_16; uint32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_4 = L_18; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = V_1; NullCheck(L_19); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = L_19->___data_1; uint32_t L_21 = V_2; int32_t L_22 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_21), ((int64_t)L_22)))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C_RuntimeMethod_var); uint32_t L_23 = V_4; int32_t L_24 = ___n1; uint32_t L_25 = V_5; NullCheck(L_20); (L_20)->SetAt(static_cast(((intptr_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_21), ((int64_t)L_22))))), (uint32_t)((int32_t)(((int32_t)((int32_t)L_23<<((int32_t)(L_24&((int32_t)31)))))|(int32_t)L_25))); uint32_t L_26 = V_4; int32_t L_27 = ___n1; V_5 = ((int32_t)((uint32_t)L_26>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_27))&((int32_t)31))))); uint32_t L_28 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, 1)); } IL_006f: { uint32_t L_29 = V_2; uint32_t L_30 = V_3; if ((!(((uint32_t)L_29) >= ((uint32_t)L_30)))) { goto IL_003e; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = V_1; NullCheck(L_31); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_32 = L_31->___data_1; uint32_t L_33 = V_2; int32_t L_34 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_33), ((int64_t)L_34)))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C_RuntimeMethod_var); uint32_t L_35 = V_5; NullCheck(L_32); (L_32)->SetAt(static_cast(((intptr_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_33), ((int64_t)L_34))))), (uint32_t)L_35); goto IL_00a1; } IL_0084: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36 = V_1; NullCheck(L_36); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_37 = L_36->___data_1; uint32_t L_38 = V_2; int32_t L_39 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_38), ((int64_t)L_39)))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Kernel_LeftShift_mF8313009AB2E4BAAFC2973F50CCB5B1AE142382C_RuntimeMethod_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40 = ___bi0; NullCheck(L_40); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_41 = L_40->___data_1; uint32_t L_42 = V_2; NullCheck(L_41); uint32_t L_43 = L_42; uint32_t L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_37); (L_37)->SetAt(static_cast(((intptr_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_38), ((int64_t)L_39))))), (uint32_t)L_44); uint32_t L_45 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, 1)); } IL_009d: { uint32_t L_46 = V_2; uint32_t L_47 = V_3; if ((!(((uint32_t)L_46) >= ((uint32_t)L_47)))) { goto IL_0084; } } IL_00a1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_48 = V_1; NullCheck(L_48); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_48, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_49 = V_1; return L_49; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::RightShift(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; uint32_t V_2 = 0; uint32_t V_3 = 0; uint32_t V_4 = 0; { int32_t L_0 = ___n1; if (L_0) { goto IL_000a; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_2); BigInteger__ctor_mC2F3CDAAAA1831C60909ED46755A0EE67F7BB8AB(L_2, L_1, NULL); return L_2; } IL_000a: { int32_t L_3 = ___n1; V_0 = ((int32_t)(L_3>>5)); int32_t L_4 = ___n1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___bi0; NullCheck(L_5); uint32_t L_6 = L_5->___length_0; int32_t L_7 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_8); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_8, 1, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, L_7)), 1)), NULL); V_1 = L_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = V_1; NullCheck(L_9); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = L_9->___data_1; NullCheck(L_10); V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_10)->max_length)), 1)); if (!((int32_t)(L_4&((int32_t)31)))) { goto IL_007e; } } { V_4 = 0; goto IL_005f; } IL_0035: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___bi0; NullCheck(L_11); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = L_11->___data_1; uint32_t L_13 = V_2; int32_t L_14 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_13), ((int64_t)L_14)))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49_RuntimeMethod_var); NullCheck(L_12); intptr_t L_15 = ((intptr_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_13), ((int64_t)L_14)))); uint32_t L_16 = (L_12)->GetAt(static_cast(L_15)); V_3 = L_16; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = V_1; NullCheck(L_17); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_18 = L_17->___data_1; uint32_t L_19 = V_2; uint32_t L_20 = V_3; int32_t L_21 = ___n1; uint32_t L_22 = V_4; NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (uint32_t)((int32_t)(((int32_t)((uint32_t)L_20>>((int32_t)(L_21&((int32_t)31)))))|(int32_t)L_22))); uint32_t L_23 = V_3; int32_t L_24 = ___n1; V_4 = ((int32_t)((int32_t)L_23<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_24))&((int32_t)31))))); } IL_005f: { uint32_t L_25 = V_2; uint32_t L_26 = L_25; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, 1)); if ((!(((uint32_t)L_26) <= ((uint32_t)0)))) { goto IL_0035; } } { goto IL_0086; } IL_0069: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27 = V_1; NullCheck(L_27); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_28 = L_27->___data_1; uint32_t L_29 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = ___bi0; NullCheck(L_30); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_31 = L_30->___data_1; uint32_t L_32 = V_2; int32_t L_33 = V_0; if ((int64_t)(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_32), ((int64_t)L_33)))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Kernel_RightShift_m4CBF0B796989715A5650911B2BD92DDCB07F5A49_RuntimeMethod_var); NullCheck(L_31); intptr_t L_34 = ((intptr_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_32), ((int64_t)L_33)))); uint32_t L_35 = (L_31)->GetAt(static_cast(L_34)); NullCheck(L_28); (L_28)->SetAt(static_cast(L_29), (uint32_t)L_35); } IL_007e: { uint32_t L_36 = V_2; uint32_t L_37 = L_36; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, 1)); if ((!(((uint32_t)L_37) <= ((uint32_t)0)))) { goto IL_0069; } } IL_0086: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_38 = V_1; NullCheck(L_38); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_38, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_39 = V_1; return L_39; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::MultiplyByDword(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_MultiplyByDword_m8F8FC0759CDB5021EE12B0C20E9B3FAE9E7DBF6C (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, uint32_t ___f1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; uint32_t V_1 = 0; uint64_t V_2 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n0; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)il2cpp_codegen_object_new(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); NullCheck(L_2); BigInteger__ctor_m4906D0735B8231BE86818C11DBEB632361F239B3(L_2, 1, ((int32_t)il2cpp_codegen_add((int32_t)L_1, 1)), NULL); V_0 = L_2; V_1 = 0; V_2 = ((int64_t)0); } IL_0014: { uint64_t L_3 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4 = ___n0; NullCheck(L_4); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4->___data_1; uint32_t L_6 = V_1; NullCheck(L_5); uint32_t L_7 = L_6; uint32_t L_8 = (L_5)->GetAt(static_cast(L_7)); uint32_t L_9 = ___f1; V_2 = ((int64_t)il2cpp_codegen_add((int64_t)L_3, ((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_8), ((int64_t)(uint64_t)L_9))))); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10 = V_0; NullCheck(L_10); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = L_10->___data_1; uint32_t L_12 = V_1; uint64_t L_13 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (uint32_t)((int32_t)(uint32_t)L_13)); uint64_t L_14 = V_2; V_2 = ((int64_t)((uint64_t)L_14>>((int32_t)32))); uint32_t L_15 = V_1; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, 1)); V_1 = L_16; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17 = ___n0; NullCheck(L_17); uint32_t L_18 = L_17->___length_0; if ((!(((uint32_t)L_16) >= ((uint32_t)L_18)))) { goto IL_0014; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = V_0; NullCheck(L_19); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = L_19->___data_1; uint32_t L_21 = V_1; uint64_t L_22 = V_2; NullCheck(L_20); (L_20)->SetAt(static_cast(L_21), (uint32_t)((int32_t)(uint32_t)L_22)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = V_0; NullCheck(L_23); BigInteger_Normalize_mA06814C6212E0E3117DBC6D3C202B23F7D529BC5(L_23, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_24 = V_0; return L_24; } } // System.Void Mono.Math.BigInteger/Kernel::Multiply(System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32,System.UInt32,System.UInt32[],System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_Multiply_m1FDF0F6257174E5D905603D08D5CD9238A7A6E94 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___x0, uint32_t ___xOffset1, uint32_t ___xLen2, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___y3, uint32_t ___yOffset4, uint32_t ___yLen5, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___d6, uint32_t ___dOffset7, const RuntimeMethod* method) { uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_3 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL; uint32_t* V_6 = NULL; uint32_t* V_7 = NULL; uint32_t* V_8 = NULL; uint32_t* V_9 = NULL; uint32_t* V_10 = NULL; uint64_t V_11 = 0; uint32_t* V_12 = NULL; uint32_t* V_13 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___x0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0; V_3 = L_1; if (!L_1) { goto IL_000a; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = V_3; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_000f; } } IL_000a: { V_0 = (uint32_t*)((uintptr_t)0); goto IL_0018; } IL_000f: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = V_3; NullCheck(L_3); V_0 = (uint32_t*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_0018: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ___y3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4; V_4 = L_5; if (!L_5) { goto IL_0024; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_4; NullCheck(L_6); if (((int32_t)(((RuntimeArray*)L_6)->max_length))) { goto IL_0029; } } IL_0024: { V_1 = (uint32_t*)((uintptr_t)0); goto IL_0033; } IL_0029: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = V_4; NullCheck(L_7); V_1 = (uint32_t*)((uintptr_t)((L_7)->GetAddressAt(static_cast(0)))); } IL_0033: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___d6; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8; V_5 = L_9; if (!L_9) { goto IL_0040; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_5; NullCheck(L_10); if (((int32_t)(((RuntimeArray*)L_10)->max_length))) { goto IL_0045; } } IL_0040: { V_2 = (uint32_t*)((uintptr_t)0); goto IL_004f; } IL_0045: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = V_5; NullCheck(L_11); V_2 = (uint32_t*)((uintptr_t)((L_11)->GetAddressAt(static_cast(0)))); } IL_004f: { uint32_t* L_12 = V_0; uint32_t L_13 = ___xOffset1; V_6 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_13), ((int64_t)4)))))); uint32_t* L_14 = V_6; uint32_t L_15 = ___xLen2; V_7 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_15), ((int64_t)4)))))); uint32_t* L_16 = V_1; uint32_t L_17 = ___yOffset4; V_8 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_17), ((int64_t)4)))))); uint32_t* L_18 = V_8; uint32_t L_19 = ___yLen5; V_9 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_19), ((int64_t)4)))))); uint32_t* L_20 = V_2; uint32_t L_21 = ___dOffset7; V_10 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)L_21), ((int64_t)4)))))); goto IL_00e3; } IL_0088: { uint32_t* L_22 = V_6; int32_t L_23 = *((uint32_t*)L_22); if (!L_23) { goto IL_00d7; } } { V_11 = ((int64_t)0); uint32_t* L_24 = V_10; V_12 = L_24; uint32_t* L_25 = V_8; V_13 = L_25; goto IL_00c7; } IL_009b: { uint64_t L_26 = V_11; uint32_t* L_27 = V_6; int32_t L_28 = *((uint32_t*)L_27); uint32_t* L_29 = V_13; int32_t L_30 = *((uint32_t*)L_29); uint32_t* L_31 = V_12; int32_t L_32 = *((uint32_t*)L_31); V_11 = ((int64_t)il2cpp_codegen_add((int64_t)L_26, ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)L_28)), ((int64_t)(uint64_t)((uint32_t)L_30)))), ((int64_t)(uint64_t)((uint32_t)L_32)))))); uint32_t* L_33 = V_12; uint64_t L_34 = V_11; *((int32_t*)L_33) = (int32_t)((int32_t)(uint32_t)L_34); uint64_t L_35 = V_11; V_11 = ((int64_t)((uint64_t)L_35>>((int32_t)32))); uint32_t* L_36 = V_13; V_13 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_36, 4)); uint32_t* L_37 = V_12; V_12 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_37, 4)); } IL_00c7: { uint32_t* L_38 = V_13; uint32_t* L_39 = V_9; if ((!(((uintptr_t)L_38) >= ((uintptr_t)L_39)))) { goto IL_009b; } } { uint64_t L_40 = V_11; if (!L_40) { goto IL_00d7; } } { uint32_t* L_41 = V_12; uint64_t L_42 = V_11; *((int32_t*)L_41) = (int32_t)((int32_t)(uint32_t)L_42); } IL_00d7: { uint32_t* L_43 = V_6; V_6 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_43, 4)); uint32_t* L_44 = V_10; V_10 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_44, 4)); } IL_00e3: { uint32_t* L_45 = V_6; uint32_t* L_46 = V_7; if ((!(((uintptr_t)L_45) >= ((uintptr_t)L_46)))) { goto IL_0088; } } { V_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_5 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; return; } } // System.Void Mono.Math.BigInteger/Kernel::MultiplyMod2p32pmod(System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32,System.UInt32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Kernel_MultiplyMod2p32pmod_m1366086011D9E133DE9353A69A5B2851CABAD073 (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___x0, int32_t ___xOffset1, int32_t ___xLen2, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___y3, int32_t ___yOffest4, int32_t ___yLen5, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___d6, int32_t ___dOffset7, int32_t ___mod8, const RuntimeMethod* method) { uint32_t* V_0 = NULL; uint32_t* V_1 = NULL; uint32_t* V_2 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_3 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_4 = NULL; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_5 = NULL; uint32_t* V_6 = NULL; uint32_t* V_7 = NULL; uint32_t* V_8 = NULL; uint32_t* V_9 = NULL; uint32_t* V_10 = NULL; uint32_t* V_11 = NULL; uint64_t V_12 = 0; uint32_t* V_13 = NULL; uint32_t* V_14 = NULL; { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = ___x0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = L_0; V_3 = L_1; if (!L_1) { goto IL_000a; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = V_3; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_000f; } } IL_000a: { V_0 = (uint32_t*)((uintptr_t)0); goto IL_0018; } IL_000f: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = V_3; NullCheck(L_3); V_0 = (uint32_t*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_0018: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = ___y3; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4; V_4 = L_5; if (!L_5) { goto IL_0024; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_4; NullCheck(L_6); if (((int32_t)(((RuntimeArray*)L_6)->max_length))) { goto IL_0029; } } IL_0024: { V_1 = (uint32_t*)((uintptr_t)0); goto IL_0033; } IL_0029: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = V_4; NullCheck(L_7); V_1 = (uint32_t*)((uintptr_t)((L_7)->GetAddressAt(static_cast(0)))); } IL_0033: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = ___d6; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8; V_5 = L_9; if (!L_9) { goto IL_0040; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = V_5; NullCheck(L_10); if (((int32_t)(((RuntimeArray*)L_10)->max_length))) { goto IL_0045; } } IL_0040: { V_2 = (uint32_t*)((uintptr_t)0); goto IL_004f; } IL_0045: { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = V_5; NullCheck(L_11); V_2 = (uint32_t*)((uintptr_t)((L_11)->GetAddressAt(static_cast(0)))); } IL_004f: { uint32_t* L_12 = V_0; int32_t L_13 = ___xOffset1; V_6 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 4)))); uint32_t* L_14 = V_6; int32_t L_15 = ___xLen2; V_7 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 4)))); uint32_t* L_16 = V_1; int32_t L_17 = ___yOffest4; V_8 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), 4)))); uint32_t* L_18 = V_8; int32_t L_19 = ___yLen5; V_9 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 4)))); uint32_t* L_20 = V_2; int32_t L_21 = ___dOffset7; V_10 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_21), 4)))); uint32_t* L_22 = V_10; int32_t L_23 = ___mod8; V_11 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), 4)))); goto IL_00ef; } IL_0088: { uint32_t* L_24 = V_6; int32_t L_25 = *((uint32_t*)L_24); if (!L_25) { goto IL_00e3; } } { V_12 = ((int64_t)0); uint32_t* L_26 = V_10; V_13 = L_26; uint32_t* L_27 = V_8; V_14 = L_27; goto IL_00c7; } IL_009b: { uint64_t L_28 = V_12; uint32_t* L_29 = V_6; int32_t L_30 = *((uint32_t*)L_29); uint32_t* L_31 = V_14; int32_t L_32 = *((uint32_t*)L_31); uint32_t* L_33 = V_13; int32_t L_34 = *((uint32_t*)L_33); V_12 = ((int64_t)il2cpp_codegen_add((int64_t)L_28, ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(((int64_t)(uint64_t)((uint32_t)L_30)), ((int64_t)(uint64_t)((uint32_t)L_32)))), ((int64_t)(uint64_t)((uint32_t)L_34)))))); uint32_t* L_35 = V_13; uint64_t L_36 = V_12; *((int32_t*)L_35) = (int32_t)((int32_t)(uint32_t)L_36); uint64_t L_37 = V_12; V_12 = ((int64_t)((uint64_t)L_37>>((int32_t)32))); uint32_t* L_38 = V_14; V_14 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_38, 4)); uint32_t* L_39 = V_13; V_13 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_39, 4)); } IL_00c7: { uint32_t* L_40 = V_14; uint32_t* L_41 = V_9; if ((!(((uintptr_t)L_40) < ((uintptr_t)L_41)))) { goto IL_00d3; } } { uint32_t* L_42 = V_13; uint32_t* L_43 = V_11; if ((!(((uintptr_t)L_42) >= ((uintptr_t)L_43)))) { goto IL_009b; } } IL_00d3: { uint64_t L_44 = V_12; if (!L_44) { goto IL_00e3; } } { uint32_t* L_45 = V_13; uint32_t* L_46 = V_11; if ((!(((uintptr_t)L_45) < ((uintptr_t)L_46)))) { goto IL_00e3; } } { uint32_t* L_47 = V_13; uint64_t L_48 = V_12; *((int32_t*)L_47) = (int32_t)((int32_t)(uint32_t)L_48); } IL_00e3: { uint32_t* L_49 = V_6; V_6 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_49, 4)); uint32_t* L_50 = V_10; V_10 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_50, 4)); } IL_00ef: { uint32_t* L_51 = V_6; uint32_t* L_52 = V_7; if ((!(((uintptr_t)L_51) >= ((uintptr_t)L_52)))) { goto IL_0088; } } { V_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_4 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; V_5 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)NULL; return; } } // System.UInt32 Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Kernel_modInverse_mD3623EA85BBB7C27BCBE7D1094E0B55CBE453DA7 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, uint32_t ___modulus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; uint32_t V_1 = 0; uint32_t V_2 = 0; uint32_t V_3 = 0; { uint32_t L_0 = ___modulus1; V_0 = L_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1 = ___bi0; uint32_t L_2 = ___modulus1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); uint32_t L_3; L_3 = BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09(L_1, L_2, NULL); V_1 = L_3; V_2 = 0; V_3 = 1; goto IL_0039; } IL_0010: { uint32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0016; } } { uint32_t L_5 = V_3; return L_5; } IL_0016: { uint32_t L_6 = V_2; uint32_t L_7 = V_0; uint32_t L_8 = V_1; uint32_t L_9 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, ((int32_t)il2cpp_codegen_multiply(((int32_t)((uint32_t)(int32_t)L_7/(uint32_t)(int32_t)L_8)), (int32_t)L_9)))); uint32_t L_10 = V_0; uint32_t L_11 = V_1; V_0 = ((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)L_11)); uint32_t L_12 = V_0; if (!L_12) { goto IL_003c; } } { uint32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_002d; } } { uint32_t L_14 = ___modulus1; uint32_t L_15 = V_2; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } IL_002d: { uint32_t L_16 = V_3; uint32_t L_17 = V_1; uint32_t L_18 = V_0; uint32_t L_19 = V_2; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, ((int32_t)il2cpp_codegen_multiply(((int32_t)((uint32_t)(int32_t)L_17/(uint32_t)(int32_t)L_18)), (int32_t)L_19)))); uint32_t L_20 = V_1; uint32_t L_21 = V_0; V_1 = ((int32_t)((uint32_t)(int32_t)L_20%(uint32_t)(int32_t)L_21)); } IL_0039: { uint32_t L_22 = V_1; if (L_22) { goto IL_0010; } } IL_003c: { return 0; } } // Mono.Math.BigInteger Mono.Math.BigInteger/Kernel::modInverse(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* Kernel_modInverse_m9ECF1364E209143C6470B9D0919489403AB39A60 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___modulus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* V_0 = NULL; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* V_1 = NULL; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* V_2 = NULL; int32_t V_3 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_4 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_5 = NULL; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* V_6 = NULL; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* V_7 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_8 = NULL; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___modulus1; NullCheck(L_0); uint32_t L_1 = L_0->___length_0; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001d; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___bi0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = ___modulus1; NullCheck(L_3); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = L_3->___data_1; NullCheck(L_4); int32_t L_5 = 0; uint32_t L_6 = (L_4)->GetAt(static_cast(L_5)); uint32_t L_7; L_7 = Kernel_modInverse_mD3623EA85BBB7C27BCBE7D1094E0B55CBE453DA7(L_2, L_6, NULL); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8; L_8 = BigInteger_op_Implicit_m6237FB3F50F56EC46B96D24C2D1FB0568C246EC3(L_7, NULL); return L_8; } IL_001d: { BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_9 = (BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)SZArrayNew(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_10 = L_9; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11; L_11 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_11); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_12 = L_10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13; L_13 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_13); V_0 = L_12; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_14 = (BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)SZArrayNew(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var, (uint32_t)2); V_1 = L_14; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_15 = (BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA*)SZArrayNew(BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA_il2cpp_TypeInfo_var, (uint32_t)2); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_16 = L_15; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_17; L_17 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_17); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_18 = L_16; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19; L_19 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(0, NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_19); V_2 = L_18; V_3 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = ___modulus1; V_4 = L_20; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_21 = ___bi0; V_5 = L_21; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = ___modulus1; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_23 = (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C*)il2cpp_codegen_object_new(ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); NullCheck(L_23); ModulusRing__ctor_m6A175E169C5787DD207EB81BC44C73F7F35CDBB4(L_23, L_22, NULL); V_6 = L_23; goto IL_00c1; } IL_0068: { int32_t L_24 = V_3; if ((((int32_t)L_24) <= ((int32_t)1))) { goto IL_008e; } } { ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_25 = V_6; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_26 = V_0; NullCheck(L_26); int32_t L_27 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_28 = (L_26)->GetAt(static_cast(L_27)); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_29 = V_0; NullCheck(L_29); int32_t L_30 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_31 = (L_29)->GetAt(static_cast(L_30)); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_32 = V_1; NullCheck(L_32); int32_t L_33 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = (L_32)->GetAt(static_cast(L_33)); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35; L_35 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_31, L_34, NULL); NullCheck(L_25); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36; L_36 = ModulusRing_Difference_mA8D2F5FD606B235EA8C28BDEB4CAF9439EA8A875(L_25, L_28, L_35, NULL); V_8 = L_36; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_37 = V_0; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_38 = V_0; NullCheck(L_38); int32_t L_39 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40 = (L_38)->GetAt(static_cast(L_39)); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_40); (L_37)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_40); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_41 = V_0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42 = V_8; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_42); } IL_008e: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_43 = V_4; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_44 = V_5; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_45; L_45 = Kernel_multiByteDivide_m131E5D3827622CA6A1777ECA0547C8F85AAEAE37(L_43, L_44, NULL); V_7 = L_45; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_46 = V_1; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_47 = V_1; NullCheck(L_47); int32_t L_48 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_49 = (L_47)->GetAt(static_cast(L_48)); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_49); (L_46)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_49); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_50 = V_1; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_51 = V_7; NullCheck(L_51); int32_t L_52 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_53 = (L_51)->GetAt(static_cast(L_52)); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_53); (L_50)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_53); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_54 = V_2; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_55 = V_2; NullCheck(L_55); int32_t L_56 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_57 = (L_55)->GetAt(static_cast(L_56)); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_57); (L_54)->SetAt(static_cast(0), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_57); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_58 = V_2; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_59 = V_7; NullCheck(L_59); int32_t L_60 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_61 = (L_59)->GetAt(static_cast(L_60)); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_61); (L_58)->SetAt(static_cast(1), (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)L_61); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_62 = V_5; V_4 = L_62; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_63 = V_7; NullCheck(L_63); int32_t L_64 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_65 = (L_63)->GetAt(static_cast(L_64)); V_5 = L_65; int32_t L_66 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_66, 1)); } IL_00c1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_67 = V_5; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_68; L_68 = BigInteger_op_Inequality_m9856AD63277F3A3FBF2D1DD05331CBAE543399BA(L_67, 0, NULL); if (L_68) { goto IL_0068; } } { BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_69 = V_2; NullCheck(L_69); int32_t L_70 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_71 = (L_69)->GetAt(static_cast(L_70)); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_72; L_72 = BigInteger_op_Inequality_m9856AD63277F3A3FBF2D1DD05331CBAE543399BA(L_71, 1, NULL); if (!L_72) { goto IL_00e1; } } { ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_73 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var))); NullCheck(L_73); ArithmeticException__ctor_m84E573C2093803DC9E6219461275B351D225C16A(L_73, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5F0552FD39D0662CC057CFE2B43FEC612634CD8B)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Kernel_modInverse_m9ECF1364E209143C6470B9D0919489403AB39A60_RuntimeMethod_var))); } IL_00e1: { ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_74 = V_6; BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_75 = V_0; NullCheck(L_75); int32_t L_76 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_77 = (L_75)->GetAt(static_cast(L_76)); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_78 = V_0; NullCheck(L_78); int32_t L_79 = 1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_80 = (L_78)->GetAt(static_cast(L_79)); BigIntegerU5BU5D_t9960AE709A3FFE5C4CA2D0B8F7848CD7505E32FA* L_81 = V_1; NullCheck(L_81); int32_t L_82 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_83 = (L_81)->GetAt(static_cast(L_82)); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_84; L_84 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_80, L_83, NULL); NullCheck(L_74); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_85; L_85 = ModulusRing_Difference_mA8D2F5FD606B235EA8C28BDEB4CAF9439EA8A875(L_74, L_77, L_84, NULL); return L_85; } } #ifdef __clang__ #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 bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Multicast(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); typedef bool (*FunctionPointerType) (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method); bool retVal = false; for (il2cpp_array_size_t i = 0; i < length; i++) { PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)(currentDelegate, ___bi0, ___confidence1, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Open(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___bi0, ___confidence1, method); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Closed(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (RuntimeObject*, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(__this->___m_target_2, ___bi0, ___confidence1, method); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenStaticInvoker(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { return InvokerFuncInvoker2< bool, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___bi0, ___confidence1); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_ClosedStaticInvoker(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { return InvokerFuncInvoker3< bool, RuntimeObject*, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___bi0, ___confidence1); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenVirtual(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { return VirtualFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), ___bi0, ___confidence1); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenInterface(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { return InterfaceFuncInvoker1< bool, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___bi0, ___confidence1); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenGenericVirtual(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { return GenericVirtualFuncInvoker1< bool, int32_t >::Invoke(method, ___bi0, ___confidence1); } bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenGenericInterface(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { return GenericInterfaceFuncInvoker1< bool, int32_t >::Invoke(method, ___bi0, ___confidence1); } // System.Void Mono.Math.Prime.PrimalityTest::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimalityTest__ctor_m2DD8655153FEDF2CC6B2C8AFE48074F980273538 (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1); __this->___method_3 = ___method1; __this->___m_target_2 = ___object0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0); int methodCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1); if (MethodIsStatic((RuntimeMethod*)___method1)) { bool isOpen = methodCount == 2; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Open; else __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Closed; } else { bool isOpen = methodCount == 1; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___method1)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___method1)) __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Open; } } else { __this->___invoke_impl_1 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Closed; } } __this->___extra_arg_5 = (intptr_t)&PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_Multicast; } // System.Boolean Mono.Math.Prime.PrimalityTest::Invoke(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6 (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method); return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___bi0, ___confidence1, reinterpret_cast(__this->___method_3)); } #ifdef __clang__ #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 Mono.Math.Prime.PrimalityTests::GetSPPRounds(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)100)))) { goto IL_0011; } } { V_1 = ((int32_t)27); goto IL_008f; } IL_0011: { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)((int32_t)150)))) { goto IL_001e; } } { V_1 = ((int32_t)18); goto IL_008f; } IL_001e: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)((int32_t)200)))) { goto IL_002b; } } { V_1 = ((int32_t)15); goto IL_008f; } IL_002b: { int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)((int32_t)250)))) { goto IL_0038; } } { V_1 = ((int32_t)12); goto IL_008f; } IL_0038: { int32_t L_6 = V_0; if ((((int32_t)L_6) > ((int32_t)((int32_t)300)))) { goto IL_0045; } } { V_1 = ((int32_t)9); goto IL_008f; } IL_0045: { int32_t L_7 = V_0; if ((((int32_t)L_7) > ((int32_t)((int32_t)350)))) { goto IL_0051; } } { V_1 = 8; goto IL_008f; } IL_0051: { int32_t L_8 = V_0; if ((((int32_t)L_8) > ((int32_t)((int32_t)400)))) { goto IL_005d; } } { V_1 = 7; goto IL_008f; } IL_005d: { int32_t L_9 = V_0; if ((((int32_t)L_9) > ((int32_t)((int32_t)500)))) { goto IL_0069; } } { V_1 = 6; goto IL_008f; } IL_0069: { int32_t L_10 = V_0; if ((((int32_t)L_10) > ((int32_t)((int32_t)600)))) { goto IL_0075; } } { V_1 = 5; goto IL_008f; } IL_0075: { int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)((int32_t)800)))) { goto IL_0081; } } { V_1 = 4; goto IL_008f; } IL_0081: { int32_t L_12 = V_0; if ((((int32_t)L_12) > ((int32_t)((int32_t)1250)))) { goto IL_008d; } } { V_1 = 3; goto IL_008f; } IL_008d: { V_1 = 2; } IL_008f: { int32_t L_13 = ___confidence1; switch (L_13) { case 0: { goto IL_00af; } case 1: { goto IL_00ba; } case 2: { goto IL_00c5; } case 3: { goto IL_00c7; } case 4: { goto IL_00cb; } case 5: { goto IL_00cf; } } } { goto IL_00da; } IL_00af: { int32_t L_14 = V_1; V_1 = ((int32_t)(L_14>>2)); int32_t L_15 = V_1; if (L_15) { goto IL_00b8; } } { return 1; } IL_00b8: { int32_t L_16 = V_1; return L_16; } IL_00ba: { int32_t L_17 = V_1; V_1 = ((int32_t)(L_17>>1)); int32_t L_18 = V_1; if (L_18) { goto IL_00c3; } } { return 1; } IL_00c3: { int32_t L_19 = V_1; return L_19; } IL_00c5: { int32_t L_20 = V_1; return L_20; } IL_00c7: { int32_t L_21 = V_1; return ((int32_t)(L_21<<1)); } IL_00cb: { int32_t L_22 = V_1; return ((int32_t)(L_22<<2)); } IL_00cf: { Exception_t* L_23 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); NullCheck(L_23); Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3227BC5517316F41D601A40DC84532F3C724DC04)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0_RuntimeMethod_var))); } IL_00da: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_24 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_24); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral497E0727E6D4098F7DA86E306F0B961AA34D95FF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0_RuntimeMethod_var))); } } // System.Boolean Mono.Math.Prime.PrimalityTests::Test(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_Test_mBD5F6695EFC0FDD671479666600C37183E07A61D (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, int32_t ___confidence1, const RuntimeMethod* method) { { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_0, NULL); if ((((int32_t)L_1) >= ((int32_t)((int32_t)33)))) { goto IL_0012; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = ___n0; int32_t L_3 = ___confidence1; bool L_4; L_4 = PrimalityTests_SmallPrimeSppTest_mB7CCEC8FB86DC918CB612AD5E6C3C46D710B4FE4(L_2, L_3, NULL); return L_4; } IL_0012: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5 = ___n0; int32_t L_6 = ___confidence1; bool L_7; L_7 = PrimalityTests_RabinMillerTest_m6297428B1D601C0DECB933D15488403420C57B86(L_5, L_6, NULL); return L_7; } } // System.Boolean Mono.Math.Prime.PrimalityTests::RabinMillerTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_RabinMillerTest_m6297428B1D601C0DECB933D15488403420C57B86 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___n0, int32_t ___confidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_2 = NULL; int32_t V_3 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_4 = NULL; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* V_5 = NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_6 = NULL; int32_t V_7 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_8 = NULL; int32_t V_9 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___n0; NullCheck(L_0); int32_t L_1; L_1 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3; L_3 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(L_2, NULL); int32_t L_4 = ___confidence1; int32_t L_5; L_5 = PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0(L_3, L_4, NULL); V_1 = L_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = ___n0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_7; L_7 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8; L_8 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_6, L_7, NULL); V_2 = L_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_9 = V_2; NullCheck(L_9); int32_t L_10; L_10 = BigInteger_LowestSetBit_m896C0551AFB1E105ABDD3ED9BCD9A733C7BB4084(L_9, NULL); V_3 = L_10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = V_2; int32_t L_12 = V_3; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_13; L_13 = BigInteger_op_RightShift_m5F57600256DE406C5A1AA270C2E0325FD4056508(L_11, L_12, NULL); V_4 = L_13; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_14 = ___n0; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_15 = (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C*)il2cpp_codegen_object_new(ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); NullCheck(L_15); ModulusRing__ctor_m6A175E169C5787DD207EB81BC44C73F7F35CDBB4(L_15, L_14, NULL); V_5 = L_15; V_6 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = ___n0; NullCheck(L_16); int32_t L_17; L_17 = BigInteger_BitCount_m5F96908D73197CFFDBD7E82CD5094810A150A132(L_16, NULL); if ((((int32_t)L_17) <= ((int32_t)((int32_t)100)))) { goto IL_0052; } } { ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_18 = V_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19 = V_4; NullCheck(L_18); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20; L_20 = ModulusRing_Pow_mEA5231B20ED717138C2D317EDBE748E78AC9F23B(L_18, 2, L_19, NULL); V_6 = L_20; } IL_0052: { V_7 = 0; goto IL_00ed; } IL_005a: { int32_t L_21 = V_7; if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_0069; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = V_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_23; L_23 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_22, (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL, NULL); if (!L_23) { goto IL_009a; } } IL_0069: { V_8 = (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*)NULL; } IL_006c: { int32_t L_24 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25; L_25 = BigInteger_GenerateRandom_mA5683A055E3197A7930331D64ACE9FD77ABA7E2F(L_24, NULL); V_8 = L_25; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26 = V_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27; L_27 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(2, NULL); bool L_28; L_28 = BigInteger_op_LessThanOrEqual_m6EA5C4A9EA7B652748D8A12634DF67B2F1E399A3(L_26, L_27, NULL); if (!L_28) { goto IL_008d; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29 = V_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = V_2; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_31; L_31 = BigInteger_op_GreaterThanOrEqual_mD01BBF464FF2EB40AF3C3254017F4B964C0E92A6(L_29, L_30, NULL); if (L_31) { goto IL_006c; } } IL_008d: { ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_32 = V_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_33 = V_8; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = V_4; NullCheck(L_32); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_35; L_35 = ModulusRing_Pow_m3602488F00AB354BF612F99203C49FA163B7FB7C(L_32, L_33, L_34, NULL); V_6 = L_35; } IL_009a: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_36 = V_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_37; L_37 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_36, 1, NULL); if (L_37) { goto IL_00e7; } } { V_9 = 0; goto IL_00cc; } IL_00a9: { ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_38 = V_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_39 = V_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_40; L_40 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(2, NULL); NullCheck(L_38); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41; L_41 = ModulusRing_Pow_m3602488F00AB354BF612F99203C49FA163B7FB7C(L_38, L_39, L_40, NULL); V_6 = L_41; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_42 = V_6; bool L_43; L_43 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_42, 1, NULL); if (!L_43) { goto IL_00c6; } } { return (bool)0; } IL_00c6: { int32_t L_44 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_44, 1)); } IL_00cc: { int32_t L_45 = V_9; int32_t L_46 = V_3; if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_00db; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_47 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_48 = V_2; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_49; L_49 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_47, L_48, NULL); if (L_49) { goto IL_00a9; } } IL_00db: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_50 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_51 = V_2; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_52; L_52 = BigInteger_op_Inequality_m9C823E30413FC9F74A261958C5AAF059A534B38D(L_50, L_51, NULL); if (!L_52) { goto IL_00e7; } } { return (bool)0; } IL_00e7: { int32_t L_53 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_53, 1)); } IL_00ed: { int32_t L_54 = V_7; int32_t L_55 = V_1; if ((((int32_t)L_54) < ((int32_t)L_55))) { goto IL_005a; } } { return (bool)1; } } // System.Boolean Mono.Math.Prime.PrimalityTests::SmallPrimeSppTest(Mono.Math.BigInteger,Mono.Math.Prime.ConfidenceFactor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimalityTests_SmallPrimeSppTest_mB7CCEC8FB86DC918CB612AD5E6C3C46D710B4FE4 (BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_1 = NULL; int32_t V_2 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_3 = NULL; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* V_4 = NULL; int32_t V_5 = 0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_0 = ___bi0; int32_t L_1 = ___confidence1; int32_t L_2; L_2 = PrimalityTests_GetSPPRounds_m3C8A282B27766BD0ACC0602ECAD1C15C682842D0(L_0, L_1, NULL); V_0 = L_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = ___bi0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_4; L_4 = BigInteger_op_Implicit_m7FD36D35E19EBC37511233566E3DFC19EE8B2064(1, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_5; L_5 = BigInteger_op_Subtraction_mD00CB76650574F0288906589F2128EC26236976A(L_3, L_4, NULL); V_1 = L_5; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = BigInteger_LowestSetBit_m896C0551AFB1E105ABDD3ED9BCD9A733C7BB4084(L_6, NULL); V_2 = L_7; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_8 = V_1; int32_t L_9 = V_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_10; L_10 = BigInteger_op_RightShift_m5F57600256DE406C5A1AA270C2E0325FD4056508(L_8, L_9, NULL); V_3 = L_10; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_11 = ___bi0; ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_12 = (ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C*)il2cpp_codegen_object_new(ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C_il2cpp_TypeInfo_var); NullCheck(L_12); ModulusRing__ctor_m6A175E169C5787DD207EB81BC44C73F7F35CDBB4(L_12, L_11, NULL); V_4 = L_12; V_5 = 0; goto IL_008c; } IL_0031: { ModulusRing_tC15B1710265AA80063E24B66C0E92F4713B5D77C* L_13 = V_4; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; uint32_t L_17 = (L_14)->GetAt(static_cast(L_16)); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_18 = V_3; NullCheck(L_13); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_19; L_19 = ModulusRing_Pow_mEA5231B20ED717138C2D317EDBE748E78AC9F23B(L_13, L_17, L_18, NULL); V_6 = L_19; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_20 = V_6; bool L_21; L_21 = BigInteger_op_Equality_m05777DCA5F73633A2AC9CAF915B0BCA3EBA7FB8B(L_20, 1, NULL); if (L_21) { goto IL_0086; } } { V_7 = (bool)0; V_8 = 0; goto IL_007b; } IL_0055: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_22 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_23 = V_1; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); bool L_24; L_24 = BigInteger_op_Equality_m9D7E63A3516ED3DB6878866DF6EB4A38C97F028A(L_22, L_23, NULL); if (!L_24) { goto IL_0064; } } { V_7 = (bool)1; goto IL_0080; } IL_0064: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_25 = V_6; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_26 = V_6; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_27; L_27 = BigInteger_op_Multiply_m162BB72DEC3E84A88645255E126F902E191F888B(L_25, L_26, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_28 = ___bi0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_29; L_29 = BigInteger_op_Modulus_m28B287A74584B158A8EC58733CD42F6643B73340(L_27, L_28, NULL); V_6 = L_29; int32_t L_30 = V_8; V_8 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_007b: { int32_t L_31 = V_8; int32_t L_32 = V_2; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0055; } } IL_0080: { bool L_33 = V_7; if (L_33) { goto IL_0086; } } { return (bool)0; } IL_0086: { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_008c: { int32_t L_35 = V_5; int32_t L_36 = V_0; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0031; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimeGeneratorBase_get_Confidence_m96E962D5CC594C4F85F226D4C75E961D1887C1FC (PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010* __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* PrimeGeneratorBase_get_PrimalityTest_mACE01A293306C701AD8701BF386C6CEC77370430 (PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimalityTests_RabinMillerTest_m6297428B1D601C0DECB933D15488403420C57B86_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* L_0 = (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222*)il2cpp_codegen_object_new(PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222_il2cpp_TypeInfo_var); NullCheck(L_0); PrimalityTest__ctor_m2DD8655153FEDF2CC6B2C8AFE48074F980273538(L_0, NULL, (intptr_t)((void*)PrimalityTests_RabinMillerTest_m6297428B1D601C0DECB933D15488403420C57B86_RuntimeMethod_var), NULL); return L_0; } } // System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimeGeneratorBase_get_TrialDivisionBounds_m50CEAA0C86E6F70A4137326927B010B9B95B9508 (PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010* __this, const RuntimeMethod* method) { { return ((int32_t)4000); } } // System.Void Mono.Math.Prime.Generator.PrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimeGeneratorBase__ctor_m8565C0DBFC1E08A72F6C0FD0903683C37E3F0F96 (PrimeGeneratorBase_t77A039352E02435395FC15EA9BCA0039E2B95010* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* SequentialSearchPrimeGeneratorBase_GenerateSearchBase_mF4B4DC908E17A7A03556C210CC643FFEDFB850B1 (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* __this, int32_t ___bits0, RuntimeObject* ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___bits0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1; L_1 = BigInteger_GenerateRandom_mA5683A055E3197A7930331D64ACE9FD77ABA7E2F(L_0, NULL); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2 = L_1; NullCheck(L_2); BigInteger_SetBit_m44BC39E491F4ADAF863391B5C1ED734E04B101AC(L_2, 0, NULL); return L_2; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* SequentialSearchPrimeGeneratorBase_GenerateNewPrime_mF6E88F863872062A6DE2B5C8278EA93E3A10F2DF (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* __this, int32_t ___bits0, const RuntimeMethod* method) { { int32_t L_0 = ___bits0; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_1; L_1 = VirtualFuncInvoker2< BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t, RuntimeObject* >::Invoke(9 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) */, __this, L_0, NULL); return L_1; } } // Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateNewPrime(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* SequentialSearchPrimeGeneratorBase_GenerateNewPrime_m6578C5265616E4117467E792606E7B289E86D3A8 (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* __this, int32_t ___bits0, RuntimeObject* ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_3 = NULL; int32_t V_4 = 0; { int32_t L_0 = ___bits0; RuntimeObject* L_1 = ___context1; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_2; L_2 = VirtualFuncInvoker2< BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, int32_t, RuntimeObject* >::Invoke(8 /* Mono.Math.BigInteger Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::GenerateSearchBase(System.Int32,System.Object) */, __this, L_0, L_1); V_0 = L_2; BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); uint32_t L_4; L_4 = BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09(L_3, ((int32_t)-1060120681), NULL); V_1 = L_4; int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 Mono.Math.Prime.Generator.PrimeGeneratorBase::get_TrialDivisionBounds() */, __this); V_2 = L_5; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = ((BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_StaticFields*)il2cpp_codegen_static_fields_for(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var))->___smallPrimes_2; V_3 = L_6; } IL_0022: { uint32_t L_7 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)3))) { goto IL_009d; } } { uint32_t L_8 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_8%(uint32_t)(int32_t)5))) { goto IL_009d; } } { uint32_t L_9 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_9%(uint32_t)(int32_t)7))) { goto IL_009d; } } { uint32_t L_10 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_10%(uint32_t)(int32_t)((int32_t)11)))) { goto IL_009d; } } { uint32_t L_11 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_11%(uint32_t)(int32_t)((int32_t)13)))) { goto IL_009d; } } { uint32_t L_12 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_12%(uint32_t)(int32_t)((int32_t)17)))) { goto IL_009d; } } { uint32_t L_13 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_13%(uint32_t)(int32_t)((int32_t)19)))) { goto IL_009d; } } { uint32_t L_14 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_14%(uint32_t)(int32_t)((int32_t)23)))) { goto IL_009d; } } { uint32_t L_15 = V_1; if (!((int32_t)((uint32_t)(int32_t)L_15%(uint32_t)(int32_t)((int32_t)29)))) { goto IL_009d; } } { V_4 = ((int32_t)10); goto IL_006d; } IL_005b: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_16 = V_0; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_17 = V_3; int32_t L_18 = V_4; NullCheck(L_17); int32_t L_19 = L_18; uint32_t L_20 = (L_17)->GetAt(static_cast(L_19)); il2cpp_codegen_runtime_class_init_inline(BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED_il2cpp_TypeInfo_var); uint32_t L_21; L_21 = BigInteger_op_Modulus_m6B6751164D6B74BB90EE644E2243421FBE310F09(L_16, L_20, NULL); if (!L_21) { goto IL_009d; } } { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_006d: { int32_t L_23 = V_4; UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_24 = V_3; NullCheck(L_24); if ((((int32_t)L_23) >= ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))))) { goto IL_007d; } } { UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = V_3; int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; uint32_t L_28 = (L_25)->GetAt(static_cast(L_27)); int32_t L_29 = V_2; if ((((int64_t)((int64_t)(uint64_t)L_28)) <= ((int64_t)((int64_t)L_29)))) { goto IL_005b; } } IL_007d: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_30 = V_0; RuntimeObject* L_31 = ___context1; bool L_32; L_32 = VirtualFuncInvoker2< bool, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED*, RuntimeObject* >::Invoke(10 /* System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) */, __this, L_30, L_31); if (!L_32) { goto IL_009d; } } { PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* L_33; L_33 = VirtualFuncInvoker0< PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* >::Invoke(5 /* Mono.Math.Prime.PrimalityTest Mono.Math.Prime.Generator.PrimeGeneratorBase::get_PrimalityTest() */, __this); BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_34 = V_0; int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* Mono.Math.Prime.ConfidenceFactor Mono.Math.Prime.Generator.PrimeGeneratorBase::get_Confidence() */, __this); NullCheck(L_33); bool L_36; L_36 = PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_inline(L_33, L_34, L_35, NULL); if (!L_36) { goto IL_009d; } } { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_37 = V_0; return L_37; } IL_009d: { uint32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, 2)); uint32_t L_39 = V_1; if ((!(((uint32_t)L_39) >= ((uint32_t)((int32_t)-1060120681))))) { goto IL_00b1; } } { uint32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, ((int32_t)-1060120681))); } IL_00b1: { BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* L_41 = V_0; NullCheck(L_41); BigInteger_Incr2_mBAB10A3388AFAD29E0A1ACC1B1E3A002222E9BF0(L_41, NULL); goto IL_0022; } } // System.Boolean Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::IsPrimeAcceptable(Mono.Math.BigInteger,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable_m4597629D4AD4511F439CC74B80044BFA4BDE3231 (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, RuntimeObject* ___context1, const RuntimeMethod* method) { { return (bool)1; } } // System.Void Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequentialSearchPrimeGeneratorBase__ctor_m7298A382C3C3DF119887B4DC0CE5187AB5D69AE3 (SequentialSearchPrimeGeneratorBase_tF5AA162CC01B9A0644538412D7735BE17C1A2665* __this, const RuntimeMethod* method) { { PrimeGeneratorBase__ctor_m8565C0DBFC1E08A72F6C0FD0903683C37E3F0F96(__this, 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 Microsoft.Win32.Registry::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Registry__cctor_mB9F6984E86D292CD76F8B1A54143ADCD4E006721 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_0 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_0); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_0, ((int32_t)-2147483648LL), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___ClassesRoot_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___ClassesRoot_0), (void*)L_0); RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_1 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_1); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_1, ((int32_t)-2147483643), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___CurrentConfig_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___CurrentConfig_1), (void*)L_1); RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_2 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_2); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_2, ((int32_t)-2147483647), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___CurrentUser_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___CurrentUser_2), (void*)L_2); RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_3 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_3); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_3, ((int32_t)-2147483642), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___DynData_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___DynData_3), (void*)L_3); RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_4 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_4); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_4, ((int32_t)-2147483646), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___LocalMachine_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___LocalMachine_4), (void*)L_4); RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_5 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_5); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_5, ((int32_t)-2147483644), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___PerformanceData_5 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___PerformanceData_5), (void*)L_5); RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* L_6 = (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757*)il2cpp_codegen_object_new(RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757_il2cpp_TypeInfo_var); NullCheck(L_6); RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116(L_6, ((int32_t)-2147483645), NULL); ((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___Users_6 = L_6; Il2CppCodeGenWriteBarrier((void**)(&((Registry_t918154596010E3158C192D5EE45B1FCE738454B2_StaticFields*)il2cpp_codegen_static_fields_for(Registry_t918154596010E3158C192D5EE45B1FCE738454B2_il2cpp_TypeInfo_var))->___Users_6), (void*)L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.RegistryKey::.ctor(Microsoft.Win32.RegistryHive) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116 (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, int32_t ___hiveId0, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_0 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var))); NullCheck(L_0); PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey__ctor_mBA7579DB41FE49641F329EADBD3A972F12ABE116_RuntimeMethod_var))); } } // System.Void Microsoft.Win32.RegistryKey::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_Dispose_mC9125BB8A8B29DB02BE0D3C89FE9F6F5696B01AB (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, const RuntimeMethod* method) { { return; } } // System.Object Microsoft.Win32.RegistryKey::GetValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69 (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, String_t* ___name0, const RuntimeMethod* method) { { PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_0 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var))); NullCheck(L_0); PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_GetValue_mB2DF6F3E17FB29F48E6EB1D4AC4EA1EC19CE5B69_RuntimeMethod_var))); } } // Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* RegistryKey_OpenSubKey_m096C287ECF6C7A3D8B8F14986969D40A3FEAC6D1 (RegistryKey_t6C03DFFA88F25DC8E413D3383F05157099B2D757* __this, String_t* ___name0, const RuntimeMethod* method) { { PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_0 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var))); NullCheck(L_0); PlatformNotSupportedException__ctor_mD5DBE8E9A6FF4B75EF02671029C6D67A51EAFBD1(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_OpenSubKey_m096C287ECF6C7A3D8B8F14986969D40A3FEAC6D1_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String Microsoft.Win32.Win32Native::GetMessage(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32Native_GetMessage_m1BAE4293266DF5982B19FEF43C762845881F58ED (int32_t ___hr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80905910A78441C04EDCE26C733491EBE4B06012); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___hr0), NULL); String_t* L_1; L_1 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral80905910A78441C04EDCE26C733491EBE4B06012, L_0, NULL); return L_1; } } // System.Int32 Microsoft.Win32.Win32Native::MakeHRFromErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Win32Native_MakeHRFromErrorCode_m4E768090AA49CA443409F447EDC50DFC430D41C1 (int32_t ___errorCode0, const RuntimeMethod* method) { { int32_t L_0 = ___errorCode0; return ((int32_t)(((int32_t)-2147024896)|L_0)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr Microsoft.Win32.SafeHandles.SafePasswordHandle::CreateHandle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafePasswordHandle_CreateHandle_mE576335153B4059AF0EA709DC0418DCA0A8D6362 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, String_t* ___password0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___password0; il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = Marshal_StringToHGlobalAnsi_m2F16358FCE376ACCADF2D57AE31ED9B94F06C5D8(L_0, NULL); return L_1; } } // System.Void Microsoft.Win32.SafeHandles.SafePasswordHandle::FreeHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafePasswordHandle_FreeHandle_m43E3C64BF2BB8183D8C2A1DDE160E58D9C476AA3 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0; il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); Marshal_ZeroFreeGlobalAllocAnsi_m45EFBB6ACC112AA1154FC387A0DCDDD407832C01(L_0, NULL); return; } } // System.Void Microsoft.Win32.SafeHandles.SafePasswordHandle::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafePasswordHandle__ctor_m7B9E2FCDE3D3062399AC53BDF31F9098442D8309 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, String_t* ___password0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SafeHandle__ctor_m23E44C94503043292DCD4E87818082CFC09A7F4B(__this, (0), (bool)1, NULL); String_t* L_0 = ___password0; if (!L_0) { goto IL_001c; } } { String_t* L_1 = ___password0; intptr_t L_2; L_2 = SafePasswordHandle_CreateHandle_mE576335153B4059AF0EA709DC0418DCA0A8D6362(__this, L_1, NULL); SafeHandle_SetHandle_m003D64748F9DFBA1E3C0B23798C23BA81AA21C2A_inline(__this, L_2, NULL); } IL_001c: { return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafePasswordHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafePasswordHandle_ReleaseHandle_m6B139CF57598429F6EAD942217746867AE89D008 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0; bool L_1; L_1 = IntPtr_op_Inequality_m2F715312CBFCE7E1A81D0689F68B97218E37E5D1(L_0, (0), NULL); if (!L_1) { goto IL_0018; } } { SafePasswordHandle_FreeHandle_m43E3C64BF2BB8183D8C2A1DDE160E58D9C476AA3(__this, NULL); } IL_0018: { intptr_t L_2; L_2 = IntPtr_op_Explicit_mB06D1B6CFBA72B5C55FBEC1BA3BC25958AB60EB1((-1), NULL); SafeHandle_SetHandle_m003D64748F9DFBA1E3C0B23798C23BA81AA21C2A_inline(__this, L_2, NULL); return (bool)1; } } // System.Void Microsoft.Win32.SafeHandles.SafePasswordHandle::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafePasswordHandle_Dispose_m4A8B3DF1DE0D210135D297F01429E3C1CE874636 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeHandleCache_1_IsCachedInvalidHandle_m087B59F3E76BF959B1382DCBECAAD70981455C77_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___disposing0; if (!L_0) { goto IL_000c; } } { bool L_1; L_1 = SafeHandleCache_1_IsCachedInvalidHandle_m087B59F3E76BF959B1382DCBECAAD70981455C77(__this, SafeHandleCache_1_IsCachedInvalidHandle_m087B59F3E76BF959B1382DCBECAAD70981455C77_RuntimeMethod_var); if (!L_1) { goto IL_000c; } } { return; } IL_000c: { bool L_2 = ___disposing0; SafeHandle_Dispose_m8B7AAA8CF9D5AD35412BCFB00EAD048EBC1C3514(__this, L_2, NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafePasswordHandle::get_IsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafePasswordHandle_get_IsInvalid_mF54C68BED4038FE9FE139F2D181E2CB7638781D0 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, const RuntimeMethod* method) { { intptr_t L_0 = ((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0; intptr_t L_1; L_1 = IntPtr_op_Explicit_mB06D1B6CFBA72B5C55FBEC1BA3BC25958AB60EB1((-1), NULL); bool L_2; L_2 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_0, L_1, NULL); return L_2; } } // System.String Microsoft.Win32.SafeHandles.SafePasswordHandle::Mono_DangerousGetString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SafePasswordHandle_Mono_DangerousGetString_m247A8B0941D759ED1EBC9769C82A06201FD2B9D5 (SafePasswordHandle_t07A3BFCF046DFE44216ACE030F838C8AE2564463* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0; L_0 = SafeHandle_DangerousGetHandle_mE7CB3F36EE7BB2E2623EF316C4B43D1CA44B7F9C_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Marshal_PtrToStringAnsi_m86CDF46D9E4810BD7DB9BB52C1036E24A7DD46EE(L_0, NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.SafeHandles.SafeFileHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFileHandle__ctor_mDF2AFEC596DE2F6BD8FBB977135DAC23703213A2 (SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle1; SafeHandleZeroOrMinusOneIsInvalid__ctor_m9BA85F78EC25654EE170CA999EC379D9A4B59B89(__this, L_0, NULL); intptr_t L_1 = ___preexistingHandle0; SafeHandle_SetHandle_m003D64748F9DFBA1E3C0B23798C23BA81AA21C2A_inline(__this, L_1, NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeFileHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeFileHandle_ReleaseHandle_mFB3F634215C1C3DE1FA55BEE1BB005489CCB6BC9 (SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoIO_t4111700E5C2D38E1B55C916719E4CB725CBE5FC7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { intptr_t L_0 = ((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0; il2cpp_codegen_runtime_class_init_inline(MonoIO_t4111700E5C2D38E1B55C916719E4CB725CBE5FC7_il2cpp_TypeInfo_var); bool L_1; L_1 = MonoIO_Close_m5DB53C15FB2AD4DB1257B58ABC950D4985B63C8C(L_0, (&V_0), NULL); int32_t L_2 = V_0; return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.SafeHandles.SafeWaitHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeWaitHandle__ctor_m6CA082DF779C0BAAA7EEDE99BB2ECF1ECDB579DA (SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449* __this, intptr_t ___existingHandle0, bool ___ownsHandle1, const RuntimeMethod* method) { { bool L_0 = ___ownsHandle1; SafeHandleZeroOrMinusOneIsInvalid__ctor_m9BA85F78EC25654EE170CA999EC379D9A4B59B89(__this, L_0, NULL); intptr_t L_1 = ___existingHandle0; SafeHandle_SetHandle_m003D64748F9DFBA1E3C0B23798C23BA81AA21C2A_inline(__this, L_1, NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeWaitHandle::ReleaseHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeWaitHandle_ReleaseHandle_m859E29080535AB6992A97121C4EEACF9987304C1 (SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449* __this, const RuntimeMethod* method) { { intptr_t L_0 = ((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0; NativeEventCalls_CloseEvent_internal_m8793A428ACF2F1C62CC88D712141A77DC72CC3FD(L_0, NULL); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_m9BA85F78EC25654EE170CA999EC379D9A4B59B89 (SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629* __this, bool ___ownsHandle0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___ownsHandle0; SafeHandle__ctor_m23E44C94503043292DCD4E87818082CFC09A7F4B(__this, (0), L_0, NULL); return; } } // System.Boolean Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::get_IsInvalid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeHandleZeroOrMinusOneIsInvalid_get_IsInvalid_m919AE81CFBF4FE96353603BC43C8B5D83E862AFB (SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629* __this, const RuntimeMethod* method) { { intptr_t* L_0 = (&((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0); bool L_1; L_1 = IntPtr_IsNull_m77D4FB137C442917D697E210C859523466B7B2CD(L_0, NULL); if (L_1) { goto IL_001f; } } { intptr_t L_2 = ((SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7*)__this)->___handle_0; intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_m20A566609A091311C734617C699E61F545250AC7((&L_3), (-1), /*hidden argument*/NULL); bool L_4; L_4 = IntPtr_op_Equality_m73759B51FE326460AC87A0E386480226EF2FABED(L_2, L_3, NULL); return L_4; } IL_001f: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Internal.Threading.Tasks.Tracing.TaskTrace::get_Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskTrace_get_Enabled_mBF5A97673E7AECBCA7E237A2ECFE9F286705694A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* V_0 = NULL; { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_0 = ((TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_StaticFields*)il2cpp_codegen_static_fields_for(TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var))->___s_callbacks_0; V_0 = L_0; TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_1 = V_0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean Internal.Runtime.Augments.TaskTraceCallbacks::get_Enabled() */, L_2); if (L_3) { goto IL_0015; } } { return (bool)0; } IL_0015: { return (bool)1; } } // System.Void Internal.Threading.Tasks.Tracing.TaskTrace::TaskWaitBegin_Asynchronous(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskTrace_TaskWaitBegin_Asynchronous_m23C91C392A68FE9E779E5F4844DC357C333B0562 (int32_t ___OriginatingTaskSchedulerID0, int32_t ___OriginatingTaskID1, int32_t ___TaskID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* V_0 = NULL; { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_0 = ((TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_StaticFields*)il2cpp_codegen_static_fields_for(TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var))->___s_callbacks_0; V_0 = L_0; TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_1 = V_0; if (L_1) { goto IL_000a; } } { return; } IL_000a: { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_2 = V_0; int32_t L_3 = ___OriginatingTaskSchedulerID0; int32_t L_4 = ___OriginatingTaskID1; int32_t L_5 = ___TaskID2; NullCheck(L_2); VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(5 /* System.Void Internal.Runtime.Augments.TaskTraceCallbacks::TaskWaitBegin_Asynchronous(System.Int32,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); return; } } // System.Void Internal.Threading.Tasks.Tracing.TaskTrace::TaskWaitBegin_Synchronous(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskTrace_TaskWaitBegin_Synchronous_mD353866B6E8FAFAF6620C9C9DE370850D852C085 (int32_t ___OriginatingTaskSchedulerID0, int32_t ___OriginatingTaskID1, int32_t ___TaskID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* V_0 = NULL; { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_0 = ((TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_StaticFields*)il2cpp_codegen_static_fields_for(TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var))->___s_callbacks_0; V_0 = L_0; TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_1 = V_0; if (L_1) { goto IL_000a; } } { return; } IL_000a: { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_2 = V_0; int32_t L_3 = ___OriginatingTaskSchedulerID0; int32_t L_4 = ___OriginatingTaskID1; int32_t L_5 = ___TaskID2; NullCheck(L_2); VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(6 /* System.Void Internal.Runtime.Augments.TaskTraceCallbacks::TaskWaitBegin_Synchronous(System.Int32,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); return; } } // System.Void Internal.Threading.Tasks.Tracing.TaskTrace::TaskWaitEnd(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskTrace_TaskWaitEnd_mC8F68E5328A7492C95A0FFA0CD36D057F15EC404 (int32_t ___OriginatingTaskSchedulerID0, int32_t ___OriginatingTaskID1, int32_t ___TaskID2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* V_0 = NULL; { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_0 = ((TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_StaticFields*)il2cpp_codegen_static_fields_for(TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var))->___s_callbacks_0; V_0 = L_0; TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_1 = V_0; if (L_1) { goto IL_000a; } } { return; } IL_000a: { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_2 = V_0; int32_t L_3 = ___OriginatingTaskSchedulerID0; int32_t L_4 = ___OriginatingTaskID1; int32_t L_5 = ___TaskID2; NullCheck(L_2); VirtualActionInvoker3< int32_t, int32_t, int32_t >::Invoke(7 /* System.Void Internal.Runtime.Augments.TaskTraceCallbacks::TaskWaitEnd(System.Int32,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5); return; } } // System.Void Internal.Threading.Tasks.Tracing.TaskTrace::TaskScheduled(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskTrace_TaskScheduled_mA357312862E373ADE26450A58028CA342914659C (int32_t ___OriginatingTaskSchedulerID0, int32_t ___OriginatingTaskID1, int32_t ___TaskID2, int32_t ___CreatingTaskID3, int32_t ___TaskCreationOptions4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* V_0 = NULL; { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_0 = ((TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_StaticFields*)il2cpp_codegen_static_fields_for(TaskTrace_t2E91382D9ADD6AD4240AF014E8A53FEB5FBBD3EC_il2cpp_TypeInfo_var))->___s_callbacks_0; V_0 = L_0; TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_1 = V_0; if (L_1) { goto IL_000a; } } { return; } IL_000a: { TaskTraceCallbacks_tD17B8D9DCCE22E4D578E7A307A6154CE1EA12B71* L_2 = V_0; int32_t L_3 = ___OriginatingTaskSchedulerID0; int32_t L_4 = ___OriginatingTaskID1; int32_t L_5 = ___TaskID2; int32_t L_6 = ___CreatingTaskID3; int32_t L_7 = ___TaskCreationOptions4; NullCheck(L_2); VirtualActionInvoker5< int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(8 /* System.Void Internal.Runtime.Augments.TaskTraceCallbacks::TaskScheduled(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, L_2, L_3, L_4, L_5, L_6, L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Internal.Runtime.Augments.RuntimeAugments::ReportUnhandledException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeAugments_ReportUnhandledException_m6E16C67EDE4A3FF1FC7B52D01854E98BC415C1EC (Exception_t* ___exception0, const RuntimeMethod* method) { { Exception_t* L_0 = ___exception0; ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* L_1; L_1 = ExceptionDispatchInfo_Capture_mD989ED7E69753F2E0A2076B60ACA8819F14DA93E(L_0, NULL); NullCheck(L_1); ExceptionDispatchInfo_Throw_m06F398E346AE94C1CCEB636763A8CB26511F6330(L_1, NULL); return; } } // Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks Internal.Runtime.Augments.RuntimeAugments::get_Callbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* RuntimeAugments_get_Callbacks_m3FB3AA1BF25C302830608BE6F4A96987644859A6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var); ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* L_0 = ((RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var))->___s_reflectionExecutionDomainCallbacks_0; return L_0; } } // System.Void Internal.Runtime.Augments.RuntimeAugments::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeAugments__cctor_m074D19E96322A9E06968779F436A4C86C97236CF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* L_0 = (ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC*)il2cpp_codegen_object_new(ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC_il2cpp_TypeInfo_var); NullCheck(L_0); ReflectionExecutionDomainCallbacks__ctor_mD35D07DCAD928708AE062BB0751223E052A672AC(L_0, NULL); ((RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var))->___s_reflectionExecutionDomainCallbacks_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeAugments_t3F19AB581B9319D789ED226BB7DCAD90C7A0BB14_il2cpp_TypeInfo_var))->___s_reflectionExecutionDomainCallbacks_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks::CreateMissingMetadataException(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ReflectionExecutionDomainCallbacks_CreateMissingMetadataException_mC718D8970C161B6D12F16397D38E617347CB9DF1 (ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* __this, Type_t* ___attributeType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4* L_0 = (MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4*)il2cpp_codegen_object_new(MissingMetadataException_tA21BA3C1DACB682E66F4D285973CACA72E0A77B4_il2cpp_TypeInfo_var); NullCheck(L_0); MissingMetadataException__ctor_m400B8CFE17F45DF30DC27F70D329C132BF978F3B(L_0, NULL); return L_0; } } // System.Void Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionExecutionDomainCallbacks__ctor_mD35D07DCAD928708AE062BB0751223E052A672AC (ReflectionExecutionDomainCallbacks_t041256B96E629D0A3804BDC58BC3507FA140C1CC* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 Internal.Runtime.Augments.RuntimeThread::.ctor(System.Threading.Thread) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeThread__ctor_m3E4B5BFB1292F2E43AE242D46AAD7E5BF3357B86 (RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D* __this, Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* ___t0, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_0 = ___t0; __this->___thread_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___thread_1), (void*)L_0); return; } } // Internal.Runtime.Augments.RuntimeThread Internal.Runtime.Augments.RuntimeThread::Create(System.Threading.ParameterizedThreadStart,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D* RuntimeThread_Create_m6DD6D71C8CC47DE6866CE8A78FB0C9B15CC49EDB (ParameterizedThreadStart_tAA8FDC4E868056A7CB7CB2C4AB4986039B1D91E9* ___start0, int32_t ___maxStackSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParameterizedThreadStart_tAA8FDC4E868056A7CB7CB2C4AB4986039B1D91E9* L_0 = ___start0; int32_t L_1 = ___maxStackSize1; Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_2 = (Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F*)il2cpp_codegen_object_new(Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F_il2cpp_TypeInfo_var); NullCheck(L_2); Thread__ctor_m107278C895F976B9A23F48EE89D60D7C70C1AEA6(L_2, L_0, L_1, NULL); RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D* L_3 = (RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D*)il2cpp_codegen_object_new(RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_il2cpp_TypeInfo_var); NullCheck(L_3); RuntimeThread__ctor_m3E4B5BFB1292F2E43AE242D46AAD7E5BF3357B86(L_3, L_2, NULL); return L_3; } } // System.Void Internal.Runtime.Augments.RuntimeThread::set_IsBackground(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeThread_set_IsBackground_m2C5DAC3C5BBA22ED48EF799EADF068BEB1BF01F8 (RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D* __this, bool ___value0, const RuntimeMethod* method) { { Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_0 = __this->___thread_1; bool L_1 = ___value0; NullCheck(L_0); Thread_set_IsBackground_m45F00BD4C46F9B8A7C46A20A170B22BABB8FBA30(L_0, L_1, NULL); return; } } // System.Void Internal.Runtime.Augments.RuntimeThread::Start(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeThread_Start_m59C39517062E672ADE66821A93BC483D1915F71C (RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D* __this, RuntimeObject* ___state0, const RuntimeMethod* method) { { Thread_t0A773B9DE873D2DCAA7D229EAB36757B500E207F* L_0 = __this->___thread_1; RuntimeObject* L_1 = ___state0; NullCheck(L_0); Thread_Start_m64E3F27883C3CCCE7209F5D2BD268A33D4C71566(L_0, L_1, NULL); return; } } // System.Void Internal.Runtime.Augments.RuntimeThread::Sleep(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeThread_Sleep_m8D746664950B10716020F4A1D902270636D4D7AE (int32_t ___millisecondsTimeout0, const RuntimeMethod* method) { { int32_t L_0 = ___millisecondsTimeout0; Thread_Sleep_m63B7D29DC735584F4D80373E48C91B34FF32D1A0(L_0, NULL); return; } } // System.Boolean Internal.Runtime.Augments.RuntimeThread::Yield() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeThread_Yield_m82364580FCB32294F1F2A12F8FB360C52EA96127 (const RuntimeMethod* method) { { bool L_0; L_0 = Thread_Yield_m542B9A5D47FCB8B1BCC530A79D684B93357647F0(NULL); return L_0; } } // System.Boolean Internal.Runtime.Augments.RuntimeThread::SpinWait(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeThread_SpinWait_m8EB14FD1FCC5B7D585B65715C8D7585556B93C5A (int32_t ___iterations0, const RuntimeMethod* method) { { int32_t L_0 = ___iterations0; Thread_SpinWait_m21328EAAC550A5C9822D6AFD1BCA17DBC1B5FF7E(L_0, NULL); return (bool)1; } } // System.Int32 Internal.Runtime.Augments.RuntimeThread::GetCurrentProcessorId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeThread_GetCurrentProcessorId_m7D05A70DF7D64FE7D523D871D25AD7880A5DD660 (const RuntimeMethod* method) { { return 1; } } // System.Void Internal.Runtime.Augments.RuntimeThread::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeThread__cctor_m3D2B9E4EB2164AB1AC4BA8E6DFCFC1685CD2EC8D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_StaticFields*)il2cpp_codegen_static_fields_for(RuntimeThread_tCBB9EE72E36F8C1C2A88781C20608F426A139E9D_il2cpp_TypeInfo_var))->___OptimalMaxSpinWaitsPerSpinIteration_0 = ((int32_t)64); 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.Byte[] Internal.Cryptography.Helpers::CloneByteArray(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Helpers_CloneByteArray_mBFF17CF77987F5636FB5ADE01FCCD6E3E60B6D9A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___src0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___src0; if (L_0) { goto IL_0005; } } { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } IL_0005: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___src0; NullCheck((RuntimeArray*)L_1); RuntimeObject* L_2; L_2 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_1, NULL); return ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)); } } // System.Char[] Internal.Cryptography.Helpers::ToHexArrayUpper(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Helpers_ToHexArrayUpper_m607893DDDF08F3F173F8C709955D9F225E5BE657 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL; int32_t V_3 = 0; uint8_t V_4 = 0x0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___bytes0; NullCheck(L_0); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_0)->max_length)), 2))); V_0 = L_1; V_1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___bytes0; V_2 = L_2; V_3 = 0; goto IL_003f; } IL_0013: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; uint8_t L_6 = (L_3)->GetAt(static_cast(L_5)); V_4 = L_6; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_0; int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1)); uint8_t L_10 = V_4; Il2CppChar L_11; L_11 = Helpers_NibbleToHex_m90F292DCBDC0F9556CCAE84141FEB80013CFAE59((uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_10>>4))), NULL); NullCheck(L_7); (L_7)->SetAt(static_cast(L_9), (Il2CppChar)L_11); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = L_13; V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1)); uint8_t L_15 = V_4; Il2CppChar L_16; L_16 = Helpers_NibbleToHex_m90F292DCBDC0F9556CCAE84141FEB80013CFAE59((uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_15&((int32_t)15)))), NULL); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (Il2CppChar)L_16); int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_003f: { int32_t L_18 = V_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_2; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))) { goto IL_0013; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_0; return L_20; } } // System.String Internal.Cryptography.Helpers::ToHexStringUpper(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Helpers_ToHexStringUpper_mE0939B675D17DC452DCE81C6D99768FA95C87BE7 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes0, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___bytes0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1; L_1 = Helpers_ToHexArrayUpper_m607893DDDF08F3F173F8C709955D9F225E5BE657(L_0, NULL); String_t* L_2; L_2 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_1, NULL); return L_2; } } // System.Char Internal.Cryptography.Helpers::NibbleToHex(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Helpers_NibbleToHex_m90F292DCBDC0F9556CCAE84141FEB80013CFAE59 (uint8_t ___b0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { uint8_t L_0 = ___b0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0009; } } { uint8_t L_1 = ___b0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)9)))) { goto IL_0012; } } IL_0009: { uint8_t L_2 = ___b0; G_B4_0 = ((int32_t)il2cpp_codegen_add(((int32_t)65), ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)10))))); goto IL_0016; } IL_0012: { uint8_t L_3 = ___b0; G_B4_0 = ((int32_t)il2cpp_codegen_add(((int32_t)48), (int32_t)L_3)); } IL_0016: { return ((int32_t)(uint16_t)G_B4_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.String::EqualsHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; NullCheck(L_0); Il2CppChar* L_1; L_1 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_0, NULL); uint8_t* L_2; L_2 = il2cpp_unsafe_as_ref(L_1); String_t* L_3 = ___strB1; NullCheck(L_3); Il2CppChar* L_4; L_4 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_3, NULL); uint8_t* L_5; L_5 = il2cpp_unsafe_as_ref(L_4); String_t* L_6 = ___strA0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); bool L_8; L_8 = SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9(L_2, L_5, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_7), ((int64_t)2))), NULL); return L_8; } } // System.Int32 System.String::CompareOrdinalHelper(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m800A11A4B985BE30632CDCF7532743AE5695F1DD (String_t* ___strA0, int32_t ___indexA1, int32_t ___countA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___countB5, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; NullCheck(L_0); Il2CppChar* L_1; L_1 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_0, NULL); int32_t L_2 = ___indexA1; Il2CppChar* L_3; L_3 = il2cpp_unsafe_add(L_1, L_2); int32_t L_4 = ___countA2; String_t* L_5 = ___strB3; NullCheck(L_5); Il2CppChar* L_6; L_6 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_5, NULL); int32_t L_7 = ___indexB4; Il2CppChar* L_8; L_8 = il2cpp_unsafe_add(L_6, L_7); int32_t L_9 = ___countB5; int32_t L_10; L_10 = SpanHelpers_SequenceCompareTo_mC9A910A8D304A86985F37C5E156534F727ED564D(L_3, L_4, L_8, L_9, NULL); return L_10; } } // System.Int32 System.String::CompareOrdinalHelper(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m89D715A79509FC6FDBABB52EA499EB7FA3E21C3D (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; { String_t* L_0 = ___strA0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); String_t* L_2 = ___strB1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_4; L_4 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_1, L_3, NULL); V_0 = L_4; String_t* L_5 = ___strA0; NullCheck(L_5); Il2CppChar* L_6 = (&L_5->____firstChar_5); V_1 = L_6; Il2CppChar* L_7 = V_1; String_t* L_8 = ___strB1; NullCheck(L_8); Il2CppChar* L_9 = (&L_8->____firstChar_5); V_3 = L_9; Il2CppChar* L_10 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_10); V_4 = (Il2CppChar*)((uintptr_t)L_7); Il2CppChar* L_11 = V_2; V_5 = L_11; Il2CppChar* L_12 = V_4; int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, 2))); Il2CppChar* L_14 = V_5; int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, 2))); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_011e; } } { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_16, 2)); Il2CppChar* L_17 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); Il2CppChar* L_18 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_0099; } IL_0051: { Il2CppChar* L_19 = V_4; int64_t L_20 = *((int64_t*)L_19); Il2CppChar* L_21 = V_5; int64_t L_22 = *((int64_t*)L_21); if ((!(((uint64_t)L_20) == ((uint64_t)L_22)))) { goto IL_00f4; } } { Il2CppChar* L_23 = V_4; int64_t L_24 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))); Il2CppChar* L_25 = V_5; int64_t L_26 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))); if ((!(((uint64_t)L_24) == ((uint64_t)L_26)))) { goto IL_00e2; } } { Il2CppChar* L_27 = V_4; int64_t L_28 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)8), 2))))); Il2CppChar* L_29 = V_5; int64_t L_30 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)8), 2))))); if ((!(((uint64_t)L_28) == ((uint64_t)L_30)))) { goto IL_00d0; } } { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_31, ((int32_t)12))); Il2CppChar* L_32 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)12)), 2)))); Il2CppChar* L_33 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)12)), 2)))); } IL_0099: { int32_t L_34 = V_0; if ((((int32_t)L_34) >= ((int32_t)((int32_t)12)))) { goto IL_0051; } } { goto IL_00be; } IL_00a0: { Il2CppChar* L_35 = V_4; int32_t L_36 = *((int32_t*)L_35); Il2CppChar* L_37 = V_5; int32_t L_38 = *((int32_t*)L_37); if ((!(((uint32_t)L_36) == ((uint32_t)L_38)))) { goto IL_010e; } } { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_39, 2)); Il2CppChar* L_40 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); Il2CppChar* L_41 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); } IL_00be: { int32_t L_42 = V_0; if ((((int32_t)L_42) > ((int32_t)0))) { goto IL_00a0; } } { String_t* L_43 = ___strA0; NullCheck(L_43); int32_t L_44; L_44 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_43, NULL); String_t* L_45 = ___strB1; NullCheck(L_45); int32_t L_46; L_46 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_45, NULL); return ((int32_t)il2cpp_codegen_subtract(L_44, L_46)); } IL_00d0: { Il2CppChar* L_47 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); Il2CppChar* L_48 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); } IL_00e2: { Il2CppChar* L_49 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); Il2CppChar* L_50 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); } IL_00f4: { Il2CppChar* L_51 = V_4; int32_t L_52 = *((int32_t*)L_51); Il2CppChar* L_53 = V_5; int32_t L_54 = *((int32_t*)L_53); if ((!(((uint32_t)L_52) == ((uint32_t)L_54)))) { goto IL_010e; } } { Il2CppChar* L_55 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); Il2CppChar* L_56 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); } IL_010e: { Il2CppChar* L_57 = V_4; int32_t L_58 = *((uint16_t*)L_57); Il2CppChar* L_59 = V_5; int32_t L_60 = *((uint16_t*)L_59); if ((((int32_t)L_58) == ((int32_t)L_60))) { goto IL_011e; } } { Il2CppChar* L_61 = V_4; int32_t L_62 = *((uint16_t*)L_61); Il2CppChar* L_63 = V_5; int32_t L_64 = *((uint16_t*)L_63); return ((int32_t)il2cpp_codegen_subtract(L_62, L_64)); } IL_011e: { Il2CppChar* L_65 = V_4; int32_t L_66 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, 2))); Il2CppChar* L_67 = V_5; int32_t L_68 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2))); return ((int32_t)il2cpp_codegen_subtract(L_66, L_68)); } } // System.Int32 System.String::Compare(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mA1B6FACF0E4A9B45FFECF215BF15A040C2DA9A34 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = ___ignoreCase2; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_0007; } IL_0006: { G_B3_0 = 1; } IL_0007: { V_0 = G_B3_0; String_t* L_1 = ___strA0; String_t* L_2 = ___strB1; int32_t L_3 = V_0; int32_t L_4; L_4 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(L_1, L_2, L_3, NULL); return L_4; } } // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___strA0; String_t* L_1 = ___strB1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_000c; } } { int32_t L_2 = ___comparisonType2; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_2, NULL); return 0; } IL_000c: { String_t* L_3 = ___strA0; if (L_3) { goto IL_0017; } } { int32_t L_4 = ___comparisonType2; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_4, NULL); return (-1); } IL_0017: { String_t* L_5 = ___strB1; if (L_5) { goto IL_0022; } } { int32_t L_6 = ___comparisonType2; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_6, NULL); return 1; } IL_0022: { int32_t L_7 = ___comparisonType2; switch (L_7) { case 0: { goto IL_0042; } case 1: { goto IL_0055; } case 2: { goto IL_0068; } case 3: { goto IL_0076; } case 4: { goto IL_0084; } case 5: { goto IL_00a8; } } } { goto IL_00be; } IL_0042: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8; L_8 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_8); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_9; L_9 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8); String_t* L_10 = ___strA0; String_t* L_11 = ___strB1; NullCheck(L_9); int32_t L_12; L_12 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_9, L_10, L_11, 0); return L_12; } IL_0055: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_13; L_13 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_13); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_14; L_14 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_13); String_t* L_15 = ___strA0; String_t* L_16 = ___strB1; NullCheck(L_14); int32_t L_17; L_17 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_14, L_15, L_16, 1); return L_17; } IL_0068: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_18 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_19 = ___strA0; String_t* L_20 = ___strB1; NullCheck(L_18); int32_t L_21; L_21 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_18, L_19, L_20, 0); return L_21; } IL_0076: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_22 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_23 = ___strA0; String_t* L_24 = ___strB1; NullCheck(L_22); int32_t L_25; L_25 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_22, L_23, L_24, 1); return L_25; } IL_0084: { String_t* L_26 = ___strA0; NullCheck(L_26); Il2CppChar L_27 = L_26->____firstChar_5; String_t* L_28 = ___strB1; NullCheck(L_28); Il2CppChar L_29 = L_28->____firstChar_5; if ((((int32_t)L_27) == ((int32_t)L_29))) { goto IL_00a0; } } { String_t* L_30 = ___strA0; NullCheck(L_30); Il2CppChar L_31 = L_30->____firstChar_5; String_t* L_32 = ___strB1; NullCheck(L_32); Il2CppChar L_33 = L_32->____firstChar_5; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_33)); } IL_00a0: { String_t* L_34 = ___strA0; String_t* L_35 = ___strB1; int32_t L_36; L_36 = String_CompareOrdinalHelper_m89D715A79509FC6FDBABB52EA499EB7FA3E21C3D(L_34, L_35, NULL); return L_36; } IL_00a8: { String_t* L_37 = ___strA0; String_t* L_38 = ___strA0; NullCheck(L_38); int32_t L_39; L_39 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_38, NULL); String_t* L_40 = ___strB1; String_t* L_41 = ___strB1; NullCheck(L_41); int32_t L_42; L_42 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_41, NULL); il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); int32_t L_43; L_43 = CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99(L_37, 0, L_39, L_40, 0, L_42, NULL); return L_43; } IL_00be: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_44 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_44); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E_RuntimeMethod_var))); } } // System.Int32 System.String::Compare(System.String,System.String,System.Globalization.CultureInfo,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m2EF6437AB4FBE15EDEE5BB97D3C1EA5E4E2E3551 (String_t* ___strA0, String_t* ___strB1, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture2, int32_t ___options3, const RuntimeMethod* method) { { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___culture2; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Compare_m2EF6437AB4FBE15EDEE5BB97D3C1EA5E4E2E3551_RuntimeMethod_var))); } IL_000e: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___culture2; NullCheck(L_2); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_3; L_3 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_2); String_t* L_4 = ___strA0; String_t* L_5 = ___strB1; int32_t L_6 = ___options3; NullCheck(L_3); int32_t L_7; L_7 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_3, L_4, L_5, L_6); return L_7; } } // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mCC9D98D7951772D5A6D2B1019F4077331C90E8C7 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { bool L_0 = ___ignoreCase2; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_0007; } IL_0006: { G_B3_0 = 1; } IL_0007: { V_0 = G_B3_0; String_t* L_1 = ___strA0; String_t* L_2 = ___strB1; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3 = ___culture3; int32_t L_4 = V_0; int32_t L_5; L_5 = String_Compare_m2EF6437AB4FBE15EDEE5BB97D3C1EA5E4E2E3551(L_1, L_2, L_3, L_4, NULL); return L_5; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDF94F2630CBE856BC04675FA87C6F00EFD2DD971 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; int32_t L_1 = ___indexA1; String_t* L_2 = ___strB2; int32_t L_3 = ___indexB3; int32_t L_4 = ___length4; int32_t L_5; L_5 = String_Compare_mBE0464BE13D10A6A189C23D821839018873FDFAD(L_0, L_1, L_2, L_3, L_4, (bool)0, NULL); return L_5; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mBE0464BE13D10A6A189C23D821839018873FDFAD (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, bool ___ignoreCase5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B7_0 = 0; { int32_t L_0 = ___length4; V_0 = L_0; int32_t L_1 = ___length4; V_1 = L_1; String_t* L_2 = ___strA0; if (!L_2) { goto IL_0018; } } { int32_t L_3 = V_0; String_t* L_4 = ___strA0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); int32_t L_6 = ___indexA1; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_3, ((int32_t)il2cpp_codegen_subtract(L_5, L_6)), NULL); V_0 = L_7; } IL_0018: { String_t* L_8 = ___strB2; if (!L_8) { goto IL_002a; } } { int32_t L_9 = V_1; String_t* L_10 = ___strB2; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL); int32_t L_12 = ___indexB3; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_13; L_13 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_9, ((int32_t)il2cpp_codegen_subtract(L_11, L_12)), NULL); V_1 = L_13; } IL_002a: { bool L_14 = ___ignoreCase5; if (L_14) { goto IL_0031; } } { G_B7_0 = 0; goto IL_0032; } IL_0031: { G_B7_0 = 1; } IL_0032: { V_2 = G_B7_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15; L_15 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_15); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_16; L_16 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_15); String_t* L_17 = ___strA0; int32_t L_18 = ___indexA1; int32_t L_19 = V_0; String_t* L_20 = ___strB2; int32_t L_21 = ___indexB3; int32_t L_22 = V_1; int32_t L_23 = V_2; NullCheck(L_16); int32_t L_24; L_24 = VirtualFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23); return L_24; } } // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mC0521D93E3608D6A004D12B1921058A021987CAA (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* G_B14_0 = NULL; String_t* G_B20_0 = NULL; { int32_t L_0 = ___comparisonType5; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_0, NULL); String_t* L_1 = ___strA0; if (!L_1) { goto IL_000d; } } { String_t* L_2 = ___strB2; if (L_2) { goto IL_001a; } } IL_000d: { String_t* L_3 = ___strA0; String_t* L_4 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(String_t*)L_4)))) { goto IL_0013; } } { return 0; } IL_0013: { String_t* L_5 = ___strA0; if (!L_5) { goto IL_0018; } } { return 1; } IL_0018: { return (-1); } IL_001a: { int32_t L_6 = ___length4; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002f; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_7); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C26512813CDF9F1A470756AB50D2C3272536A90)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Compare_mC0521D93E3608D6A004D12B1921058A021987CAA_RuntimeMethod_var))); } IL_002f: { int32_t L_8 = ___indexA1; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0037; } } { int32_t L_9 = ___indexB3; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0052; } } IL_0037: { int32_t L_10 = ___indexA1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0042; } } { G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92559341F2ABCC1B4508737CEFF7E200AAFFDBAF)); goto IL_0047; } IL_0042: { G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF2916BA870AAD63B1B4F4894D7E1D3D75B67C40)); } IL_0047: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_11); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_11, G_B14_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Compare_mC0521D93E3608D6A004D12B1921058A021987CAA_RuntimeMethod_var))); } IL_0052: { String_t* L_12 = ___strA0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); int32_t L_14 = ___indexA1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_13, L_14))) < ((int32_t)0))) { goto IL_0068; } } { String_t* L_15 = ___strB2; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL); int32_t L_17 = ___indexB3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_16, L_17))) >= ((int32_t)0))) { goto IL_008a; } } IL_0068: { String_t* L_18 = ___strA0; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL); int32_t L_20 = ___indexA1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_19, L_20))) < ((int32_t)0))) { goto IL_007a; } } { G_B20_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92559341F2ABCC1B4508737CEFF7E200AAFFDBAF)); goto IL_007f; } IL_007a: { G_B20_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF2916BA870AAD63B1B4F4894D7E1D3D75B67C40)); } IL_007f: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_21 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_21); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_21, G_B20_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Compare_mC0521D93E3608D6A004D12B1921058A021987CAA_RuntimeMethod_var))); } IL_008a: { int32_t L_22 = ___length4; if (!L_22) { goto IL_0096; } } { String_t* L_23 = ___strA0; String_t* L_24 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_23) == ((RuntimeObject*)(String_t*)L_24)))) { goto IL_0098; } } { int32_t L_25 = ___indexA1; int32_t L_26 = ___indexB3; if ((!(((uint32_t)L_25) == ((uint32_t)L_26)))) { goto IL_0098; } } IL_0096: { return 0; } IL_0098: { int32_t L_27 = ___length4; String_t* L_28 = ___strA0; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL); int32_t L_30 = ___indexA1; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_31; L_31 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_27, ((int32_t)il2cpp_codegen_subtract(L_29, L_30)), NULL); V_0 = L_31; int32_t L_32 = ___length4; String_t* L_33 = ___strB2; NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_33, NULL); int32_t L_35 = ___indexB3; int32_t L_36; L_36 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_32, ((int32_t)il2cpp_codegen_subtract(L_34, L_35)), NULL); V_1 = L_36; int32_t L_37 = ___comparisonType5; switch (L_37) { case 0: { goto IL_00d9; } case 1: { goto IL_00f0; } case 2: { goto IL_0107; } case 3: { goto IL_0119; } case 4: { goto IL_012b; } case 5: { goto IL_0137; } } } { goto IL_0143; } IL_00d9: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_38; L_38 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_38); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_39; L_39 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_38); String_t* L_40 = ___strA0; int32_t L_41 = ___indexA1; int32_t L_42 = V_0; String_t* L_43 = ___strB2; int32_t L_44 = ___indexB3; int32_t L_45 = V_1; NullCheck(L_39); int32_t L_46; L_46 = VirtualFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_39, L_40, L_41, L_42, L_43, L_44, L_45, 0); return L_46; } IL_00f0: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_47; L_47 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_47); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_48; L_48 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_47); String_t* L_49 = ___strA0; int32_t L_50 = ___indexA1; int32_t L_51 = V_0; String_t* L_52 = ___strB2; int32_t L_53 = ___indexB3; int32_t L_54 = V_1; NullCheck(L_48); int32_t L_55; L_55 = VirtualFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_48, L_49, L_50, L_51, L_52, L_53, L_54, 1); return L_55; } IL_0107: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_56 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_57 = ___strA0; int32_t L_58 = ___indexA1; int32_t L_59 = V_0; String_t* L_60 = ___strB2; int32_t L_61 = ___indexB3; int32_t L_62 = V_1; NullCheck(L_56); int32_t L_63; L_63 = VirtualFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_56, L_57, L_58, L_59, L_60, L_61, L_62, 0); return L_63; } IL_0119: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_64 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_65 = ___strA0; int32_t L_66 = ___indexA1; int32_t L_67 = V_0; String_t* L_68 = ___strB2; int32_t L_69 = ___indexB3; int32_t L_70 = V_1; NullCheck(L_64); int32_t L_71; L_71 = VirtualFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_64, L_65, L_66, L_67, L_68, L_69, L_70, 1); return L_71; } IL_012b: { String_t* L_72 = ___strA0; int32_t L_73 = ___indexA1; int32_t L_74 = V_0; String_t* L_75 = ___strB2; int32_t L_76 = ___indexB3; int32_t L_77 = V_1; int32_t L_78; L_78 = String_CompareOrdinalHelper_m800A11A4B985BE30632CDCF7532743AE5695F1DD_inline(L_72, L_73, L_74, L_75, L_76, L_77, NULL); return L_78; } IL_0137: { String_t* L_79 = ___strA0; int32_t L_80 = ___indexA1; int32_t L_81 = V_0; String_t* L_82 = ___strB2; int32_t L_83 = ___indexB3; int32_t L_84 = V_1; il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); int32_t L_85; L_85 = CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99(L_79, L_80, L_81, L_82, L_83, L_84, NULL); return L_85; } IL_0143: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_86 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_86); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_86, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Compare_mC0521D93E3608D6A004D12B1921058A021987CAA_RuntimeMethod_var))); } } // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m17317B459AF49A42A2DCB2951261BE9FD186B78F (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; String_t* L_1 = ___strB1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0006; } } { return 0; } IL_0006: { String_t* L_2 = ___strA0; if (L_2) { goto IL_000b; } } { return (-1); } IL_000b: { String_t* L_3 = ___strB1; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { String_t* L_4 = ___strA0; NullCheck(L_4); Il2CppChar L_5 = L_4->____firstChar_5; String_t* L_6 = ___strB1; NullCheck(L_6); Il2CppChar L_7 = L_6->____firstChar_5; if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_002c; } } { String_t* L_8 = ___strA0; NullCheck(L_8); Il2CppChar L_9 = L_8->____firstChar_5; String_t* L_10 = ___strB1; NullCheck(L_10); Il2CppChar L_11 = L_10->____firstChar_5; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_11)); } IL_002c: { String_t* L_12 = ___strA0; String_t* L_13 = ___strB1; int32_t L_14; L_14 = String_CompareOrdinalHelper_m89D715A79509FC6FDBABB52EA499EB7FA3E21C3D(L_12, L_13, NULL); return L_14; } } // System.Int32 System.String::CompareOrdinal(System.ReadOnlySpan`1,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m19434AE82A0A5E4AD27221225F3F37B1B9DDAF61 (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___strA0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___strB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___strA0; Il2CppChar* L_1; L_1 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_0, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); int32_t L_2; L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___strA0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = ___strB1; Il2CppChar* L_4; L_4 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_3, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); int32_t L_5; L_5 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___strB1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); int32_t L_6; L_6 = SpanHelpers_SequenceCompareTo_mC9A910A8D304A86985F37C5E156534F727ED564D(L_1, L_2, L_4, L_5, NULL); return L_6; } } // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_mD47B989E9AABCC58368D9A65D53B7995240BB1FD (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* G_B14_0 = NULL; String_t* G_B20_0 = NULL; { String_t* L_0 = ___strA0; if (!L_0) { goto IL_0006; } } { String_t* L_1 = ___strB2; if (L_1) { goto IL_0013; } } IL_0006: { String_t* L_2 = ___strA0; String_t* L_3 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3)))) { goto IL_000c; } } { return 0; } IL_000c: { String_t* L_4 = ___strA0; if (!L_4) { goto IL_0011; } } { return 1; } IL_0011: { return (-1); } IL_0013: { int32_t L_5 = ___length4; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CompareOrdinal_mD47B989E9AABCC58368D9A65D53B7995240BB1FD_RuntimeMethod_var))); } IL_0028: { int32_t L_7 = ___indexA1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0030; } } { int32_t L_8 = ___indexB3; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_004b; } } IL_0030: { int32_t L_9 = ___indexA1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_003b; } } { G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92559341F2ABCC1B4508737CEFF7E200AAFFDBAF)); goto IL_0040; } IL_003b: { G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF2916BA870AAD63B1B4F4894D7E1D3D75B67C40)); } IL_0040: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_10); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, G_B14_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CompareOrdinal_mD47B989E9AABCC58368D9A65D53B7995240BB1FD_RuntimeMethod_var))); } IL_004b: { int32_t L_11 = ___length4; String_t* L_12 = ___strA0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); int32_t L_14 = ___indexA1; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); int32_t L_15; L_15 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_11, ((int32_t)il2cpp_codegen_subtract(L_13, L_14)), NULL); V_0 = L_15; int32_t L_16 = ___length4; String_t* L_17 = ___strB2; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL); int32_t L_19 = ___indexB3; int32_t L_20; L_20 = Math_Min_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(L_16, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL); V_1 = L_20; int32_t L_21 = V_0; if ((((int32_t)L_21) < ((int32_t)0))) { goto IL_0073; } } { int32_t L_22 = V_1; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_008e; } } IL_0073: { int32_t L_23 = V_0; if ((((int32_t)L_23) < ((int32_t)0))) { goto IL_007e; } } { G_B20_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92559341F2ABCC1B4508737CEFF7E200AAFFDBAF)); goto IL_0083; } IL_007e: { G_B20_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF2916BA870AAD63B1B4F4894D7E1D3D75B67C40)); } IL_0083: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_24 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_24); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_24, G_B20_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CompareOrdinal_mD47B989E9AABCC58368D9A65D53B7995240BB1FD_RuntimeMethod_var))); } IL_008e: { int32_t L_25 = ___length4; if (!L_25) { goto IL_009a; } } { String_t* L_26 = ___strA0; String_t* L_27 = ___strB2; if ((!(((RuntimeObject*)(String_t*)L_26) == ((RuntimeObject*)(String_t*)L_27)))) { goto IL_009c; } } { int32_t L_28 = ___indexA1; int32_t L_29 = ___indexB3; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_009c; } } IL_009a: { return 0; } IL_009c: { String_t* L_30 = ___strA0; int32_t L_31 = ___indexA1; int32_t L_32 = V_0; String_t* L_33 = ___strB2; int32_t L_34 = ___indexB3; int32_t L_35 = V_1; int32_t L_36; L_36 = String_CompareOrdinalHelper_m800A11A4B985BE30632CDCF7532743AE5695F1DD_inline(L_30, L_31, L_32, L_33, L_34, L_35, NULL); return L_36; } } // System.Int32 System.String::CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_mB3C343642248A69BB1250CFAD23C40436858F38E (String_t* __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject* L_1 = ___value0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_001a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCF3843BE796C015B3DD186C8C01C34B6AFA715E0)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CompareTo_mB3C343642248A69BB1250CFAD23C40436858F38E_RuntimeMethod_var))); } IL_001a: { String_t* L_4 = V_0; int32_t L_5; L_5 = String_CompareTo_m32A3DFBEA443A4091053D53825DBB76E6EAFECCF(__this, L_4, NULL); return L_5; } } // System.Int32 System.String::CompareTo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_m32A3DFBEA443A4091053D53825DBB76E6EAFECCF (String_t* __this, String_t* ___strB0, const RuntimeMethod* method) { { String_t* L_0 = ___strB0; int32_t L_1; L_1 = String_Compare_mC553A80AD870F5777F0E8B5E705B0205396B9D3E(__this, L_0, 0, NULL); return L_1; } } // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; bool L_1; L_1 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(__this, L_0, 0, NULL); return L_1; } } // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_2)))) { goto IL_001a; } } { int32_t L_3 = ___comparisonType1; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_3, NULL); return (bool)1; } IL_001a: { String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_002a; } } { int32_t L_6 = ___comparisonType1; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_6, NULL); return (bool)1; } IL_002a: { int32_t L_7 = ___comparisonType1; switch (L_7) { case 0: { goto IL_004d; } case 1: { goto IL_0060; } case 2: { goto IL_0073; } case 3: { goto IL_0081; } case 4: { goto IL_008f; } case 5: { goto IL_00c4; } } } { goto IL_00f9; } IL_004d: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8; L_8 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_8); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_9; L_9 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8); String_t* L_10 = ___value0; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_9, __this, L_10, 0); return L_11; } IL_0060: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12; L_12 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_12); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_13; L_13 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_12); String_t* L_14 = ___value0; NullCheck(L_13); bool L_15; L_15 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_13, __this, L_14, 1); return L_15; } IL_0073: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_16 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_17 = ___value0; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_16, __this, L_17, 0); return L_18; } IL_0081: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_19 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_20 = ___value0; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_19, __this, L_20, 1); return L_21; } IL_008f: { int32_t L_22; L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_23 = ___value0; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_23, NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_00c2; } } { int32_t L_25; L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_26 = ___value0; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL); String_t* L_28 = ___value0; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL); String_t* L_30 = ___value0; String_t* L_31 = ___value0; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL); int32_t L_33; L_33 = String_CompareOrdinalHelper_m800A11A4B985BE30632CDCF7532743AE5695F1DD_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_25, L_27)), L_29, L_30, 0, L_32, NULL); return (bool)((((int32_t)L_33) == ((int32_t)0))? 1 : 0); } IL_00c2: { return (bool)0; } IL_00c4: { int32_t L_34; L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_35 = ___value0; NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_00f7; } } { int32_t L_37; L_37 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_38 = ___value0; NullCheck(L_38); int32_t L_39; L_39 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_38, NULL); String_t* L_40 = ___value0; NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL); String_t* L_42 = ___value0; String_t* L_43 = ___value0; NullCheck(L_43); int32_t L_44; L_44 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_43, NULL); il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); int32_t L_45; L_45 = CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99(__this, ((int32_t)il2cpp_codegen_subtract(L_37, L_39)), L_41, L_42, 0, L_44, NULL); return (bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0); } IL_00f7: { return (bool)0; } IL_00f9: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_46 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_46); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075_RuntimeMethod_var))); } } // System.Boolean System.String::EndsWith(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m1345909BD17FAD2AE0F70BC1B5CFC2010CF226B0 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0017; } } { int32_t L_2 = V_0; Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), NULL); Il2CppChar L_4 = ___value0; return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Boolean System.String::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m77E4D008515E887793D190EA95C4E06EA97DD5C2 (String_t* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0 = ___obj0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(RuntimeObject*)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___obj0; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); String_t* L_2 = V_0; if (L_2) { goto IL_0012; } } { return (bool)0; } IL_0012: { int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0022; } } { return (bool)0; } IL_0022: { String_t* L_6 = V_0; bool L_7; L_7 = String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline(__this, L_6, NULL); return L_7; } } // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { String_t* L_1 = ___value0; if (L_1) { goto IL_000b; } } { return (bool)0; } IL_000b: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_3 = ___value0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if ((((int32_t)L_2) == ((int32_t)L_4))) { goto IL_001b; } } { return (bool)0; } IL_001b: { String_t* L_5 = ___value0; bool L_6; L_6 = String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline(__this, L_5, NULL); return L_6; } } // System.Boolean System.String::Equals(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_0)))) { goto IL_000c; } } { int32_t L_1 = ___comparisonType1; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_1, NULL); return (bool)1; } IL_000c: { String_t* L_2 = ___value0; if (L_2) { goto IL_0017; } } { int32_t L_3 = ___comparisonType1; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_3, NULL); return (bool)0; } IL_0017: { int32_t L_4 = ___comparisonType1; switch (L_4) { case 0: { goto IL_003a; } case 1: { goto IL_0050; } case 2: { goto IL_0066; } case 3: { goto IL_0077; } case 4: { goto IL_0088; } case 5: { goto IL_00a0; } } } { goto IL_00c9; } IL_003a: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5; L_5 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_5); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_6; L_6 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_5); String_t* L_7 = ___value0; NullCheck(L_6); int32_t L_8; L_8 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_6, __this, L_7, 0); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0050: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_9; L_9 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_9); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_10; L_10 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9); String_t* L_11 = ___value0; NullCheck(L_10); int32_t L_12; L_12 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_10, __this, L_11, 1); return (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0); } IL_0066: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_13 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_14 = ___value0; NullCheck(L_13); int32_t L_15; L_15 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_13, __this, L_14, 0); return (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); } IL_0077: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_16 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_17 = ___value0; NullCheck(L_16); int32_t L_18; L_18 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_16, __this, L_17, 1); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_0088: { int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_20 = ___value0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); if ((((int32_t)L_19) == ((int32_t)L_21))) { goto IL_0098; } } { return (bool)0; } IL_0098: { String_t* L_22 = ___value0; bool L_23; L_23 = String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline(__this, L_22, NULL); return L_23; } IL_00a0: { int32_t L_24; L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_25 = ___value0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL); if ((((int32_t)L_24) == ((int32_t)L_26))) { goto IL_00b0; } } { return (bool)0; } IL_00b0: { int32_t L_27; L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_28 = ___value0; String_t* L_29 = ___value0; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_29, NULL); il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); int32_t L_31; L_31 = CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99(__this, 0, L_27, L_28, 0, L_30, NULL); return (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0); } IL_00c9: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_32 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_32); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A_RuntimeMethod_var))); } } // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { String_t* L_2 = ___a0; if (!L_2) { goto IL_001a; } } { String_t* L_3 = ___b1; if (!L_3) { goto IL_001a; } } { String_t* L_4 = ___a0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); String_t* L_6 = ___b1; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); if ((((int32_t)L_5) == ((int32_t)L_7))) { goto IL_001c; } } IL_001a: { return (bool)0; } IL_001c: { String_t* L_8 = ___a0; String_t* L_9 = ___b1; bool L_10; L_10 = String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline(L_8, L_9, NULL); return L_10; } } // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___a0; String_t* L_1 = ___b1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_000c; } } { int32_t L_2 = ___comparisonType2; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_2, NULL); return (bool)1; } IL_000c: { String_t* L_3 = ___a0; if (!L_3) { goto IL_0012; } } { String_t* L_4 = ___b1; if (L_4) { goto IL_001a; } } IL_0012: { int32_t L_5 = ___comparisonType2; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_5, NULL); return (bool)0; } IL_001a: { int32_t L_6 = ___comparisonType2; switch (L_6) { case 0: { goto IL_003d; } case 1: { goto IL_0053; } case 2: { goto IL_0069; } case 3: { goto IL_007a; } case 4: { goto IL_008b; } case 5: { goto IL_00a3; } } } { goto IL_00cc; } IL_003d: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_7); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_8; L_8 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_7); String_t* L_9 = ___a0; String_t* L_10 = ___b1; NullCheck(L_8); int32_t L_11; L_11 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_8, L_9, L_10, 0); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_0053: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12; L_12 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_12); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_13; L_13 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_12); String_t* L_14 = ___a0; String_t* L_15 = ___b1; NullCheck(L_13); int32_t L_16; L_16 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_13, L_14, L_15, 1); return (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0); } IL_0069: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_17 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_18 = ___a0; String_t* L_19 = ___b1; NullCheck(L_17); int32_t L_20; L_20 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_17, L_18, L_19, 0); return (bool)((((int32_t)L_20) == ((int32_t)0))? 1 : 0); } IL_007a: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_21 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_22 = ___a0; String_t* L_23 = ___b1; NullCheck(L_21); int32_t L_24; L_24 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_21, L_22, L_23, 1); return (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0); } IL_008b: { String_t* L_25 = ___a0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL); String_t* L_27 = ___b1; NullCheck(L_27); int32_t L_28; L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL); if ((((int32_t)L_26) == ((int32_t)L_28))) { goto IL_009b; } } { return (bool)0; } IL_009b: { String_t* L_29 = ___a0; String_t* L_30 = ___b1; bool L_31; L_31 = String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline(L_29, L_30, NULL); return L_31; } IL_00a3: { String_t* L_32 = ___a0; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL); String_t* L_34 = ___b1; NullCheck(L_34); int32_t L_35; L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL); if ((((int32_t)L_33) == ((int32_t)L_35))) { goto IL_00b3; } } { return (bool)0; } IL_00b3: { String_t* L_36 = ___a0; String_t* L_37 = ___a0; NullCheck(L_37); int32_t L_38; L_38 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_37, NULL); String_t* L_39 = ___b1; String_t* L_40 = ___b1; NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL); il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); int32_t L_42; L_42 = CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99(L_36, 0, L_38, L_39, 0, L_41, NULL); return (bool)((((int32_t)L_42) == ((int32_t)0))? 1 : 0); } IL_00cc: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_43 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_43); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Equals_m80124ECC809968E69F952E2A49EBC03F81A23E43_RuntimeMethod_var))); } } // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; bool L_2; L_2 = String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09(L_0, L_1, NULL); return L_2; } } // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) { { String_t* L_0 = ___a0; String_t* L_1 = ___b1; bool L_2; L_2 = String_Equals_m7DE16FCF923076866D20D9053B774E67F2AF8D09(L_0, L_1, NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.String::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m07CD17F51E99357946BE51F79AF37AAC5C6C388A (String_t* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = String_GetLegacyNonRandomizedHashCode_m9A0C6441EF2B38DCED9C15D8715625FCF4C84F36(__this, NULL); return L_0; } } // System.Int32 System.String::GetLegacyNonRandomizedHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetLegacyNonRandomizedHashCode_m9A0C6441EF2B38DCED9C15D8715625FCF4C84F36 (String_t* __this, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; { Il2CppChar* L_0 = (&__this->____firstChar_5); V_0 = L_0; Il2CppChar* L_1 = V_0; V_1 = ((int32_t)5381); int32_t L_2 = V_1; V_2 = L_2; V_4 = (Il2CppChar*)((uintptr_t)L_1); goto IL_0037; } IL_0015: { int32_t L_3 = V_1; int32_t L_4 = V_1; int32_t L_5 = V_3; V_1 = ((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)(L_3<<5)), L_4))^L_5)); Il2CppChar* L_6 = V_4; int32_t L_7 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, 2))); V_3 = L_7; int32_t L_8 = V_3; if (!L_8) { goto IL_003e; } } { int32_t L_9 = V_2; int32_t L_10 = V_2; int32_t L_11 = V_3; V_2 = ((int32_t)(((int32_t)il2cpp_codegen_add(((int32_t)(L_9<<5)), L_10))^L_11)); Il2CppChar* L_12 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); } IL_0037: { Il2CppChar* L_13 = V_4; int32_t L_14 = *((uint16_t*)L_13); int32_t L_15 = L_14; V_3 = L_15; if (L_15) { goto IL_0015; } } IL_003e: { int32_t L_16 = V_1; int32_t L_17 = V_2; return ((int32_t)il2cpp_codegen_add(L_16, ((int32_t)il2cpp_codegen_multiply(L_17, ((int32_t)1566083941))))); } } // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; bool L_3; L_3 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(__this, L_2, 0, NULL); return L_3; } } // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_2)))) { goto IL_001a; } } { int32_t L_3 = ___comparisonType1; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_3, NULL); return (bool)1; } IL_001a: { String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_002a; } } { int32_t L_6 = ___comparisonType1; String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB(L_6, NULL); return (bool)1; } IL_002a: { int32_t L_7 = ___comparisonType1; switch (L_7) { case 0: { goto IL_004d; } case 1: { goto IL_0060; } case 2: { goto IL_0073; } case 3: { goto IL_0081; } case 4: { goto IL_008f; } case 5: { goto IL_00de; } } } { goto IL_0107; } IL_004d: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8; L_8 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_8); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_9; L_9 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8); String_t* L_10 = ___value0; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_9, __this, L_10, 0); return L_11; } IL_0060: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12; L_12 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_12); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_13; L_13 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_12); String_t* L_14 = ___value0; NullCheck(L_13); bool L_15; L_15 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_13, __this, L_14, 1); return L_15; } IL_0073: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_16 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_17 = ___value0; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_16, __this, L_17, 0); return L_18; } IL_0081: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_19 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_20 = ___value0; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_19, __this, L_20, 1); return L_21; } IL_008f: { int32_t L_22; L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_23 = ___value0; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_23, NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_00ab; } } { Il2CppChar L_25 = __this->____firstChar_5; String_t* L_26 = ___value0; NullCheck(L_26); Il2CppChar L_27 = L_26->____firstChar_5; if ((((int32_t)L_25) == ((int32_t)L_27))) { goto IL_00ad; } } IL_00ab: { return (bool)0; } IL_00ad: { String_t* L_28 = ___value0; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL); if ((((int32_t)L_29) == ((int32_t)1))) { goto IL_00dc; } } { Il2CppChar* L_30; L_30 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(__this, NULL); uint8_t* L_31; L_31 = il2cpp_unsafe_as_ref(L_30); String_t* L_32 = ___value0; NullCheck(L_32); Il2CppChar* L_33; L_33 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_32, NULL); uint8_t* L_34; L_34 = il2cpp_unsafe_as_ref(L_33); String_t* L_35 = ___value0; NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL); bool L_37; L_37 = SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9(L_31, L_34, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_36), ((int64_t)2))), NULL); return L_37; } IL_00dc: { return (bool)1; } IL_00de: { int32_t L_38; L_38 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_39 = ___value0; NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL); if ((((int32_t)L_38) >= ((int32_t)L_40))) { goto IL_00ee; } } { return (bool)0; } IL_00ee: { String_t* L_41 = ___value0; NullCheck(L_41); int32_t L_42; L_42 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_41, NULL); String_t* L_43 = ___value0; String_t* L_44 = ___value0; NullCheck(L_44); int32_t L_45; L_45 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_44, NULL); il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); int32_t L_46; L_46 = CompareInfo_CompareOrdinalIgnoreCase_m5E760EA0C522532C403DB59E5C1CB8D1E17B0D99(__this, 0, L_42, L_43, 0, L_45, NULL); return (bool)((((int32_t)L_46) == ((int32_t)0))? 1 : 0); } IL_0107: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_47 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_47); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264_RuntimeMethod_var))); } } // System.Void System.String::CheckStringComparison(System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CheckStringComparison_m30A7E7520025131FF6D46E7765C61F94905317BB (int32_t ___comparisonType0, const RuntimeMethod* method) { { int32_t L_0 = ___comparisonType0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 0))) > ((uint32_t)5)))) { goto IL_000f; } } { ThrowHelper_ThrowArgumentException_m189859F565AD2842BEFC9BE2F39282B7F8112F38(((int32_t)49), ((int32_t)47), NULL); } IL_000f: { return; } } // System.Void System.String::FillStringChecked(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA (String_t* ___dest0, int32_t ___destPos1, String_t* ___src2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { String_t* L_0 = ___src2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); String_t* L_2 = ___dest0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); int32_t L_4 = ___destPos1; if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))) { goto IL_0016; } } { IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_5 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var))); NullCheck(L_5); IndexOutOfRangeException__ctor_m270ED9671475CE680EEA8C62A7A43308AE4188EF(L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA_RuntimeMethod_var))); } IL_0016: { String_t* L_6 = ___dest0; NullCheck(L_6); Il2CppChar* L_7 = (&L_6->____firstChar_5); V_0 = L_7; Il2CppChar* L_8 = V_0; String_t* L_9 = ___src2; NullCheck(L_9); Il2CppChar* L_10 = (&L_9->____firstChar_5); V_2 = L_10; Il2CppChar* L_11 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_11); int32_t L_12 = ___destPos1; Il2CppChar* L_13 = V_1; String_t* L_14 = ___src2; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_8), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2)))), L_13, L_15, NULL); V_2 = (Il2CppChar*)((uintptr_t)0); V_0 = (Il2CppChar*)((uintptr_t)0); return; } } // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mA299F8BBD1426934E2DAA95859E11C2063A116C8 (RuntimeObject* ___arg00, RuntimeObject* ___arg11, RuntimeObject* ___arg22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___arg00; if (L_0) { goto IL_000a; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___arg00 = L_1; } IL_000a: { RuntimeObject* L_2 = ___arg11; if (L_2) { goto IL_0014; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___arg11 = L_3; } IL_0014: { RuntimeObject* L_4 = ___arg22; if (L_4) { goto IL_001e; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___arg22 = L_5; } IL_001e: { RuntimeObject* L_6 = ___arg00; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); RuntimeObject* L_8 = ___arg11; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); RuntimeObject* L_10 = ___arg22; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); String_t* L_12; L_12 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_7, L_9, L_11, NULL); return L_12; } } // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___str00; bool L_1; L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL); if (!L_1) { goto IL_0018; } } { String_t* L_2 = ___str11; bool L_3; L_3 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_2, NULL); if (!L_3) { goto IL_0016; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_4; } IL_0016: { String_t* L_5 = ___str11; return L_5; } IL_0018: { String_t* L_6 = ___str11; bool L_7; L_7 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_6, NULL); if (!L_7) { goto IL_0022; } } { String_t* L_8 = ___str00; return L_8; } IL_0022: { String_t* L_9 = ___str00; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); V_0 = L_10; int32_t L_11 = V_0; String_t* L_12 = ___str11; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); String_t* L_14; L_14 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)il2cpp_codegen_add(L_11, L_13)), NULL); String_t* L_15 = L_14; String_t* L_16 = ___str00; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_15, 0, L_16, NULL); String_t* L_17 = L_15; int32_t L_18 = V_0; String_t* L_19 = ___str11; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_17, L_18, L_19, NULL); return L_17; } } // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) { { String_t* L_0 = ___str00; bool L_1; L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL); if (!L_1) { goto IL_0010; } } { String_t* L_2 = ___str11; String_t* L_3 = ___str22; String_t* L_4; L_4 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_2, L_3, NULL); return L_4; } IL_0010: { String_t* L_5 = ___str11; bool L_6; L_6 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_5, NULL); if (!L_6) { goto IL_0020; } } { String_t* L_7 = ___str00; String_t* L_8 = ___str22; String_t* L_9; L_9 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_7, L_8, NULL); return L_9; } IL_0020: { String_t* L_10 = ___str22; bool L_11; L_11 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_10, NULL); if (!L_11) { goto IL_0030; } } { String_t* L_12 = ___str00; String_t* L_13 = ___str11; String_t* L_14; L_14 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_12, L_13, NULL); return L_14; } IL_0030: { String_t* L_15 = ___str00; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL); String_t* L_17 = ___str11; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL); String_t* L_19 = ___str22; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL); String_t* L_21; L_21 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_16, L_18)), L_20)), NULL); String_t* L_22 = L_21; String_t* L_23 = ___str00; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_22, 0, L_23, NULL); String_t* L_24 = L_22; String_t* L_25 = ___str00; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL); String_t* L_27 = ___str11; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_24, L_26, L_27, NULL); String_t* L_28 = L_24; String_t* L_29 = ___str00; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_29, NULL); String_t* L_31 = ___str11; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL); String_t* L_33 = ___str22; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_28, ((int32_t)il2cpp_codegen_add(L_30, L_32)), L_33, NULL); return L_28; } } // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) { { String_t* L_0 = ___str00; bool L_1; L_1 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_0, NULL); if (!L_1) { goto IL_0011; } } { String_t* L_2 = ___str11; String_t* L_3 = ___str22; String_t* L_4 = ___str33; String_t* L_5; L_5 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_2, L_3, L_4, NULL); return L_5; } IL_0011: { String_t* L_6 = ___str11; bool L_7; L_7 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_6, NULL); if (!L_7) { goto IL_0022; } } { String_t* L_8 = ___str00; String_t* L_9 = ___str22; String_t* L_10 = ___str33; String_t* L_11; L_11 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_8, L_9, L_10, NULL); return L_11; } IL_0022: { String_t* L_12 = ___str22; bool L_13; L_13 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_12, NULL); if (!L_13) { goto IL_0033; } } { String_t* L_14 = ___str00; String_t* L_15 = ___str11; String_t* L_16 = ___str33; String_t* L_17; L_17 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_14, L_15, L_16, NULL); return L_17; } IL_0033: { String_t* L_18 = ___str33; bool L_19; L_19 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_18, NULL); if (!L_19) { goto IL_0044; } } { String_t* L_20 = ___str00; String_t* L_21 = ___str11; String_t* L_22 = ___str22; String_t* L_23; L_23 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_20, L_21, L_22, NULL); return L_23; } IL_0044: { String_t* L_24 = ___str00; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL); String_t* L_26 = ___str11; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL); String_t* L_28 = ___str22; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL); String_t* L_30 = ___str33; NullCheck(L_30); int32_t L_31; L_31 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_30, NULL); String_t* L_32; L_32 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_25, L_27)), L_29)), L_31)), NULL); String_t* L_33 = L_32; String_t* L_34 = ___str00; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_33, 0, L_34, NULL); String_t* L_35 = L_33; String_t* L_36 = ___str00; NullCheck(L_36); int32_t L_37; L_37 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_36, NULL); String_t* L_38 = ___str11; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_35, L_37, L_38, NULL); String_t* L_39 = L_35; String_t* L_40 = ___str00; NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL); String_t* L_42 = ___str11; NullCheck(L_42); int32_t L_43; L_43 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_42, NULL); String_t* L_44 = ___str22; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_39, ((int32_t)il2cpp_codegen_add(L_41, L_43)), L_44, NULL); String_t* L_45 = L_39; String_t* L_46 = ___str00; NullCheck(L_46); int32_t L_47; L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL); String_t* L_48 = ___str11; NullCheck(L_48); int32_t L_49; L_49 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_48, NULL); String_t* L_50 = ___str22; NullCheck(L_50); int32_t L_51; L_51 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_50, NULL); String_t* L_52 = ___str33; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_45, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_47, L_49)), L_51)), L_52, NULL); return L_45; } } // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; int32_t V_8 = 0; String_t* G_B7_0 = NULL; String_t* G_B5_0 = NULL; { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___values0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0_RuntimeMethod_var))); } IL_000e: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___values0; NullCheck(L_2); if ((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))) > ((int32_t)1))) { goto IL_002b; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___values0; NullCheck(L_3); if (!(((RuntimeArray*)L_3)->max_length)) { goto IL_0025; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ___values0; NullCheck(L_4); int32_t L_5 = 0; String_t* L_6 = (L_4)->GetAt(static_cast(L_5)); String_t* L_7 = L_6; G_B5_0 = L_7; if (L_7) { G_B7_0 = L_7; goto IL_002a; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_8; } IL_0025: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B7_0 = L_9; } IL_002a: { return G_B7_0; } IL_002b: { V_0 = ((int64_t)0); V_4 = 0; goto IL_004e; } IL_0033: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = ___values0; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = L_11; String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); V_5 = L_13; String_t* L_14 = V_5; if (!L_14) { goto IL_0048; } } { int64_t L_15 = V_0; String_t* L_16 = V_5; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL); V_0 = ((int64_t)il2cpp_codegen_add(L_15, ((int64_t)L_17))); } IL_0048: { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1)); } IL_004e: { int32_t L_19 = V_4; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = ___values0; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) { goto IL_0033; } } { int64_t L_21 = V_0; if ((((int64_t)L_21) <= ((int64_t)((int64_t)((int32_t)2147483647LL))))) { goto IL_0064; } } { OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* L_22 = (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var))); NullCheck(L_22); OutOfMemoryException__ctor_m2CDADA05A6304090686E8D5E3E99A1596FAF5951(L_22, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0_RuntimeMethod_var))); } IL_0064: { int64_t L_23 = V_0; V_1 = ((int32_t)L_23); int32_t L_24 = V_1; if (L_24) { goto IL_0070; } } { String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_25; } IL_0070: { int32_t L_26 = V_1; String_t* L_27; L_27 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_26, NULL); V_2 = L_27; V_3 = 0; V_6 = 0; goto IL_00b5; } IL_007e: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = ___values0; int32_t L_29 = V_6; NullCheck(L_28); int32_t L_30 = L_29; String_t* L_31 = (L_28)->GetAt(static_cast(L_30)); V_7 = L_31; String_t* L_32 = V_7; bool L_33; L_33 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_32, NULL); if (L_33) { goto IL_00af; } } { String_t* L_34 = V_7; NullCheck(L_34); int32_t L_35; L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL); V_8 = L_35; int32_t L_36 = V_8; int32_t L_37 = V_1; int32_t L_38 = V_3; if ((((int32_t)L_36) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_37, L_38))))) { goto IL_00a1; } } { V_3 = (-1); goto IL_00bc; } IL_00a1: { String_t* L_39 = V_2; int32_t L_40 = V_3; String_t* L_41 = V_7; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_39, L_40, L_41, NULL); int32_t L_42 = V_3; int32_t L_43 = V_8; V_3 = ((int32_t)il2cpp_codegen_add(L_42, L_43)); } IL_00af: { int32_t L_44 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_44, 1)); } IL_00b5: { int32_t L_45 = V_6; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_46 = ___values0; NullCheck(L_46); if ((((int32_t)L_45) < ((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))))) { goto IL_007e; } } IL_00bc: { int32_t L_47 = V_3; int32_t L_48 = V_1; if ((((int32_t)L_47) == ((int32_t)L_48))) { goto IL_00d1; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_49 = ___values0; NullCheck((RuntimeArray*)L_49); RuntimeObject* L_50; L_50 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_49, NULL); String_t* L_51; L_51 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_50, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), NULL); return L_51; } IL_00d1: { String_t* L_52 = V_2; return L_52; } } // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___arg01; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_2; memset((&L_2), 0, sizeof(L_2)); ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872((&L_2), L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88((RuntimeObject*)NULL, L_0, L_2, NULL); return L_3; } } // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___arg01; RuntimeObject* L_2 = ___arg12; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_3; memset((&L_3), 0, sizeof(L_3)); ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF((&L_3), L_1, L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88((RuntimeObject*)NULL, L_0, L_3, NULL); return L_4; } } // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m76BF8F3A6AD789E38B708848A2688D400AAC250A (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, RuntimeObject* ___arg23, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___arg01; RuntimeObject* L_2 = ___arg12; RuntimeObject* L_3 = ___arg23; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_4; memset((&L_4), 0, sizeof(L_4)); ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88((RuntimeObject*)NULL, L_0, L_4, NULL); return L_5; } } // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55 (String_t* ___format0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___args1; if (L_0) { goto IL_0018; } } { String_t* L_1 = ___format0; if (!L_1) { goto IL_000d; } } { G_B4_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)); goto IL_0012; } IL_000d: { G_B4_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)); } IL_0012: { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, G_B4_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Format_m74FC0A1259DFA02F3DF6538FC7F3ACF3E1AF0C55_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = ___format0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___args1; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_5; memset((&L_5), 0, sizeof(L_5)); ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E((&L_5), L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88((RuntimeObject*)NULL, L_3, L_5, NULL); return L_6; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m75580778A544C5C8DA0F2ACEE7972A2AC944063A (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; RuntimeObject* L_2 = ___arg02; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_3; memset((&L_3), 0, sizeof(L_3)); ParamsArray__ctor_m7009FCBF72C245324618CA23BF51BC430A32F872((&L_3), L_2, /*hidden argument*/NULL); String_t* L_4; L_4 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88(L_0, L_1, L_3, NULL); return L_4; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; RuntimeObject* L_2 = ___arg02; RuntimeObject* L_3 = ___arg13; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_4; memset((&L_4), 0, sizeof(L_4)); ParamsArray__ctor_mC2A3A6438294FA948BFA5FAB16B92B512CD77AEF((&L_4), L_2, L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88(L_0, L_1, L_4, NULL); return L_5; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m47B2846E44214E013BF3069B0F9015AD223FF16E (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, RuntimeObject* ___arg24, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___provider0; String_t* L_1 = ___format1; RuntimeObject* L_2 = ___arg02; RuntimeObject* L_3 = ___arg13; RuntimeObject* L_4 = ___arg24; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_5; memset((&L_5), 0, sizeof(L_5)); ParamsArray__ctor_mA5536845A414E853711015FD87765D46E0032444((&L_5), L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88(L_0, L_1, L_5, NULL); return L_6; } } // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mBFACD7FE8657957CE3D5DA54D519AB418AF421E7 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args2, const RuntimeMethod* method) { String_t* G_B4_0 = NULL; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___args2; if (L_0) { goto IL_0018; } } { String_t* L_1 = ___format1; if (!L_1) { goto IL_000d; } } { G_B4_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132)); goto IL_0012; } IL_000d: { G_B4_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)); } IL_0012: { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, G_B4_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Format_mBFACD7FE8657957CE3D5DA54D519AB418AF421E7_RuntimeMethod_var))); } IL_0018: { RuntimeObject* L_3 = ___provider0; String_t* L_4 = ___format1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = ___args2; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_6; memset((&L_6), 0, sizeof(L_6)); ParamsArray__ctor_m1237E599510FB74A8A1D237B0330676EDD161D5E((&L_6), L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88(L_3, L_4, L_6, NULL); return L_7; } } // System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88 (RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C ___args2, const RuntimeMethod* method) { { String_t* L_0 = ___format1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75C9716749EA210206E3467390B7A11F3F33DDFA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_FormatHelper_mB715363BDF2E7A3864DFD0BDE7CCCCB1A8160A88_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___format1; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); int32_t L_4; L_4 = ParamsArray_get_Length_mB6EAB17F36570CC54B9505BFA2CB4FCAD326AE07((&___args2), NULL); StringBuilder_t* L_5; L_5 = StringBuilderCache_Acquire_m6E2B81795F398D214356982DB78955434EA835B1(((int32_t)il2cpp_codegen_add(L_3, ((int32_t)il2cpp_codegen_multiply(L_4, 8)))), NULL); RuntimeObject* L_6 = ___provider0; String_t* L_7 = ___format1; ParamsArray_t2AE19F401652F4CBAB7A3CD4B0F195679FC16F1C L_8 = ___args2; NullCheck(L_5); StringBuilder_t* L_9; L_9 = StringBuilder_AppendFormatHelper_mB721541560403777C9190F76D162C918A9A840D1(L_5, L_6, L_7, L_8, NULL); String_t* L_10; L_10 = StringBuilderCache_GetStringAndRelease_mE88D25734085D6BA6F1D82C692CC059D90EDF50F(L_9, NULL); return L_10; } } // System.String System.String::Insert(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; { String_t* L_0 = ___value1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___startIndex0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_3 = ___startIndex0; int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_0026; } } IL_001b: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Insert_mA279E748F06514A6D0B9B680D651D6A6C6BB561A_RuntimeMethod_var))); } IL_0026: { int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = L_6; String_t* L_7 = ___value1; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); V_1 = L_8; int32_t L_9 = V_0; if (L_9) { goto IL_0039; } } { String_t* L_10 = ___value1; return L_10; } IL_0039: { int32_t L_11 = V_1; if (L_11) { goto IL_003e; } } { return __this; } IL_003e: { int32_t L_12 = V_0; int32_t L_13 = V_1; String_t* L_14; L_14 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)il2cpp_codegen_add(L_12, L_13)), NULL); Il2CppChar* L_15 = (&__this->____firstChar_5); V_3 = L_15; Il2CppChar* L_16 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_16); String_t* L_17 = ___value1; NullCheck(L_17); Il2CppChar* L_18 = (&L_17->____firstChar_5); V_5 = L_18; Il2CppChar* L_19 = V_5; V_4 = (Il2CppChar*)((uintptr_t)L_19); String_t* L_20 = L_14; NullCheck(L_20); Il2CppChar* L_21 = (&L_20->____firstChar_5); V_6 = L_21; Il2CppChar* L_22 = V_6; uintptr_t L_23 = ((uintptr_t)L_22); Il2CppChar* L_24 = V_2; int32_t L_25 = ___startIndex0; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)L_23, L_24, L_25, NULL); uintptr_t L_26 = L_23; int32_t L_27 = ___startIndex0; Il2CppChar* L_28 = V_4; int32_t L_29 = V_1; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_26, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_27), 2)))), L_28, L_29, NULL); int32_t L_30 = ___startIndex0; int32_t L_31 = V_1; Il2CppChar* L_32 = V_2; int32_t L_33 = ___startIndex0; int32_t L_34 = V_0; int32_t L_35 = ___startIndex0; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((intptr_t)il2cpp_codegen_add(((intptr_t)il2cpp_codegen_add((intptr_t)L_26, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_31), 2)))), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_33), 2)))), ((int32_t)il2cpp_codegen_subtract(L_34, L_35)), NULL); V_6 = (Il2CppChar*)((uintptr_t)0); V_5 = (Il2CppChar*)((uintptr_t)0); V_3 = (Il2CppChar*)((uintptr_t)0); return L_20; } } // System.String System.String::Join(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mE405D676C6881553258F8BAD40A20B462D611068 (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value1, const RuntimeMethod* method) { { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___value1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Join_mE405D676C6881553258F8BAD40A20B462D611068_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___separator0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___value1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ___value1; NullCheck(L_4); String_t* L_5; L_5 = String_Join_m9FD21210E351374C67CD671692B866CA6B02E3EF(L_2, L_3, 0, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL); return L_5; } } // System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632 (String_t* ___separator0, RuntimeObject* ___values1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* V_1 = NULL; StringBuilder_t* V_2 = NULL; String_t* V_3 = NULL; String_t* G_B8_0 = NULL; String_t* G_B7_0 = NULL; { RuntimeObject* L_0 = ___values1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBFED6DEA5A92748E7B7A0A236B4FBA1EFEF38C6)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Join_m675422BC1927F19F7135C5211B45EE7AC9F7D632_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___values1; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_2); V_0 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0077: {// begin finally (depth: 1) { RuntimeObject* L_4 = V_0; if (!L_4) { goto IL_0080; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0080: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0025_1; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; V_3 = L_8; goto IL_0081; } IL_0025_1: { RuntimeObject* L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_9); V_1 = L_10; RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0041_1; } } { String_t* L_13 = V_1; String_t* L_14 = L_13; G_B7_0 = L_14; if (L_14) { G_B8_0 = L_14; goto IL_003e_1; } } { String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B8_0 = L_15; } IL_003e_1: { V_3 = G_B8_0; goto IL_0081; } IL_0041_1: { StringBuilder_t* L_16; L_16 = StringBuilderCache_Acquire_m6E2B81795F398D214356982DB78955434EA835B1(((int32_t)16), NULL); V_2 = L_16; StringBuilder_t* L_17 = V_2; String_t* L_18 = V_1; NullCheck(L_17); StringBuilder_t* L_19; L_19 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_17, L_18, NULL); } IL_0051_1: { StringBuilder_t* L_20 = V_2; String_t* L_21 = ___separator0; NullCheck(L_20); StringBuilder_t* L_22; L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_20, L_21, NULL); StringBuilder_t* L_23 = V_2; RuntimeObject* L_24 = V_0; NullCheck(L_24); String_t* L_25; L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_24); NullCheck(L_23); StringBuilder_t* L_26; L_26 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, L_25, NULL); RuntimeObject* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0051_1; } } { StringBuilder_t* L_29 = V_2; String_t* L_30; L_30 = StringBuilderCache_GetStringAndRelease_mE88D25734085D6BA6F1D82C692CC059D90EDF50F(L_29, NULL); V_3 = L_30; goto IL_0081; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0081: { String_t* L_31 = V_3; return L_31; } } // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m9FD21210E351374C67CD671692B866CA6B02E3EF (String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { String_t* L_0 = ___separator0; String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000a; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B2_0 = L_2; } IL_000a: { ___separator0 = G_B2_0; String_t* L_3 = ___separator0; NullCheck(L_3); Il2CppChar* L_4 = (&L_3->____firstChar_5); V_0 = L_4; Il2CppChar* L_5 = V_0; String_t* L_6 = ___separator0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = ___value1; int32_t L_9 = ___startIndex2; int32_t L_10 = ___count3; String_t* L_11; L_11 = String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F((Il2CppChar*)((uintptr_t)L_5), L_7, L_8, L_9, L_10, NULL); return L_11; } } // System.String System.String::JoinCore(System.Char*,System.Int32,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F (Il2CppChar* ___separator0, int32_t ___separatorLength1, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___value2, int32_t ___startIndex3, int32_t ___count4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; Il2CppChar* V_10 = NULL; Il2CppChar* V_11 = NULL; String_t* G_B13_0 = NULL; String_t* G_B11_0 = NULL; int64_t G_B16_0 = 0; int64_t G_B15_0 = 0; { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___value2; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___startIndex3; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___count4; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0037; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var))); } IL_0037: { int32_t L_6 = ___startIndex3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ___value2; NullCheck(L_7); int32_t L_8 = ___count4; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8))))) { goto IL_0050; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral15F97E5D6378242ED54641B00B68E301623A0191)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var))); } IL_0050: { int32_t L_10 = ___count4; if ((((int32_t)L_10) > ((int32_t)1))) { goto IL_006c; } } { int32_t L_11 = ___count4; if (!L_11) { goto IL_0066; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = ___value2; int32_t L_13 = ___startIndex3; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); String_t* L_16 = L_15; G_B11_0 = L_16; if (L_16) { G_B13_0 = L_16; goto IL_006b; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_17; } IL_0066: { String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B13_0 = L_18; } IL_006b: { return G_B13_0; } IL_006c: { int32_t L_19 = ___count4; int32_t L_20 = ___separatorLength1; int64_t L_21 = ((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)il2cpp_codegen_subtract(L_19, 1))), ((int64_t)L_20))); G_B15_0 = L_21; if ((((int64_t)L_21) <= ((int64_t)((int64_t)((int32_t)2147483647LL))))) { G_B16_0 = L_21; goto IL_0083; } } { OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* L_22 = (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var))); NullCheck(L_22); OutOfMemoryException__ctor_m2CDADA05A6304090686E8D5E3E99A1596FAF5951(L_22, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var))); } IL_0083: { V_0 = ((int32_t)G_B16_0); int32_t L_23 = ___startIndex3; V_3 = L_23; int32_t L_24 = ___startIndex3; int32_t L_25 = ___count4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, L_25)); goto IL_00b0; } IL_008f: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = ___value2; int32_t L_27 = V_3; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); V_5 = L_29; String_t* L_30 = V_5; if (!L_30) { goto IL_00ac; } } { int32_t L_31 = V_0; String_t* L_32 = V_5; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL); V_0 = ((int32_t)il2cpp_codegen_add(L_31, L_33)); int32_t L_34 = V_0; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_00ac; } } { OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* L_35 = (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var))); NullCheck(L_35); OutOfMemoryException__ctor_m2CDADA05A6304090686E8D5E3E99A1596FAF5951(L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F_RuntimeMethod_var))); } IL_00ac: { int32_t L_36 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_36, 1)); } IL_00b0: { int32_t L_37 = V_3; int32_t L_38 = V_4; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_008f; } } { int32_t L_39 = V_0; String_t* L_40; L_40 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_39, NULL); V_1 = L_40; V_2 = 0; int32_t L_41 = ___startIndex3; V_6 = L_41; int32_t L_42 = ___startIndex3; int32_t L_43 = ___count4; V_7 = ((int32_t)il2cpp_codegen_add(L_42, L_43)); goto IL_0136; } IL_00c9: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = ___value2; int32_t L_45 = V_6; NullCheck(L_44); int32_t L_46 = L_45; String_t* L_47 = (L_44)->GetAt(static_cast(L_46)); V_8 = L_47; String_t* L_48 = V_8; if (!L_48) { goto IL_00f5; } } { String_t* L_49 = V_8; NullCheck(L_49); int32_t L_50; L_50 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_49, NULL); V_9 = L_50; int32_t L_51 = V_9; int32_t L_52 = V_0; int32_t L_53 = V_2; if ((((int32_t)L_51) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_52, L_53))))) { goto IL_00e7; } } { V_2 = (-1); goto IL_013c; } IL_00e7: { String_t* L_54 = V_1; int32_t L_55 = V_2; String_t* L_56 = V_8; String_FillStringChecked_mEFE1D17D3EF151E21C9DA3E9BA57078A7010A6FA(L_54, L_55, L_56, NULL); int32_t L_57 = V_2; int32_t L_58 = V_9; V_2 = ((int32_t)il2cpp_codegen_add(L_57, L_58)); } IL_00f5: { int32_t L_59 = V_6; int32_t L_60 = V_7; if ((((int32_t)L_59) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_60, 1))))) { goto IL_0130; } } { String_t* L_61 = V_1; NullCheck(L_61); Il2CppChar* L_62 = (&L_61->____firstChar_5); V_11 = L_62; Il2CppChar* L_63 = V_11; V_10 = (Il2CppChar*)((uintptr_t)L_63); int32_t L_64 = ___separatorLength1; if ((!(((uint32_t)L_64) == ((uint32_t)1)))) { goto IL_011a; } } { Il2CppChar* L_65 = V_10; int32_t L_66 = V_2; Il2CppChar* L_67 = ___separator0; int32_t L_68 = *((uint16_t*)L_67); *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_66), 2))))) = (int16_t)L_68; goto IL_0128; } IL_011a: { Il2CppChar* L_69 = V_10; int32_t L_70 = V_2; Il2CppChar* L_71 = ___separator0; int32_t L_72 = ___separatorLength1; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_70), 2)))), L_71, L_72, NULL); } IL_0128: { V_11 = (Il2CppChar*)((uintptr_t)0); int32_t L_73 = V_2; int32_t L_74 = ___separatorLength1; V_2 = ((int32_t)il2cpp_codegen_add(L_73, L_74)); } IL_0130: { int32_t L_75 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_75, 1)); } IL_0136: { int32_t L_76 = V_6; int32_t L_77 = V_7; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_00c9; } } IL_013c: { int32_t L_78 = V_2; int32_t L_79 = V_0; if ((((int32_t)L_78) == ((int32_t)L_79))) { goto IL_0156; } } { Il2CppChar* L_80 = ___separator0; int32_t L_81 = ___separatorLength1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_82 = ___value2; NullCheck((RuntimeArray*)L_82); RuntimeObject* L_83; L_83 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_82, NULL); int32_t L_84 = ___startIndex3; int32_t L_85 = ___count4; String_t* L_86; L_86 = String_JoinCore_mD0FA883C49FD350E50749BADA2E78FA18EB27A7F(L_80, L_81, ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_83, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), L_84, L_85, NULL); return L_86; } IL_0156: { String_t* L_87 = V_1; return L_87; } } // System.String System.String::PadLeft(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; { int32_t L_0 = ___totalWidth0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral58CD8557F6DA92AF6C70377C1199294381C92BE9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F_RuntimeMethod_var))); } IL_0014: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = L_2; int32_t L_3 = ___totalWidth0; int32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, L_4)); int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0025; } } { return __this; } IL_0025: { int32_t L_6 = ___totalWidth0; String_t* L_7; L_7 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_6, NULL); V_2 = L_7; String_t* L_8 = V_2; NullCheck(L_8); Il2CppChar* L_9 = (&L_8->____firstChar_5); V_4 = L_9; Il2CppChar* L_10 = V_4; V_3 = (Il2CppChar*)((uintptr_t)L_10); V_5 = 0; goto IL_004c; } IL_003d: { Il2CppChar* L_11 = V_3; int32_t L_12 = V_5; Il2CppChar L_13 = ___paddingChar1; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2))))) = (int16_t)L_13; int32_t L_14 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_004c: { int32_t L_15 = V_5; int32_t L_16 = V_1; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_003d; } } { Il2CppChar* L_17 = (&__this->____firstChar_5); V_7 = L_17; Il2CppChar* L_18 = V_7; V_6 = (Il2CppChar*)((uintptr_t)L_18); Il2CppChar* L_19 = V_3; int32_t L_20 = V_1; Il2CppChar* L_21 = V_6; int32_t L_22 = V_0; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), 2)))), L_21, L_22, NULL); V_7 = (Il2CppChar*)((uintptr_t)0); V_4 = (Il2CppChar*)((uintptr_t)0); String_t* L_23 = V_2; return L_23; } } // System.String System.String::PadRight(System.Int32,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadRight_m7C573780177B3246D67D860C2A75AEF5832C7543 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; { int32_t L_0 = ___totalWidth0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral58CD8557F6DA92AF6C70377C1199294381C92BE9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_PadRight_m7C573780177B3246D67D860C2A75AEF5832C7543_RuntimeMethod_var))); } IL_0014: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = L_2; int32_t L_3 = ___totalWidth0; int32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, L_4)); int32_t L_5 = V_1; if ((((int32_t)L_5) > ((int32_t)0))) { goto IL_0025; } } { return __this; } IL_0025: { int32_t L_6 = ___totalWidth0; String_t* L_7; L_7 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_6, NULL); V_2 = L_7; String_t* L_8 = V_2; NullCheck(L_8); Il2CppChar* L_9 = (&L_8->____firstChar_5); V_4 = L_9; Il2CppChar* L_10 = V_4; V_3 = (Il2CppChar*)((uintptr_t)L_10); Il2CppChar* L_11 = (&__this->____firstChar_5); V_6 = L_11; Il2CppChar* L_12 = V_6; V_5 = (Il2CppChar*)((uintptr_t)L_12); Il2CppChar* L_13 = V_3; Il2CppChar* L_14 = V_5; int32_t L_15 = V_0; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052(L_13, L_14, L_15, NULL); V_6 = (Il2CppChar*)((uintptr_t)0); V_7 = 0; goto IL_0068; } IL_0057: { Il2CppChar* L_16 = V_3; int32_t L_17 = V_0; int32_t L_18 = V_7; Il2CppChar L_19 = ___paddingChar1; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_17, L_18))), 2))))) = (int16_t)L_19; int32_t L_20 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_0068: { int32_t L_21 = V_7; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0057; } } { V_4 = (Il2CppChar*)((uintptr_t)0); String_t* L_23 = V_2; return L_23; } } // System.String System.String::Remove(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68 (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68_RuntimeMethod_var))); } IL_0028: { int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = L_4; int32_t L_5 = ___count1; int32_t L_6 = V_0; int32_t L_7 = ___startIndex0; if ((((int32_t)L_5) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_6, L_7))))) { goto IL_0045; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8294A19DAAE7E1B519B6BFD2EDBE3F2DE6D2AC77)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Remove_m4D7A58E2124F8D0D8AE3EEDE74B6AD6A863ABA68_RuntimeMethod_var))); } IL_0045: { int32_t L_9 = ___count1; if (L_9) { goto IL_004a; } } { return __this; } IL_004a: { int32_t L_10 = V_0; int32_t L_11 = ___count1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_10, L_11)); int32_t L_12 = V_1; if (L_12) { goto IL_0057; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_13; } IL_0057: { int32_t L_14 = V_1; String_t* L_15; L_15 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_14, NULL); Il2CppChar* L_16 = (&__this->____firstChar_5); V_3 = L_16; Il2CppChar* L_17 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_17); String_t* L_18 = L_15; NullCheck(L_18); Il2CppChar* L_19 = (&L_18->____firstChar_5); V_4 = L_19; Il2CppChar* L_20 = V_4; uintptr_t L_21 = ((uintptr_t)L_20); Il2CppChar* L_22 = V_2; int32_t L_23 = ___startIndex0; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)L_21, L_22, L_23, NULL); int32_t L_24 = ___startIndex0; Il2CppChar* L_25 = V_2; int32_t L_26 = ___startIndex0; int32_t L_27 = ___count1; int32_t L_28 = V_1; int32_t L_29 = ___startIndex0; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2)))), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_27), 2)))), ((int32_t)il2cpp_codegen_subtract(L_28, L_29)), NULL); V_4 = (Il2CppChar*)((uintptr_t)0); V_3 = (Il2CppChar*)((uintptr_t)0); return L_18; } } // System.String System.String::Remove(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m8266E0BF5D8565D4CDC850F21E9178AE254C3E85 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) { { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Remove_m8266E0BF5D8565D4CDC850F21E9178AE254C3E85_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___startIndex0; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_002d; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8FB6FC33F8E8609AC13CC4724E1B2EFB4372240)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Remove_m8266E0BF5D8565D4CDC850F21E9178AE254C3E85_RuntimeMethod_var))); } IL_002d: { int32_t L_5 = ___startIndex0; String_t* L_6; L_6 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(__this, 0, L_5, NULL); return L_6; } } // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; Il2CppChar* V_8 = NULL; Il2CppChar* V_9 = NULL; Il2CppChar V_10 = 0x0; { Il2CppChar L_0 = ___oldChar0; Il2CppChar L_1 = ___newChar1; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0006; } } { return __this; } IL_0006: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = L_2; Il2CppChar* L_3 = (&__this->____firstChar_5); V_2 = L_3; Il2CppChar* L_4 = V_2; V_3 = (Il2CppChar*)((uintptr_t)L_4); goto IL_0026; } IL_0019: { Il2CppChar* L_5 = V_3; int32_t L_6 = *((uint16_t*)L_5); Il2CppChar L_7 = ___oldChar0; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002a; } } { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_8, 1)); Il2CppChar* L_9 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, 2)); } IL_0026: { int32_t L_10 = V_0; if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0019; } } IL_002a: { V_2 = (Il2CppChar*)((uintptr_t)0); int32_t L_11 = V_0; if (L_11) { goto IL_0032; } } { return __this; } IL_0032: { int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_13; L_13 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_12, NULL); V_1 = L_13; Il2CppChar* L_14 = (&__this->____firstChar_5); V_2 = L_14; Il2CppChar* L_15 = V_2; V_4 = (Il2CppChar*)((uintptr_t)L_15); String_t* L_16 = V_1; NullCheck(L_16); Il2CppChar* L_17 = (&L_16->____firstChar_5); V_6 = L_17; Il2CppChar* L_18 = V_6; V_5 = (Il2CppChar*)((uintptr_t)L_18); int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_20 = V_0; V_7 = ((int32_t)il2cpp_codegen_subtract(L_19, L_20)); int32_t L_21 = V_7; if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_0070; } } { Il2CppChar* L_22 = V_5; Il2CppChar* L_23 = V_4; int32_t L_24 = V_7; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052(L_22, L_23, L_24, NULL); } IL_0070: { Il2CppChar* L_25 = V_4; int32_t L_26 = V_7; V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), 2)))); Il2CppChar* L_27 = V_5; int32_t L_28 = V_7; V_9 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_28), 2)))); } IL_0084: { Il2CppChar* L_29 = V_8; int32_t L_30 = *((uint16_t*)L_29); V_10 = L_30; Il2CppChar L_31 = V_10; Il2CppChar L_32 = ___oldChar0; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_0091; } } { Il2CppChar L_33 = ___newChar1; V_10 = L_33; } IL_0091: { Il2CppChar* L_34 = V_9; Il2CppChar L_35 = V_10; *((int16_t*)L_34) = (int16_t)L_35; int32_t L_36 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_36, 1)); Il2CppChar* L_37 = V_8; V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, 2)); Il2CppChar* L_38 = V_9; V_9 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, 2)); int32_t L_39 = V_0; if ((((int32_t)L_39) > ((int32_t)0))) { goto IL_0084; } } { V_6 = (Il2CppChar*)((uintptr_t)0); V_2 = (Il2CppChar*)((uintptr_t)0); String_t* L_40 = V_1; return L_40; } } // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_0; memset((&V_0), 0, sizeof(V_0)); ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B V_1; memset((&V_1), 0, sizeof(V_1)); Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; { String_t* L_0 = ___oldValue0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B6805FF35E9D5281B12A6FE89E20C33842F2B82)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___oldValue0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_0026; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7AA791C8152A98FFF08ACB38CDB66499C02C97D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B6805FF35E9D5281B12A6FE89E20C33842F2B82)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166_RuntimeMethod_var))); } IL_0026: { String_t* L_5 = ___newValue1; if (L_5) { goto IL_0030; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___newValue1 = L_6; } IL_0030: { int8_t* L_7 = (int8_t*) alloca(((uintptr_t)((int32_t)512))); memset(L_7, 0, ((uintptr_t)((int32_t)512))); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_8; memset((&L_8), 0, sizeof(L_8)); Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_8), (void*)(L_7), ((int32_t)128), /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); V_0 = L_8; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_9 = V_0; ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD((&V_1), L_9, ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); Il2CppChar* L_10 = (&__this->____firstChar_5); V_3 = L_10; Il2CppChar* L_11 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_11); V_4 = 0; int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_13 = ___oldValue0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); V_5 = ((int32_t)il2cpp_codegen_subtract(L_12, L_14)); goto IL_00b6; } IL_0069: { Il2CppChar* L_15 = V_2; int32_t L_16 = V_4; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))); V_7 = 0; goto IL_0090; } IL_0077: { Il2CppChar* L_17 = V_6; int32_t L_18 = V_7; int32_t L_19 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), 2))))); String_t* L_20 = ___oldValue0; int32_t L_21 = V_7; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL); if ((!(((uint32_t)L_19) == ((uint32_t)L_22)))) { goto IL_00b0; } } { int32_t L_23 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_0090: { int32_t L_24 = V_7; String_t* L_25 = ___oldValue0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0077; } } { int32_t L_27 = V_4; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline((&V_1), L_27, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); int32_t L_28 = V_4; String_t* L_29 = ___oldValue0; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_29, NULL); V_4 = ((int32_t)il2cpp_codegen_add(L_28, L_30)); goto IL_00b6; } IL_00b0: { int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_31, 1)); } IL_00b6: { int32_t L_32 = V_4; int32_t L_33 = V_5; if ((((int32_t)L_32) <= ((int32_t)L_33))) { goto IL_0069; } } { V_3 = (Il2CppChar*)((uintptr_t)0); int32_t L_34; L_34 = ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_inline((&V_1), ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_RuntimeMethod_var); if (L_34) { goto IL_00ca; } } { return __this; } IL_00ca: { String_t* L_35 = ___oldValue0; NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL); String_t* L_37 = ___newValue1; ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_38; L_38 = ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D((&V_1), ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); String_t* L_39; L_39 = String_ReplaceHelper_mBEF426D6843AA1AFFF1C10A1517F1CCC196DA8FE(__this, L_36, L_37, L_38, NULL); ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_inline((&V_1), ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); return L_39; } } // System.String System.String::ReplaceHelper(System.Int32,System.String,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceHelper_mBEF426D6843AA1AFFF1C10A1517F1CCC196DA8FE (String_t* __this, int32_t ___oldValueLength0, String_t* ___newValue1, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___indices2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_6; memset((&V_6), 0, sizeof(V_6)); int64_t G_B2_0 = 0; int64_t G_B1_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_1 = ___newValue1; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); int32_t L_3 = ___oldValueLength0; int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&___indices2), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); int64_t L_5 = ((int64_t)il2cpp_codegen_add(((int64_t)L_0), ((int64_t)il2cpp_codegen_multiply(((int64_t)((int32_t)il2cpp_codegen_subtract(L_2, L_3))), ((int64_t)L_4))))); G_B1_0 = L_5; if ((((int64_t)L_5) <= ((int64_t)((int64_t)((int32_t)2147483647LL))))) { G_B2_0 = L_5; goto IL_0029; } } { OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* L_6 = (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var))); NullCheck(L_6); OutOfMemoryException__ctor_m2CDADA05A6304090686E8D5E3E99A1596FAF5951(L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_ReplaceHelper_mBEF426D6843AA1AFFF1C10A1517F1CCC196DA8FE_RuntimeMethod_var))); } IL_0029: { String_t* L_7; L_7 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)G_B2_0), NULL); V_0 = L_7; String_t* L_8 = V_0; NullCheck(L_8); Il2CppChar* L_9; L_9 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_8, NULL); String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL); Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_12; memset((&L_12), 0, sizeof(L_12)); Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_12), L_9, L_11, /*hidden argument*/Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_RuntimeMethod_var); V_1 = L_12; V_2 = 0; V_3 = 0; V_4 = 0; goto IL_00a6; } IL_004b: { int32_t L_13 = V_4; int32_t* L_14; L_14 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___indices2))->____pointer_0))->value, (L_13), ((&___indices2))->____length_1); int32_t L_15 = *((int32_t*)L_14); int32_t L_16 = L_15; int32_t L_17 = V_2; V_5 = ((int32_t)il2cpp_codegen_subtract(L_16, L_17)); int32_t L_18 = V_5; G_B4_0 = L_16; if (!L_18) { G_B5_0 = L_16; goto IL_007d; } } { int32_t L_19 = V_2; int32_t L_20 = V_5; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_21; L_21 = MemoryExtensions_AsSpan_m5164781404FE3D882902D92409C003B29659A049_inline(__this, L_19, L_20, NULL); V_6 = L_21; int32_t L_22 = V_3; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_23; L_23 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_1), L_22, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030((&V_6), L_23, ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var); int32_t L_24 = V_3; int32_t L_25 = V_5; V_3 = ((int32_t)il2cpp_codegen_add(L_24, L_25)); G_B5_0 = G_B4_0; } IL_007d: { int32_t L_26 = ___oldValueLength0; V_2 = ((int32_t)il2cpp_codegen_add(G_B5_0, L_26)); String_t* L_27 = ___newValue1; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_28; L_28 = MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline(L_27, NULL); V_6 = L_28; int32_t L_29 = V_3; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_30; L_30 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_1), L_29, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030((&V_6), L_30, ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var); int32_t L_31 = V_3; String_t* L_32 = ___newValue1; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL); V_3 = ((int32_t)il2cpp_codegen_add(L_31, L_33)); int32_t L_34 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_00a6: { int32_t L_35 = V_4; int32_t L_36; L_36 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&___indices2), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_004b; } } { int32_t L_37 = V_2; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_38; L_38 = MemoryExtensions_AsSpan_m814C0C68F0B84884C83C32C1DCBBC59069F07CAF_inline(__this, L_37, NULL); V_6 = L_38; int32_t L_39 = V_3; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_40; L_40 = Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_inline((&V_1), L_39, Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_RuntimeMethod_var); ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030((&V_6), L_40, ReadOnlySpan_1_CopyTo_m42F1668DECE40277D97A37705EA6BE27CF7D5030_RuntimeMethod_var); String_t* L_41 = V_0; return L_41; } } // System.String[] System.String::Split(System.Char,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___separator0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0; memset((&L_0), 0, sizeof(L_0)); ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_0), (&___separator0), 1, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); int32_t L_1 = ___options1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83(__this, L_0, ((int32_t)2147483647LL), L_1, NULL); return L_2; } } // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___separator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___separator0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1; L_1 = ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7(L_0, ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83(__this, L_1, ((int32_t)2147483647LL), 0, NULL); return L_2; } } // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m6811F7CF4DE7C68019D76E9DC6D17B2293BA8B12 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___separator0, int32_t ___options1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___separator0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1; L_1 = ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7(L_0, ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); int32_t L_2 = ___options1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3; L_3 = String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83(__this, L_1, ((int32_t)2147483647LL), L_2, NULL); return L_3; } } // System.String[] System.String::SplitInternal(System.ReadOnlySpan`1,System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___separators0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_1; memset((&V_1), 0, sizeof(V_1)); ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B V_2; memset((&V_2), 0, sizeof(V_2)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 V_3; memset((&V_3), 0, sizeof(V_3)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 V_4; memset((&V_4), 0, sizeof(V_4)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B16_0 = NULL; { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___options2; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001c; } } { int32_t L_3 = ___options2; if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0032; } } IL_001c: { int32_t L_4 = ___options2; int32_t L_5 = L_4; RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AE649B59ED8705B39B85FAAC10AF4962BCBA80C)), L_6, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83_RuntimeMethod_var))); } IL_0032: { int32_t L_9 = ___options2; V_0 = (bool)((((int32_t)L_9) == ((int32_t)1))? 1 : 0); int32_t L_10 = ___count1; if (!L_10) { goto IL_0045; } } { bool L_11 = V_0; if (!L_11) { goto IL_004b; } } { int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if (L_12) { goto IL_004b; } } IL_0045: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13; L_13 = Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_inline(Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_RuntimeMethod_var); return L_13; } IL_004b: { int32_t L_14 = ___count1; if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_005a; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, __this); (L_16)->SetAt(static_cast(0), (String_t*)__this); return L_16; } IL_005a: { int8_t* L_17 = (int8_t*) alloca(((uintptr_t)((int32_t)512))); memset(L_17, 0, ((uintptr_t)((int32_t)512))); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_18; memset((&L_18), 0, sizeof(L_18)); Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_18), (void*)(L_17), ((int32_t)128), /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); V_1 = L_18; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_19 = V_1; ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD((&V_2), L_19, ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_20 = ___separators0; String_MakeSeparatorList_mFD6DCAE8C79E61E57BA56E48C6580DC7A141D723(__this, L_20, (&V_2), NULL); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_21; L_21 = ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D((&V_2), ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); V_3 = L_21; int32_t L_22; L_22 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&V_3), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); if (L_22) { goto IL_009a; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, __this); (L_24)->SetAt(static_cast(0), (String_t*)__this); return L_24; } IL_009a: { bool L_25 = V_0; if (L_25) { goto IL_00b2; } } { ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_26 = V_3; il2cpp_codegen_initobj((&V_4), sizeof(ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_27 = V_4; int32_t L_28 = ___count1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29; L_29 = String_SplitKeepEmptyEntries_mC09E09ED2DDB055BF1FD512E0AD3CAA0FBEAEAD5(__this, L_26, L_27, 1, L_28, NULL); G_B16_0 = L_29; goto IL_00c5; } IL_00b2: { ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_30 = V_3; il2cpp_codegen_initobj((&V_4), sizeof(ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_31 = V_4; int32_t L_32 = ___count1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33; L_33 = String_SplitOmitEmptyEntries_m6876A49664AE845F4CBC8591CBA2E765233058B4(__this, L_30, L_31, 1, L_32, NULL); G_B16_0 = L_33; } IL_00c5: { ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_inline((&V_2), ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); return G_B16_0; } } // System.String[] System.String::Split(System.String[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m03F46561E2DF46D1E3AE749A77706EFC2F6488F4 (String_t* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___separator0, int32_t ___options1, const RuntimeMethod* method) { { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___separator0; int32_t L_1 = ___options1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = String_SplitInternal_m745427B49FF0A688443186ED70A9345301773B2C(__this, (String_t*)NULL, L_0, ((int32_t)2147483647LL), L_1, NULL); return L_2; } } // System.String[] System.String::SplitInternal(System.String,System.String[],System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitInternal_m745427B49FF0A688443186ED70A9345301773B2C (String_t* __this, String_t* ___separator0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___separators1, int32_t ___count2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_2; memset((&V_2), 0, sizeof(V_2)); ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B V_3; memset((&V_3), 0, sizeof(V_3)); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_4; memset((&V_4), 0, sizeof(V_4)); ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B V_5; memset((&V_5), 0, sizeof(V_5)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 V_6; memset((&V_6), 0, sizeof(V_6)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 V_7; memset((&V_7), 0, sizeof(V_7)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B24_0 = NULL; { int32_t L_0 = ___count2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_SplitInternal_m745427B49FF0A688443186ED70A9345301773B2C_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___options3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_3 = ___options3; if ((((int32_t)L_3) <= ((int32_t)1))) { goto IL_0035; } } IL_001e: { int32_t L_4 = ___options3; int32_t L_5 = ((int32_t)L_4); RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = SR_Format_mB99C6F1BE061EA1427A45176E0CAFB2A2C76D03F(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AE649B59ED8705B39B85FAAC10AF4962BCBA80C)), L_6, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_SplitInternal_m745427B49FF0A688443186ED70A9345301773B2C_RuntimeMethod_var))); } IL_0035: { int32_t L_9 = ___options3; V_0 = (bool)((((int32_t)L_9) == ((int32_t)1))? 1 : 0); String_t* L_10 = ___separator0; V_1 = (bool)((!(((RuntimeObject*)(String_t*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); bool L_11 = V_1; if (L_11) { goto IL_005a; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = ___separators1; if (!L_12) { goto IL_004a; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___separators1; NullCheck(L_13); if ((((RuntimeArray*)L_13)->max_length)) { goto IL_005a; } } IL_004a: { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14; L_14 = ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7((CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); int32_t L_15 = ___count2; int32_t L_16 = ___options3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17; L_17 = String_SplitInternal_m2A2DBF6FFA7F939DF297183C1B3E9D0CB039ED83(__this, L_14, L_15, L_16, NULL); return L_17; } IL_005a: { int32_t L_18 = ___count2; if (!L_18) { goto IL_0068; } } { bool L_19 = V_0; if (!L_19) { goto IL_006e; } } { int32_t L_20; L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if (L_20) { goto IL_006e; } } IL_0068: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21; L_21 = Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_inline(Array_Empty_TisString_t_m065B1C7D00E4F3FB1305F00C8AF7E73B05CE825B_RuntimeMethod_var); return L_21; } IL_006e: { int32_t L_22 = ___count2; if ((((int32_t)L_22) == ((int32_t)1))) { goto IL_007d; } } { bool L_23 = V_1; if (!L_23) { goto IL_0088; } } { String_t* L_24 = ___separator0; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL); if (L_25) { goto IL_0088; } } IL_007d: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, __this); (L_27)->SetAt(static_cast(0), (String_t*)__this); return L_27; } IL_0088: { bool L_28 = V_1; if (!L_28) { goto IL_0096; } } { String_t* L_29 = ___separator0; int32_t L_30 = ___count2; int32_t L_31 = ___options3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32; L_32 = String_SplitInternal_m44F07838D1EF5F7ACC2A0EA798BE7D55D4231933(__this, L_29, L_30, L_31, NULL); return L_32; } IL_0096: { int8_t* L_33 = (int8_t*) alloca(((uintptr_t)((int32_t)512))); memset(L_33, 0, ((uintptr_t)((int32_t)512))); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_34; memset((&L_34), 0, sizeof(L_34)); Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_34), (void*)(L_33), ((int32_t)128), /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); V_2 = L_34; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_35 = V_2; ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD((&V_3), L_35, ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); int8_t* L_36 = (int8_t*) alloca(((uintptr_t)((int32_t)512))); memset(L_36, 0, ((uintptr_t)((int32_t)512))); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_37; memset((&L_37), 0, sizeof(L_37)); Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_37), (void*)(L_36), ((int32_t)128), /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); V_4 = L_37; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_38 = V_4; ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD((&V_5), L_38, ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = ___separators1; String_MakeSeparatorList_mC4F14D026314F5A67761D7C17FFE101482748FF0(__this, L_39, (&V_3), (&V_5), NULL); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_40; L_40 = ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D((&V_3), ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); V_6 = L_40; ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_41; L_41 = ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D((&V_5), ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); V_7 = L_41; int32_t L_42; L_42 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&V_6), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); if (L_42) { goto IL_00ff; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, __this); (L_44)->SetAt(static_cast(0), (String_t*)__this); return L_44; } IL_00ff: { bool L_45 = V_0; if (L_45) { goto IL_0110; } } { ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_46 = V_6; ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_47 = V_7; int32_t L_48 = ___count2; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_49; L_49 = String_SplitKeepEmptyEntries_mC09E09ED2DDB055BF1FD512E0AD3CAA0FBEAEAD5(__this, L_46, L_47, 0, L_48, NULL); G_B24_0 = L_49; goto IL_011c; } IL_0110: { ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_50 = V_6; ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_51 = V_7; int32_t L_52 = ___count2; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_53; L_53 = String_SplitOmitEmptyEntries_m6876A49664AE845F4CBC8591CBA2E765233058B4(__this, L_50, L_51, 0, L_52, NULL); G_B24_0 = L_53; } IL_011c: { ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_inline((&V_3), ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_inline((&V_5), ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); return G_B24_0; } } // System.String[] System.String::SplitInternal(System.String,System.Int32,System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitInternal_m44F07838D1EF5F7ACC2A0EA798BE7D55D4231933 (String_t* __this, String_t* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 V_0; memset((&V_0), 0, sizeof(V_0)); ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B V_1; memset((&V_1), 0, sizeof(V_1)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 V_2; memset((&V_2), 0, sizeof(V_2)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 V_3; memset((&V_3), 0, sizeof(V_3)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B5_0 = NULL; { int8_t* L_0 = (int8_t*) alloca(((uintptr_t)((int32_t)512))); memset(L_0, 0, ((uintptr_t)((int32_t)512))); Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_1; memset((&L_1), 0, sizeof(L_1)); Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_inline((&L_1), (void*)(L_0), ((int32_t)128), /*hidden argument*/Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_RuntimeMethod_var); V_0 = L_1; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316 L_2 = V_0; ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD((&V_1), L_2, ValueListBuilder_1__ctor_mDD8A52FE36B447DA539428AFB8115BA399280DBD_RuntimeMethod_var); String_t* L_3 = ___separator0; String_MakeSeparatorList_m024F50ABA86299CA801E7037936B40EE5ABC5508(__this, L_3, (&V_1), NULL); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_4; L_4 = ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D((&V_1), ValueListBuilder_1_AsSpan_m58381E593F71C663EEF492F25B973DB5E1502C2D_RuntimeMethod_var); V_2 = L_4; int32_t L_5; L_5 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&V_2), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); if (L_5) { goto IL_0040; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, __this); (L_7)->SetAt(static_cast(0), (String_t*)__this); return L_7; } IL_0040: { int32_t L_8 = ___options2; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_005d; } } { ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_9 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_10 = V_3; String_t* L_11 = ___separator0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL); int32_t L_13 = ___count1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14; L_14 = String_SplitKeepEmptyEntries_mC09E09ED2DDB055BF1FD512E0AD3CAA0FBEAEAD5(__this, L_9, L_10, L_12, L_13, NULL); G_B5_0 = L_14; goto IL_0074; } IL_005d: { ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_15 = V_2; il2cpp_codegen_initobj((&V_3), sizeof(ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282)); ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_16 = V_3; String_t* L_17 = ___separator0; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL); int32_t L_19 = ___count1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20; L_20 = String_SplitOmitEmptyEntries_m6876A49664AE845F4CBC8591CBA2E765233058B4(__this, L_15, L_16, L_18, L_19, NULL); G_B5_0 = L_20; } IL_0074: { ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_inline((&V_1), ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_RuntimeMethod_var); return G_B5_0; } } // System.String[] System.String::SplitKeepEmptyEntries(System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitKeepEmptyEntries_mC09E09ED2DDB055BF1FD512E0AD3CAA0FBEAEAD5 (String_t* __this, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___sepList0, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___lengthList1, int32_t ___defaultLength2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_3 = NULL; int32_t V_4 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; { V_0 = 0; V_1 = 0; int32_t L_0 = ___count3; ___count3 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); int32_t L_1; L_1 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&___sepList0), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); int32_t L_2 = ___count3; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0019; } } { int32_t L_3 = ___count3; G_B3_0 = L_3; goto IL_0020; } IL_0019: { int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&___sepList0), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); G_B3_0 = L_4; } IL_0020: { V_2 = G_B3_0; int32_t L_5 = V_2; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_5, 1))); V_3 = L_6; V_4 = 0; goto IL_0071; } IL_002f: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_3; int32_t L_8 = V_1; int32_t L_9 = L_8; V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_0; int32_t L_11 = V_4; int32_t* L_12; L_12 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___sepList0))->____pointer_0))->value, (L_11), ((&___sepList0))->____length_1); int32_t L_13 = *((int32_t*)L_12); int32_t L_14 = V_0; String_t* L_15; L_15 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(__this, L_10, ((int32_t)il2cpp_codegen_subtract(L_13, L_14)), NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_15); (L_7)->SetAt(static_cast(L_9), (String_t*)L_15); int32_t L_16 = V_4; int32_t* L_17; L_17 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___sepList0))->____pointer_0))->value, (L_16), ((&___sepList0))->____length_1); int32_t L_18 = *((int32_t*)L_17); bool L_19; L_19 = ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B((&___lengthList1), ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_RuntimeMethod_var); G_B5_0 = L_18; if (L_19) { G_B6_0 = L_18; goto IL_0068; } } { int32_t L_20 = V_4; int32_t* L_21; L_21 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___lengthList1))->____pointer_0))->value, (L_20), ((&___lengthList1))->____length_1); int32_t L_22 = *((int32_t*)L_21); G_B7_0 = L_22; G_B7_1 = G_B5_0; goto IL_0069; } IL_0068: { int32_t L_23 = ___defaultLength2; G_B7_0 = L_23; G_B7_1 = G_B6_0; } IL_0069: { V_0 = ((int32_t)il2cpp_codegen_add(G_B7_1, G_B7_0)); int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0071: { int32_t L_25 = V_4; int32_t L_26 = V_2; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_007f; } } { int32_t L_27 = V_0; int32_t L_28; L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_002f; } } IL_007f: { int32_t L_29 = V_0; int32_t L_30; L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_29) >= ((int32_t)L_30))) { goto IL_0098; } } { int32_t L_31 = V_2; if ((((int32_t)L_31) < ((int32_t)0))) { goto IL_0098; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = V_3; int32_t L_33 = V_1; int32_t L_34 = V_0; String_t* L_35; L_35 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(__this, L_34, NULL); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(L_33), (String_t*)L_35); goto IL_00a4; } IL_0098: { int32_t L_36 = V_1; int32_t L_37 = V_2; if ((!(((uint32_t)L_36) == ((uint32_t)L_37)))) { goto IL_00a4; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = V_3; int32_t L_39 = V_1; String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_40); (L_38)->SetAt(static_cast(L_39), (String_t*)L_40); } IL_00a4: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = V_3; return L_41; } } // System.String[] System.String::SplitOmitEmptyEntries(System.ReadOnlySpan`1,System.ReadOnlySpan`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_SplitOmitEmptyEntries_m6876A49664AE845F4CBC8591CBA2E765233058B4 (String_t* __this, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___sepList0, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___lengthList1, int32_t ___defaultLength2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t G_B3_0 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B13_0 = 0; int32_t G_B12_0 = 0; int32_t G_B14_0 = 0; int32_t G_B14_1 = 0; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_inline((&___sepList0), ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_RuntimeMethod_var); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = ___count3; if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0011; } } { int32_t L_3 = ___count3; G_B3_0 = L_3; goto IL_0014; } IL_0011: { int32_t L_4 = V_0; G_B3_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); } IL_0014: { V_1 = G_B3_0; int32_t L_5 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_5); V_2 = L_6; V_3 = 0; V_4 = 0; V_6 = 0; goto IL_00ba; } IL_0029: { int32_t L_7 = V_6; int32_t* L_8; L_8 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___sepList0))->____pointer_0))->value, (L_7), ((&___sepList0))->____length_1); int32_t L_9 = *((int32_t*)L_8); int32_t L_10 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_9, L_10))) <= ((int32_t)0))) { goto IL_0054; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = V_2; int32_t L_12 = V_4; int32_t L_13 = L_12; V_4 = ((int32_t)il2cpp_codegen_add(L_13, 1)); int32_t L_14 = V_3; int32_t L_15 = V_6; int32_t* L_16; L_16 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___sepList0))->____pointer_0))->value, (L_15), ((&___sepList0))->____length_1); int32_t L_17 = *((int32_t*)L_16); int32_t L_18 = V_3; String_t* L_19; L_19 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(__this, L_14, ((int32_t)il2cpp_codegen_subtract(L_17, L_18)), NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_19); (L_11)->SetAt(static_cast(L_13), (String_t*)L_19); } IL_0054: { int32_t L_20 = V_6; int32_t* L_21; L_21 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___sepList0))->____pointer_0))->value, (L_20), ((&___sepList0))->____length_1); int32_t L_22 = *((int32_t*)L_21); bool L_23; L_23 = ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B((&___lengthList1), ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_RuntimeMethod_var); G_B7_0 = L_22; if (L_23) { G_B8_0 = L_22; goto IL_0073; } } { int32_t L_24 = V_6; int32_t* L_25; L_25 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___lengthList1))->____pointer_0))->value, (L_24), ((&___lengthList1))->____length_1); int32_t L_26 = *((int32_t*)L_25); G_B9_0 = L_26; G_B9_1 = G_B7_0; goto IL_0074; } IL_0073: { int32_t L_27 = ___defaultLength2; G_B9_0 = L_27; G_B9_1 = G_B8_0; } IL_0074: { V_3 = ((int32_t)il2cpp_codegen_add(G_B9_1, G_B9_0)); int32_t L_28 = V_4; int32_t L_29 = ___count3; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_29, 1)))))) { goto IL_00b4; } } { goto IL_0099; } IL_0080: { int32_t L_30 = V_3; bool L_31; L_31 = ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B((&___lengthList1), ReadOnlySpan_1_get_IsEmpty_mC6C1A0EA0A982CC47A19F1F4042218D793D50C8B_RuntimeMethod_var); G_B12_0 = L_30; if (L_31) { G_B13_0 = L_30; goto IL_0096; } } { int32_t L_32 = V_6; int32_t* L_33; L_33 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___lengthList1))->____pointer_0))->value, (L_32), ((&___lengthList1))->____length_1); int32_t L_34 = *((int32_t*)L_33); G_B14_0 = L_34; G_B14_1 = G_B12_0; goto IL_0097; } IL_0096: { int32_t L_35 = ___defaultLength2; G_B14_0 = L_35; G_B14_1 = G_B13_0; } IL_0097: { V_3 = ((int32_t)il2cpp_codegen_add(G_B14_1, G_B14_0)); } IL_0099: { int32_t L_36 = V_6; int32_t L_37 = V_0; if ((((int32_t)L_36) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_37, 1))))) { goto IL_00cb; } } { int32_t L_38 = V_3; int32_t L_39 = V_6; int32_t L_40 = ((int32_t)il2cpp_codegen_add(L_39, 1)); V_6 = L_40; int32_t* L_41; L_41 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&(((&___sepList0))->____pointer_0))->value, (L_40), ((&___sepList0))->____length_1); int32_t L_42 = *((int32_t*)L_41); if ((((int32_t)L_38) == ((int32_t)L_42))) { goto IL_0080; } } { goto IL_00cb; } IL_00b4: { int32_t L_43 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_43, 1)); } IL_00ba: { int32_t L_44 = V_6; int32_t L_45 = V_0; if ((((int32_t)L_44) >= ((int32_t)L_45))) { goto IL_00cb; } } { int32_t L_46 = V_3; int32_t L_47; L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_0029; } } IL_00cb: { int32_t L_48 = V_3; int32_t L_49; L_49 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_48) >= ((int32_t)L_49))) { goto IL_00e4; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = V_2; int32_t L_51 = V_4; int32_t L_52 = L_51; V_4 = ((int32_t)il2cpp_codegen_add(L_52, 1)); int32_t L_53 = V_3; String_t* L_54; L_54 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(__this, L_53, NULL); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_54); (L_50)->SetAt(static_cast(L_52), (String_t*)L_54); } IL_00e4: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_55 = V_2; V_5 = L_55; int32_t L_56 = V_4; int32_t L_57 = V_1; if ((((int32_t)L_56) == ((int32_t)L_57))) { goto IL_010f; } } { int32_t L_58 = V_4; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_59 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_58); V_5 = L_59; V_7 = 0; goto IL_0109; } IL_00fa: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_60 = V_5; int32_t L_61 = V_7; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_62 = V_2; int32_t L_63 = V_7; NullCheck(L_62); int32_t L_64 = L_63; String_t* L_65 = (L_62)->GetAt(static_cast(L_64)); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_65); (L_60)->SetAt(static_cast(L_61), (String_t*)L_65); int32_t L_66 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_66, 1)); } IL_0109: { int32_t L_67 = V_7; int32_t L_68 = V_4; if ((((int32_t)L_67) < ((int32_t)L_68))) { goto IL_00fa; } } IL_010f: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_69 = V_5; return L_69; } } // System.Void System.String::MakeSeparatorList(System.ReadOnlySpan`1,System.Collections.Generic.ValueListBuilder`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_MakeSeparatorList_mFD6DCAE8C79E61E57BA56E48C6580DC7A141D723 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___separators0, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___sepListBuilder1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; Il2CppChar V_1 = 0x0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Il2CppChar V_7 = 0x0; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B V_10; memset((&V_10), 0, sizeof(V_10)); uint32_t* V_11 = NULL; int32_t V_12 = 0; Il2CppChar V_13 = 0x0; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___separators0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); V_3 = L_0; int32_t L_1 = V_3; switch (L_1) { case 0: { goto IL_0023; } case 1: { goto IL_0050; } case 2: { goto IL_0083; } case 3: { goto IL_00c9; } } } { goto IL_011e; } IL_0023: { V_4 = 0; goto IL_0045; } IL_0028: { int32_t L_2 = V_4; Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_4; L_4 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_3, NULL); if (!L_4) { goto IL_003f; } } { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_5 = ___sepListBuilder1; int32_t L_6 = V_4; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_5, L_6, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); } IL_003f: { int32_t L_7 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0045: { int32_t L_8 = V_4; int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0028; } } { return; } IL_0050: { Il2CppChar* L_10; L_10 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___separators0))->____pointer_0))->value, (0), ((&___separators0))->____length_1); int32_t L_11 = *((uint16_t*)L_10); V_0 = L_11; V_5 = 0; goto IL_0078; } IL_005f: { int32_t L_12 = V_5; Il2CppChar L_13; L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_12, NULL); Il2CppChar L_14 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0072; } } { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_15 = ___sepListBuilder1; int32_t L_16 = V_5; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_15, L_16, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); } IL_0072: { int32_t L_17 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_0078: { int32_t L_18 = V_5; int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_005f; } } { return; } IL_0083: { Il2CppChar* L_20; L_20 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___separators0))->____pointer_0))->value, (0), ((&___separators0))->____length_1); int32_t L_21 = *((uint16_t*)L_20); V_0 = L_21; Il2CppChar* L_22; L_22 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___separators0))->____pointer_0))->value, (1), ((&___separators0))->____length_1); int32_t L_23 = *((uint16_t*)L_22); V_1 = L_23; V_6 = 0; goto IL_00be; } IL_009c: { int32_t L_24 = V_6; Il2CppChar L_25; L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_24, NULL); V_7 = L_25; Il2CppChar L_26 = V_7; Il2CppChar L_27 = V_0; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00b0; } } { Il2CppChar L_28 = V_7; Il2CppChar L_29 = V_1; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_00b8; } } IL_00b0: { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_30 = ___sepListBuilder1; int32_t L_31 = V_6; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_30, L_31, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); } IL_00b8: { int32_t L_32 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_00be: { int32_t L_33 = V_6; int32_t L_34; L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_009c; } } { return; } IL_00c9: { Il2CppChar* L_35; L_35 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___separators0))->____pointer_0))->value, (0), ((&___separators0))->____length_1); int32_t L_36 = *((uint16_t*)L_35); V_0 = L_36; Il2CppChar* L_37; L_37 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___separators0))->____pointer_0))->value, (1), ((&___separators0))->____length_1); int32_t L_38 = *((uint16_t*)L_37); V_1 = L_38; Il2CppChar* L_39; L_39 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___separators0))->____pointer_0))->value, (2), ((&___separators0))->____length_1); int32_t L_40 = *((uint16_t*)L_39); V_2 = L_40; V_8 = 0; goto IL_0113; } IL_00ec: { int32_t L_41 = V_8; Il2CppChar L_42; L_42 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_41, NULL); V_9 = L_42; Il2CppChar L_43 = V_9; Il2CppChar L_44 = V_0; if ((((int32_t)L_43) == ((int32_t)L_44))) { goto IL_0105; } } { Il2CppChar L_45 = V_9; Il2CppChar L_46 = V_1; if ((((int32_t)L_45) == ((int32_t)L_46))) { goto IL_0105; } } { Il2CppChar L_47 = V_9; Il2CppChar L_48 = V_2; if ((!(((uint32_t)L_47) == ((uint32_t)L_48)))) { goto IL_010d; } } IL_0105: { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_49 = ___sepListBuilder1; int32_t L_50 = V_8; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_49, L_50, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); } IL_010d: { int32_t L_51 = V_8; V_8 = ((int32_t)il2cpp_codegen_add(L_51, 1)); } IL_0113: { int32_t L_52 = V_8; int32_t L_53; L_53 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_00ec; } } { return; } IL_011e: { il2cpp_codegen_initobj((&V_10), sizeof(ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B)); V_11 = (uint32_t*)((uintptr_t)(&V_10)); uint32_t* L_54 = V_11; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_55 = ___separators0; String_InitializeProbabilisticMap_m95C51F14009FD2F2681C62EB6B720713439FF91B(L_54, L_55, NULL); V_12 = 0; goto IL_0174; } IL_0138: { int32_t L_56 = V_12; Il2CppChar L_57; L_57 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_56, NULL); V_13 = L_57; uint32_t* L_58 = V_11; Il2CppChar L_59 = V_13; bool L_60; L_60 = String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5(L_58, (uint8_t)((int32_t)(uint8_t)L_59), NULL); if (!L_60) { goto IL_016e; } } { uint32_t* L_61 = V_11; Il2CppChar L_62 = V_13; bool L_63; L_63 = String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5(L_61, (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_62>>8))), NULL); if (!L_63) { goto IL_016e; } } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_64 = ___separators0; Il2CppChar L_65 = V_13; bool L_66; L_66 = MemoryExtensions_Contains_m3D4CD532E4F889567CEB7101FCECBEA86132E2D4(L_64, L_65, NULL); if (!L_66) { goto IL_016e; } } { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_67 = ___sepListBuilder1; int32_t L_68 = V_12; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_67, L_68, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); } IL_016e: { int32_t L_69 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_69, 1)); } IL_0174: { int32_t L_70 = V_12; int32_t L_71; L_71 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_70) < ((int32_t)L_71))) { goto IL_0138; } } { return; } } // System.Void System.String::MakeSeparatorList(System.String,System.Collections.Generic.ValueListBuilder`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_MakeSeparatorList_m024F50ABA86299CA801E7037936B40EE5ABC5508 (String_t* __this, String_t* ___separator0, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___sepListBuilder1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___separator0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; V_1 = 0; goto IL_0050; } IL_000b: { int32_t L_2 = V_1; Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_2, NULL); String_t* L_4 = ___separator0; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_004c; } } { int32_t L_6 = V_0; int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_8 = V_1; if ((((int32_t)L_6) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_7, L_8))))) { goto IL_004c; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_003f; } } { int32_t L_10 = V_1; int32_t L_11 = V_0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_12; L_12 = MemoryExtensions_AsSpan_m5164781404FE3D882902D92409C003B29659A049_inline(__this, L_10, L_11, NULL); String_t* L_13 = ___separator0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_14; L_14 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_13, NULL); bool L_15; L_15 = MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_inline(L_12, L_14, MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var); if (!L_15) { goto IL_004c; } } IL_003f: { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_16 = ___sepListBuilder1; int32_t L_17 = V_1; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_16, L_17, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); int32_t L_18 = V_1; int32_t L_19 = V_0; V_1 = ((int32_t)il2cpp_codegen_add(L_18, ((int32_t)il2cpp_codegen_subtract(L_19, 1)))); } IL_004c: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_0050: { int32_t L_21 = V_1; int32_t L_22; L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_000b; } } { return; } } // System.Void System.String::MakeSeparatorList(System.String[],System.Collections.Generic.ValueListBuilder`1&,System.Collections.Generic.ValueListBuilder`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_MakeSeparatorList_mC4F14D026314F5A67761D7C17FFE101482748FF0 (String_t* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___separators0, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___sepListBuilder1, ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* ___lengthListBuilder2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___separators0; NullCheck(L_0); V_0 = 0; goto IL_0077; } IL_0008: { V_1 = 0; goto IL_006d; } IL_000c: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___separators0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; String_t* L_5 = V_2; bool L_6; L_6 = String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A(L_5, NULL); if (L_6) { goto IL_0069; } } { String_t* L_7 = V_2; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); V_3 = L_8; int32_t L_9 = V_0; Il2CppChar L_10; L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_9, NULL); String_t* L_11 = V_2; NullCheck(L_11); Il2CppChar L_12; L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, 0, NULL); if ((!(((uint32_t)L_10) == ((uint32_t)L_12)))) { goto IL_0069; } } { int32_t L_13 = V_3; int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_15 = V_0; if ((((int32_t)L_13) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_14, L_15))))) { goto IL_0069; } } { int32_t L_16 = V_3; if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_0053; } } { int32_t L_17 = V_0; int32_t L_18 = V_3; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_19; L_19 = MemoryExtensions_AsSpan_m5164781404FE3D882902D92409C003B29659A049_inline(__this, L_17, L_18, NULL); String_t* L_20 = V_2; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_21; L_21 = String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline(L_20, NULL); bool L_22; L_22 = MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_inline(L_19, L_21, MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_RuntimeMethod_var); if (!L_22) { goto IL_0069; } } IL_0053: { ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_23 = ___sepListBuilder1; int32_t L_24 = V_0; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_23, L_24, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* L_25 = ___lengthListBuilder2; int32_t L_26 = V_3; ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_inline(L_25, L_26, ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_RuntimeMethod_var); int32_t L_27 = V_0; int32_t L_28 = V_3; V_0 = ((int32_t)il2cpp_codegen_add(L_27, ((int32_t)il2cpp_codegen_subtract(L_28, 1)))); goto IL_0073; } IL_0069: { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_006d: { int32_t L_30 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = ___separators0; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_000c; } } IL_0073: { int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_0077: { int32_t L_33 = V_0; int32_t L_34; L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0008; } } { return; } } // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method) { { int32_t L_0 = ___startIndex0; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_2 = ___startIndex0; String_t* L_3; L_3 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(__this, L_0, ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), NULL); return L_3; } } // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___startIndex0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___startIndex0; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_002d; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1FF669F3ECB73800536C07454B4DAAE967F218F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE_RuntimeMethod_var))); } IL_002d: { int32_t L_5 = ___length1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0041; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C26512813CDF9F1A470756AB50D2C3272536A90)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE_RuntimeMethod_var))); } IL_0041: { int32_t L_7 = ___startIndex0; int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_9 = ___length1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_8, L_9))))) { goto IL_005c; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_10); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2EF947F393DF2D510E54AA24E9F66B1C7A034D18)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE_RuntimeMethod_var))); } IL_005c: { int32_t L_11 = ___length1; if (L_11) { goto IL_0065; } } { String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_12; } IL_0065: { int32_t L_13 = ___startIndex0; if (L_13) { goto IL_0073; } } { int32_t L_14 = ___length1; int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0073; } } { return __this; } IL_0073: { int32_t L_16 = ___startIndex0; int32_t L_17 = ___length1; String_t* L_18; L_18 = String_InternalSubString_m81B31C2405FA023026DD1F063F44EB3F5F1047C5(__this, L_16, L_17, NULL); return L_18; } } // System.String System.String::InternalSubString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalSubString_m81B31C2405FA023026DD1F063F44EB3F5F1047C5 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { int32_t L_0 = ___length1; String_t* L_1; L_1 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_0, NULL); String_t* L_2 = L_1; NullCheck(L_2); Il2CppChar* L_3 = (&L_2->____firstChar_5); V_0 = L_3; Il2CppChar* L_4 = V_0; Il2CppChar* L_5 = (&__this->____firstChar_5); V_2 = L_5; Il2CppChar* L_6 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_6); Il2CppChar* L_7 = V_1; int32_t L_8 = ___startIndex0; int32_t L_9 = ___length1; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((uintptr_t)L_4), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))), L_9, NULL); V_2 = (Il2CppChar*)((uintptr_t)0); V_0 = (Il2CppChar*)((uintptr_t)0); return L_2; } } // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_0); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_1; L_1 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_1, __this); return L_2; } } // System.String System.String::ToLower(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, const RuntimeMethod* method) { { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___culture0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E_RuntimeMethod_var))); } IL_000e: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___culture0; NullCheck(L_2); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_3; L_3 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_3, __this); return L_4; } } // System.String System.String::ToLowerInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL); NullCheck(L_0); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_1; L_1 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_1, __this); return L_2; } } // System.String System.String::ToUpper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_0); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_1; L_1 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToUpper(System.String) */, L_1, __this); return L_2; } } // System.String System.String::ToUpper(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1 (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___culture0, const RuntimeMethod* method) { { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0 = ___culture0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_ToUpper_mFC5C17C8BFF52540CC7A73E36DFC9617281325D1_RuntimeMethod_var))); } IL_000e: { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_2 = ___culture0; NullCheck(L_2); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_3; L_3 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToUpper(System.String) */, L_3, __this); return L_4; } } // System.String System.String::ToUpperInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_mD73F658CDE1280A527231DC305B66CF09B64E5AB (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL); NullCheck(L_0); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_1; L_1 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToUpper(System.String) */, L_1, __this); return L_2; } } // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575(__this, 2, NULL); return L_0; } } // System.String System.String::Trim(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mF5081365E55C31B636F8145F42AEF61868175A5A (String_t* __this, Il2CppChar ___trimChar0, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF(__this, (Il2CppChar*)((uintptr_t)(&___trimChar0)), 1, 2, NULL); return L_0; } } // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m81BD35659E6F89DDD56816975E6E05390D023FE5 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimChars0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___trimChars0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___trimChars0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000f; } } IL_0007: { String_t* L_2; L_2 = String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575(__this, 2, NULL); return L_2; } IL_000f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___trimChars0; NullCheck(L_3); V_1 = ((L_3)->GetAddressAt(static_cast(0))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___trimChars0; NullCheck(L_6); String_t* L_7; L_7 = String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF(__this, L_5, ((int32_t)(((RuntimeArray*)L_6)->max_length)), 2, NULL); return L_7; } } // System.String System.String::TrimStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m69C2400B208C8F3D1DE6A3E24B4A1095F2B8EDEA (String_t* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575(__this, 0, NULL); return L_0; } } // System.String System.String::TrimStart(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m210863A5E84BC22EC0487A1543D3680979DD87EE (String_t* __this, Il2CppChar ___trimChar0, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF(__this, (Il2CppChar*)((uintptr_t)(&___trimChar0)), 1, 0, NULL); return L_0; } } // System.String System.String::TrimStart(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimChars0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___trimChars0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___trimChars0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000f; } } IL_0007: { String_t* L_2; L_2 = String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575(__this, 0, NULL); return L_2; } IL_000f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___trimChars0; NullCheck(L_3); V_1 = ((L_3)->GetAddressAt(static_cast(0))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___trimChars0; NullCheck(L_6); String_t* L_7; L_7 = String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF(__this, L_5, ((int32_t)(((RuntimeArray*)L_6)->max_length)), 0, NULL); return L_7; } } // System.String System.String::TrimEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m25B1EA658EE07ADFED51FED61D630E5625336AB5 (String_t* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575(__this, 1, NULL); return L_0; } } // System.String System.String::TrimEnd(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mDB4D96F8312F563656D4115A9F280062E05D2EE8 (String_t* __this, Il2CppChar ___trimChar0, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF(__this, (Il2CppChar*)((uintptr_t)(&___trimChar0)), 1, 1, NULL); return L_0; } } // System.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mD7CFB0999EEEE20E3A869516EBCE07E8AB5BD529 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimChars0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___trimChars0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___trimChars0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000f; } } IL_0007: { String_t* L_2; L_2 = String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575(__this, 1, NULL); return L_2; } IL_000f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___trimChars0; NullCheck(L_3); V_1 = ((L_3)->GetAddressAt(static_cast(0))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___trimChars0; NullCheck(L_6); String_t* L_7; L_7 = String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF(__this, L_5, ((int32_t)(((RuntimeArray*)L_6)->max_length)), 1, NULL); return L_7; } } // System.String System.String::TrimWhiteSpaceHelper(System.String/TrimType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimWhiteSpaceHelper_mA609435C4B34ACBCCF712612CD2AE19D77878575 (String_t* __this, int32_t ___trimType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); V_1 = 0; int32_t L_1 = ___trimType0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_002e; } } { V_1 = 0; goto IL_0025; } IL_0013: { int32_t L_2 = V_1; Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_4; L_4 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_3, NULL); if (!L_4) { goto IL_002e; } } { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_0025: { int32_t L_6 = V_1; int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0013; } } IL_002e: { int32_t L_8 = ___trimType0; if (!L_8) { goto IL_0052; } } { int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); goto IL_004e; } IL_003c: { int32_t L_10 = V_0; Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_10, NULL); il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_12; L_12 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_11, NULL); if (!L_12) { goto IL_0052; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_13, 1)); } IL_004e: { int32_t L_14 = V_0; int32_t L_15 = V_1; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_003c; } } IL_0052: { int32_t L_16 = V_1; int32_t L_17 = V_0; String_t* L_18; L_18 = String_CreateTrimmedString_m4A6EAD80C2FB70EFB189DFFBD7B04BE20215393F(__this, L_16, L_17, NULL); return L_18; } } // System.String System.String::TrimHelper(System.Char*,System.Int32,System.String/TrimType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_m3DAC04D0C8870DC7CD961F9D9346CF967318E8AF (String_t* __this, Il2CppChar* ___trimChars0, int32_t ___trimCharsLength1, int32_t ___trimType2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); V_1 = 0; int32_t L_1 = ___trimType2; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0044; } } { V_1 = 0; goto IL_003b; } IL_0013: { V_2 = 0; int32_t L_2 = V_1; Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_2, NULL); V_3 = L_3; V_2 = 0; goto IL_002f; } IL_0021: { Il2CppChar* L_4 = ___trimChars0; int32_t L_5 = V_2; int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2))))); Il2CppChar L_7 = V_3; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0033; } } { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_002f: { int32_t L_9 = V_2; int32_t L_10 = ___trimCharsLength1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0021; } } IL_0033: { int32_t L_11 = V_2; int32_t L_12 = ___trimCharsLength1; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0044; } } { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1)); } IL_003b: { int32_t L_14 = V_1; int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0013; } } IL_0044: { int32_t L_16 = ___trimType2; if (!L_16) { goto IL_0087; } } { int32_t L_17; L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 1)); goto IL_0083; } IL_0052: { V_4 = 0; int32_t L_18 = V_0; Il2CppChar L_19; L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(__this, L_18, NULL); V_5 = L_19; V_4 = 0; goto IL_0075; } IL_0063: { Il2CppChar* L_20 = ___trimChars0; int32_t L_21 = V_4; int32_t L_22 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_21), 2))))); Il2CppChar L_23 = V_5; if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_007a; } } { int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0075: { int32_t L_25 = V_4; int32_t L_26 = ___trimCharsLength1; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_0063; } } IL_007a: { int32_t L_27 = V_4; int32_t L_28 = ___trimCharsLength1; if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_0087; } } { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_29, 1)); } IL_0083: { int32_t L_30 = V_0; int32_t L_31 = V_1; if ((((int32_t)L_30) >= ((int32_t)L_31))) { goto IL_0052; } } IL_0087: { int32_t L_32 = V_1; int32_t L_33 = V_0; String_t* L_34; L_34 = String_CreateTrimmedString_m4A6EAD80C2FB70EFB189DFFBD7B04BE20215393F(__this, L_32, L_33, NULL); return L_34; } } // System.String System.String::CreateTrimmedString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateTrimmedString_m4A6EAD80C2FB70EFB189DFFBD7B04BE20215393F (String_t* __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___end1; int32_t L_1 = ___start0; V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_0, L_1)), 1)); int32_t L_2 = V_0; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0021; } } { int32_t L_4 = V_0; if (!L_4) { goto IL_001b; } } { int32_t L_5 = ___start0; int32_t L_6 = V_0; String_t* L_7; L_7 = String_InternalSubString_m81B31C2405FA023026DD1F063F44EB3F5F1047C5(__this, L_5, L_6, NULL); return L_7; } IL_001b: { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_8; } IL_0021: { return __this; } } // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1; L_1 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(__this, L_0, 4, NULL); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.String::Contains(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m7A165D1B2CDCE967F4522BA710CE7FA05EFA2982 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___comparisonType1; int32_t L_2; L_2 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(__this, L_0, L_1, NULL); return (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.String::Contains(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1; L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(__this, L_0, NULL); return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar* L_0 = (&__this->____firstChar_5); Il2CppChar L_1 = ___value0; int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3; L_3 = SpanHelpers_IndexOf_mDE4E5FB8BEEEF1D365113B434C8A6A09E9EA3B20(L_0, L_1, L_2, NULL); return L_3; } } // System.Int32 System.String::IndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3 = ___startIndex1; int32_t L_4; L_4 = String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract(L_2, L_3)), NULL); return L_4; } } // System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startIndex1; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((!(((uint32_t)L_0) > ((uint32_t)L_1)))) { goto IL_0019; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___count2; int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_5 = ___startIndex1; if ((!(((uint32_t)L_3) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_4, L_5)))))) { goto IL_0034; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB_RuntimeMethod_var))); } IL_0034: { Il2CppChar* L_7 = (&__this->____firstChar_5); int32_t L_8 = ___startIndex1; Il2CppChar* L_9; L_9 = il2cpp_unsafe_add(L_7, L_8); Il2CppChar L_10 = ___value0; int32_t L_11 = ___count2; int32_t L_12; L_12 = SpanHelpers_IndexOf_mDE4E5FB8BEEEF1D365113B434C8A6A09E9EA3B20(L_9, L_10, L_11, NULL); V_0 = L_12; int32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0050; } } { int32_t L_14 = V_0; int32_t L_15 = ___startIndex1; return ((int32_t)il2cpp_codegen_add(L_14, L_15)); } IL_0050: { int32_t L_16 = V_0; return L_16; } } // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf0; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_2; L_2 = String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75(__this, L_0, 0, L_1, NULL); return L_2; } } // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AE18DB3B14A0D05EF4A2D3403D4DC1930A199F3 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf0; int32_t L_1 = ___startIndex1; int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3 = ___startIndex1; int32_t L_4; L_4 = String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract(L_2, L_3)), NULL); return L_4; } } // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F4BD08A34D0299781F26947721F0D0A3DD83595)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___startIndex1; int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((!(((uint32_t)L_2) > ((uint32_t)L_3)))) { goto IL_0027; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75_RuntimeMethod_var))); } IL_0027: { int32_t L_5 = ___count2; int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_7 = ___startIndex1; if ((!(((uint32_t)L_5) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_6, L_7)))))) { goto IL_0042; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOfAny_m740B0108B7FAFFAB1C3F88E782B094195A4E3B75_RuntimeMethod_var))); } IL_0042: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___anyOf0; NullCheck(L_9); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))) == ((uint32_t)2)))) { goto IL_0057; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ___anyOf0; NullCheck(L_10); int32_t L_11 = 0; uint16_t L_12 = (uint16_t)(L_10)->GetAt(static_cast(L_11)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = ___anyOf0; NullCheck(L_13); int32_t L_14 = 1; uint16_t L_15 = (uint16_t)(L_13)->GetAt(static_cast(L_14)); int32_t L_16 = ___startIndex1; int32_t L_17 = ___count2; int32_t L_18; L_18 = String_IndexOfAny_mD7A82CC9C4E9485FB9C5448545BF53DAA0A2F0A6(__this, L_12, L_15, L_16, L_17, NULL); return L_18; } IL_0057: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = ___anyOf0; NullCheck(L_19); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))) == ((uint32_t)3)))) { goto IL_006f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = ___anyOf0; NullCheck(L_20); int32_t L_21 = 0; uint16_t L_22 = (uint16_t)(L_20)->GetAt(static_cast(L_21)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = ___anyOf0; NullCheck(L_23); int32_t L_24 = 1; uint16_t L_25 = (uint16_t)(L_23)->GetAt(static_cast(L_24)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = ___anyOf0; NullCheck(L_26); int32_t L_27 = 2; uint16_t L_28 = (uint16_t)(L_26)->GetAt(static_cast(L_27)); int32_t L_29 = ___startIndex1; int32_t L_30 = ___count2; int32_t L_31; L_31 = String_IndexOfAny_mC7BAE5F954A91328A6C2B97DD882C28911D20426(__this, L_22, L_25, L_28, L_29, L_30, NULL); return L_31; } IL_006f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = ___anyOf0; NullCheck(L_32); if ((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))) <= ((int32_t)3))) { goto IL_007f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = ___anyOf0; int32_t L_34 = ___startIndex1; int32_t L_35 = ___count2; int32_t L_36; L_36 = String_IndexOfCharArray_mE4F4023E9B1E4182D70CCD887C9B101C0FFD155B(__this, L_33, L_34, L_35, NULL); return L_36; } IL_007f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = ___anyOf0; NullCheck(L_37); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))) == ((uint32_t)1)))) { goto IL_0091; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = ___anyOf0; NullCheck(L_38); int32_t L_39 = 0; uint16_t L_40 = (uint16_t)(L_38)->GetAt(static_cast(L_39)); int32_t L_41 = ___startIndex1; int32_t L_42 = ___count2; int32_t L_43; L_43 = String_IndexOf_mFD81FEE71234D44F45A4924CD51AD6169C722ACB(__this, L_40, L_41, L_42, NULL); return L_43; } IL_0091: { return (-1); } } // System.Int32 System.String::IndexOfAny(System.Char,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mD7A82CC9C4E9485FB9C5448545BF53DAA0A2F0A6 (String_t* __this, Il2CppChar ___value10, Il2CppChar ___value21, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; { Il2CppChar* L_0 = (&__this->____firstChar_5); V_1 = L_0; Il2CppChar* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; int32_t L_3 = ___startIndex2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), 2)))); goto IL_0051; } IL_0013: { Il2CppChar* L_4 = V_2; int32_t L_5 = *((uint16_t*)L_4); V_3 = L_5; Il2CppChar L_6 = V_3; Il2CppChar L_7 = ___value10; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_001e; } } { Il2CppChar L_8 = V_3; Il2CppChar L_9 = ___value21; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0026; } } IL_001e: { Il2CppChar* L_10 = V_2; Il2CppChar* L_11 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)L_11))/2)))); } IL_0026: { Il2CppChar* L_12 = V_2; int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, 2))); V_3 = L_13; Il2CppChar L_14 = V_3; Il2CppChar L_15 = ___value10; if ((((int32_t)L_14) == ((int32_t)L_15))) { goto IL_0033; } } { Il2CppChar L_16 = V_3; Il2CppChar L_17 = ___value21; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_0044; } } IL_0033: { int32_t L_18 = ___count3; if ((((int32_t)L_18) == ((int32_t)1))) { goto IL_0042; } } { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = V_0; return ((int32_t)il2cpp_codegen_add(((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_19, (intptr_t)L_20))/2)))), 1)); } IL_0042: { return (-1); } IL_0044: { Il2CppChar* L_21 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); int32_t L_22 = ___count3; ___count3 = ((int32_t)il2cpp_codegen_subtract(L_22, 2)); } IL_0051: { int32_t L_23 = ___count3; if ((((int32_t)L_23) > ((int32_t)0))) { goto IL_0013; } } { return (-1); } } // System.Int32 System.String::IndexOfAny(System.Char,System.Char,System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7BAE5F954A91328A6C2B97DD882C28911D20426 (String_t* __this, Il2CppChar ___value10, Il2CppChar ___value21, Il2CppChar ___value32, int32_t ___startIndex3, int32_t ___count4, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; { Il2CppChar* L_0 = (&__this->____firstChar_5); V_1 = L_0; Il2CppChar* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; int32_t L_3 = ___startIndex3; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), 2)))); goto IL_0035; } IL_0014: { Il2CppChar* L_4 = V_2; int32_t L_5 = *((uint16_t*)L_4); V_3 = L_5; Il2CppChar L_6 = V_3; Il2CppChar L_7 = ___value10; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_0023; } } { Il2CppChar L_8 = V_3; Il2CppChar L_9 = ___value21; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_0023; } } { Il2CppChar L_10 = V_3; Il2CppChar L_11 = ___value32; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_002b; } } IL_0023: { Il2CppChar* L_12 = V_2; Il2CppChar* L_13 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/2)))); } IL_002b: { Il2CppChar* L_14 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, 2)); int32_t L_15 = ___count4; ___count4 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); } IL_0035: { int32_t L_16 = ___count4; if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_0014; } } { return (-1); } } // System.Int32 System.String::IndexOfCharArray(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfCharArray_mE4F4023E9B1E4182D70CCD887C9B101C0FFD155B (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B)); V_1 = (uint32_t*)((uintptr_t)(&V_0)); uint32_t* L_0 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___anyOf0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2; L_2 = ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7(L_1, ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); String_InitializeProbabilisticMap_m95C51F14009FD2F2681C62EB6B720713439FF91B(L_0, L_2, NULL); Il2CppChar* L_3 = (&__this->____firstChar_5); V_3 = L_3; Il2CppChar* L_4 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_2; int32_t L_6 = ___startIndex1; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); goto IL_0068; } IL_002c: { Il2CppChar* L_7 = V_4; int32_t L_8 = *((uint16_t*)L_7); V_5 = L_8; uint32_t* L_9 = V_1; int32_t L_10 = V_5; bool L_11; L_11 = String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5(L_9, (uint8_t)((int32_t)(uint8_t)L_10), NULL); if (!L_11) { goto IL_005d; } } { uint32_t* L_12 = V_1; int32_t L_13 = V_5; bool L_14; L_14 = String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5(L_12, (uint8_t)((int32_t)(uint8_t)((int32_t)(L_13>>8))), NULL); if (!L_14) { goto IL_005d; } } { int32_t L_15 = V_5; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___anyOf0; bool L_17; L_17 = String_ArrayContains_m45C77DE18941159F2D402E80D10458710DD0BD1D(((int32_t)(uint16_t)L_15), L_16, NULL); if (!L_17) { goto IL_005d; } } { Il2CppChar* L_18 = V_4; Il2CppChar* L_19 = V_2; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_18, (intptr_t)L_19))/2)))); } IL_005d: { int32_t L_20 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); Il2CppChar* L_21 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, 2)); } IL_0068: { int32_t L_22 = ___count2; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_002c; } } { return (-1); } } // System.Void System.String::InitializeProbabilisticMap(System.UInt32*,System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_InitializeProbabilisticMap_m95C51F14009FD2F2681C62EB6B720713439FF91B (uint32_t* ___charMap0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___anyOf1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; uint32_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = (bool)0; uint32_t* L_0 = ___charMap0; V_1 = L_0; V_2 = 0; goto IL_0031; } IL_0008: { int32_t L_1 = V_2; Il2CppChar* L_2; L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___anyOf1))->____pointer_0))->value, (L_1), ((&___anyOf1))->____length_1); int32_t L_3 = *((uint16_t*)L_2); V_3 = L_3; uint32_t* L_4 = V_1; int32_t L_5 = V_3; String_SetCharBit_m9590C4085B5607B5EFA9795B9780C13148B133F8(L_4, (uint8_t)((int32_t)(uint8_t)L_5), NULL); int32_t L_6 = V_3; V_3 = ((int32_t)(L_6>>8)); int32_t L_7 = V_3; if (L_7) { goto IL_0025; } } { V_0 = (bool)1; goto IL_002d; } IL_0025: { uint32_t* L_8 = V_1; int32_t L_9 = V_3; String_SetCharBit_m9590C4085B5607B5EFA9795B9780C13148B133F8(L_8, (uint8_t)((int32_t)(uint8_t)L_9), NULL); } IL_002d: { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0031: { int32_t L_11 = V_2; int32_t L_12; L_12 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___anyOf1), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0008; } } { bool L_13 = V_0; if (!L_13) { goto IL_0044; } } { uint32_t* L_14 = V_1; uint32_t* L_15 = L_14; int32_t L_16 = *((uint32_t*)L_15); *((int32_t*)L_15) = (int32_t)((int32_t)(L_16|1)); } IL_0044: { return; } } // System.Boolean System.String::ArrayContains(System.Char,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_ArrayContains_m45C77DE18941159F2D402E80D10458710DD0BD1D (Il2CppChar ___searchChar0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0010; } IL_0004: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf1; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); Il2CppChar L_4 = ___searchChar0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_000c; } } { return (bool)1; } IL_000c: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_0010: { int32_t L_6 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = ___anyOf1; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))))) { goto IL_0004; } } { return (bool)0; } } // System.Boolean System.String::IsCharBitSet(System.UInt32*,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5 (uint32_t* ___charMap0, uint8_t ___value1, const RuntimeMethod* method) { { uint32_t* L_0 = ___charMap0; uint8_t L_1 = ___value1; int32_t L_2 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)((int32_t)L_1&7))), 4))))); uint8_t L_3 = ___value1; return (bool)((!(((uint32_t)((int32_t)(L_2&((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_3>>3))&((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.String::SetCharBit(System.UInt32*,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_SetCharBit_m9590C4085B5607B5EFA9795B9780C13148B133F8 (uint32_t* ___charMap0, uint8_t ___value1, const RuntimeMethod* method) { { uint32_t* L_0 = ___charMap0; uint8_t L_1 = ___value1; uint32_t* L_2 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)((int32_t)L_1&7))), 4)))); int32_t L_3 = *((uint32_t*)L_2); uint8_t L_4 = ___value1; *((int32_t*)L_2) = (int32_t)((int32_t)(L_3|((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_4>>3))&((int32_t)31))))))); return; } } // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1; L_1 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(__this, L_0, 0, NULL); return L_1; } } // System.Int32 System.String::IndexOf(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mCBADAB35416ED6F5F733DF46CC86C23E5C9E5A56 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2; L_2 = String_IndexOf_m2DFDE7BD37585BDBCD6F688B4E4A93304235A0B8(__this, L_0, L_1, 0, NULL); return L_2; } } // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_2 = ___comparisonType1; int32_t L_3; L_3 = String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B(__this, L_0, 0, L_1, L_2, NULL); return L_3; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2DFDE7BD37585BDBCD6F688B4E4A93304235A0B8 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___comparisonType2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3 = ___startIndex1; int32_t L_4 = ___comparisonType2; int32_t L_5; L_5 = String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract(L_2, L_3)), L_4, NULL); return L_5; } } // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001b; } } { int32_t L_3 = ___startIndex1; int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_3) <= ((int32_t)L_4))) { goto IL_002b; } } IL_001b: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B_RuntimeMethod_var))); } IL_002b: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_003a; } } { int32_t L_7 = ___startIndex1; int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_9 = ___count2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_8, L_9))))) { goto IL_004a; } } IL_003a: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_10); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B_RuntimeMethod_var))); } IL_004a: { int32_t L_11 = ___comparisonType3; switch (L_11) { case 0: { goto IL_006b; } case 1: { goto IL_0080; } case 2: { goto IL_0095; } case 3: { goto IL_00a5; } case 4: { goto IL_00b5; } case 5: { goto IL_00c5; } } } { goto IL_00d5; } IL_006b: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12; L_12 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_12); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_13; L_13 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_12); String_t* L_14 = ___value0; int32_t L_15 = ___startIndex1; int32_t L_16 = ___count2; NullCheck(L_13); int32_t L_17; L_17 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_13, __this, L_14, L_15, L_16, 0); return L_17; } IL_0080: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18; L_18 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_18); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_19; L_19 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18); String_t* L_20 = ___value0; int32_t L_21 = ___startIndex1; int32_t L_22 = ___count2; NullCheck(L_19); int32_t L_23; L_23 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_19, __this, L_20, L_21, L_22, 1); return L_23; } IL_0095: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_24 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_25 = ___value0; int32_t L_26 = ___startIndex1; int32_t L_27 = ___count2; NullCheck(L_24); int32_t L_28; L_28 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_24, __this, L_25, L_26, L_27, 0); return L_28; } IL_00a5: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_29 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_30 = ___value0; int32_t L_31 = ___startIndex1; int32_t L_32 = ___count2; NullCheck(L_29); int32_t L_33; L_33 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_29, __this, L_30, L_31, L_32, 1); return L_33; } IL_00b5: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_34 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_35 = ___value0; int32_t L_36 = ___startIndex1; int32_t L_37 = ___count2; NullCheck(L_34); int32_t L_38; L_38 = CompareInfo_IndexOfOrdinal_m87959AB92C780219806FC97DE8CD47B4F94D822D(L_34, __this, L_35, L_36, L_37, (bool)0, NULL); return L_38; } IL_00c5: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_39 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_40 = ___value0; int32_t L_41 = ___startIndex1; int32_t L_42 = ___count2; NullCheck(L_39); int32_t L_43; L_43 = CompareInfo_IndexOfOrdinal_m87959AB92C780219806FC97DE8CD47B4F94D822D(L_39, __this, L_40, L_41, L_42, (bool)1, NULL); return L_43; } IL_00d5: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_44 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_44); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_IndexOf_m6326B014CA1F90A66A6D2283ADBE36846A8F354B_RuntimeMethod_var))); } } // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) { { Il2CppChar* L_0 = (&__this->____firstChar_5); Il2CppChar L_1 = ___value0; int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3; L_3 = SpanHelpers_LastIndexOf_m0BEBFFB80CC39D65CF800DABB708A791E64FB7DF(L_0, L_1, L_2, NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3EB3F4ECDF6D990ADBACB6B168A8CBD4772B91A7 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3; L_3 = String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { int32_t L_1 = ___startIndex1; int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((!(((uint32_t)L_1) >= ((uint32_t)L_2)))) { goto IL_0023; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442_RuntimeMethod_var))); } IL_0023: { int32_t L_4 = ___count2; int32_t L_5 = ___startIndex1; if ((!(((uint32_t)L_4) > ((uint32_t)((int32_t)il2cpp_codegen_add(L_5, 1)))))) { goto IL_0039; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442_RuntimeMethod_var))); } IL_0039: { int32_t L_7 = ___startIndex1; int32_t L_8 = ___count2; V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_7, 1)), L_8)); Il2CppChar* L_9 = (&__this->____firstChar_5); int32_t L_10 = V_0; Il2CppChar* L_11; L_11 = il2cpp_unsafe_add(L_9, L_10); Il2CppChar L_12 = ___value0; int32_t L_13 = ___count2; int32_t L_14; L_14 = SpanHelpers_LastIndexOf_m0BEBFFB80CC39D65CF800DABB708A791E64FB7DF(L_11, L_12, L_13, NULL); V_1 = L_14; int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)(-1)))) { goto IL_005b; } } { int32_t L_16 = V_1; int32_t L_17 = V_0; return ((int32_t)il2cpp_codegen_add(L_16, L_17)); } IL_005b: { int32_t L_18 = V_1; return L_18; } } // System.Int32 System.String::LastIndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m3A1F0D1FFE0F949789A425D25E0BEDB6D4F26BB4 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf0; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3; L_3 = String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874(__this, L_0, ((int32_t)il2cpp_codegen_subtract(L_1, 1)), L_2, NULL); return L_3; } } // System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mE627BF79C35A4C2C4CE3D973AB30B963F230F361 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___startIndex1; int32_t L_3; L_3 = String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); return L_3; } } // System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___anyOf0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F4BD08A34D0299781F26947721F0D0A3DD83595)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if (L_2) { goto IL_0018; } } { return (-1); } IL_0018: { int32_t L_3 = ___startIndex1; int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((!(((uint32_t)L_3) >= ((uint32_t)L_4)))) { goto IL_0031; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_003b; } } { int32_t L_7 = ___count2; int32_t L_8 = ___startIndex1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_7, 1))) <= ((int32_t)L_8))) { goto IL_004b; } } IL_003b: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOfAny_mCE93FB98099DD74FF0C6441039619414F5172874_RuntimeMethod_var))); } IL_004b: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ___anyOf0; NullCheck(L_10); if ((((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))) <= ((int32_t)1))) { goto IL_005b; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___anyOf0; int32_t L_12 = ___startIndex1; int32_t L_13 = ___count2; int32_t L_14; L_14 = String_LastIndexOfCharArray_mFB8CA8868C14BED83D9197CA581CB75E7CB497A7(__this, L_11, L_12, L_13, NULL); return L_14; } IL_005b: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___anyOf0; NullCheck(L_15); if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_15)->max_length))) == ((uint32_t)1)))) { goto IL_006d; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___anyOf0; NullCheck(L_16); int32_t L_17 = 0; uint16_t L_18 = (uint16_t)(L_16)->GetAt(static_cast(L_17)); int32_t L_19 = ___startIndex1; int32_t L_20 = ___count2; int32_t L_21; L_21 = String_LastIndexOf_mC92062EF4E7765DD44424828FA75C027AA325442(__this, L_18, L_19, L_20, NULL); return L_21; } IL_006d: { return (-1); } } // System.Int32 System.String::LastIndexOfCharArray(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfCharArray_mFB8CA8868C14BED83D9197CA581CB75E7CB497A7 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B V_0; memset((&V_0), 0, sizeof(V_0)); uint32_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(ProbabilisticMap_t0DA8A558FAD7B468FD97F480BFF8CDFA5E1F024B)); V_1 = (uint32_t*)((uintptr_t)(&V_0)); uint32_t* L_0 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___anyOf0; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2; L_2 = ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7(L_1, ReadOnlySpan_1_op_Implicit_mE8C60AF5247A6927ED5FB2E409C9BEA8881763A7_RuntimeMethod_var); String_InitializeProbabilisticMap_m95C51F14009FD2F2681C62EB6B720713439FF91B(L_0, L_2, NULL); Il2CppChar* L_3 = (&__this->____firstChar_5); V_3 = L_3; Il2CppChar* L_4 = V_3; V_2 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_2; int32_t L_6 = ___startIndex1; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); goto IL_0068; } IL_002c: { Il2CppChar* L_7 = V_4; int32_t L_8 = *((uint16_t*)L_7); V_5 = L_8; uint32_t* L_9 = V_1; int32_t L_10 = V_5; bool L_11; L_11 = String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5(L_9, (uint8_t)((int32_t)(uint8_t)L_10), NULL); if (!L_11) { goto IL_005d; } } { uint32_t* L_12 = V_1; int32_t L_13 = V_5; bool L_14; L_14 = String_IsCharBitSet_mCFB26F89F74FE68AC0CE7C12DF34EA4BC04227B5(L_12, (uint8_t)((int32_t)(uint8_t)((int32_t)(L_13>>8))), NULL); if (!L_14) { goto IL_005d; } } { int32_t L_15 = V_5; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___anyOf0; bool L_17; L_17 = String_ArrayContains_m45C77DE18941159F2D402E80D10458710DD0BD1D(((int32_t)(uint16_t)L_15), L_16, NULL); if (!L_17) { goto IL_005d; } } { Il2CppChar* L_18 = V_4; Il2CppChar* L_19 = V_2; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_18, (intptr_t)L_19))/2)))); } IL_005d: { int32_t L_20 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); Il2CppChar* L_21 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_21, 2)); } IL_0068: { int32_t L_22 = ___count2; if ((((int32_t)L_22) > ((int32_t)0))) { goto IL_002c; } } { return (-1); } } // System.Int32 System.String::LastIndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m8923DBD89F2B3E5A34190B038B48F402E0C17E40 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3; L_3 = String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1(__this, L_0, ((int32_t)il2cpp_codegen_subtract(L_1, 1)), L_2, 0, NULL); return L_3; } } // System.Int32 System.String::LastIndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m436B3CDFB93031C7D7710274C092EE52CEAF419F (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_3 = ___comparisonType1; int32_t L_4; L_4 = String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1(__this, L_0, ((int32_t)il2cpp_codegen_subtract(L_1, 1)), L_2, L_3, NULL); return L_4; } } // System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if (L_2) { goto IL_0029; } } { int32_t L_3 = ___startIndex1; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_001d; } } { int32_t L_4 = ___startIndex1; if (L_4) { goto IL_0029; } } IL_001d: { String_t* L_5 = ___value0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); if (!L_6) { goto IL_0027; } } { return (-1); } IL_0027: { return 0; } IL_0029: { int32_t L_7 = ___startIndex1; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0036; } } { int32_t L_8 = ___startIndex1; int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_0046; } } IL_0036: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_10); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1_RuntimeMethod_var))); } IL_0046: { int32_t L_11 = ___startIndex1; int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_005d; } } { int32_t L_13 = ___startIndex1; ___startIndex1 = ((int32_t)il2cpp_codegen_subtract(L_13, 1)); int32_t L_14 = ___count2; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_005d; } } { int32_t L_15 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); } IL_005d: { int32_t L_16 = ___count2; if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_0069; } } { int32_t L_17 = ___startIndex1; int32_t L_18 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_17, L_18)), 1))) >= ((int32_t)0))) { goto IL_0079; } } IL_0069: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_19 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_19); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_19, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00BA133FF3D84EAB4FB7DB5FB38F235C4E108ED9)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1_RuntimeMethod_var))); } IL_0079: { String_t* L_20 = ___value0; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); if (L_21) { goto IL_0083; } } { int32_t L_22 = ___startIndex1; return L_22; } IL_0083: { int32_t L_23 = ___comparisonType3; switch (L_23) { case 0: { goto IL_00a4; } case 1: { goto IL_00b9; } case 2: { goto IL_00ce; } case 3: { goto IL_00de; } case 4: { goto IL_00ee; } case 5: { goto IL_00fe; } } } { goto IL_010e; } IL_00a4: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_24; L_24 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_24); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_25; L_25 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_24); String_t* L_26 = ___value0; int32_t L_27 = ___startIndex1; int32_t L_28 = ___count2; NullCheck(L_25); int32_t L_29; L_29 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_25, __this, L_26, L_27, L_28, 0); return L_29; } IL_00b9: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30; L_30 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL); NullCheck(L_30); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_31; L_31 = VirtualFuncInvoker0< CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* >::Invoke(13 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_30); String_t* L_32 = ___value0; int32_t L_33 = ___startIndex1; int32_t L_34 = ___count2; NullCheck(L_31); int32_t L_35; L_35 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_31, __this, L_32, L_33, L_34, 1); return L_35; } IL_00ce: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_36 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_37 = ___value0; int32_t L_38 = ___startIndex1; int32_t L_39 = ___count2; NullCheck(L_36); int32_t L_40; L_40 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_36, __this, L_37, L_38, L_39, 0); return L_40; } IL_00de: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_41 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_42 = ___value0; int32_t L_43 = ___startIndex1; int32_t L_44 = ___count2; NullCheck(L_41); int32_t L_45; L_45 = VirtualFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_41, __this, L_42, L_43, L_44, 1); return L_45; } IL_00ee: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_46 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_47 = ___value0; int32_t L_48 = ___startIndex1; int32_t L_49 = ___count2; NullCheck(L_46); int32_t L_50; L_50 = CompareInfo_LastIndexOfOrdinal_mD8736746151EB1105985AF0D0A67FB1E0AA0BDFF(L_46, __this, L_47, L_48, L_49, (bool)0, NULL); return L_50; } IL_00fe: { il2cpp_codegen_runtime_class_init_inline(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var); CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* L_51 = ((CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57_il2cpp_TypeInfo_var))->___Invariant_4; String_t* L_52 = ___value0; int32_t L_53 = ___startIndex1; int32_t L_54 = ___count2; NullCheck(L_51); int32_t L_55; L_55 = CompareInfo_LastIndexOfOrdinal_mD8736746151EB1105985AF0D0A67FB1E0AA0BDFF(L_51, __this, L_52, L_53, L_54, (bool)1, NULL); return L_55; } IL_010e: { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_56 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_56); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_56, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC9F86D38A6C7E2AB5AD6687A19250DA17CC550A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47E664865F8BD2864AB4AB2BDE17422BC353A059)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_LastIndexOf_m006A7DECADAD9E77347EEF727D7C55CF52B353B1_RuntimeMethod_var))); } } // System.Void System.String::.ctor(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mE68B380923022E84F092900EC18E30A7BA808338 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, const RuntimeMethod* method) { typedef void (*String__ctor_mE68B380923022E84F092900EC18E30A7BA808338_ftn) (String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*); using namespace il2cpp::icalls; ((String__ctor_mE68B380923022E84F092900EC18E30A7BA808338_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0); } // System.String System.String::Ctor(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m894AC5DF8B434A51F75E9E857BC28EC2610BF8C9 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; uintptr_t G_B5_0; memset((&G_B5_0), 0, sizeof(G_B5_0)); String_t* G_B5_1 = NULL; uintptr_t G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); String_t* G_B4_1 = NULL; uintptr_t G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); String_t* G_B6_1 = NULL; uintptr_t G_B7_0; memset((&G_B7_0), 0, sizeof(G_B7_0)); String_t* G_B7_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___value0; if (!L_0) { goto IL_0007; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___value0; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000d; } } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_2; } IL_000d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___value0; NullCheck(L_3); String_t* L_4; L_4 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(((int32_t)(((RuntimeArray*)L_3)->max_length)), NULL); String_t* L_5 = L_4; NullCheck(L_5); Il2CppChar* L_6 = (&L_5->____firstChar_5); V_1 = L_6; Il2CppChar* L_7 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = ___value0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = L_8; V_2 = L_9; G_B4_0 = ((uintptr_t)L_7); G_B4_1 = L_5; if (!L_9) { G_B5_0 = ((uintptr_t)L_7); G_B5_1 = L_5; goto IL_0028; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_2; NullCheck(L_10); G_B5_0 = G_B4_0; G_B5_1 = G_B4_1; if (((int32_t)(((RuntimeArray*)L_10)->max_length))) { G_B6_0 = G_B4_0; G_B6_1 = G_B4_1; goto IL_002d; } } IL_0028: { V_0 = (Il2CppChar*)((uintptr_t)0); G_B7_0 = G_B5_0; G_B7_1 = G_B5_1; goto IL_0036; } IL_002d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_2; NullCheck(L_11); V_0 = (Il2CppChar*)((uintptr_t)((L_11)->GetAddressAt(static_cast(0)))); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; } IL_0036: { Il2CppChar* L_12 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = ___value0; NullCheck(L_13); String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)G_B7_0, L_12, ((int32_t)(((RuntimeArray*)L_13)->max_length)), NULL); V_1 = (Il2CppChar*)((uintptr_t)0); V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return G_B7_1; } } // System.Void System.String::.ctor(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mF9979055BC049EBD531CF0500CEE016183008A7A (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_mF9979055BC049EBD531CF0500CEE016183008A7A_ftn) (String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_mF9979055BC049EBD531CF0500CEE016183008A7A_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.String System.String::Ctor(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; uintptr_t G_B12_0; memset((&G_B12_0), 0, sizeof(G_B12_0)); String_t* G_B12_1 = NULL; uintptr_t G_B11_0; memset((&G_B11_0), 0, sizeof(G_B11_0)); String_t* G_B11_1 = NULL; uintptr_t G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); String_t* G_B13_1 = NULL; uintptr_t G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); String_t* G_B14_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A_RuntimeMethod_var))); } IL_0022: { int32_t L_4 = ___length2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0036; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C26512813CDF9F1A470756AB50D2C3272536A90)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A_RuntimeMethod_var))); } IL_0036: { int32_t L_6 = ___startIndex1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = ___value0; NullCheck(L_7); int32_t L_8 = ___length2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8))))) { goto IL_004e; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A_RuntimeMethod_var))); } IL_004e: { int32_t L_10 = ___length2; if (L_10) { goto IL_0057; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_11; } IL_0057: { int32_t L_12 = ___length2; String_t* L_13; L_13 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_12, NULL); String_t* L_14 = L_13; NullCheck(L_14); Il2CppChar* L_15 = (&L_14->____firstChar_5); V_1 = L_15; Il2CppChar* L_16 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = ___value0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = L_17; V_2 = L_18; G_B11_0 = ((uintptr_t)L_16); G_B11_1 = L_14; if (!L_18) { G_B12_0 = ((uintptr_t)L_16); G_B12_1 = L_14; goto IL_0070; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = V_2; NullCheck(L_19); G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; if (((int32_t)(((RuntimeArray*)L_19)->max_length))) { G_B13_0 = G_B11_0; G_B13_1 = G_B11_1; goto IL_0075; } } IL_0070: { V_0 = (Il2CppChar*)((uintptr_t)0); G_B14_0 = G_B12_0; G_B14_1 = G_B12_1; goto IL_007e; } IL_0075: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_2; NullCheck(L_20); V_0 = (Il2CppChar*)((uintptr_t)((L_20)->GetAddressAt(static_cast(0)))); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; } IL_007e: { Il2CppChar* L_21 = V_0; int32_t L_22 = ___startIndex1; int32_t L_23 = ___length2; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)G_B14_0, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), 2)))), L_23, NULL); V_1 = (Il2CppChar*)((uintptr_t)0); V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return G_B14_1; } } // System.Void System.String::.ctor(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mEFB802138D63D47EFC1FE0C776BAE15595C1F7D9 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_mEFB802138D63D47EFC1FE0C776BAE15595C1F7D9_ftn) (String_t*, Il2CppChar*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_mEFB802138D63D47EFC1FE0C776BAE15595C1F7D9_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.String System.String::Ctor(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673 (Il2CppChar* ___ptr0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { int32_t L_0 = ___length2; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C26512813CDF9F1A470756AB50D2C3272536A90)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___startIndex1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673_RuntimeMethod_var))); } IL_0028: { Il2CppChar* L_4 = ___ptr0; int32_t L_5 = ___startIndex1; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))); Il2CppChar* L_6 = V_0; Il2CppChar* L_7 = ___ptr0; if ((!(((uintptr_t)L_6) < ((uintptr_t)L_7)))) { goto IL_0043; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94791E5D8B01F7E850EE91A020593E00567D0FD1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673_RuntimeMethod_var))); } IL_0043: { int32_t L_9 = ___length2; if (L_9) { goto IL_004c; } } { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_10; } IL_004c: { Il2CppChar* L_11 = ___ptr0; if ((!(((uintptr_t)L_11) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0061; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_12 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_12); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94791E5D8B01F7E850EE91A020593E00567D0FD1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673_RuntimeMethod_var))); } IL_0061: { int32_t L_13 = ___length2; String_t* L_14; L_14 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_13, NULL); String_t* L_15 = L_14; NullCheck(L_15); Il2CppChar* L_16 = (&L_15->____firstChar_5); V_1 = L_16; Il2CppChar* L_17 = V_1; Il2CppChar* L_18 = V_0; int32_t L_19 = ___length2; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((uintptr_t)L_17), L_18, L_19, NULL); V_1 = (Il2CppChar*)((uintptr_t)0); return L_15; } } // System.Void System.String::.ctor(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m2079AEDFA6381F274AAEA4CA0FC18342C4B0A5BF (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { typedef void (*String__ctor_m2079AEDFA6381F274AAEA4CA0FC18342C4B0A5BF_ftn) (String_t*, int8_t*, int32_t, int32_t); using namespace il2cpp::icalls; ((String__ctor_m2079AEDFA6381F274AAEA4CA0FC18342C4B0A5BF_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2); } // System.String System.String::Ctor(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604 (int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; { int32_t L_0 = ___startIndex1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0014; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___length2; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C26512813CDF9F1A470756AB50D2C3272536A90)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604_RuntimeMethod_var))); } IL_0028: { int8_t* L_4 = ___value0; if ((!(((uintptr_t)L_4) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0041; } } { int32_t L_5 = ___length2; if (L_5) { goto IL_0036; } } { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_6; } IL_0036: { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_7); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604_RuntimeMethod_var))); } IL_0041: { int8_t* L_8 = ___value0; int32_t L_9 = ___startIndex1; V_0 = (uint8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_8, L_9)); uint8_t* L_10 = V_0; int8_t* L_11 = ___value0; if ((!(((uintptr_t)L_10) < ((uintptr_t)L_11)))) { goto IL_0059; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_12 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_12); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94791E5D8B01F7E850EE91A020593E00567D0FD1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604_RuntimeMethod_var))); } IL_0059: { uint8_t* L_13 = V_0; int32_t L_14 = ___length2; String_t* L_15; L_15 = String_CreateStringForSByteConstructor_m0535C9A0E5D4EF9EC4AFC4ABDBBB7CFB09AFADA6(L_13, L_14, NULL); return L_15; } } // System.String System.String::CreateStringForSByteConstructor(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringForSByteConstructor_m0535C9A0E5D4EF9EC4AFC4ABDBBB7CFB09AFADA6 (uint8_t* ___pb0, int32_t ___numBytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___numBytes1; if (L_0) { goto IL_0009; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_1; } IL_0009: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2; L_2 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL); uint8_t* L_3 = ___pb0; int32_t L_4 = ___numBytes1; NullCheck(L_2); String_t* L_5; L_5 = Encoding_GetString_m42BFF0862341DCD5289A7D75B5D7A22CE9690EAD(L_2, L_3, L_4, NULL); return L_5; } } // System.Void System.String::.ctor(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m7906C442F32A6064B26D857578819E0BC848B79E (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___enc3, const RuntimeMethod* method) { typedef void (*String__ctor_m7906C442F32A6064B26D857578819E0BC848B79E_ftn) (String_t*, int8_t*, int32_t, int32_t, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*); using namespace il2cpp::icalls; ((String__ctor_m7906C442F32A6064B26D857578819E0BC848B79E_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2, ___enc3); } // System.String System.String::Ctor(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0 (int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___enc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = ___enc3; if (L_0) { goto IL_000c; } } { int8_t* L_1 = ___value0; int32_t L_2 = ___startIndex1; int32_t L_3 = ___length2; String_t* L_4; L_4 = String_CreateString_mB17F8269B950960F6CCCDB637AB02D71EE1AA769(NULL, L_1, L_2, L_3, NULL); return L_4; } IL_000c: { int32_t L_5 = ___length2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0020; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0_RuntimeMethod_var))); } IL_0020: { int32_t L_7 = ___startIndex1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0034; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB2594614979852FD5C1EC00AAADD8DAA7E798A66)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0_RuntimeMethod_var))); } IL_0034: { int8_t* L_9 = ___value0; if ((!(((uintptr_t)L_9) == ((uintptr_t)((uintptr_t)0))))) { goto IL_004d; } } { int32_t L_10 = ___length2; if (L_10) { goto IL_0042; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_11; } IL_0042: { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_12 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_12); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0_RuntimeMethod_var))); } IL_004d: { int8_t* L_13 = ___value0; int32_t L_14 = ___startIndex1; V_0 = (uint8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_13, L_14)); uint8_t* L_15 = V_0; int8_t* L_16 = ___value0; if ((!(((uintptr_t)L_15) < ((uintptr_t)L_16)))) { goto IL_0065; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_17 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_17); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE68FFE708FFE8FC1D5DA3BEDB8B81DE1CCC64C34)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94791E5D8B01F7E850EE91A020593E00567D0FD1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0_RuntimeMethod_var))); } IL_0065: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_18 = ___enc3; uint8_t* L_19 = V_0; int32_t L_20 = ___length2; ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D L_21; memset((&L_21), 0, sizeof(L_21)); ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_inline((&L_21), (void*)L_19, L_20, /*hidden argument*/ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_RuntimeMethod_var); NullCheck(L_18); String_t* L_22; L_22 = Encoding_GetString_m6FE2707C33758C7F10750B79FCA7767F4C2CA008(L_18, L_21, NULL); return L_22; } } // System.Void System.String::.ctor(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mF03943AC6EC0992632986F3A30456CE1F533B574 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { typedef void (*String__ctor_mF03943AC6EC0992632986F3A30456CE1F533B574_ftn) (String_t*, Il2CppChar, int32_t); using namespace il2cpp::icalls; ((String__ctor_mF03943AC6EC0992632986F3A30456CE1F533B574_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___c0, ___count1); } // System.String System.String::Ctor(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m55B098E6C6B49A905205C4F2A7A077681900319D (Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar* V_1 = NULL; uint32_t V_2 = 0; uint32_t* V_3 = NULL; { int32_t L_0 = ___count1; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___count1; if (L_1) { goto IL_000d; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_2; } IL_000d: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Ctor_m55B098E6C6B49A905205C4F2A7A077681900319D_RuntimeMethod_var))); } IL_001d: { int32_t L_4 = ___count1; String_t* L_5; L_5 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_4, NULL); V_0 = L_5; Il2CppChar L_6 = ___c0; if (!L_6) { goto IL_0070; } } { String_t* L_7 = V_0; NullCheck(L_7); Il2CppChar* L_8 = (&L_7->____firstChar_5); V_1 = L_8; Il2CppChar* L_9 = V_1; Il2CppChar L_10 = ___c0; Il2CppChar L_11 = ___c0; V_2 = ((int32_t)(((int32_t)((int32_t)L_10<<((int32_t)16)))|(int32_t)L_11)); V_3 = (uint32_t*)((uintptr_t)L_9); int32_t L_12 = ___count1; if ((((int32_t)L_12) < ((int32_t)4))) { goto IL_0059; } } { int32_t L_13 = ___count1; ___count1 = ((int32_t)il2cpp_codegen_subtract(L_13, 4)); } IL_0041: { uint32_t* L_14 = V_3; uint32_t L_15 = V_2; *((int32_t*)L_14) = (int32_t)L_15; uint32_t* L_16 = V_3; uint32_t L_17 = V_2; *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_16, 4))) = (int32_t)L_17; uint32_t* L_18 = V_3; V_3 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 4)))); int32_t L_19 = ___count1; ___count1 = ((int32_t)il2cpp_codegen_subtract(L_19, 4)); int32_t L_20 = ___count1; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_0041; } } IL_0059: { int32_t L_21 = ___count1; if (!((int32_t)(L_21&2))) { goto IL_0065; } } { uint32_t* L_22 = V_3; uint32_t L_23 = V_2; *((int32_t*)L_22) = (int32_t)L_23; uint32_t* L_24 = V_3; V_3 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_24, 4)); } IL_0065: { int32_t L_25 = ___count1; if (!((int32_t)(L_25&1))) { goto IL_006d; } } { uint32_t* L_26 = V_3; Il2CppChar L_27 = ___c0; *((int16_t*)L_26) = (int16_t)L_27; } IL_006d: { V_1 = (Il2CppChar*)((uintptr_t)0); } IL_0070: { String_t* L_28 = V_0; return L_28; } } // System.Void System.String::.ctor(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m739A82A0133BA0B295E1D293AB9E5C1523003F6F (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) { typedef void (*String__ctor_m739A82A0133BA0B295E1D293AB9E5C1523003F6F_ftn) (String_t*, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1); using namespace il2cpp::icalls; ((String__ctor_m739A82A0133BA0B295E1D293AB9E5C1523003F6F_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0); } // System.String System.String::Ctor(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Ctor_m450ADEC5C2184590C45F3FE3DC522F244E9674FC (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___value0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); if (L_0) { goto IL_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_1; } IL_000f: { int32_t L_2; L_2 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___value0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); String_t* L_3; L_3 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_2, NULL); String_t* L_4 = L_3; NullCheck(L_4); Il2CppChar* L_5 = (&L_4->____firstChar_5); V_1 = L_5; Il2CppChar* L_6 = V_1; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_7 = ___value0; Il2CppChar* L_8; L_8 = MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E(L_7, MemoryMarshal_GetReference_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_m90426C97E513B64C17AE47E597545E6686B0900E_RuntimeMethod_var); V_2 = L_8; Il2CppChar* L_9 = V_2; V_0 = (Il2CppChar*)((uintptr_t)L_9); Il2CppChar* L_10 = V_0; int32_t L_11; L_11 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___value0), ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_RuntimeMethod_var); String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((uintptr_t)L_6), L_10, L_11, NULL); V_1 = (Il2CppChar*)((uintptr_t)0); V_2 = (Il2CppChar*)((uintptr_t)0); return L_4; } } // System.ReadOnlySpan`1 System.String::op_Implicit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0; return L_1; } IL_000d: { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar* L_3; L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL); String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6; memset((&L_6), 0, sizeof(L_6)); ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); return L_6; } } // System.Object System.String::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_Clone_m9B85BAC6E2115D7E5CFBFDE9E32658CCD9EDB786 (String_t* __this, const RuntimeMethod* method) { { return __this; } } // System.String System.String::Copy(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Copy_m7FAF3BF75F67518701F91B8509D073FCDB8CFA71 (String_t* ___str0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Copy_m7FAF3BF75F67518701F91B8509D073FCDB8CFA71_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___str0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); String_t* L_4; L_4 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_3, NULL); String_t* L_5 = L_4; NullCheck(L_5); Il2CppChar* L_6 = (&L_5->____firstChar_5); V_1 = L_6; Il2CppChar* L_7 = V_1; String_t* L_8 = ___str0; NullCheck(L_8); Il2CppChar* L_9 = (&L_8->____firstChar_5); V_2 = L_9; Il2CppChar* L_10 = V_2; V_0 = (Il2CppChar*)((uintptr_t)L_10); Il2CppChar* L_11 = V_0; String_t* L_12 = ___str0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((uintptr_t)L_7), L_11, L_13, NULL); V_1 = (Il2CppChar*)((uintptr_t)0); V_2 = (Il2CppChar*)((uintptr_t)0); return L_5; } } // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___destination1; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___count3; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0023; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B2528E587BF8E834E353527B97EFF43D0966C4A)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC_RuntimeMethod_var))); } IL_0023: { int32_t L_4 = ___sourceIndex0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0037; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral569FEAE6AEE421BCD8D24F22865E84F808C2A1E4)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC_RuntimeMethod_var))); } IL_0037: { int32_t L_6 = ___count3; int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); int32_t L_8 = ___sourceIndex0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_7, L_8))))) { goto IL_0053; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8294A19DAAE7E1B519B6BFD2EDBE3F2DE6D2AC77)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC_RuntimeMethod_var))); } IL_0053: { int32_t L_10 = ___destinationIndex2; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___destination1; NullCheck(L_11); int32_t L_12 = ___count3; if ((((int32_t)L_10) > ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_11)->max_length)), L_12))))) { goto IL_0060; } } { int32_t L_13 = ___destinationIndex2; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0070; } } IL_0060: { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_14); ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCEC49CE5B8EEBB0AE649A7794608079E6C355F17)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8294A19DAAE7E1B519B6BFD2EDBE3F2DE6D2AC77)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC_RuntimeMethod_var))); } IL_0070: { Il2CppChar* L_15 = (&__this->____firstChar_5); V_2 = L_15; Il2CppChar* L_16 = V_2; V_0 = (Il2CppChar*)((uintptr_t)L_16); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = ___destination1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = L_17; V_3 = L_18; if (!L_18) { goto IL_0084; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = V_3; NullCheck(L_19); if (((int32_t)(((RuntimeArray*)L_19)->max_length))) { goto IL_0089; } } IL_0084: { V_1 = (Il2CppChar*)((uintptr_t)0); goto IL_0092; } IL_0089: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_3; NullCheck(L_20); V_1 = (Il2CppChar*)((uintptr_t)((L_20)->GetAddressAt(static_cast(0)))); } IL_0092: { Il2CppChar* L_21 = V_1; int32_t L_22 = ___destinationIndex2; Il2CppChar* L_23 = V_0; int32_t L_24 = ___sourceIndex0; int32_t L_25 = ___count3; String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), 2)))), ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2)))), L_25, NULL); V_2 = (Il2CppChar*)((uintptr_t)0); V_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return; } } // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); if (L_0) { goto IL_000e; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1; L_1 = Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_inline(Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_RuntimeMethod_var); return L_1; } IL_000e: { int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_2); Il2CppChar* L_4 = (&__this->____firstChar_5); V_1 = L_4; Il2CppChar* L_5 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_5); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_3; NullCheck(L_6); V_2 = ((L_6)->GetAddressAt(static_cast(0))); Il2CppChar* L_7 = V_2; Il2CppChar* L_8 = V_0; int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052((Il2CppChar*)((uintptr_t)L_7), L_8, L_9, NULL); V_1 = (Il2CppChar*)((uintptr_t)0); V_2 = (Il2CppChar*)((uintptr_t)0); return L_6; } } // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m54CF0907E7C4F3AFB2E796A13DC751ECBB8DB64A (String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((!(((uint32_t)0) < ((uint32_t)L_2)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { return (bool)1; } } // System.Boolean System.String::IsNullOrWhiteSpace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m360E06F52DEE3AD60832FAE8D32E499B6F9B386B (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (bool)1; } IL_0005: { V_0 = 0; goto IL_001d; } IL_0009: { String_t* L_1 = ___value0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_4; L_4 = Char_IsWhiteSpace_m9CE0F6685DB2502ABE106D160F95A287EFC07EF9(L_3, NULL); if (L_4) { goto IL_0019; } } { return (bool)0; } IL_0019: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_001d: { int32_t L_6 = V_0; String_t* L_7 = ___value0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0009; } } { return (bool)1; } } // System.Char& System.String::GetRawStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D (String_t* __this, const RuntimeMethod* method) { { Il2CppChar* L_0 = (&__this->____firstChar_5); return L_0; } } // System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m2AD0F08DE559AA1CE75A80BD4C1BB92EC08D5AE4 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = ___encoding2; uint8_t* L_1 = ___bytes0; int32_t L_2 = ___byteLength1; NullCheck(L_0); int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tF18CBF663DFA66748F619AD7C6D6C4859DBFA80B* >::Invoke(24 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, L_0, L_1, L_2, (DecoderNLS_tF18CBF663DFA66748F619AD7C6D6C4859DBFA80B*)NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0013; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_5; } IL_0013: { int32_t L_6 = V_0; String_t* L_7; L_7 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(L_6, NULL); String_t* L_8 = L_7; NullCheck(L_8); Il2CppChar* L_9 = (&L_8->____firstChar_5); V_2 = L_9; Il2CppChar* L_10 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_10); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_11 = ___encoding2; uint8_t* L_12 = ___bytes0; int32_t L_13 = ___byteLength1; Il2CppChar* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_11); int32_t L_16; L_16 = VirtualFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tF18CBF663DFA66748F619AD7C6D6C4859DBFA80B* >::Invoke(28 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, L_11, L_12, L_13, L_14, L_15, (DecoderNLS_tF18CBF663DFA66748F619AD7C6D6C4859DBFA80B*)NULL); V_2 = (Il2CppChar*)((uintptr_t)0); return L_8; } } // System.String System.String::CreateFromChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateFromChar_m95EB2869FFD1A844B0F4236BAB2107EECA5B4883 (Il2CppChar ___c0, const RuntimeMethod* method) { { String_t* L_0; L_0 = String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112(1, NULL); String_t* L_1 = L_0; Il2CppChar L_2 = ___c0; NullCheck(L_1); L_1->____firstChar_5 = L_2; return L_1; } } // System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_wstrcpy_mFEE79DBB006BB7F450C96CACC97A2BF3CEDEA052 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___dmem0; Il2CppChar* L_1 = ___smem1; int32_t L_2 = ___charCount2; Buffer_Memmove_mE2FD779AEAE4F226AFCAF27575AF93D7C56BF5B0((uint8_t*)L_0, (uint8_t*)L_1, ((int32_t)il2cpp_codegen_multiply(L_2, 2)), NULL); return; } } // System.String System.String::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToString_mB42632677DEB95B3FB88CF366911588C28A33F87 (String_t* __this, const RuntimeMethod* method) { { return __this; } } // System.String System.String::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToString_mBDBAAEBADA92334BE5E6E7A665706B27E24F627E (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { { return __this; } } // System.Collections.Generic.IEnumerator`1 System.String::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_m76800315AAD2FD366EFAB33C4C30D05B634FDADA (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D* L_0 = (CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D*)il2cpp_codegen_object_new(CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D_il2cpp_TypeInfo_var); NullCheck(L_0); CharEnumerator__ctor_m64C938888062D37D44227D10723759DB93FF3717(L_0, __this, NULL); return L_0; } } // System.Collections.IEnumerator System.String::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_IEnumerable_GetEnumerator_m8D3888735F3CFA2B892721A119F4C948DF4B4B58 (String_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D* L_0 = (CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D*)il2cpp_codegen_object_new(CharEnumerator_tD01B8BB6885F5B73C03B665FA10D64B8B61B4A7D_il2cpp_TypeInfo_var); NullCheck(L_0); CharEnumerator__ctor_m64C938888062D37D44227D10723759DB93FF3717(L_0, __this, NULL); return L_0; } } // System.Int32 System.String::wcslen(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_wcslen_m79ECEB590AFBC6D77044F93DAB5C6D89AF451348 (Il2CppChar* ___ptr0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { Il2CppChar* L_0 = ___ptr0; V_0 = L_0; int32_t L_1; L_1 = IntPtr_get_Size_mF11301B9A665D54B8DC89DC6AFE37728B91E6F10(NULL); V_1 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); goto IL_0014; } IL_000c: { Il2CppChar* L_2 = V_0; int32_t L_3 = *((uint16_t*)L_2); if (!L_3) { goto IL_006e; } } { Il2CppChar* L_4 = V_0; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, 2)); } IL_0014: { Il2CppChar* L_5 = V_0; int32_t L_6 = V_1; if (((int32_t)(((int32_t)(uint32_t)(intptr_t)L_5)&L_6))) { goto IL_000c; } } IL_001a: { Il2CppChar* L_7 = V_0; int64_t L_8 = *((int64_t*)L_7); if ((!(((uint64_t)((int64_t)(((int64_t)il2cpp_codegen_add(L_8, ((int64_t)9223231297218904063LL)))|((int64_t)9223231297218904063LL)))) == ((uint64_t)((int64_t)(-1)))))) { goto IL_003d; } } { Il2CppChar* L_9 = V_0; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); goto IL_001a; } IL_003d: { Il2CppChar* L_10 = V_0; int32_t L_11 = *((uint16_t*)L_10); if (!L_11) { goto IL_006e; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, 2))); if (!L_13) { goto IL_006a; } } { Il2CppChar* L_14 = V_0; int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))); if (!L_15) { goto IL_0066; } } { Il2CppChar* L_16 = V_0; int32_t L_17 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))); if (!L_17) { goto IL_0062; } } { Il2CppChar* L_18 = V_0; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); goto IL_001a; } IL_0062: { Il2CppChar* L_19 = V_0; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, 2)); } IL_0066: { Il2CppChar* L_20 = V_0; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, 2)); } IL_006a: { Il2CppChar* L_21 = V_0; V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, 2)); } IL_006e: { Il2CppChar* L_22 = V_0; Il2CppChar* L_23 = ___ptr0; V_2 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_22, (intptr_t)L_23))/2)))); Il2CppChar* L_24 = ___ptr0; int32_t L_25 = V_2; Il2CppChar* L_26 = V_0; if ((((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_25), 2))))) == ((intptr_t)L_26))) { goto IL_008a; } } { ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_27); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA9171B82604177F94F0540D2D89B6A7C2DFFD91)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_wcslen_m79ECEB590AFBC6D77044F93DAB5C6D89AF451348_RuntimeMethod_var))); } IL_008a: { int32_t L_28 = V_2; return L_28; } } // System.TypeCode System.String::GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetTypeCode_m6FF9C491CB58DF051A7E07E4B844F279F07CEBE8 (String_t* __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)18)); } } // System.Boolean System.String::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_System_IConvertible_ToBoolean_m75FAFB545BFF9F898DA713EFD0006F70FC0C2F0A (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); bool L_1; L_1 = Convert_ToBoolean_mD54E5642A7F627438AAC47DF586482ED658B5327(__this, L_0, NULL); return L_1; } } // System.Char System.String::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_System_IConvertible_ToChar_mD103702BB252C6E82250B993C1048E2CD6A8B9B6 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = Convert_ToChar_m999DFF96BEC05D5CFDAAC59C19F125C6827E436C(__this, L_0, NULL); return L_1; } } // System.SByte System.String::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t String_System_IConvertible_ToSByte_m679637939F3C0B5FC68778D51777787F969AE515 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int8_t L_1; L_1 = Convert_ToSByte_mDFE2115EA5D30B764BDF980379B17B5580405BB6(__this, L_0, NULL); return L_1; } } // System.Byte System.String::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t String_System_IConvertible_ToByte_m2293F93CB7B3C12A6DE6F9B265AECB51741E2A88 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = Convert_ToByte_mCBCFB5AB07D04AD6EE8D2E4A643A28294953507E(__this, L_0, NULL); return L_1; } } // System.Int16 System.String::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t String_System_IConvertible_ToInt16_mFFA024540C591548774D62A2550822AF15A4D64F (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int16_t L_1; L_1 = Convert_ToInt16_m8532226DD71F9B6E701B8278A2AA8BE9EAD79DD8(__this, L_0, NULL); return L_1; } } // System.UInt16 System.String::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t String_System_IConvertible_ToUInt16_mA8B7D9A52530436A2DD508D9A24C9C4DF4F8D078 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint16_t L_1; L_1 = Convert_ToUInt16_m38F6A77598C2D3ECD0218874E124F004791F1AD7(__this, L_0, NULL); return L_1; } } // System.Int32 System.String::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_System_IConvertible_ToInt32_m0B4C286CD713CCB2E4A8B38F38E73B39A1612DFB (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Convert_ToInt32_mA763F077DBFEB1F6A3B54471BE1DF07D667A6834(__this, L_0, NULL); return L_1; } } // System.UInt32 System.String::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t String_System_IConvertible_ToUInt32_m3E4B36C611D4070BD8FD89E8A33E913368D0095A (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_m22251BFE6E570FE4C6B27E85D0AE93296A1730CF(__this, L_0, NULL); return L_1; } } // System.Int64 System.String::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t String_System_IConvertible_ToInt64_mB5A02609C8B1CB8C9C6DCA5F11794F0F3D1E60EE (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); int64_t L_1; L_1 = Convert_ToInt64_m921C5387614F1F5D2582F337D03BFC0B0EA2AC3D(__this, L_0, NULL); return L_1; } } // System.UInt64 System.String::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t String_System_IConvertible_ToUInt64_mDBF5B0D9A0EF5E943AE2B20BEF64E20FE501788E (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Convert_ToUInt64_m5CC1F213E1D7E1ED8742DCA503EF7EE355569DD2(__this, L_0, NULL); return L_1; } } // System.Single System.String::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float String_System_IConvertible_ToSingle_mD8D1921B9DCA1756B8E24B97EA8E7F93D7C6BEE2 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); float L_1; L_1 = Convert_ToSingle_m2CF7FECE2FEB934F0355D9FD5FB2D027B3D5F0E5(__this, L_0, NULL); return L_1; } } // System.Double System.String::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double String_System_IConvertible_ToDouble_m2C051DC383E1D6BE9E30B5DEC376B043B4B9E69C (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); double L_1; L_1 = Convert_ToDouble_mC33EA527AA8C3C0A68337F2796A7AE675123E4F7(__this, L_0, NULL); return L_1; } } // System.Decimal System.String::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F String_System_IConvertible_ToDecimal_mC111A860700D28C763E57BBD25D927A2DD3BB631 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1; L_1 = Convert_ToDecimal_mF272551B28BF07E6ADB1E7A5978D2F7316598DAB(__this, L_0, NULL); return L_1; } } // System.DateTime System.String::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D String_System_IConvertible_ToDateTime_mF345F1B60269F05EFEEF6705BCEAE9259BC55AAD (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1; L_1 = Convert_ToDateTime_m0CD0FAC3FF3ED01FFEA1264742D5E4BDAC79EA4A(__this, L_0, NULL); return L_1; } } // System.Object System.String::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_IConvertible_ToType_mF6D0543674379873BAF2AD07AFD21000A47B2DBD (String_t* __this, Type_t* ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___type0; RuntimeObject* L_1 = ___provider1; il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = Convert_DefaultToType_mA9DEFD8F897A7E13EA62DA8052A509C46D60B04F(__this, L_0, L_1, NULL); return L_2; } } // System.String System.String::Normalize(System.Text.NormalizationForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_mB458CCECBD27D6E9FB44CF03D37E856846C41831 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Normalization_t15B8C90D2AEC7D6D933322DBDF8850055BDD24AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___normalizationForm0; il2cpp_codegen_runtime_class_init_inline(Normalization_t15B8C90D2AEC7D6D933322DBDF8850055BDD24AA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Normalization_Normalize_mE84D7400194AEFC38DC33638EDCF9E2430321796(__this, L_0, NULL); return L_1; } } // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2 (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } // System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_mFADA04D6FCED11D71D76C4D91BA9A2CD3692E389 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_000d; } } { return (-1); } IL_000d: { int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { int32_t L_5 = ___startIndex1; return L_5; } IL_0012: { Il2CppChar* L_6 = (&__this->____firstChar_5); V_3 = L_6; Il2CppChar* L_7 = V_3; V_1 = (Il2CppChar*)((uintptr_t)L_7); String_t* L_8 = ___value0; V_4 = L_8; String_t* L_9 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_9); Il2CppChar* L_10 = V_2; if (!L_10) { goto IL_002e; } } { Il2CppChar* L_11 = V_2; int32_t L_12; L_12 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, L_12)); } IL_002e: { Il2CppChar* L_13 = V_1; int32_t L_14 = ___startIndex1; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))); Il2CppChar* L_15 = V_5; int32_t L_16 = ___count2; int32_t L_17 = V_0; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), 2)))), 2)); goto IL_0081; } IL_0048: { Il2CppChar* L_18 = V_5; int32_t L_19 = *((uint16_t*)L_18); Il2CppChar* L_20 = V_2; int32_t L_21 = *((uint16_t*)L_20); if ((!(((uint32_t)L_19) == ((uint32_t)L_21)))) { goto IL_007b; } } { V_7 = 1; goto IL_006d; } IL_0054: { Il2CppChar* L_22 = V_5; int32_t L_23 = V_7; int32_t L_24 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), 2))))); Il2CppChar* L_25 = V_2; int32_t L_26 = V_7; int32_t L_27 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), 2))))); if ((!(((uint32_t)L_24) == ((uint32_t)L_27)))) { goto IL_007b; } } { int32_t L_28 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_28, 1)); } IL_006d: { int32_t L_29 = V_7; int32_t L_30 = V_0; if ((((int32_t)L_29) < ((int32_t)L_30))) { goto IL_0054; } } { Il2CppChar* L_31 = V_5; Il2CppChar* L_32 = V_1; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/2)))); } IL_007b: { Il2CppChar* L_33 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, 2)); } IL_0081: { Il2CppChar* L_34 = V_5; Il2CppChar* L_35 = V_6; if ((!(((uintptr_t)L_34) == ((uintptr_t)L_35)))) { goto IL_0048; } } { V_3 = (Il2CppChar*)((uintptr_t)0); V_4 = (String_t*)NULL; return (-1); } } // System.Int32 System.String::IndexOfUncheckedIgnoreCase(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUncheckedIgnoreCase_m4E0D70ABCE4EF0BABD46F493E0CD954E5503B744 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; String_t* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar V_8 = 0x0; int32_t V_9 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_000d; } } { return (-1); } IL_000d: { int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { int32_t L_5 = ___startIndex1; return L_5; } IL_0012: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6; L_6 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL); NullCheck(L_6); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_7; L_7 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); V_1 = L_7; Il2CppChar* L_8 = (&__this->____firstChar_5); V_4 = L_8; Il2CppChar* L_9 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_9); String_t* L_10 = ___value0; V_5 = L_10; String_t* L_11 = V_5; V_3 = (Il2CppChar*)((uintptr_t)L_11); Il2CppChar* L_12 = V_3; if (!L_12) { goto IL_003b; } } { Il2CppChar* L_13 = V_3; int32_t L_14; L_14 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, L_14)); } IL_003b: { Il2CppChar* L_15 = V_2; int32_t L_16 = ___startIndex1; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))); Il2CppChar* L_17 = V_6; int32_t L_18 = ___count2; int32_t L_19 = V_0; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2)))), 2)); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_20 = V_1; Il2CppChar* L_21 = V_3; int32_t L_22 = *((uint16_t*)L_21); NullCheck(L_20); Il2CppChar L_23; L_23 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_20, L_22); V_8 = L_23; goto IL_00aa; } IL_005f: { TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_24 = V_1; Il2CppChar* L_25 = V_6; int32_t L_26 = *((uint16_t*)L_25); NullCheck(L_24); Il2CppChar L_27; L_27 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_24, L_26); Il2CppChar L_28 = V_8; if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00a4; } } { V_9 = 1; goto IL_0096; } IL_0071: { TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_29 = V_1; Il2CppChar* L_30 = V_6; int32_t L_31 = V_9; int32_t L_32 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_31), 2))))); NullCheck(L_29); Il2CppChar L_33; L_33 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_29, L_32); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_34 = V_1; Il2CppChar* L_35 = V_3; int32_t L_36 = V_9; int32_t L_37 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_36), 2))))); NullCheck(L_34); Il2CppChar L_38; L_38 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_34, L_37); if ((!(((uint32_t)L_33) == ((uint32_t)L_38)))) { goto IL_00a4; } } { int32_t L_39 = V_9; V_9 = ((int32_t)il2cpp_codegen_add(L_39, 1)); } IL_0096: { int32_t L_40 = V_9; int32_t L_41 = V_0; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_0071; } } { Il2CppChar* L_42 = V_6; Il2CppChar* L_43 = V_2; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_42, (intptr_t)L_43))/2)))); } IL_00a4: { Il2CppChar* L_44 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, 2)); } IL_00aa: { Il2CppChar* L_45 = V_6; Il2CppChar* L_46 = V_7; if ((!(((uintptr_t)L_45) == ((uintptr_t)L_46)))) { goto IL_005f; } } { V_4 = (Il2CppChar*)((uintptr_t)0); V_5 = (String_t*)NULL; return (-1); } } // System.Int32 System.String::LastIndexOfUnchecked(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m3586EA446BEADEDD694A1214AC5671C893BE0211 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; String_t* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_000d; } } { return (-1); } IL_000d: { int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { int32_t L_5 = ___startIndex1; return L_5; } IL_0012: { Il2CppChar* L_6 = (&__this->____firstChar_5); V_3 = L_6; Il2CppChar* L_7 = V_3; V_1 = (Il2CppChar*)((uintptr_t)L_7); String_t* L_8 = ___value0; V_4 = L_8; String_t* L_9 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_9); Il2CppChar* L_10 = V_2; if (!L_10) { goto IL_002e; } } { Il2CppChar* L_11 = V_2; int32_t L_12; L_12 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, L_12)); } IL_002e: { Il2CppChar* L_13 = V_1; int32_t L_14 = ___startIndex1; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))); Il2CppChar* L_15 = V_5; int32_t L_16 = ___count2; int32_t L_17 = V_0; V_6 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), 2)))), 2)); Il2CppChar* L_18 = V_2; int32_t L_19 = V_0; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2)))), 2)); goto IL_0098; } IL_0052: { Il2CppChar* L_20 = V_5; int32_t L_21 = *((uint16_t*)L_20); Il2CppChar* L_22 = V_7; int32_t L_23 = *((uint16_t*)L_22); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_0092; } } { Il2CppChar* L_24 = V_5; V_8 = L_24; goto IL_0084; } IL_0060: { Il2CppChar* L_25 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, 2)); Il2CppChar* L_26 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_26, 2)); Il2CppChar* L_27 = V_5; int32_t L_28 = *((uint16_t*)L_27); Il2CppChar* L_29 = V_7; int32_t L_30 = *((uint16_t*)L_29); if ((((int32_t)L_28) == ((int32_t)L_30))) { goto IL_0084; } } { Il2CppChar* L_31 = V_2; int32_t L_32 = V_0; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), 2)))), 2)); Il2CppChar* L_33 = V_8; V_5 = L_33; goto IL_0092; } IL_0084: { Il2CppChar* L_34 = V_2; Il2CppChar* L_35 = V_7; if ((!(((uintptr_t)L_34) == ((uintptr_t)L_35)))) { goto IL_0060; } } { Il2CppChar* L_36 = V_5; Il2CppChar* L_37 = V_1; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/2)))); } IL_0092: { Il2CppChar* L_38 = V_5; V_5 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_38, 2)); } IL_0098: { Il2CppChar* L_39 = V_5; Il2CppChar* L_40 = V_6; if ((!(((uintptr_t)L_39) == ((uintptr_t)L_40)))) { goto IL_0052; } } { V_3 = (Il2CppChar*)((uintptr_t)0); V_4 = (String_t*)NULL; return (-1); } } // System.Int32 System.String::LastIndexOfUncheckedIgnoreCase(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUncheckedIgnoreCase_m57C519DF3BD4D8F0E8A5858A13C28DA01B37FECE (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; String_t* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; Il2CppChar* V_8 = NULL; Il2CppChar V_9 = 0x0; Il2CppChar* V_10 = NULL; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = ___count2; int32_t L_3 = V_0; if ((((int32_t)L_2) >= ((int32_t)L_3))) { goto IL_000d; } } { return (-1); } IL_000d: { int32_t L_4 = V_0; if (L_4) { goto IL_0012; } } { int32_t L_5 = ___startIndex1; return L_5; } IL_0012: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6; L_6 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL); NullCheck(L_6); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_7; L_7 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_6); V_1 = L_7; Il2CppChar* L_8 = (&__this->____firstChar_5); V_4 = L_8; Il2CppChar* L_9 = V_4; V_2 = (Il2CppChar*)((uintptr_t)L_9); String_t* L_10 = ___value0; V_5 = L_10; String_t* L_11 = V_5; V_3 = (Il2CppChar*)((uintptr_t)L_11); Il2CppChar* L_12 = V_3; if (!L_12) { goto IL_003b; } } { Il2CppChar* L_13 = V_3; int32_t L_14; L_14 = RuntimeHelpers_get_OffsetToStringData_mBBE58AEA702864FB006771F4600D1D99B1234460(NULL); V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, L_14)); } IL_003b: { Il2CppChar* L_15 = V_2; int32_t L_16 = ___startIndex1; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))); Il2CppChar* L_17 = V_6; int32_t L_18 = ___count2; int32_t L_19 = V_0; V_7 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), 2)))), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_19), 2)))), 2)); Il2CppChar* L_20 = V_3; int32_t L_21 = V_0; V_8 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_21), 2)))), 2)); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_22 = V_1; Il2CppChar* L_23 = V_8; int32_t L_24 = *((uint16_t*)L_23); NullCheck(L_22); Il2CppChar L_25; L_25 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_22, L_24); V_9 = L_25; goto IL_00c1; } IL_006a: { TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_26 = V_1; Il2CppChar* L_27 = V_6; int32_t L_28 = *((uint16_t*)L_27); NullCheck(L_26); Il2CppChar L_29; L_29 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_26, L_28); Il2CppChar L_30 = V_9; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_00bb; } } { Il2CppChar* L_31 = V_6; V_10 = L_31; goto IL_00ad; } IL_007d: { Il2CppChar* L_32 = V_8; V_8 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, 2)); Il2CppChar* L_33 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_33, 2)); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_34 = V_1; Il2CppChar* L_35 = V_6; int32_t L_36 = *((uint16_t*)L_35); NullCheck(L_34); Il2CppChar L_37; L_37 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_34, L_36); TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_38 = V_1; Il2CppChar* L_39 = V_8; int32_t L_40 = *((uint16_t*)L_39); NullCheck(L_38); Il2CppChar L_41; L_41 = VirtualFuncInvoker1< Il2CppChar, Il2CppChar >::Invoke(9 /* System.Char System.Globalization.TextInfo::ToUpper(System.Char) */, L_38, L_40); if ((((int32_t)L_37) == ((int32_t)L_41))) { goto IL_00ad; } } { Il2CppChar* L_42 = V_3; int32_t L_43 = V_0; V_8 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_43), 2)))), 2)); Il2CppChar* L_44 = V_10; V_6 = L_44; goto IL_00bb; } IL_00ad: { Il2CppChar* L_45 = V_3; Il2CppChar* L_46 = V_8; if ((!(((uintptr_t)L_45) == ((uintptr_t)L_46)))) { goto IL_007d; } } { Il2CppChar* L_47 = V_6; Il2CppChar* L_48 = V_2; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/2)))); } IL_00bb: { Il2CppChar* L_49 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_49, 2)); } IL_00c1: { Il2CppChar* L_50 = V_6; Il2CppChar* L_51 = V_7; if ((!(((uintptr_t)L_50) == ((uintptr_t)L_51)))) { goto IL_006a; } } { V_4 = (Il2CppChar*)((uintptr_t)0); V_5 = (String_t*)NULL; return (-1); } } // System.Boolean System.String::StartsWithOrdinalUnchecked(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWithOrdinalUnchecked_m094F18D60C76BFD8ED1F4561F1080356188BFF07 (String_t* __this, String_t* ___value0, const RuntimeMethod* method) { { int32_t L_0; L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(__this, NULL); String_t* L_1 = ___value0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_001c; } } { Il2CppChar L_3 = __this->____firstChar_5; String_t* L_4 = ___value0; NullCheck(L_4); Il2CppChar L_5 = L_4->____firstChar_5; if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001e; } } IL_001c: { return (bool)0; } IL_001e: { String_t* L_6 = ___value0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_004d; } } { Il2CppChar* L_8; L_8 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(__this, NULL); uint8_t* L_9; L_9 = il2cpp_unsafe_as_ref(L_8); String_t* L_10 = ___value0; NullCheck(L_10); Il2CppChar* L_11; L_11 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_10, NULL); uint8_t* L_12; L_12 = il2cpp_unsafe_as_ref(L_11); String_t* L_13 = ___value0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); bool L_15; L_15 = SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9(L_9, L_12, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_14), ((int64_t)2))), NULL); return L_15; } IL_004d: { return (bool)1; } } // System.String System.String::FastAllocateString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112 (int32_t ___length0, const RuntimeMethod* method) { typedef String_t* (*String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112_ftn) (int32_t); using namespace il2cpp::icalls; return ((String_FastAllocateString_mF8E983B7ABC42CA6EB80C5052243D21E81CC2112_ftn)mscorlib::System::String::FastAllocateString) (___length0); } // System.String System.String::InternalIntern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalIntern_mBF68E392CC34569FF853662050270B4E6E94B5F0 (String_t* ___str0, const RuntimeMethod* method) { typedef String_t* (*String_InternalIntern_mBF68E392CC34569FF853662050270B4E6E94B5F0_ftn) (String_t*); using namespace il2cpp::icalls; return ((String_InternalIntern_mBF68E392CC34569FF853662050270B4E6E94B5F0_ftn)mscorlib::System::String::InternalIntern) (___str0); } // System.Void System.String::memset(System.Byte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memset_m766AD2B118EC04A98717ADE50BD8C79C1B7F2F81 (uint8_t* ___dest0, int32_t ___val1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___len2; if ((((int32_t)L_0) >= ((int32_t)8))) { goto IL_0018; } } { goto IL_0014; } IL_0006: { uint8_t* L_1 = ___dest0; int32_t L_2 = ___val1; *((int8_t*)L_1) = (int8_t)((int32_t)(uint8_t)L_2); uint8_t* L_3 = ___dest0; ___dest0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, 1)); int32_t L_4 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract(L_4, 1)); } IL_0014: { int32_t L_5 = ___len2; if (L_5) { goto IL_0006; } } { return; } IL_0018: { int32_t L_6 = ___val1; if (!L_6) { goto IL_002a; } } { int32_t L_7 = ___val1; int32_t L_8 = ___val1; ___val1 = ((int32_t)(L_7|((int32_t)(L_8<<8)))); int32_t L_9 = ___val1; int32_t L_10 = ___val1; ___val1 = ((int32_t)(L_9|((int32_t)(L_10<<((int32_t)16))))); } IL_002a: { uint8_t* L_11 = ___dest0; V_0 = ((int32_t)(((int32_t)(intptr_t)L_11)&3)); int32_t L_12 = V_0; if (!L_12) { goto IL_0071; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(4, L_13)); int32_t L_14 = ___len2; int32_t L_15 = V_0; ___len2 = ((int32_t)il2cpp_codegen_subtract(L_14, L_15)); } IL_003b: { uint8_t* L_16 = ___dest0; int32_t L_17 = ___val1; *((int8_t*)L_16) = (int8_t)((int32_t)(uint8_t)L_17); uint8_t* L_18 = ___dest0; ___dest0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, 1)); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_19, 1)); int32_t L_20 = V_0; if (L_20) { goto IL_003b; } } { goto IL_0071; } IL_004d: { uint8_t* L_21 = ___dest0; int32_t L_22 = ___val1; *((int32_t*)L_21) = (int32_t)L_22; uint8_t* L_23 = ___dest0; int32_t L_24 = ___val1; *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, 4))) = (int32_t)L_24; uint8_t* L_25 = ___dest0; int32_t L_26 = ___val1; *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 4))))) = (int32_t)L_26; uint8_t* L_27 = ___dest0; int32_t L_28 = ___val1; *((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 4))))) = (int32_t)L_28; uint8_t* L_29 = ___dest0; ___dest0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, ((int32_t)16))); int32_t L_30 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract(L_30, ((int32_t)16))); } IL_0071: { int32_t L_31 = ___len2; if ((((int32_t)L_31) >= ((int32_t)((int32_t)16)))) { goto IL_004d; } } { goto IL_0085; } IL_0078: { uint8_t* L_32 = ___dest0; int32_t L_33 = ___val1; *((int32_t*)L_32) = (int32_t)L_33; uint8_t* L_34 = ___dest0; ___dest0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, 4)); int32_t L_35 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract(L_35, 4)); } IL_0085: { int32_t L_36 = ___len2; if ((((int32_t)L_36) >= ((int32_t)4))) { goto IL_0078; } } { goto IL_0099; } IL_008b: { uint8_t* L_37 = ___dest0; int32_t L_38 = ___val1; *((int8_t*)L_37) = (int8_t)((int32_t)(uint8_t)L_38); uint8_t* L_39 = ___dest0; ___dest0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, 1)); int32_t L_40 = ___len2; ___len2 = ((int32_t)il2cpp_codegen_subtract(L_40, 1)); } IL_0099: { int32_t L_41 = ___len2; if ((((int32_t)L_41) > ((int32_t)0))) { goto IL_008b; } } { return; } } // System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_m600A5AE772B8D36C454BA63473FD720E7D6BB642 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = ___size2; Buffer_Memcpy_m6874835F520CE2DC08FB09B307E8F65E92939C46(L_0, L_1, L_2, NULL); return; } } // System.Void System.String::bzero(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_m78055F443ADBA85B82CCDDD2BF2A1ACAFBDB749C (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; int32_t L_1 = ___len1; String_memset_m766AD2B118EC04A98717ADE50BD8C79C1B7F2F81(L_0, 0, L_1, NULL); return; } } // System.Void System.String::bzero_aligned_1(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_1_m9198C95785143B68BAD1F9710EE8B756552236F9 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int8_t*)L_0) = (int8_t)0; return; } } // System.Void System.String::bzero_aligned_2(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_2_m02F0A5DACE206CD48E7B8A3CF160A09AE6803E39 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int16_t*)L_0) = (int16_t)0; return; } } // System.Void System.String::bzero_aligned_4(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_4_m947672B12F82266977B9ACFEC898F095CD0ED78B (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int32_t*)L_0) = (int32_t)0; return; } } // System.Void System.String::bzero_aligned_8(System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_8_m3B9F4FF6E51C9560E4F59D4B80F82ED968B90477 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; *((int64_t*)L_0) = (int64_t)((int64_t)0); return; } } // System.Void System.String::memcpy_aligned_1(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_1_m0CA3D18268DCD571145634093E4E2FD83537476D (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = *((uint8_t*)L_1); *((int8_t*)L_0) = (int8_t)L_2; return; } } // System.Void System.String::memcpy_aligned_2(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_2_mB7E188E14CD2668D8BF5BB618DED34FD684C8830 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = *((int16_t*)L_1); *((int16_t*)L_0) = (int16_t)L_2; return; } } // System.Void System.String::memcpy_aligned_4(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_4_m5B4E4B66C8C8AFC2E0382B26CAB681C782E8C8B0 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int32_t L_2 = *((int32_t*)L_1); *((int32_t*)L_0) = (int32_t)L_2; return; } } // System.Void System.String::memcpy_aligned_8(System.Byte*,System.Byte*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_8_mC5095F249BC8DFDB722D8301D2BC24146EE6922A (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method) { { uint8_t* L_0 = ___dest0; uint8_t* L_1 = ___src1; int64_t L_2 = *((int64_t*)L_1); *((int64_t*)L_0) = (int64_t)L_2; return; } } // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB17F8269B950960F6CCCDB637AB02D71EE1AA769 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { int8_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3; L_3 = String_Ctor_m6669505A6287563F5727E3A2A9983EC50AE8D604(L_0, L_1, L_2, NULL); return L_3; } } // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m3F8794FEB452558B8A68C65E1F0B603B3D94E0E2 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3; L_3 = String_Ctor_m3AAE4327B3D901EEFD3FE3F306E02AE4EBDBC673(L_0, L_1, L_2, NULL); return L_3; } } // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___val0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; String_t* L_3; L_3 = String_Ctor_m61EA272AC591F9C67AF167B14D91467E71DAE72A(L_0, L_1, L_2, NULL); return L_3; } } // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___val0, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___val0; String_t* L_1; L_1 = String_Ctor_m894AC5DF8B434A51F75E9E857BC28EC2610BF8C9(L_0, NULL); return L_1; } } // System.String System.String::CreateString(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) { { Il2CppChar L_0 = ___c0; int32_t L_1 = ___count1; String_t* L_2; L_2 = String_Ctor_m55B098E6C6B49A905205C4F2A7A077681900319D(L_0, L_1, NULL); return L_2; } } // System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mA014E75717E6CE25BA9D641971AD637F70532339 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___enc3, const RuntimeMethod* method) { { int8_t* L_0 = ___value0; int32_t L_1 = ___startIndex1; int32_t L_2 = ___length2; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3 = ___enc3; String_t* L_4; L_4 = String_Ctor_mCFC92E3EB3012307F0C584987EB65C83C6FAF2E0(L_0, L_1, L_2, L_3, NULL); return L_4; } } // System.String System.String::CreateString(System.ReadOnlySpan`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m1618CF9F1145C9832FC830A4BD6DD96A540012F8 (String_t* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___value0, const RuntimeMethod* method) { { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_0 = ___value0; String_t* L_1; L_1 = String_Ctor_m450ADEC5C2184590C45F3FE3DC522F244E9674FC(L_0, NULL); return L_1; } } // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = __this->____stringLength_4; if ((((int64_t)((int64_t)(uint64_t)((uint32_t)L_0))) < ((int64_t)((int64_t)L_1)))) { goto IL_0010; } } { ThrowHelper_ThrowIndexOutOfRangeException_mF34F12100A9B32CC6EC10AE7582D7177F2289C06(NULL); } IL_0010: { Il2CppChar* L_2 = (&__this->____firstChar_5); int32_t L_3 = ___index0; Il2CppChar* L_4; L_4 = il2cpp_unsafe_add(L_2, L_3); int32_t L_5 = *((uint16_t*)L_4); return L_5; } } // System.String System.String::Intern(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Intern_mF8CC2A80F26A43BC02DAFEDEDA3589F7CF3B1D28 (String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_Intern_mF8CC2A80F26A43BC02DAFEDEDA3589F7CF3B1D28_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___str0; String_t* L_3; L_3 = String_InternalIntern_mBF68E392CC34569FF853662050270B4E6E94B5F0(L_2, NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m01AF3D6217E4031C3AA824481BBE9E2933347E26_inline (OperatingSystem_t08A94435A5C7D999B5553B6C58763A6F2E3C8557* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____platform_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m94410636C81B30D1232D916A537A9E52AA04A15F_inline (CspParameters_t9004F77295A57F5D917C723ACBC835E9C54D18B3* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___m_flags_4; return (int32_t)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* SecurityParser_ToXml_m69BAA04EF966D7C3F9101112D8C3F17EA57B7A0B_inline (SecurityParser_t864EA1971E964BFA84720CA7C3FB2D7AC5E9B652* __this, const RuntimeMethod* method) { { SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* L_0 = __this->___root_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mA8D61550B955EC8AE6C73584F2698269BB832457_inline (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___tag_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* SecurityElement_get_Children_m59EB3995745C9F4A2AFFC7F8528E153706C16C8D_inline (SecurityElement_tA7337C2977BEC2323B0A3EE95C1C6422013F4E55* __this, const RuntimeMethod* method) { { ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___children_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_m331C51273F86453500778DC1B87DDC3CEAE0EF32_inline (KeyPairPersistence_t78D61FCDE172753BFE756B555CBD85127832CDF6* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____keyvalue_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_mB5D6067ED01CDEF0E928141A4524DBCD8E407DA6_inline (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (KeyGeneratedEventHandler_tB6F6C235FC6C71F4B5F6D6C87A5E4A38BC3549FC* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method); ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_m82ADFD22F46E442C6564C94D45101A4B43A7296D_inline (AsymmetricAlgorithm_t5E7E9D26CE0EDCAABD84F616A44E476473BA2AF8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___KeySizeValue_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m174E27FD86E2BF7B03C9FC30B8C45CB6C13EC1CC_inline (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (KeyGeneratedEventHandler_t6F47C1DD87E832FEDC53AEEE3762FC1C37A866CA* __this, RuntimeObject* ___sender0, EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___e1, const RuntimeMethod* method); ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PrimalityTest_Invoke_mB96FCF2747EB929E5F7E541135AC591EBAE36BE6_inline (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method) { typedef bool (*FunctionPointerType) (PrimalityTest_t2F8C8204F40F32FBE2B953174D0DA10C3BD28222* __this, BigInteger_t558902B37952162AF8408D05F8341E49AACAC1ED* ___bi0, int32_t ___confidence1, const RuntimeMethod* method); return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___bi0, ___confidence1, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m003D64748F9DFBA1E3C0B23798C23BA81AA21C2A_inline (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, intptr_t ___handle0, const RuntimeMethod* method) { { intptr_t L_0 = ___handle0; __this->___handle_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_mE7CB3F36EE7BB2E2623EF316C4B43D1CA44B7F9C_inline (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->___handle_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m800A11A4B985BE30632CDCF7532743AE5695F1DD_inline (String_t* ___strA0, int32_t ___indexA1, int32_t ___countA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___countB5, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; NullCheck(L_0); Il2CppChar* L_1; L_1 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_0, NULL); int32_t L_2 = ___indexA1; Il2CppChar* L_3; L_3 = il2cpp_unsafe_add(L_1, L_2); int32_t L_4 = ___countA2; String_t* L_5 = ___strB3; NullCheck(L_5); Il2CppChar* L_6; L_6 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_5, NULL); int32_t L_7 = ___indexB4; Il2CppChar* L_8; L_8 = il2cpp_unsafe_add(L_6, L_7); int32_t L_9 = ___countB5; int32_t L_10; L_10 = SpanHelpers_SequenceCompareTo_mC9A910A8D304A86985F37C5E156534F727ED564D(L_3, L_4, L_8, L_9, NULL); return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool String_EqualsHelper_mC087F71080761FE07A96FC83FFF337863CC53071_inline (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; NullCheck(L_0); Il2CppChar* L_1; L_1 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_0, NULL); uint8_t* L_2; L_2 = il2cpp_unsafe_as_ref(L_1); String_t* L_3 = ___strB1; NullCheck(L_3); Il2CppChar* L_4; L_4 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_3, NULL); uint8_t* L_5; L_5 = il2cpp_unsafe_as_ref(L_4); String_t* L_6 = ___strA0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); bool L_8; L_8 = SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9(L_2, L_5, ((int64_t)il2cpp_codegen_multiply(((int64_t)L_7), ((int64_t)2))), NULL); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m5164781404FE3D882902D92409C003B29659A049_inline (String_t* ___text0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___text0; if (L_0) { goto IL_001a; } } { int32_t L_1 = ___start1; if (L_1) { goto IL_0009; } } { int32_t L_2 = ___length2; if (!L_2) { goto IL_0010; } } IL_0009: { ThrowHelper_ThrowArgumentOutOfRangeException_m4657A9146F3788E9A174B3E47105BCFC5551149E(((int32_t)24), NULL); } IL_0010: { il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_3 = V_0; return L_3; } IL_001a: { int32_t L_4 = ___start1; String_t* L_5 = ___text0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); if ((!(((uint32_t)L_4) <= ((uint32_t)L_6)))) { goto IL_002e; } } { int32_t L_7 = ___length2; String_t* L_8 = ___text0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); int32_t L_10 = ___start1; if ((!(((uint32_t)L_7) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_9, L_10)))))) { goto IL_0035; } } IL_002e: { ThrowHelper_ThrowArgumentOutOfRangeException_m4657A9146F3788E9A174B3E47105BCFC5551149E(((int32_t)24), NULL); } IL_0035: { String_t* L_11 = ___text0; NullCheck(L_11); Il2CppChar* L_12; L_12 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_11, NULL); int32_t L_13 = ___start1; Il2CppChar* L_14; L_14 = il2cpp_unsafe_add(L_12, L_13); int32_t L_15 = ___length2; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16; memset((&L_16), 0, sizeof(L_16)); ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_16), L_14, L_15, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); return L_16; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m738C019A02A3B4B8BFEACFFA013409898B81D4FB_inline (String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 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_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0; return L_1; } IL_000d: { String_t* L_2 = ___text0; NullCheck(L_2); Il2CppChar* L_3; L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL); String_t* L_4 = ___text0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6; memset((&L_6), 0, sizeof(L_6)); ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 MemoryExtensions_AsSpan_m814C0C68F0B84884C83C32C1DCBBC59069F07CAF_inline (String_t* ___text0, int32_t ___start1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___text0; if (L_0) { goto IL_0017; } } { int32_t L_1 = ___start1; if (!L_1) { goto IL_000d; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4657A9146F3788E9A174B3E47105BCFC5551149E(((int32_t)24), NULL); } IL_000d: { il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_2 = V_0; return L_2; } IL_0017: { int32_t L_3 = ___start1; String_t* L_4 = ___text0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if ((!(((uint32_t)L_3) > ((uint32_t)L_5)))) { goto IL_0027; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4657A9146F3788E9A174B3E47105BCFC5551149E(((int32_t)24), NULL); } IL_0027: { String_t* L_6 = ___text0; NullCheck(L_6); Il2CppChar* L_7; L_7 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_6, NULL); int32_t L_8 = ___start1; Il2CppChar* L_9; L_9 = il2cpp_unsafe_add(L_7, L_8); String_t* L_10 = ___text0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL); int32_t L_12 = ___start1; ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_13; memset((&L_13), 0, sizeof(L_13)); ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_13), L_9, ((int32_t)il2cpp_codegen_subtract(L_11, L_12)), /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 String_op_Implicit_m43FB5A30521770D4C28C1307CF89F80BA3535CAC_inline (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_0), sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_1 = V_0; return L_1; } IL_000d: { String_t* L_2 = ___value0; NullCheck(L_2); Il2CppChar* L_3; L_3 = String_GetRawStringData_m87BC50B7B314C055E27A28032D1003D42FDE411D(L_2, NULL); String_t* L_4 = ___value0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_6; memset((&L_6), 0, sizeof(L_6)); ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_6), L_3, L_5, /*hidden argument*/ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_RuntimeMethod_var); return L_6; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____length_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_m31EE4A5510B5C504DB26DB281BC7D4179B859F2B_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { if (!false) { goto IL_0016; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 4)) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL); ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL); } IL_0016: { int32_t L_2 = ___length1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001f; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL); } IL_001f: { void* L_3 = ___pointer0; int32_t* L_4; L_4 = il2cpp_unsafe_as_ref((uint8_t*)L_3); ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 L_5; memset((&L_5), 0, sizeof(L_5)); il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4); __this->____pointer_0 = L_5; int32_t L_6 = ___length1; __this->____length_1 = L_6; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueListBuilder_1_Append_m82EED4641F554E01AB5A9D550671180EB977403A_gshared_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, int32_t ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = (int32_t)__this->____pos_2; V_0 = L_0; int32_t L_1 = V_0; Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* L_2 = (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*)(&__this->____span_0); int32_t L_3; L_3 = Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_inline(L_2, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 0)); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001b; } } { ValueListBuilder_1_Grow_m77CD139AE5695E19D15528EDCABC2DBC5232442A(__this, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1)); } IL_001b: { Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* L_4 = (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316*)(&__this->____span_0); int32_t L_5 = V_0; int32_t* L_6; L_6 = il2cpp_span_get_item((int32_t*)((Il2CppByReference*)&((L_4)->____pointer_0))->value, (L_5), (L_4)->____length_1); int32_t L_7 = ___item0; *(int32_t*)L_6 = L_7; int32_t L_8 = V_0; __this->____pos_2 = ((int32_t)il2cpp_codegen_add(L_8, 1)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValueListBuilder_1_get_Length_m5E1004C3E00651D27A84A1622969B2552A47EC96_gshared_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____pos_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValueListBuilder_1_Dispose_mE3B9D4AD5CDC1E5D3B9F50469678BF99D2FD276D_gshared_inline (ValueListBuilder_1_t05C7BEF0D12A72F4844DD484512F333C34580D4B* __this, const RuntimeMethod* method) { { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__this->____arrayFromPool_1; if (!L_0) { goto IL_0020; } } { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 6)); ArrayPool_1_tEE934B4A44CDA39BED8CBAF50F7C0E2E9E1ACC01* L_1; L_1 = (( ArrayPool_1_tEE934B4A44CDA39BED8CBAF50F7C0E2E9E1ACC01* (*) (const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 5)))(il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 5)); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__this->____arrayFromPool_1; NullCheck(L_1); VirtualActionInvoker2< Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*, bool >::Invoke(5 /* System.Void System.Buffers.ArrayPool`1::Return(T[],System.Boolean) */, L_1, L_2, (bool)0); __this->____arrayFromPool_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)NULL; } IL_0020: { return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlySpan_1_get_Length_m30A9A7FDA90B255CD058755FB136AC1E6E2F63F8_gshared_inline (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____length_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___ptr0; ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1; memset((&L_1), 0, sizeof(L_1)); il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0); __this->____pointer_0 = L_1; int32_t L_2 = ___length1; __this->____length_1 = L_2; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D Span_1_Slice_mDC9AA64B960B9BB8357655827A8202DF83443068_gshared_inline (Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D* __this, int32_t ___start0, const RuntimeMethod* method) { ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___start0; int32_t L_1 = (int32_t)__this->____length_1; if ((!(((uint32_t)L_0) > ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL); } IL_000e: { ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_2 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0; V_0 = L_2; Il2CppChar* L_3; L_3 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0)); int32_t L_4 = ___start0; Il2CppChar* L_5; L_5 = il2cpp_unsafe_add(L_3, L_4); int32_t L_6 = (int32_t)__this->____length_1; int32_t L_7 = ___start0; Span_1_tEDDF15FCF9EC6DEBA0F696BAACDDBAB9D92C252D L_8; memset((&L_8), 0, sizeof(L_8)); Span_1__ctor_mC9BE2938B716B46BB6B9070B94DBE5CE814BC0E2_inline((&L_8), L_5, ((int32_t)il2cpp_codegen_subtract(L_6, L_7)), /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 10)); return L_8; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___ptr0, int32_t ___length1, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___ptr0; ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1; memset((&L_1), 0, sizeof(L_1)); il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0); __this->____pointer_0 = L_1; int32_t L_2 = ___length1; __this->____length_1 = L_2; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool MemoryExtensions_SequenceEqual_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mAA7292F913E363818E0CCF99BF705D7112FB5F6F_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___span0, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___other1, const RuntimeMethod* method) { int32_t V_0 = 0; uint64_t V_1 = 0; Il2CppChar V_2 = 0x0; { int32_t L_0; L_0 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___span0), il2cpp_rgctx_method(method->rgctx_data, 0)); V_0 = L_0; il2cpp_codegen_initobj((&V_2), sizeof(Il2CppChar)); } { bool L_2; L_2 = (( bool (*) (uint64_t*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 2)))((&V_1), il2cpp_rgctx_method(method->rgctx_data, 2)); if (!L_2) { goto IL_004d; } } { int32_t L_3 = V_0; int32_t L_4; L_4 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___other1), il2cpp_rgctx_method(method->rgctx_data, 0)); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_004b; } } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_5 = ___span0; Il2CppChar* L_6; L_6 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_5, il2cpp_rgctx_method(method->rgctx_data, 3)); uint8_t* L_7; L_7 = il2cpp_unsafe_as_ref(L_6); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_8 = ___other1; Il2CppChar* L_9; L_9 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_8, il2cpp_rgctx_method(method->rgctx_data, 3)); uint8_t* L_10; L_10 = il2cpp_unsafe_as_ref(L_9); int32_t L_11 = V_0; uint64_t L_12 = V_1; bool L_13; L_13 = SpanHelpers_SequenceEqual_m1E48A72FE6321C8B208D7CB9368C2CB6416589E9(L_7, L_10, (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_11), (int64_t)L_12)), NULL); return L_13; } IL_004b: { return (bool)0; } IL_004d: { int32_t L_14 = V_0; int32_t L_15; L_15 = ReadOnlySpan_1_get_Length_m36BD32453530B535FE60A8123643219FEAABC351_inline((&___other1), il2cpp_rgctx_method(method->rgctx_data, 0)); if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_006a; } } { ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_16 = ___span0; Il2CppChar* L_17; L_17 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_16, il2cpp_rgctx_method(method->rgctx_data, 3)); ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_18 = ___other1; Il2CppChar* L_19; L_19 = (( Il2CppChar* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 3)))(L_18, il2cpp_rgctx_method(method->rgctx_data, 3)); int32_t L_20 = V_0; bool L_21; L_21 = (( bool (*) (Il2CppChar*, Il2CppChar*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->rgctx_data, 4)))(L_17, L_19, L_20, il2cpp_rgctx_method(method->rgctx_data, 4)); return L_21; } IL_006a: { return (bool)0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m470D1527EF015478E8677C7BCB52C8410A1DB604_gshared_inline (ReadOnlySpan_1_tA850A6C0E88ABBA37646A078ACBC24D6D5FD9B4D* __this, void* ___pointer0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { if (!false) { goto IL_0016; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (il2cpp_rgctx_type(InitializedTypeInfo(method->klass)->rgctx_data, 2)) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_0, NULL); ThrowHelper_ThrowInvalidTypeWithPointersNotSupported_m6A58AD8706EDDB4CE9C309A6085249B6377C8CB5(L_1, NULL); } IL_0016: { int32_t L_2 = ___length1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001f; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m272CE1B3040BA89B2C478E2CF629670574F30353(NULL); } IL_001f: { void* L_3 = ___pointer0; uint8_t* L_4; L_4 = il2cpp_unsafe_as_ref((uint8_t*)L_3); ByReference_1_t9C85BCCAAF8C525B6C06B07E922D8D217BE8D6FC L_5; memset((&L_5), 0, sizeof(L_5)); il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_5), L_4); __this->____pointer_0 = L_5; int32_t L_6 = ___length1; __this->____length_1 = L_6; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* Array_Empty_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mA7F9D55B3DD6D0035A620031025B2B0DBE88DB50_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ((EmptyArray_1_t7BBC8CED754F364A777871A238BBBE3F94FFDDE1_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Span_1_get_Length_m87AB3C694F2E4802F14D006F21C020816045285F_gshared_inline (Span_1_t3C5DB525B005B1AC5A1F3BDD528900C5C7C7D316* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____length_1; return L_0; } }