#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/System.Globalization/CultureData.h" #include "icalls/mscorlib/System.Globalization/CultureInfo.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 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 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB; // System.EventHandler`1 struct EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCF581C6F9BA00F467A3E8CB21DE2D310B5FD3CA9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tA97841DFBD5A46D755F70949AC18B5BA42630EDA; // System.Collections.Generic.List`1 struct List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE84BE90A3A9ADA37C09165304138ECF878FE4ED7; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tE359A31BF25A2BECA2FC677EC431DDFE1E481B35; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1EBCAC8BFA46756C5BFA41A989CCBDA85A2D6EEC; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9AF01F9ADB6C9DA79156D95B102B3EE3264C86FF; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Globalization.CalendarData[] struct CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[] struct InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC; // System.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.TypeCode[] struct TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A; // System.Runtime.Remoting.Messaging.ArgInfo struct ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C; // System.Runtime.Remoting.Channels.AsyncRequest struct AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Runtime.Remoting.Messaging.CADArgHolder struct CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E; // System.Runtime.Remoting.Messaging.CADMethodCallMessage struct CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906; // System.Runtime.Remoting.Messaging.CADMethodReturnMessage struct CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Globalization.CalendarData struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997; // System.Runtime.Remoting.Channels.CrossAppDomainChannel struct CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A; // System.Runtime.Remoting.Channels.CrossAppDomainData struct CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43; // System.Runtime.Remoting.Channels.CrossAppDomainSink struct CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586; // System.Runtime.Remoting.Contexts.CrossContextChannel struct CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD; // System.Runtime.Remoting.Contexts.CrossContextDelegate struct CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682; // System.Security.Cryptography.CryptoAPITransform struct CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E; // System.Security.Cryptography.CryptoConfig struct CryptoConfig_t5297629E49F03FDF457B06824EB6271AC1E8AC57; // System.Security.AccessControl.CryptoKeySecurity struct CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2; // System.Security.Cryptography.CryptoStream struct CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5; // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5; // System.Security.Cryptography.CspKeyContainerInfo struct CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421; // System.Security.Cryptography.CspParameters struct CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC; // System.CultureAwareComparer struct CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.CultureNotFoundException struct CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C; // System.Security.Cryptography.DESCryptoServiceProvider struct DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A; // Mono.Security.Cryptography.DSAManaged struct DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA; // System.Security.Cryptography.DSASignatureDeformatter struct DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6; // System.Security.Cryptography.DSASignatureDescription struct DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5; // System.Security.Cryptography.DSASignatureFormatter struct DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Runtime.Remoting.Messaging.ErrorMessage struct ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4; // System.EventHandler struct EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B; // System.Exception struct Exception_t; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.Globalization.GregorianCalendar struct GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B; // System.Security.Cryptography.HMACMD5 struct HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181; // System.Security.Cryptography.HMACRIPEMD160 struct HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E; // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E; // System.Security.Cryptography.HMACSHA256 struct HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD; // System.Security.Cryptography.HMACSHA384 struct HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207; // System.Security.Cryptography.HMACSHA512 struct HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Runtime.Remoting.Channels.IChannel struct IChannel_tAAB2462B4D468FB11A38ACC68C561C9BA8E9A8B0; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_tFB62BF93B045EA3FA0278D55C5044B322E7B4545; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t343815B567A7293C85B61753266DCF852EB1748F; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F; // System.Runtime.Remoting.Messaging.IMethodCallMessage struct IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A; // System.Runtime.Remoting.Lifetime.Lease struct Lease_tA878061ECC9A466127F00ACF5568EAB267E05641; // System.LocalDataStoreHolder struct LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146; // System.LocalDataStoreMgr struct LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3; // System.Security.Cryptography.MACTripleDES struct MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776; // System.Security.Cryptography.MD5CryptoServiceProvider struct MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Remoting.Messaging.MethodResponse struct MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5; // System.Runtime.Remoting.Messaging.MethodReturnDictionary struct MethodReturnDictionary_tCD3B3B0F69F53EF7653CB5E6B175628E8FD54531; // System.MulticastDelegate struct MulticastDelegate_t; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E; // System.Security.Cryptography.RC2CryptoServiceProvider struct RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009; // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65; // System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription struct RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A; // System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription struct RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042; // System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription struct RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184; // System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription struct RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14; // System.Security.Cryptography.RSAPKCS1SignatureDeformatter struct RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228; // System.Security.Cryptography.RSAPKCS1SignatureFormatter struct RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.Runtime.Remoting.Messaging.ReturnMessage struct ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9; // System.Security.Cryptography.RijndaelManaged struct RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E; // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7; // System.Security.Cryptography.SHA1Internal struct SHA1Internal_t5D0A95A55E32BCC8976D5B91649E6C13C8334CD6; // System.Security.Cryptography.SHA1Managed struct SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4; // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B; // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA; // System.Security.Cryptography.SHA512Managed struct SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266; // System.Globalization.SortVersion struct SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Security.Cryptography.TailStream struct TailStream_t1BE44991F378586CE124EB44E5D0533AD6298B8C; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Security.Cryptography.TripleDES struct TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136; // System.Security.Cryptography.TripleDESCryptoServiceProvider struct TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302; // System.Type struct Type_t; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink struct ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00C85630FF72CF0CC4E85D4DD1EF187C77266C41; IL2CPP_EXTERN_C String_t* _stringLiteral00CB086B69A9064F421328C4F6EF25A020851FA6; IL2CPP_EXTERN_C String_t* _stringLiteral02E4A9A185B6712A65E65B031DB40DF99F92AB33; IL2CPP_EXTERN_C String_t* _stringLiteral040DF303AB643ECC7214BADF32D9CCC762164872; IL2CPP_EXTERN_C String_t* _stringLiteral04C2F40D8E9D03FBA04FB854ED81107CF80CBECB; IL2CPP_EXTERN_C String_t* _stringLiteral064BFBA7CD1992140FB4470CAFCBD85D77C2E9DE; IL2CPP_EXTERN_C String_t* _stringLiteral065907BC27A1FFCD210688F2E32C2D2AD51F07EF; IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral099CB8FC1642D2D81AC1397BC23C08FED86D8B76; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16; IL2CPP_EXTERN_C String_t* _stringLiteral0A796170302D4ECCE2B27627900D3B9D9A3D3399; IL2CPP_EXTERN_C String_t* _stringLiteral0B1F9E0B36DE3D123F87E3A6A30624DF197AF0BD; IL2CPP_EXTERN_C String_t* _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; IL2CPP_EXTERN_C String_t* _stringLiteral0B672783DCE7834AF6D1263B6660CF848FB7F2B2; IL2CPP_EXTERN_C String_t* _stringLiteral0BB39DE8D1B747008B7AA481357BD906FEA90B6F; IL2CPP_EXTERN_C String_t* _stringLiteral0BD0C0E387C7BBC4DC4847B62BDC38C8461134FF; IL2CPP_EXTERN_C String_t* _stringLiteral0BE577CB8C86B8EA16F7B8F6FC9843E2AEDEA223; IL2CPP_EXTERN_C String_t* _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309; IL2CPP_EXTERN_C String_t* _stringLiteral0D624BE517893410AA118931741AD1D74FB8703B; IL2CPP_EXTERN_C String_t* _stringLiteral0EDC31B46C4E1B7B125CEFD368219B096CCBDCAD; IL2CPP_EXTERN_C String_t* _stringLiteral0FC1228FE865A563B1BAA7422C1B3D13E1A148F5; IL2CPP_EXTERN_C String_t* _stringLiteral10813B770C68163A5653822E9D25264263D8A9D2; IL2CPP_EXTERN_C String_t* _stringLiteral10E88D340E477ADF254E0143091B9F05949045EA; IL2CPP_EXTERN_C String_t* _stringLiteral11E62B19BF342A86FAC1129A0317C39E0B854B99; IL2CPP_EXTERN_C String_t* _stringLiteral11F0F45919690DE05E60523E11A1785D1790A05E; IL2CPP_EXTERN_C String_t* _stringLiteral16E9DD45E634B2228FB2D601F40B422756460D29; IL2CPP_EXTERN_C String_t* _stringLiteral16EE8AC9B9196A68CF5C20D074DCC78E2780129E; IL2CPP_EXTERN_C String_t* _stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9; IL2CPP_EXTERN_C String_t* _stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D; IL2CPP_EXTERN_C String_t* _stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60; IL2CPP_EXTERN_C String_t* _stringLiteral19088A5D4151B71A0151316584575959251E5B35; IL2CPP_EXTERN_C String_t* _stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B; IL2CPP_EXTERN_C String_t* _stringLiteral1D84D91751D70ACE8BFBBBF2228F414B00120791; IL2CPP_EXTERN_C String_t* _stringLiteral1DD689D966F890928DE52A4321EFB57E0704C83E; IL2CPP_EXTERN_C String_t* _stringLiteral1E1EF2D79496D79BD97AF1CFADBB50547D20706F; IL2CPP_EXTERN_C String_t* _stringLiteral1FAD5F459796535C69B7596F77C500F18530E8BB; IL2CPP_EXTERN_C String_t* _stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85; IL2CPP_EXTERN_C String_t* _stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3; IL2CPP_EXTERN_C String_t* _stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C; IL2CPP_EXTERN_C String_t* _stringLiteral239BE766E81D947F3B5DE3B9094AC4A316DA7A0D; IL2CPP_EXTERN_C String_t* _stringLiteral23A4DD54214FC8073CEB73B68F41EC141A19D2FD; IL2CPP_EXTERN_C String_t* _stringLiteral25C215BAEBC826E56155FE384210FC591E291ABD; IL2CPP_EXTERN_C String_t* _stringLiteral25D550C691935432F5C2ACBF0DAD11D962E7F017; IL2CPP_EXTERN_C String_t* _stringLiteral25E5E773BC7E63D720296CF1BA48753F3EE6059D; IL2CPP_EXTERN_C String_t* _stringLiteral270AAAE2D43836B8478B26A2EB08D71A272F2CCA; IL2CPP_EXTERN_C String_t* _stringLiteral2996F88710AC063B34FCB3E2F7542E20E1F40EDB; IL2CPP_EXTERN_C String_t* _stringLiteral2AD776B6E9A75540E993F500C384D4CEA82BDE93; IL2CPP_EXTERN_C String_t* _stringLiteral2B3CB408740537387876B0C45072ADFAA2AC1E2B; IL2CPP_EXTERN_C String_t* _stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A; IL2CPP_EXTERN_C String_t* _stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7; IL2CPP_EXTERN_C String_t* _stringLiteral2DADA2DF8558AA89E7047892F316BFD04D1FFD16; IL2CPP_EXTERN_C String_t* _stringLiteral2E7F88A4C97CAB82AF938F13A11354A0475469E5; IL2CPP_EXTERN_C String_t* _stringLiteral2F383583602FE6AB0D1A2F9E6130D429BE60311A; IL2CPP_EXTERN_C String_t* _stringLiteral32FA15FCA59FE75B69FC6B07E25A74FFA9171C6A; IL2CPP_EXTERN_C String_t* _stringLiteral3306533666B26FA65C045C6592644AD4D654731A; IL2CPP_EXTERN_C String_t* _stringLiteral33A015263F23C1E0F0BE003E76CCE251225357FF; IL2CPP_EXTERN_C String_t* _stringLiteral3452716288231BC3A642778FC33AF6DB30E604D4; IL2CPP_EXTERN_C String_t* _stringLiteral34C8149AAFF3FD4A7A04623AA89E7699EDC86D09; IL2CPP_EXTERN_C String_t* _stringLiteral351C23AF0275A2B0CF29AA49A61447E39AA19C35; IL2CPP_EXTERN_C String_t* _stringLiteral356F18017512A760F46C8C6E41C462F76716509F; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9; IL2CPP_EXTERN_C String_t* _stringLiteral37F88415E2C5D0ACDF9D5144CD9817B3D6664F7E; IL2CPP_EXTERN_C String_t* _stringLiteral384A972663A88A3CA636D7163BDC69F3C18E9CE5; IL2CPP_EXTERN_C String_t* _stringLiteral38E2D61DF26BB16DB5C12B6BD9E18DCED3861C8A; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3B0698B62A26CA2140DAC043A6FBEEED6F314865; IL2CPP_EXTERN_C String_t* _stringLiteral3C6131E30B0F09369E3C458383D88C899F66286B; IL2CPP_EXTERN_C String_t* _stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2; IL2CPP_EXTERN_C String_t* _stringLiteral3D102EBDD7CD9BAE2B27F7A07524FBD15A4F6BD6; IL2CPP_EXTERN_C String_t* _stringLiteral3E7CDEF88C7996492BB7E1E0B7EACB28D5FA9942; IL2CPP_EXTERN_C String_t* _stringLiteral3E99087DF42DFC2A7700CEAFEE6597DE3B85543E; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral48284BED7C645056B0253C1C0758D305B3D04A5B; IL2CPP_EXTERN_C String_t* _stringLiteral4979435BC414A38C6A847CE4F6602518D9E784DC; IL2CPP_EXTERN_C String_t* _stringLiteral4AB1DCF31D061B4D9219ADB62408D6124FFF8C39; IL2CPP_EXTERN_C String_t* _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4; IL2CPP_EXTERN_C String_t* _stringLiteral4B10639708A9EDA1C77DB76B9A462AC3EE089CA3; IL2CPP_EXTERN_C String_t* _stringLiteral4B130E0ADBF6FB23936B4840940446D75AC705BC; IL2CPP_EXTERN_C String_t* _stringLiteral4B64C841257E1AEF2A7C545F0CEFE8D181F6E25E; IL2CPP_EXTERN_C String_t* _stringLiteral4DC96C6B239B5B0C7F20849D4D5F89946742C5C5; IL2CPP_EXTERN_C String_t* _stringLiteral4DD68F8797C190051683A5160706F306B98637A0; IL2CPP_EXTERN_C String_t* _stringLiteral5045D531EA3D254047C95D874E0EA7AF5DCC266A; IL2CPP_EXTERN_C String_t* _stringLiteral5157B93437629FCF7025DE02A8A65E923F2639C3; IL2CPP_EXTERN_C String_t* _stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8; IL2CPP_EXTERN_C String_t* _stringLiteral522390DEC66D6E6700A51129A017046C40C48F44; IL2CPP_EXTERN_C String_t* _stringLiteral53B539B02E8D67610FAFFA8983B0BC5721038275; IL2CPP_EXTERN_C String_t* _stringLiteral54178D0F4CD43AC0D3FB9D9A0E82C96E99C0A56A; IL2CPP_EXTERN_C String_t* _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral547999BA16094C3536189EA1CC631B96EFC47117; IL2CPP_EXTERN_C String_t* _stringLiteral5573A6B2B1693DE67287C139DFF15786FA27D32B; IL2CPP_EXTERN_C String_t* _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB; IL2CPP_EXTERN_C String_t* _stringLiteral56315073D0F428D5F985F8EB08FA942770600FCA; IL2CPP_EXTERN_C String_t* _stringLiteral5757AA0803DE438C476C457F880F11993691A9A4; IL2CPP_EXTERN_C String_t* _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55; IL2CPP_EXTERN_C String_t* _stringLiteral57CDF9A5D0724782466D34EC1B70B971EFA42E41; IL2CPP_EXTERN_C String_t* _stringLiteral582EB18D32CD3B4C394003D8E2D3943EF6F42A54; IL2CPP_EXTERN_C String_t* _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412; IL2CPP_EXTERN_C String_t* _stringLiteral5A3C149389D483F52266679249B957786C7B25BA; IL2CPP_EXTERN_C String_t* _stringLiteral5A54F3AF5CA63A3E4CCFFDD06CA7B2DDFFEA9567; IL2CPP_EXTERN_C String_t* _stringLiteral5A807330F714485B1F78EBC432274AB380698F62; IL2CPP_EXTERN_C String_t* _stringLiteral5AF23720B2A92C8FB7E5A66960FC8110D661FFFA; IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; IL2CPP_EXTERN_C String_t* _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7; IL2CPP_EXTERN_C String_t* _stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489; IL2CPP_EXTERN_C String_t* _stringLiteral5ED2411CDDE244C0E1917EE2D73CE6A079129988; IL2CPP_EXTERN_C String_t* _stringLiteral5F705BF28C36D6FA64D5CBA37F49FCC59DD0417B; IL2CPP_EXTERN_C String_t* _stringLiteral621F2B7BBFCCAA99E26F9E1B9E90D5233E34DB77; IL2CPP_EXTERN_C String_t* _stringLiteral63B2A291AF64BAC9BB40447598948852CE65AB8D; IL2CPP_EXTERN_C String_t* _stringLiteral63BA93AC7CF41AB73D269CB243ACB3C694D877FB; IL2CPP_EXTERN_C String_t* _stringLiteral648970D7CBBEEE340F2370014DC7EC1945ADB949; IL2CPP_EXTERN_C String_t* _stringLiteral64A5E9680698425577D5D18E6CFC9BCF9EB06799; IL2CPP_EXTERN_C String_t* _stringLiteral64FDDBB3A17B80D53FC0D7EEDA16B4F2BADC8653; IL2CPP_EXTERN_C String_t* _stringLiteral659CCF3D95E8F2611B54F318E238DEE0331D9159; IL2CPP_EXTERN_C String_t* _stringLiteral65A16F28AF01E63DCD06496A0EC0043070A25037; IL2CPP_EXTERN_C String_t* _stringLiteral681FE31F7BEED14B1221F4AD8D792F1676A9A3C2; IL2CPP_EXTERN_C String_t* _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; IL2CPP_EXTERN_C String_t* _stringLiteral68475E64D3943C9BB7F5E25BD175FCA30A7BAB36; IL2CPP_EXTERN_C String_t* _stringLiteral6866AD928BD47DCD6C30739B3569D626588D7C39; IL2CPP_EXTERN_C String_t* _stringLiteral68EBFD53AB7351290BEC0E0677DF3FB55BCC5B1B; IL2CPP_EXTERN_C String_t* _stringLiteral68EE214556CB91C1B2949193CD52A9DE3C612273; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6A5993380E485D442DD61D78DF9F107886296357; IL2CPP_EXTERN_C String_t* _stringLiteral6AE649B59ED8705B39B85FAAC10AF4962BCBA80C; IL2CPP_EXTERN_C String_t* _stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E; IL2CPP_EXTERN_C String_t* _stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6CF7BD301C749209B397811794204637EDA8533D; IL2CPP_EXTERN_C String_t* _stringLiteral6D10514B53BD6CA59432CBF0DEB82739081F9A79; IL2CPP_EXTERN_C String_t* _stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7; IL2CPP_EXTERN_C String_t* _stringLiteral6E0DF06A17D39B9B051D58F259077F8A9AB6420A; IL2CPP_EXTERN_C String_t* _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB; IL2CPP_EXTERN_C String_t* _stringLiteral6FE1ECA79E0057AE38A5966181E17F9BE10AC148; IL2CPP_EXTERN_C String_t* _stringLiteral7009EF94B79D0C4778B04C7F014E25F6F20D5FDF; IL2CPP_EXTERN_C String_t* _stringLiteral70CF70BEE2E6DFDE9DC7CEDD951035044A83A9D7; IL2CPP_EXTERN_C String_t* _stringLiteral71F3D21EC6000C6373838EE3052D4655D73C6FD0; IL2CPP_EXTERN_C String_t* _stringLiteral72D387582CF85211186F9C829FC80083BCEEBAE7; IL2CPP_EXTERN_C String_t* _stringLiteral733C752C98B1A426AE2F104831B91165B3F6D7ED; IL2CPP_EXTERN_C String_t* _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF; IL2CPP_EXTERN_C String_t* _stringLiteral74FBF85A38655E8FFFC7E9F6E56CCA07CB1D3C85; IL2CPP_EXTERN_C String_t* _stringLiteral751761CFC425090DF37953B66E095E074C493B82; IL2CPP_EXTERN_C String_t* _stringLiteral75E5BD68BD5FC6F8499F8DDD2A07E4343D47D56D; IL2CPP_EXTERN_C String_t* _stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F; IL2CPP_EXTERN_C String_t* _stringLiteral76A79CD1FC415FC1300CBE6620F322D565E1341E; IL2CPP_EXTERN_C String_t* _stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C; IL2CPP_EXTERN_C String_t* _stringLiteral79F3776E8E99B5E9D5F793BBF68BD23B3DD47CFD; IL2CPP_EXTERN_C String_t* _stringLiteral7A0BA53FCDD2C73B835277391C0F3194E7631D0D; IL2CPP_EXTERN_C String_t* _stringLiteral7A16FD7D249042A9D233668C0647E9AF2682E343; IL2CPP_EXTERN_C String_t* _stringLiteral7B5AF553DE3D5551CF1B0CCF3472C0A829FBE225; IL2CPP_EXTERN_C String_t* _stringLiteral7B90DFD7415BBAD75FE89BF38E3519AF8E8F9E91; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7C6A9757F1206397F8A10418B2B719DA2B1B56E5; IL2CPP_EXTERN_C String_t* _stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C; IL2CPP_EXTERN_C String_t* _stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral8027EC8F31D5430E78F16444DF3FD63ACA5CE1AD; IL2CPP_EXTERN_C String_t* _stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A; IL2CPP_EXTERN_C String_t* _stringLiteral810772D40AB2E56C03B82FE197099C640CA85CE8; IL2CPP_EXTERN_C String_t* _stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369; IL2CPP_EXTERN_C String_t* _stringLiteral8273FD0A2345FD1A87DA0B361AC742F02192BAEB; IL2CPP_EXTERN_C String_t* _stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4; IL2CPP_EXTERN_C String_t* _stringLiteral830C1D002EE086E27D19B5A6D1BD356B83A56FC7; IL2CPP_EXTERN_C String_t* _stringLiteral83677DCCB7BB033AEF32E9B3A36A19419362B50D; IL2CPP_EXTERN_C String_t* _stringLiteral8749E8EC67225E6C75E9EDF4844D0C66D6B94686; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral87A99411D29E97529AE9D79528DC96F17B0536F8; IL2CPP_EXTERN_C String_t* _stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544; IL2CPP_EXTERN_C String_t* _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868; IL2CPP_EXTERN_C String_t* _stringLiteral89BC1A06C4AF698E973298880C633213CA87AC1D; IL2CPP_EXTERN_C String_t* _stringLiteral8A61092CA9706792B27B5C4AB7BF32DB2B5ABEA2; IL2CPP_EXTERN_C String_t* _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6; IL2CPP_EXTERN_C String_t* _stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE; IL2CPP_EXTERN_C String_t* _stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA; IL2CPP_EXTERN_C String_t* _stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2; IL2CPP_EXTERN_C String_t* _stringLiteral9142B651B92814E3077C4197DD0091F9FD8ECAF4; IL2CPP_EXTERN_C String_t* _stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765; IL2CPP_EXTERN_C String_t* _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99; IL2CPP_EXTERN_C String_t* _stringLiteral920DC8779FE2D7EDCDC37D69F9E28FA5CEFF7131; IL2CPP_EXTERN_C String_t* _stringLiteral927CEC03EA04D1174386AC2859736CDAE1C008FB; IL2CPP_EXTERN_C String_t* _stringLiteral92B0DDA6AFF45F8345D174CA89AA52AD69F87220; IL2CPP_EXTERN_C String_t* _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7; IL2CPP_EXTERN_C String_t* _stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915; IL2CPP_EXTERN_C String_t* _stringLiteral9550295680DC1DB4139D926557449D67E5AD5063; IL2CPP_EXTERN_C String_t* _stringLiteral95FC4F13B86AEF9D9CB100861E82A1677AD6B80C; IL2CPP_EXTERN_C String_t* _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1; IL2CPP_EXTERN_C String_t* _stringLiteral96B6741C029D8353D56F2EFFD852BD740929769D; IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A; IL2CPP_EXTERN_C String_t* _stringLiteral97B00FD8314B9B3431027FDEC04736184544263B; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9984154AD3BBBFB579DE047DA8E06E81190C9591; IL2CPP_EXTERN_C String_t* _stringLiteral99A6A8743D5ED5896ABE5698B451AA3317055239; IL2CPP_EXTERN_C String_t* _stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166; IL2CPP_EXTERN_C String_t* _stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5; IL2CPP_EXTERN_C String_t* _stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82; IL2CPP_EXTERN_C String_t* _stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3; IL2CPP_EXTERN_C String_t* _stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3; IL2CPP_EXTERN_C String_t* _stringLiteralA006D316802E9773949B05D4004D1F8558CF41A9; IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA; IL2CPP_EXTERN_C String_t* _stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC; IL2CPP_EXTERN_C String_t* _stringLiteralA36A334192126F9F46985D1ECB5A56CBA9459993; IL2CPP_EXTERN_C String_t* _stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76; IL2CPP_EXTERN_C String_t* _stringLiteralA435C19A31924D25E7154E0589F7CCBC30486E40; IL2CPP_EXTERN_C String_t* _stringLiteralA48E18BF4B412BD8EE9BE8F939B2DD132D69834C; IL2CPP_EXTERN_C String_t* _stringLiteralA5E647CA0212569C45180F8F600A33336912CE54; IL2CPP_EXTERN_C String_t* _stringLiteralA6045C8355179E23551232096F661EC163EE6067; IL2CPP_EXTERN_C String_t* _stringLiteralA72DCB0EF3FF1483F791CC80571B04B02676C702; IL2CPP_EXTERN_C String_t* _stringLiteralA87BF0F9A16D49B7B87A65BA0CB954AA493DECC0; IL2CPP_EXTERN_C String_t* _stringLiteralA9BE42866169E7A759BF2E202CB2E5E3888C78A7; IL2CPP_EXTERN_C String_t* _stringLiteralAAAEDCD13D6AA2725C362F76CDD04DEE55213BD2; IL2CPP_EXTERN_C String_t* _stringLiteralACAD0434F88A8FE1D97751991D99A334BB3F5AD0; IL2CPP_EXTERN_C String_t* _stringLiteralADFD31FDE650D1F0531CCF7D411114DC4A5B882F; IL2CPP_EXTERN_C String_t* _stringLiteralAE3A3FFBF90104EA671B763BB996B7D6D0B0C9B2; IL2CPP_EXTERN_C String_t* _stringLiteralAF748949B412656FE1821117C3B4E716C3866F79; IL2CPP_EXTERN_C String_t* _stringLiteralB011233897F189ABC5968CF0699EBBE9936B3B34; IL2CPP_EXTERN_C String_t* _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A; IL2CPP_EXTERN_C String_t* _stringLiteralB1294D62E9F231DCE6551BCD89AA0D6A002D7C72; IL2CPP_EXTERN_C String_t* _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; IL2CPP_EXTERN_C String_t* _stringLiteralB195BA344125DBCF6B810A01852CD1C74504A5B7; IL2CPP_EXTERN_C String_t* _stringLiteralB2EEA0A43B7A9D20F78225E9061A00FDAE0B38E4; IL2CPP_EXTERN_C String_t* _stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67; IL2CPP_EXTERN_C String_t* _stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA; IL2CPP_EXTERN_C String_t* _stringLiteralB610FC064990B160316CF3965298D3D0B0FB682B; IL2CPP_EXTERN_C String_t* _stringLiteralB6372DCB70C29683F1FBB9EE492B1C5B0764CF38; IL2CPP_EXTERN_C String_t* _stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7; IL2CPP_EXTERN_C String_t* _stringLiteralB722A75A77E5A967C725293DB0A091F62565C781; IL2CPP_EXTERN_C String_t* _stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C; IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA; IL2CPP_EXTERN_C String_t* _stringLiteralB8A6C9F248EC68CF27E687E1A0D9819F3F7B6BE0; IL2CPP_EXTERN_C String_t* _stringLiteralBA0F36134CE3CE52AE20222DF2DE67DF30E37F6F; IL2CPP_EXTERN_C String_t* _stringLiteralBC37E00830E563613A3F072B67951C315A4F57AF; IL2CPP_EXTERN_C String_t* _stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E; IL2CPP_EXTERN_C String_t* _stringLiteralBDA1D29DF9F065579BF7D991474F40033F838B8B; IL2CPP_EXTERN_C String_t* _stringLiteralBDFE9E9031B9AE8AF94CBB32CECD7F4C77DB2EB9; IL2CPP_EXTERN_C String_t* _stringLiteralBE4EDEE267B1A001487144C03DD776A1E9E5E327; IL2CPP_EXTERN_C String_t* _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC24E9C0CF8B34DB1AC50A92DE742EC2193059B9E; IL2CPP_EXTERN_C String_t* _stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37; IL2CPP_EXTERN_C String_t* _stringLiteralC3823D59BCFF78F17A489A6C4E58280F659AB791; IL2CPP_EXTERN_C String_t* _stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118; IL2CPP_EXTERN_C String_t* _stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB; IL2CPP_EXTERN_C String_t* _stringLiteralC4F8F728379EE67C4F9025F2CE536CADA2B817E8; IL2CPP_EXTERN_C String_t* _stringLiteralC5539816FE0F211A60E6DED42EA53503919DA1BA; IL2CPP_EXTERN_C String_t* _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1; IL2CPP_EXTERN_C String_t* _stringLiteralC66CD3931722C8F13295BF59A50BAF49D843986B; IL2CPP_EXTERN_C String_t* _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096; IL2CPP_EXTERN_C String_t* _stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221; IL2CPP_EXTERN_C String_t* _stringLiteralC888C8652498AE95D2FBCDD291667D0E21632778; IL2CPP_EXTERN_C String_t* _stringLiteralC8BDBA1A25C7EFDE66F0E7ED70B85BBF3F87FE48; IL2CPP_EXTERN_C String_t* _stringLiteralCA83CB6C750D930978A02FDCB5C902F5A57D8325; IL2CPP_EXTERN_C String_t* _stringLiteralCAC57339D310D7C52C93208857637C74016D51CA; IL2CPP_EXTERN_C String_t* _stringLiteralCBCF5ABE35600EAFD21FA4DC1F78EBBBCAD041EB; IL2CPP_EXTERN_C String_t* _stringLiteralCC3D35AD2EA704216A559E64090EE33BA961B8A4; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCEF9834DDAFF7406CBC46AB43CE5CEE1BAB46EC4; IL2CPP_EXTERN_C String_t* _stringLiteralCF1DF3D01D3BBBEF5EAC2928EDE923915C545779; IL2CPP_EXTERN_C String_t* _stringLiteralCF9D05288408BE39C187106C54CCF3FA8740F2BB; IL2CPP_EXTERN_C String_t* _stringLiteralD126F01234185F82E99169C1DCCC25D30D668BE4; IL2CPP_EXTERN_C String_t* _stringLiteralD18145FF81B759979A794F91A98AE8233353F271; IL2CPP_EXTERN_C String_t* _stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169; IL2CPP_EXTERN_C String_t* _stringLiteralD42F80E7C19C40D7972DD304F9ED27FB69474570; IL2CPP_EXTERN_C String_t* _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8; IL2CPP_EXTERN_C String_t* _stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC; IL2CPP_EXTERN_C String_t* _stringLiteralD630D06845382D9101F76505F1E811394B2A891E; IL2CPP_EXTERN_C String_t* _stringLiteralD68508B50CDE1B2E777400476044304CB8149311; IL2CPP_EXTERN_C String_t* _stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53; IL2CPP_EXTERN_C String_t* _stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118; IL2CPP_EXTERN_C String_t* _stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB; IL2CPP_EXTERN_C String_t* _stringLiteralD9001A191ACDE8F2A104D0DB99C6F7A02BE4C4D8; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; IL2CPP_EXTERN_C String_t* _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF; IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355; IL2CPP_EXTERN_C String_t* _stringLiteralDB96409119BBB85C33D0D0980E5C4C73AF25DADD; IL2CPP_EXTERN_C String_t* _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F; IL2CPP_EXTERN_C String_t* _stringLiteralDCE79ECB323E607CE5EA76B8E64A608B27C9CD69; IL2CPP_EXTERN_C String_t* _stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D; IL2CPP_EXTERN_C String_t* _stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7; IL2CPP_EXTERN_C String_t* _stringLiteralDF2DEE13D83940E38167E07AACC546DC13773B57; IL2CPP_EXTERN_C String_t* _stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5; IL2CPP_EXTERN_C String_t* _stringLiteralE01C6CFF3955A907835DFB865A61D523A0574A3B; IL2CPP_EXTERN_C String_t* _stringLiteralE04425427BEC952925CB61F41D0D86F692627818; IL2CPP_EXTERN_C String_t* _stringLiteralE06B55C4BBE3AA67B273C38DB42C4D3F91B17F7A; IL2CPP_EXTERN_C String_t* _stringLiteralE0E1CB81A1695A3B22A868F94A8247CE2A268A25; IL2CPP_EXTERN_C String_t* _stringLiteralE137A51B4E0A04DE077583DC44BC8BDD7F4E7E1B; IL2CPP_EXTERN_C String_t* _stringLiteralE2712CAF0B5338EFB4C223971C31A2A34AF148C7; IL2CPP_EXTERN_C String_t* _stringLiteralE3C76B3CDA8D8C92E500B0B989E4CDCB27514E0D; IL2CPP_EXTERN_C String_t* _stringLiteralE454C2669650BE573DA82F515EF9D0EA4EA46B03; IL2CPP_EXTERN_C String_t* _stringLiteralE58C91047D3C602D9139D1765C6C0CFDEA023796; IL2CPP_EXTERN_C String_t* _stringLiteralE5FA7723EDBE9A48FF020100FCB1171B54E1F0BF; IL2CPP_EXTERN_C String_t* _stringLiteralE629D5AD10E1457CA140384294F67BEFBF1544A5; IL2CPP_EXTERN_C String_t* _stringLiteralE6713E600C94E5DFDF1C58B79BF16A913C623B5E; IL2CPP_EXTERN_C String_t* _stringLiteralE75B7D0ECC6A9DBD81EE08AEC126ACF234CDE3DF; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1; IL2CPP_EXTERN_C String_t* _stringLiteralE79F0FEED9DB67454EC6695433F468AEA44BB4D1; IL2CPP_EXTERN_C String_t* _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E; IL2CPP_EXTERN_C String_t* _stringLiteralE918B39FCB5E874D8BE79E519ABCBCA3BB6A62F7; IL2CPP_EXTERN_C String_t* _stringLiteralE9A83B049D8B46E7FB5210D131E851C12BF0FB05; IL2CPP_EXTERN_C String_t* _stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6; IL2CPP_EXTERN_C String_t* _stringLiteralEB7D380B6EA2C7AE03176BE4858E13ADEE31E05A; IL2CPP_EXTERN_C String_t* _stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD; IL2CPP_EXTERN_C String_t* _stringLiteralEC7F5B374B6E8F9D588D6C7692D3C4E95482D2C6; IL2CPP_EXTERN_C String_t* _stringLiteralECDF0EAD37E44911D2181967F4DF8310B3F62B1D; IL2CPP_EXTERN_C String_t* _stringLiteralEDBBD7AFF45344C8C8C448522F150DA6E61A0E43; IL2CPP_EXTERN_C String_t* _stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5; IL2CPP_EXTERN_C String_t* _stringLiteralEFAD53489BDE863D6883016D2C27C3197D5044B6; IL2CPP_EXTERN_C String_t* _stringLiteralF04C94614E8A877CBA6D90F269CB54E88A56A6E9; IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralF1BDA35EAB7EEB35F0CA81866CED4BFB34C9B979; IL2CPP_EXTERN_C String_t* _stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0; IL2CPP_EXTERN_C String_t* _stringLiteralF212D94BEE0D78BF235F1FDC1DDF220E3E0A36DE; IL2CPP_EXTERN_C String_t* _stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7; IL2CPP_EXTERN_C String_t* _stringLiteralF63CB96C3B5ED3FE43AC88C6B3C6B20CD59C03AE; IL2CPP_EXTERN_C String_t* _stringLiteralF69163E3741BDC9611363301A17CB12C716A513C; IL2CPP_EXTERN_C String_t* _stringLiteralF782CA2715DE295A191C3C03381648B4B6C7F877; IL2CPP_EXTERN_C String_t* _stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914; IL2CPP_EXTERN_C String_t* _stringLiteralF8F5D9CE94711DFB5E8A9B7C0EDAA8BC38766989; IL2CPP_EXTERN_C String_t* _stringLiteralF9F41664E0D0E0AB6B18EF418004D604CDFEC9F0; IL2CPP_EXTERN_C String_t* _stringLiteralFA2C5769FCAE972C3F44D650D6158435384CEFC8; IL2CPP_EXTERN_C String_t* _stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF; IL2CPP_EXTERN_C String_t* _stringLiteralFB09FA7ED7D5C1049E1BE87C18DFB91683B362CB; IL2CPP_EXTERN_C String_t* _stringLiteralFBDEADA2FE9E87576E5D96A01F43C1062F118DC9; IL2CPP_EXTERN_C String_t* _stringLiteralFC2E3CD23371BA52689FB4D84E983FD7C7D7ABCC; IL2CPP_EXTERN_C String_t* _stringLiteralFE0CEE16B5ABB40DECDCB60FE13F095387DFC2A3; IL2CPP_EXTERN_C String_t* _stringLiteralFE59C3BEB89E28B922360810025A34C99DC8C94E; IL2CPP_EXTERN_C String_t* _stringLiteralFEBC1864D2194F9C85F8426EB9D3393797F2C0B6; IL2CPP_EXTERN_C String_t* _stringLiteralFEC3F470221B6468175661EEDCA3787F19325BB5; IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CrossAppDomainChannel_CreateMessageSink_mCF772D7A310D13C8BB71423A24151864C35F5513_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CrossAppDomainSink_U3CAsyncProcessMessageU3Eb__10_0_m61567963DD9776702CAE425E481882467A16B558_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_AddAlgorithm_mEB77036CE30B8F26660CB2A4C671BF99B80902B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_AddOID_mF44BF77C90921FFF4521AB5F1BA6939DA280800A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_EncodeLongNumber_m1E272D738B58E4C75F7031CD447617008CA8C9D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConfig_MapNameToOID_mDEE3062261C13FD33F1E4C2CBF99A8FD7CBE1049_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_FlushFinalBlock_m7649E736DC0B525D9812EC018E2D74244DDF5891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_ReadAsync_m8F1891A1389B43A2B54D49960703F3B29F24BB2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Read_m989DCC84CCEC64766D18A284AA9959D349525C92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Seek_m30ECC78CE5AE3EF728D92B3CAF46A74353A7E099_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_SetLength_m341B1D140C4818BACE8D5CF809A2D939114D391F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_WriteAsync_mB262E73416BCE5786D6786BEA7FF5A7BFB189813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_Write_mF33276353EC0FEC0D7C7B9F0037653A2385ED491_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_get_Length_mCE8A556D0B40FFF373C3A482DCA9C323B50F1D03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_get_Position_mB0403E61C8815E56C96A1F9CB9916445FA09E762_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptoStream_set_Position_m32E6CB3AAC1AD71B82D9EE418CC5B82A6F5DA808_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CryptographicException_ThrowCryptographicException_m9238213F1B81468DE6F471BA62205F68030E41EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureAwareComparer_GetHashCode_m2A09F0A949E319BA7F95CDEF015C262B60B485C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CheckDomainSafetyObject_m429D3754AAAF55BBA57051FEFFDB0427CDD699AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CreateSpecificCultureFromNeutral_mF6CF569184E7F4CDD6385094B46ADB092A3B26ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CreateSpecificCulture_m1BB43B0DB265BC2D85B099C6FC701BE928D686F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_GetCultureInfo_mB0697F9A11B0ECED167EF993E87AF22C201A16A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_ReadOnly_m15A94C4FD9D4C2641781E9F315C7E3A24037CF2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_VerifyCultureName_mE77B4CD8A3492C63BB47780AC2DEEE48CA3C221A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_set_DateTimeFormat_m152E663428270D497C9DD9DCC346F0F9838EFAB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_set_NumberFormat_m065FCBE74A525C668178498E24B88E9343BE9D4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m39174291BF1D51F14BA94389E720EBF6E1AD4AE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7C3C57E21A619C0FEE0F407E9569510F371CE5F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7FF93F8F008C4921D719E95DAC6A204DAD0B7E44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBEEED4096DA995C6A59E8F6117E71DFF63E2706D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m44BDA2AA7ABE514535989B8E02D191FF52889767_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mC356354D6C50DB960F89F0908AABE2FCA41EC3F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4;; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com;; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke;; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529;; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com;; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke;; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98;; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com;; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke;; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574; struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t1EBCAC8BFA46756C5BFA41A989CCBDA85A2D6EEC* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tCF581C6F9BA00F467A3E8CB21DE2D310B5FD3CA9 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tE84BE90A3A9ADA37C09165304138ECF878FE4ED7 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___entries_1)); } inline EntryU5BU5D_t1EBCAC8BFA46756C5BFA41A989CCBDA85A2D6EEC* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t1EBCAC8BFA46756C5BFA41A989CCBDA85A2D6EEC** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t1EBCAC8BFA46756C5BFA41A989CCBDA85A2D6EEC* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___keys_7)); } inline KeyCollection_tCF581C6F9BA00F467A3E8CB21DE2D310B5FD3CA9 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tCF581C6F9BA00F467A3E8CB21DE2D310B5FD3CA9 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tCF581C6F9BA00F467A3E8CB21DE2D310B5FD3CA9 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ___values_8)); } inline ValueCollection_tE84BE90A3A9ADA37C09165304138ECF878FE4ED7 * get_values_8() const { return ___values_8; } inline ValueCollection_tE84BE90A3A9ADA37C09165304138ECF878FE4ED7 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tE84BE90A3A9ADA37C09165304138ECF878FE4ED7 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t9AF01F9ADB6C9DA79156D95B102B3EE3264C86FF* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tA97841DFBD5A46D755F70949AC18B5BA42630EDA * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tE359A31BF25A2BECA2FC677EC431DDFE1E481B35 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___entries_1)); } inline EntryU5BU5D_t9AF01F9ADB6C9DA79156D95B102B3EE3264C86FF* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9AF01F9ADB6C9DA79156D95B102B3EE3264C86FF** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9AF01F9ADB6C9DA79156D95B102B3EE3264C86FF* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___keys_7)); } inline KeyCollection_tA97841DFBD5A46D755F70949AC18B5BA42630EDA * get_keys_7() const { return ___keys_7; } inline KeyCollection_tA97841DFBD5A46D755F70949AC18B5BA42630EDA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tA97841DFBD5A46D755F70949AC18B5BA42630EDA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ___values_8)); } inline ValueCollection_tE359A31BF25A2BECA2FC677EC431DDFE1E481B35 * get_values_8() const { return ___values_8; } inline ValueCollection_tE359A31BF25A2BECA2FC677EC431DDFE1E481B35 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tE359A31BF25A2BECA2FC677EC431DDFE1E481B35 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue int32_t ___KeySizeValue_0; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalKeySizesValue_1; public: inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___KeySizeValue_0)); } inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; } inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; } inline void set_KeySizeValue_0(int32_t value) { ___KeySizeValue_0 = value; } inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast(offsetof(AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F, ___LegalKeySizesValue_1)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; } inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_1), (void*)value); } }; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 : public RuntimeObject { public: public: }; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Channels.AsyncRequest struct AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Channels.AsyncRequest::ReplySink RuntimeObject* ___ReplySink_0; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Channels.AsyncRequest::MsgRequest RuntimeObject* ___MsgRequest_1; public: inline static int32_t get_offset_of_ReplySink_0() { return static_cast(offsetof(AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA, ___ReplySink_0)); } inline RuntimeObject* get_ReplySink_0() const { return ___ReplySink_0; } inline RuntimeObject** get_address_of_ReplySink_0() { return &___ReplySink_0; } inline void set_ReplySink_0(RuntimeObject* value) { ___ReplySink_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReplySink_0), (void*)value); } inline static int32_t get_offset_of_MsgRequest_1() { return static_cast(offsetof(AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA, ___MsgRequest_1)); } inline RuntimeObject* get_MsgRequest_1() const { return ___MsgRequest_1; } inline RuntimeObject** get_address_of_MsgRequest_1() { return &___MsgRequest_1; } inline void set_MsgRequest_1(RuntimeObject* value) { ___MsgRequest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MsgRequest_1), (void*)value); } }; // System.Runtime.Remoting.Messaging.CADMessageBase struct CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7 : public RuntimeObject { public: // System.Object[] System.Runtime.Remoting.Messaging.CADMessageBase::_args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____args_0; // System.Byte[] System.Runtime.Remoting.Messaging.CADMessageBase::_serializedArgs ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____serializedArgs_1; // System.Int32 System.Runtime.Remoting.Messaging.CADMessageBase::_propertyCount int32_t ____propertyCount_2; // System.Runtime.Remoting.Messaging.CADArgHolder System.Runtime.Remoting.Messaging.CADMessageBase::_callContext CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E * ____callContext_3; // System.Byte[] System.Runtime.Remoting.Messaging.CADMessageBase::serializedMethod ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___serializedMethod_4; public: inline static int32_t get_offset_of__args_0() { return static_cast(offsetof(CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7, ____args_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__args_0() const { return ____args_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__args_0() { return &____args_0; } inline void set__args_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____args_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____args_0), (void*)value); } inline static int32_t get_offset_of__serializedArgs_1() { return static_cast(offsetof(CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7, ____serializedArgs_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__serializedArgs_1() const { return ____serializedArgs_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__serializedArgs_1() { return &____serializedArgs_1; } inline void set__serializedArgs_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____serializedArgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializedArgs_1), (void*)value); } inline static int32_t get_offset_of__propertyCount_2() { return static_cast(offsetof(CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7, ____propertyCount_2)); } inline int32_t get__propertyCount_2() const { return ____propertyCount_2; } inline int32_t* get_address_of__propertyCount_2() { return &____propertyCount_2; } inline void set__propertyCount_2(int32_t value) { ____propertyCount_2 = value; } inline static int32_t get_offset_of__callContext_3() { return static_cast(offsetof(CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7, ____callContext_3)); } inline CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E * get__callContext_3() const { return ____callContext_3; } inline CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E ** get_address_of__callContext_3() { return &____callContext_3; } inline void set__callContext_3(CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E * value) { ____callContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____callContext_3), (void*)value); } inline static int32_t get_offset_of_serializedMethod_4() { return static_cast(offsetof(CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7, ___serializedMethod_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_serializedMethod_4() const { return ___serializedMethod_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_serializedMethod_4() { return &___serializedMethod_4; } inline void set_serializedMethod_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___serializedMethod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializedMethod_4), (void*)value); } }; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A : public RuntimeObject { public: // System.Int32 System.Globalization.Calendar::m_currentEraValue int32_t ___m_currentEraValue_38; // System.Boolean System.Globalization.Calendar::m_isReadOnly bool ___m_isReadOnly_39; // System.Int32 System.Globalization.Calendar::twoDigitYearMax int32_t ___twoDigitYearMax_41; public: inline static int32_t get_offset_of_m_currentEraValue_38() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___m_currentEraValue_38)); } inline int32_t get_m_currentEraValue_38() const { return ___m_currentEraValue_38; } inline int32_t* get_address_of_m_currentEraValue_38() { return &___m_currentEraValue_38; } inline void set_m_currentEraValue_38(int32_t value) { ___m_currentEraValue_38 = value; } inline static int32_t get_offset_of_m_isReadOnly_39() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___m_isReadOnly_39)); } inline bool get_m_isReadOnly_39() const { return ___m_isReadOnly_39; } inline bool* get_address_of_m_isReadOnly_39() { return &___m_isReadOnly_39; } inline void set_m_isReadOnly_39(bool value) { ___m_isReadOnly_39 = value; } inline static int32_t get_offset_of_twoDigitYearMax_41() { return static_cast(offsetof(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A, ___twoDigitYearMax_41)); } inline int32_t get_twoDigitYearMax_41() const { return ___twoDigitYearMax_41; } inline int32_t* get_address_of_twoDigitYearMax_41() { return &___twoDigitYearMax_41; } inline void set_twoDigitYearMax_41(int32_t value) { ___twoDigitYearMax_41 = value; } }; // System.Globalization.CalendarData struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 : public RuntimeObject { public: // System.String System.Globalization.CalendarData::sNativeName String_t* ___sNativeName_1; // System.String[] System.Globalization.CalendarData::saShortDates StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saShortDates_2; // System.String[] System.Globalization.CalendarData::saYearMonths StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saYearMonths_3; // System.String[] System.Globalization.CalendarData::saLongDates StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saLongDates_4; // System.String System.Globalization.CalendarData::sMonthDay String_t* ___sMonthDay_5; // System.String[] System.Globalization.CalendarData::saEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saEraNames_6; // System.String[] System.Globalization.CalendarData::saAbbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saAbbrevEraNames_7; // System.String[] System.Globalization.CalendarData::saAbbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saAbbrevEnglishEraNames_8; // System.String[] System.Globalization.CalendarData::saDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saDayNames_9; // System.String[] System.Globalization.CalendarData::saAbbrevDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saAbbrevDayNames_10; // System.String[] System.Globalization.CalendarData::saSuperShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saSuperShortDayNames_11; // System.String[] System.Globalization.CalendarData::saMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saMonthNames_12; // System.String[] System.Globalization.CalendarData::saAbbrevMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saAbbrevMonthNames_13; // System.String[] System.Globalization.CalendarData::saMonthGenitiveNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saMonthGenitiveNames_14; // System.String[] System.Globalization.CalendarData::saAbbrevMonthGenitiveNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saAbbrevMonthGenitiveNames_15; // System.String[] System.Globalization.CalendarData::saLeapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saLeapYearMonthNames_16; // System.Int32 System.Globalization.CalendarData::iTwoDigitYearMax int32_t ___iTwoDigitYearMax_17; // System.Int32 System.Globalization.CalendarData::iCurrentEra int32_t ___iCurrentEra_18; // System.Boolean System.Globalization.CalendarData::bUseUserOverrides bool ___bUseUserOverrides_19; public: inline static int32_t get_offset_of_sNativeName_1() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___sNativeName_1)); } inline String_t* get_sNativeName_1() const { return ___sNativeName_1; } inline String_t** get_address_of_sNativeName_1() { return &___sNativeName_1; } inline void set_sNativeName_1(String_t* value) { ___sNativeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sNativeName_1), (void*)value); } inline static int32_t get_offset_of_saShortDates_2() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saShortDates_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saShortDates_2() const { return ___saShortDates_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saShortDates_2() { return &___saShortDates_2; } inline void set_saShortDates_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saShortDates_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___saShortDates_2), (void*)value); } inline static int32_t get_offset_of_saYearMonths_3() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saYearMonths_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saYearMonths_3() const { return ___saYearMonths_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saYearMonths_3() { return &___saYearMonths_3; } inline void set_saYearMonths_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saYearMonths_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___saYearMonths_3), (void*)value); } inline static int32_t get_offset_of_saLongDates_4() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saLongDates_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saLongDates_4() const { return ___saLongDates_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saLongDates_4() { return &___saLongDates_4; } inline void set_saLongDates_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saLongDates_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___saLongDates_4), (void*)value); } inline static int32_t get_offset_of_sMonthDay_5() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___sMonthDay_5)); } inline String_t* get_sMonthDay_5() const { return ___sMonthDay_5; } inline String_t** get_address_of_sMonthDay_5() { return &___sMonthDay_5; } inline void set_sMonthDay_5(String_t* value) { ___sMonthDay_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sMonthDay_5), (void*)value); } inline static int32_t get_offset_of_saEraNames_6() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saEraNames_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saEraNames_6() const { return ___saEraNames_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saEraNames_6() { return &___saEraNames_6; } inline void set_saEraNames_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saEraNames_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___saEraNames_6), (void*)value); } inline static int32_t get_offset_of_saAbbrevEraNames_7() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saAbbrevEraNames_7)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saAbbrevEraNames_7() const { return ___saAbbrevEraNames_7; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saAbbrevEraNames_7() { return &___saAbbrevEraNames_7; } inline void set_saAbbrevEraNames_7(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saAbbrevEraNames_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevEraNames_7), (void*)value); } inline static int32_t get_offset_of_saAbbrevEnglishEraNames_8() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saAbbrevEnglishEraNames_8)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saAbbrevEnglishEraNames_8() const { return ___saAbbrevEnglishEraNames_8; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saAbbrevEnglishEraNames_8() { return &___saAbbrevEnglishEraNames_8; } inline void set_saAbbrevEnglishEraNames_8(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saAbbrevEnglishEraNames_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevEnglishEraNames_8), (void*)value); } inline static int32_t get_offset_of_saDayNames_9() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saDayNames_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saDayNames_9() const { return ___saDayNames_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saDayNames_9() { return &___saDayNames_9; } inline void set_saDayNames_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saDayNames_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___saDayNames_9), (void*)value); } inline static int32_t get_offset_of_saAbbrevDayNames_10() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saAbbrevDayNames_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saAbbrevDayNames_10() const { return ___saAbbrevDayNames_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saAbbrevDayNames_10() { return &___saAbbrevDayNames_10; } inline void set_saAbbrevDayNames_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saAbbrevDayNames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevDayNames_10), (void*)value); } inline static int32_t get_offset_of_saSuperShortDayNames_11() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saSuperShortDayNames_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saSuperShortDayNames_11() const { return ___saSuperShortDayNames_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saSuperShortDayNames_11() { return &___saSuperShortDayNames_11; } inline void set_saSuperShortDayNames_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saSuperShortDayNames_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___saSuperShortDayNames_11), (void*)value); } inline static int32_t get_offset_of_saMonthNames_12() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saMonthNames_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saMonthNames_12() const { return ___saMonthNames_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saMonthNames_12() { return &___saMonthNames_12; } inline void set_saMonthNames_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saMonthNames_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___saMonthNames_12), (void*)value); } inline static int32_t get_offset_of_saAbbrevMonthNames_13() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saAbbrevMonthNames_13)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saAbbrevMonthNames_13() const { return ___saAbbrevMonthNames_13; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saAbbrevMonthNames_13() { return &___saAbbrevMonthNames_13; } inline void set_saAbbrevMonthNames_13(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saAbbrevMonthNames_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevMonthNames_13), (void*)value); } inline static int32_t get_offset_of_saMonthGenitiveNames_14() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saMonthGenitiveNames_14)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saMonthGenitiveNames_14() const { return ___saMonthGenitiveNames_14; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saMonthGenitiveNames_14() { return &___saMonthGenitiveNames_14; } inline void set_saMonthGenitiveNames_14(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saMonthGenitiveNames_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___saMonthGenitiveNames_14), (void*)value); } inline static int32_t get_offset_of_saAbbrevMonthGenitiveNames_15() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saAbbrevMonthGenitiveNames_15)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saAbbrevMonthGenitiveNames_15() const { return ___saAbbrevMonthGenitiveNames_15; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saAbbrevMonthGenitiveNames_15() { return &___saAbbrevMonthGenitiveNames_15; } inline void set_saAbbrevMonthGenitiveNames_15(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saAbbrevMonthGenitiveNames_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevMonthGenitiveNames_15), (void*)value); } inline static int32_t get_offset_of_saLeapYearMonthNames_16() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___saLeapYearMonthNames_16)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saLeapYearMonthNames_16() const { return ___saLeapYearMonthNames_16; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saLeapYearMonthNames_16() { return &___saLeapYearMonthNames_16; } inline void set_saLeapYearMonthNames_16(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saLeapYearMonthNames_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___saLeapYearMonthNames_16), (void*)value); } inline static int32_t get_offset_of_iTwoDigitYearMax_17() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___iTwoDigitYearMax_17)); } inline int32_t get_iTwoDigitYearMax_17() const { return ___iTwoDigitYearMax_17; } inline int32_t* get_address_of_iTwoDigitYearMax_17() { return &___iTwoDigitYearMax_17; } inline void set_iTwoDigitYearMax_17(int32_t value) { ___iTwoDigitYearMax_17 = value; } inline static int32_t get_offset_of_iCurrentEra_18() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___iCurrentEra_18)); } inline int32_t get_iCurrentEra_18() const { return ___iCurrentEra_18; } inline int32_t* get_address_of_iCurrentEra_18() { return &___iCurrentEra_18; } inline void set_iCurrentEra_18(int32_t value) { ___iCurrentEra_18 = value; } inline static int32_t get_offset_of_bUseUserOverrides_19() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4, ___bUseUserOverrides_19)); } inline bool get_bUseUserOverrides_19() const { return ___bUseUserOverrides_19; } inline bool* get_address_of_bUseUserOverrides_19() { return &___bUseUserOverrides_19; } inline void set_bUseUserOverrides_19(bool value) { ___bUseUserOverrides_19 = value; } }; struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_StaticFields { public: // System.Globalization.CalendarData System.Globalization.CalendarData::Invariant CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * ___Invariant_20; public: inline static int32_t get_offset_of_Invariant_20() { return static_cast(offsetof(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_StaticFields, ___Invariant_20)); } inline CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * get_Invariant_20() const { return ___Invariant_20; } inline CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 ** get_address_of_Invariant_20() { return &___Invariant_20; } inline void set_Invariant_20(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * value) { ___Invariant_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Invariant_20), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.CalendarData struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke { char* ___sNativeName_1; char** ___saShortDates_2; char** ___saYearMonths_3; char** ___saLongDates_4; char* ___sMonthDay_5; char** ___saEraNames_6; char** ___saAbbrevEraNames_7; char** ___saAbbrevEnglishEraNames_8; char** ___saDayNames_9; char** ___saAbbrevDayNames_10; char** ___saSuperShortDayNames_11; char** ___saMonthNames_12; char** ___saAbbrevMonthNames_13; char** ___saMonthGenitiveNames_14; char** ___saAbbrevMonthGenitiveNames_15; char** ___saLeapYearMonthNames_16; int32_t ___iTwoDigitYearMax_17; int32_t ___iCurrentEra_18; int32_t ___bUseUserOverrides_19; }; // Native definition for COM marshalling of System.Globalization.CalendarData struct CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com { Il2CppChar* ___sNativeName_1; Il2CppChar** ___saShortDates_2; Il2CppChar** ___saYearMonths_3; Il2CppChar** ___saLongDates_4; Il2CppChar* ___sMonthDay_5; Il2CppChar** ___saEraNames_6; Il2CppChar** ___saAbbrevEraNames_7; Il2CppChar** ___saAbbrevEnglishEraNames_8; Il2CppChar** ___saDayNames_9; Il2CppChar** ___saAbbrevDayNames_10; Il2CppChar** ___saSuperShortDayNames_11; Il2CppChar** ___saMonthNames_12; Il2CppChar** ___saAbbrevMonthNames_13; Il2CppChar** ___saMonthGenitiveNames_14; Il2CppChar** ___saAbbrevMonthGenitiveNames_15; Il2CppChar** ___saLeapYearMonthNames_16; int32_t ___iTwoDigitYearMax_17; int32_t ___iCurrentEra_18; int32_t ___bUseUserOverrides_19; }; // System.Runtime.Serialization.Formatters.Binary.Converter struct Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03 : public RuntimeObject { public: public: }; struct Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::primitiveTypeEnumLength int32_t ___primitiveTypeEnumLength_0; // System.Type[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::typeA TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___typeA_1; // System.Type[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::arrayTypeA TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___arrayTypeA_2; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::valueA StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___valueA_3; // System.TypeCode[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::typeCodeA TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* ___typeCodeA_4; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Serialization.Formatters.Binary.Converter::codeA InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* ___codeA_5; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofISerializable Type_t * ___typeofISerializable_6; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofString Type_t * ___typeofString_7; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofConverter Type_t * ___typeofConverter_8; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofBoolean Type_t * ___typeofBoolean_9; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofByte Type_t * ___typeofByte_10; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofChar Type_t * ___typeofChar_11; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDecimal Type_t * ___typeofDecimal_12; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDouble Type_t * ___typeofDouble_13; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt16 Type_t * ___typeofInt16_14; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt32 Type_t * ___typeofInt32_15; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt64 Type_t * ___typeofInt64_16; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSByte Type_t * ___typeofSByte_17; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSingle Type_t * ___typeofSingle_18; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTimeSpan Type_t * ___typeofTimeSpan_19; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDateTime Type_t * ___typeofDateTime_20; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt16 Type_t * ___typeofUInt16_21; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt32 Type_t * ___typeofUInt32_22; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt64 Type_t * ___typeofUInt64_23; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofObject Type_t * ___typeofObject_24; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSystemVoid Type_t * ___typeofSystemVoid_25; // System.Reflection.Assembly System.Runtime.Serialization.Formatters.Binary.Converter::urtAssembly Assembly_t * ___urtAssembly_26; // System.String System.Runtime.Serialization.Formatters.Binary.Converter::urtAssemblyString String_t* ___urtAssemblyString_27; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTypeArray Type_t * ___typeofTypeArray_28; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofObjectArray Type_t * ___typeofObjectArray_29; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofStringArray Type_t * ___typeofStringArray_30; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofBooleanArray Type_t * ___typeofBooleanArray_31; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofByteArray Type_t * ___typeofByteArray_32; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofCharArray Type_t * ___typeofCharArray_33; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDecimalArray Type_t * ___typeofDecimalArray_34; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDoubleArray Type_t * ___typeofDoubleArray_35; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt16Array Type_t * ___typeofInt16Array_36; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt32Array Type_t * ___typeofInt32Array_37; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofInt64Array Type_t * ___typeofInt64Array_38; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSByteArray Type_t * ___typeofSByteArray_39; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofSingleArray Type_t * ___typeofSingleArray_40; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofTimeSpanArray Type_t * ___typeofTimeSpanArray_41; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofDateTimeArray Type_t * ___typeofDateTimeArray_42; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt16Array Type_t * ___typeofUInt16Array_43; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt32Array Type_t * ___typeofUInt32Array_44; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofUInt64Array Type_t * ___typeofUInt64Array_45; // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::typeofMarshalByRefObject Type_t * ___typeofMarshalByRefObject_46; public: inline static int32_t get_offset_of_primitiveTypeEnumLength_0() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___primitiveTypeEnumLength_0)); } inline int32_t get_primitiveTypeEnumLength_0() const { return ___primitiveTypeEnumLength_0; } inline int32_t* get_address_of_primitiveTypeEnumLength_0() { return &___primitiveTypeEnumLength_0; } inline void set_primitiveTypeEnumLength_0(int32_t value) { ___primitiveTypeEnumLength_0 = value; } inline static int32_t get_offset_of_typeA_1() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeA_1)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_typeA_1() const { return ___typeA_1; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_typeA_1() { return &___typeA_1; } inline void set_typeA_1(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___typeA_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeA_1), (void*)value); } inline static int32_t get_offset_of_arrayTypeA_2() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___arrayTypeA_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_arrayTypeA_2() const { return ___arrayTypeA_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_arrayTypeA_2() { return &___arrayTypeA_2; } inline void set_arrayTypeA_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___arrayTypeA_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayTypeA_2), (void*)value); } inline static int32_t get_offset_of_valueA_3() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___valueA_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_valueA_3() const { return ___valueA_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_valueA_3() { return &___valueA_3; } inline void set_valueA_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___valueA_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueA_3), (void*)value); } inline static int32_t get_offset_of_typeCodeA_4() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeCodeA_4)); } inline TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* get_typeCodeA_4() const { return ___typeCodeA_4; } inline TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE** get_address_of_typeCodeA_4() { return &___typeCodeA_4; } inline void set_typeCodeA_4(TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* value) { ___typeCodeA_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeCodeA_4), (void*)value); } inline static int32_t get_offset_of_codeA_5() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___codeA_5)); } inline InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* get_codeA_5() const { return ___codeA_5; } inline InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC** get_address_of_codeA_5() { return &___codeA_5; } inline void set_codeA_5(InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* value) { ___codeA_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___codeA_5), (void*)value); } inline static int32_t get_offset_of_typeofISerializable_6() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofISerializable_6)); } inline Type_t * get_typeofISerializable_6() const { return ___typeofISerializable_6; } inline Type_t ** get_address_of_typeofISerializable_6() { return &___typeofISerializable_6; } inline void set_typeofISerializable_6(Type_t * value) { ___typeofISerializable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofISerializable_6), (void*)value); } inline static int32_t get_offset_of_typeofString_7() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofString_7)); } inline Type_t * get_typeofString_7() const { return ___typeofString_7; } inline Type_t ** get_address_of_typeofString_7() { return &___typeofString_7; } inline void set_typeofString_7(Type_t * value) { ___typeofString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofString_7), (void*)value); } inline static int32_t get_offset_of_typeofConverter_8() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofConverter_8)); } inline Type_t * get_typeofConverter_8() const { return ___typeofConverter_8; } inline Type_t ** get_address_of_typeofConverter_8() { return &___typeofConverter_8; } inline void set_typeofConverter_8(Type_t * value) { ___typeofConverter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofConverter_8), (void*)value); } inline static int32_t get_offset_of_typeofBoolean_9() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofBoolean_9)); } inline Type_t * get_typeofBoolean_9() const { return ___typeofBoolean_9; } inline Type_t ** get_address_of_typeofBoolean_9() { return &___typeofBoolean_9; } inline void set_typeofBoolean_9(Type_t * value) { ___typeofBoolean_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofBoolean_9), (void*)value); } inline static int32_t get_offset_of_typeofByte_10() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofByte_10)); } inline Type_t * get_typeofByte_10() const { return ___typeofByte_10; } inline Type_t ** get_address_of_typeofByte_10() { return &___typeofByte_10; } inline void set_typeofByte_10(Type_t * value) { ___typeofByte_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofByte_10), (void*)value); } inline static int32_t get_offset_of_typeofChar_11() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofChar_11)); } inline Type_t * get_typeofChar_11() const { return ___typeofChar_11; } inline Type_t ** get_address_of_typeofChar_11() { return &___typeofChar_11; } inline void set_typeofChar_11(Type_t * value) { ___typeofChar_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofChar_11), (void*)value); } inline static int32_t get_offset_of_typeofDecimal_12() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDecimal_12)); } inline Type_t * get_typeofDecimal_12() const { return ___typeofDecimal_12; } inline Type_t ** get_address_of_typeofDecimal_12() { return &___typeofDecimal_12; } inline void set_typeofDecimal_12(Type_t * value) { ___typeofDecimal_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDecimal_12), (void*)value); } inline static int32_t get_offset_of_typeofDouble_13() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDouble_13)); } inline Type_t * get_typeofDouble_13() const { return ___typeofDouble_13; } inline Type_t ** get_address_of_typeofDouble_13() { return &___typeofDouble_13; } inline void set_typeofDouble_13(Type_t * value) { ___typeofDouble_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDouble_13), (void*)value); } inline static int32_t get_offset_of_typeofInt16_14() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt16_14)); } inline Type_t * get_typeofInt16_14() const { return ___typeofInt16_14; } inline Type_t ** get_address_of_typeofInt16_14() { return &___typeofInt16_14; } inline void set_typeofInt16_14(Type_t * value) { ___typeofInt16_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt16_14), (void*)value); } inline static int32_t get_offset_of_typeofInt32_15() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt32_15)); } inline Type_t * get_typeofInt32_15() const { return ___typeofInt32_15; } inline Type_t ** get_address_of_typeofInt32_15() { return &___typeofInt32_15; } inline void set_typeofInt32_15(Type_t * value) { ___typeofInt32_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt32_15), (void*)value); } inline static int32_t get_offset_of_typeofInt64_16() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt64_16)); } inline Type_t * get_typeofInt64_16() const { return ___typeofInt64_16; } inline Type_t ** get_address_of_typeofInt64_16() { return &___typeofInt64_16; } inline void set_typeofInt64_16(Type_t * value) { ___typeofInt64_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt64_16), (void*)value); } inline static int32_t get_offset_of_typeofSByte_17() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSByte_17)); } inline Type_t * get_typeofSByte_17() const { return ___typeofSByte_17; } inline Type_t ** get_address_of_typeofSByte_17() { return &___typeofSByte_17; } inline void set_typeofSByte_17(Type_t * value) { ___typeofSByte_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSByte_17), (void*)value); } inline static int32_t get_offset_of_typeofSingle_18() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSingle_18)); } inline Type_t * get_typeofSingle_18() const { return ___typeofSingle_18; } inline Type_t ** get_address_of_typeofSingle_18() { return &___typeofSingle_18; } inline void set_typeofSingle_18(Type_t * value) { ___typeofSingle_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSingle_18), (void*)value); } inline static int32_t get_offset_of_typeofTimeSpan_19() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofTimeSpan_19)); } inline Type_t * get_typeofTimeSpan_19() const { return ___typeofTimeSpan_19; } inline Type_t ** get_address_of_typeofTimeSpan_19() { return &___typeofTimeSpan_19; } inline void set_typeofTimeSpan_19(Type_t * value) { ___typeofTimeSpan_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTimeSpan_19), (void*)value); } inline static int32_t get_offset_of_typeofDateTime_20() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDateTime_20)); } inline Type_t * get_typeofDateTime_20() const { return ___typeofDateTime_20; } inline Type_t ** get_address_of_typeofDateTime_20() { return &___typeofDateTime_20; } inline void set_typeofDateTime_20(Type_t * value) { ___typeofDateTime_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDateTime_20), (void*)value); } inline static int32_t get_offset_of_typeofUInt16_21() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt16_21)); } inline Type_t * get_typeofUInt16_21() const { return ___typeofUInt16_21; } inline Type_t ** get_address_of_typeofUInt16_21() { return &___typeofUInt16_21; } inline void set_typeofUInt16_21(Type_t * value) { ___typeofUInt16_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt16_21), (void*)value); } inline static int32_t get_offset_of_typeofUInt32_22() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt32_22)); } inline Type_t * get_typeofUInt32_22() const { return ___typeofUInt32_22; } inline Type_t ** get_address_of_typeofUInt32_22() { return &___typeofUInt32_22; } inline void set_typeofUInt32_22(Type_t * value) { ___typeofUInt32_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt32_22), (void*)value); } inline static int32_t get_offset_of_typeofUInt64_23() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt64_23)); } inline Type_t * get_typeofUInt64_23() const { return ___typeofUInt64_23; } inline Type_t ** get_address_of_typeofUInt64_23() { return &___typeofUInt64_23; } inline void set_typeofUInt64_23(Type_t * value) { ___typeofUInt64_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt64_23), (void*)value); } inline static int32_t get_offset_of_typeofObject_24() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofObject_24)); } inline Type_t * get_typeofObject_24() const { return ___typeofObject_24; } inline Type_t ** get_address_of_typeofObject_24() { return &___typeofObject_24; } inline void set_typeofObject_24(Type_t * value) { ___typeofObject_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofObject_24), (void*)value); } inline static int32_t get_offset_of_typeofSystemVoid_25() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSystemVoid_25)); } inline Type_t * get_typeofSystemVoid_25() const { return ___typeofSystemVoid_25; } inline Type_t ** get_address_of_typeofSystemVoid_25() { return &___typeofSystemVoid_25; } inline void set_typeofSystemVoid_25(Type_t * value) { ___typeofSystemVoid_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSystemVoid_25), (void*)value); } inline static int32_t get_offset_of_urtAssembly_26() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___urtAssembly_26)); } inline Assembly_t * get_urtAssembly_26() const { return ___urtAssembly_26; } inline Assembly_t ** get_address_of_urtAssembly_26() { return &___urtAssembly_26; } inline void set_urtAssembly_26(Assembly_t * value) { ___urtAssembly_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___urtAssembly_26), (void*)value); } inline static int32_t get_offset_of_urtAssemblyString_27() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___urtAssemblyString_27)); } inline String_t* get_urtAssemblyString_27() const { return ___urtAssemblyString_27; } inline String_t** get_address_of_urtAssemblyString_27() { return &___urtAssemblyString_27; } inline void set_urtAssemblyString_27(String_t* value) { ___urtAssemblyString_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___urtAssemblyString_27), (void*)value); } inline static int32_t get_offset_of_typeofTypeArray_28() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofTypeArray_28)); } inline Type_t * get_typeofTypeArray_28() const { return ___typeofTypeArray_28; } inline Type_t ** get_address_of_typeofTypeArray_28() { return &___typeofTypeArray_28; } inline void set_typeofTypeArray_28(Type_t * value) { ___typeofTypeArray_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTypeArray_28), (void*)value); } inline static int32_t get_offset_of_typeofObjectArray_29() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofObjectArray_29)); } inline Type_t * get_typeofObjectArray_29() const { return ___typeofObjectArray_29; } inline Type_t ** get_address_of_typeofObjectArray_29() { return &___typeofObjectArray_29; } inline void set_typeofObjectArray_29(Type_t * value) { ___typeofObjectArray_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofObjectArray_29), (void*)value); } inline static int32_t get_offset_of_typeofStringArray_30() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofStringArray_30)); } inline Type_t * get_typeofStringArray_30() const { return ___typeofStringArray_30; } inline Type_t ** get_address_of_typeofStringArray_30() { return &___typeofStringArray_30; } inline void set_typeofStringArray_30(Type_t * value) { ___typeofStringArray_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofStringArray_30), (void*)value); } inline static int32_t get_offset_of_typeofBooleanArray_31() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofBooleanArray_31)); } inline Type_t * get_typeofBooleanArray_31() const { return ___typeofBooleanArray_31; } inline Type_t ** get_address_of_typeofBooleanArray_31() { return &___typeofBooleanArray_31; } inline void set_typeofBooleanArray_31(Type_t * value) { ___typeofBooleanArray_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofBooleanArray_31), (void*)value); } inline static int32_t get_offset_of_typeofByteArray_32() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofByteArray_32)); } inline Type_t * get_typeofByteArray_32() const { return ___typeofByteArray_32; } inline Type_t ** get_address_of_typeofByteArray_32() { return &___typeofByteArray_32; } inline void set_typeofByteArray_32(Type_t * value) { ___typeofByteArray_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofByteArray_32), (void*)value); } inline static int32_t get_offset_of_typeofCharArray_33() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofCharArray_33)); } inline Type_t * get_typeofCharArray_33() const { return ___typeofCharArray_33; } inline Type_t ** get_address_of_typeofCharArray_33() { return &___typeofCharArray_33; } inline void set_typeofCharArray_33(Type_t * value) { ___typeofCharArray_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofCharArray_33), (void*)value); } inline static int32_t get_offset_of_typeofDecimalArray_34() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDecimalArray_34)); } inline Type_t * get_typeofDecimalArray_34() const { return ___typeofDecimalArray_34; } inline Type_t ** get_address_of_typeofDecimalArray_34() { return &___typeofDecimalArray_34; } inline void set_typeofDecimalArray_34(Type_t * value) { ___typeofDecimalArray_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDecimalArray_34), (void*)value); } inline static int32_t get_offset_of_typeofDoubleArray_35() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDoubleArray_35)); } inline Type_t * get_typeofDoubleArray_35() const { return ___typeofDoubleArray_35; } inline Type_t ** get_address_of_typeofDoubleArray_35() { return &___typeofDoubleArray_35; } inline void set_typeofDoubleArray_35(Type_t * value) { ___typeofDoubleArray_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDoubleArray_35), (void*)value); } inline static int32_t get_offset_of_typeofInt16Array_36() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt16Array_36)); } inline Type_t * get_typeofInt16Array_36() const { return ___typeofInt16Array_36; } inline Type_t ** get_address_of_typeofInt16Array_36() { return &___typeofInt16Array_36; } inline void set_typeofInt16Array_36(Type_t * value) { ___typeofInt16Array_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt16Array_36), (void*)value); } inline static int32_t get_offset_of_typeofInt32Array_37() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt32Array_37)); } inline Type_t * get_typeofInt32Array_37() const { return ___typeofInt32Array_37; } inline Type_t ** get_address_of_typeofInt32Array_37() { return &___typeofInt32Array_37; } inline void set_typeofInt32Array_37(Type_t * value) { ___typeofInt32Array_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt32Array_37), (void*)value); } inline static int32_t get_offset_of_typeofInt64Array_38() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofInt64Array_38)); } inline Type_t * get_typeofInt64Array_38() const { return ___typeofInt64Array_38; } inline Type_t ** get_address_of_typeofInt64Array_38() { return &___typeofInt64Array_38; } inline void set_typeofInt64Array_38(Type_t * value) { ___typeofInt64Array_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofInt64Array_38), (void*)value); } inline static int32_t get_offset_of_typeofSByteArray_39() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSByteArray_39)); } inline Type_t * get_typeofSByteArray_39() const { return ___typeofSByteArray_39; } inline Type_t ** get_address_of_typeofSByteArray_39() { return &___typeofSByteArray_39; } inline void set_typeofSByteArray_39(Type_t * value) { ___typeofSByteArray_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSByteArray_39), (void*)value); } inline static int32_t get_offset_of_typeofSingleArray_40() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofSingleArray_40)); } inline Type_t * get_typeofSingleArray_40() const { return ___typeofSingleArray_40; } inline Type_t ** get_address_of_typeofSingleArray_40() { return &___typeofSingleArray_40; } inline void set_typeofSingleArray_40(Type_t * value) { ___typeofSingleArray_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofSingleArray_40), (void*)value); } inline static int32_t get_offset_of_typeofTimeSpanArray_41() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofTimeSpanArray_41)); } inline Type_t * get_typeofTimeSpanArray_41() const { return ___typeofTimeSpanArray_41; } inline Type_t ** get_address_of_typeofTimeSpanArray_41() { return &___typeofTimeSpanArray_41; } inline void set_typeofTimeSpanArray_41(Type_t * value) { ___typeofTimeSpanArray_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofTimeSpanArray_41), (void*)value); } inline static int32_t get_offset_of_typeofDateTimeArray_42() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofDateTimeArray_42)); } inline Type_t * get_typeofDateTimeArray_42() const { return ___typeofDateTimeArray_42; } inline Type_t ** get_address_of_typeofDateTimeArray_42() { return &___typeofDateTimeArray_42; } inline void set_typeofDateTimeArray_42(Type_t * value) { ___typeofDateTimeArray_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofDateTimeArray_42), (void*)value); } inline static int32_t get_offset_of_typeofUInt16Array_43() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt16Array_43)); } inline Type_t * get_typeofUInt16Array_43() const { return ___typeofUInt16Array_43; } inline Type_t ** get_address_of_typeofUInt16Array_43() { return &___typeofUInt16Array_43; } inline void set_typeofUInt16Array_43(Type_t * value) { ___typeofUInt16Array_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt16Array_43), (void*)value); } inline static int32_t get_offset_of_typeofUInt32Array_44() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt32Array_44)); } inline Type_t * get_typeofUInt32Array_44() const { return ___typeofUInt32Array_44; } inline Type_t ** get_address_of_typeofUInt32Array_44() { return &___typeofUInt32Array_44; } inline void set_typeofUInt32Array_44(Type_t * value) { ___typeofUInt32Array_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt32Array_44), (void*)value); } inline static int32_t get_offset_of_typeofUInt64Array_45() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofUInt64Array_45)); } inline Type_t * get_typeofUInt64Array_45() const { return ___typeofUInt64Array_45; } inline Type_t ** get_address_of_typeofUInt64Array_45() { return &___typeofUInt64Array_45; } inline void set_typeofUInt64Array_45(Type_t * value) { ___typeofUInt64Array_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofUInt64Array_45), (void*)value); } inline static int32_t get_offset_of_typeofMarshalByRefObject_46() { return static_cast(offsetof(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields, ___typeofMarshalByRefObject_46)); } inline Type_t * get_typeofMarshalByRefObject_46() const { return ___typeofMarshalByRefObject_46; } inline Type_t ** get_address_of_typeofMarshalByRefObject_46() { return &___typeofMarshalByRefObject_46; } inline void set_typeofMarshalByRefObject_46(Type_t * value) { ___typeofMarshalByRefObject_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeofMarshalByRefObject_46), (void*)value); } }; // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Channels.CrossAppDomainChannel struct CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A : public RuntimeObject { public: public: }; struct CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_StaticFields { public: // System.Object System.Runtime.Remoting.Channels.CrossAppDomainChannel::s_lock RuntimeObject * ___s_lock_0; public: inline static int32_t get_offset_of_s_lock_0() { return static_cast(offsetof(CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_StaticFields, ___s_lock_0)); } inline RuntimeObject * get_s_lock_0() const { return ___s_lock_0; } inline RuntimeObject ** get_address_of_s_lock_0() { return &___s_lock_0; } inline void set_s_lock_0(RuntimeObject * value) { ___s_lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_lock_0), (void*)value); } }; // System.Runtime.Remoting.Channels.CrossAppDomainData struct CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Channels.CrossAppDomainData::_ContextID RuntimeObject * ____ContextID_0; // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainData::_DomainID int32_t ____DomainID_1; // System.String System.Runtime.Remoting.Channels.CrossAppDomainData::_processGuid String_t* ____processGuid_2; public: inline static int32_t get_offset_of__ContextID_0() { return static_cast(offsetof(CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43, ____ContextID_0)); } inline RuntimeObject * get__ContextID_0() const { return ____ContextID_0; } inline RuntimeObject ** get_address_of__ContextID_0() { return &____ContextID_0; } inline void set__ContextID_0(RuntimeObject * value) { ____ContextID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____ContextID_0), (void*)value); } inline static int32_t get_offset_of__DomainID_1() { return static_cast(offsetof(CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43, ____DomainID_1)); } inline int32_t get__DomainID_1() const { return ____DomainID_1; } inline int32_t* get_address_of__DomainID_1() { return &____DomainID_1; } inline void set__DomainID_1(int32_t value) { ____DomainID_1 = value; } inline static int32_t get_offset_of__processGuid_2() { return static_cast(offsetof(CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43, ____processGuid_2)); } inline String_t* get__processGuid_2() const { return ____processGuid_2; } inline String_t** get_address_of__processGuid_2() { return &____processGuid_2; } inline void set__processGuid_2(String_t* value) { ____processGuid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____processGuid_2), (void*)value); } }; // System.Runtime.Remoting.Channels.CrossAppDomainSink struct CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 : public RuntimeObject { public: // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainSink::_domainID int32_t ____domainID_2; public: inline static int32_t get_offset_of__domainID_2() { return static_cast(offsetof(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586, ____domainID_2)); } inline int32_t get__domainID_2() const { return ____domainID_2; } inline int32_t* get_address_of__domainID_2() { return &____domainID_2; } inline void set__domainID_2(int32_t value) { ____domainID_2 = value; } }; struct CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.Channels.CrossAppDomainSink::s_sinks Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_sinks_0; // System.Reflection.MethodInfo System.Runtime.Remoting.Channels.CrossAppDomainSink::processMessageMethod MethodInfo_t * ___processMessageMethod_1; public: inline static int32_t get_offset_of_s_sinks_0() { return static_cast(offsetof(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields, ___s_sinks_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_sinks_0() const { return ___s_sinks_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_sinks_0() { return &___s_sinks_0; } inline void set_s_sinks_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_sinks_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_sinks_0), (void*)value); } inline static int32_t get_offset_of_processMessageMethod_1() { return static_cast(offsetof(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields, ___processMessageMethod_1)); } inline MethodInfo_t * get_processMessageMethod_1() const { return ___processMessageMethod_1; } inline MethodInfo_t ** get_address_of_processMessageMethod_1() { return &___processMessageMethod_1; } inline void set_processMessageMethod_1(MethodInfo_t * value) { ___processMessageMethod_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___processMessageMethod_1), (void*)value); } }; // System.Runtime.Remoting.Contexts.CrossContextChannel struct CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD : public RuntimeObject { public: public: }; // System.Security.Cryptography.CryptoAPITransform struct CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E : public RuntimeObject { public: // System.Boolean System.Security.Cryptography.CryptoAPITransform::m_disposed bool ___m_disposed_0; public: inline static int32_t get_offset_of_m_disposed_0() { return static_cast(offsetof(CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E, ___m_disposed_0)); } inline bool get_m_disposed_0() const { return ___m_disposed_0; } inline bool* get_address_of_m_disposed_0() { return &___m_disposed_0; } inline void set_m_disposed_0(bool value) { ___m_disposed_0 = value; } }; // System.Security.Cryptography.CryptoConfig struct CryptoConfig_t5297629E49F03FDF457B06824EB6271AC1E8AC57 : public RuntimeObject { public: public: }; // Mono.Security.Cryptography.CryptoConvert struct CryptoConvert_t0DF3B484970797D56A01931198760A8DFAC7BD67 : public RuntimeObject { public: public: }; // System.Security.Cryptography.CspKeyContainerInfo struct CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 : public RuntimeObject { public: // System.Security.Cryptography.CspParameters System.Security.Cryptography.CspKeyContainerInfo::_params CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ____params_0; // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::_random bool ____random_1; public: inline static int32_t get_offset_of__params_0() { return static_cast(offsetof(CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421, ____params_0)); } inline CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * get__params_0() const { return ____params_0; } inline CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC ** get_address_of__params_0() { return &____params_0; } inline void set__params_0(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * value) { ____params_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_0), (void*)value); } inline static int32_t get_offset_of__random_1() { return static_cast(offsetof(CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421, ____random_1)); } inline bool get__random_1() const { return ____random_1; } inline bool* get_address_of__random_1() { return &____random_1; } inline void set__random_1(bool value) { ____random_1 = value; } }; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529 : public RuntimeObject { public: // System.String System.Globalization.CultureData::sAM1159 String_t* ___sAM1159_0; // System.String System.Globalization.CultureData::sPM2359 String_t* ___sPM2359_1; // System.String System.Globalization.CultureData::sTimeSeparator String_t* ___sTimeSeparator_2; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::saLongTimes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saLongTimes_3; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::saShortTimes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___saShortTimes_4; // System.Int32 System.Globalization.CultureData::iFirstDayOfWeek int32_t ___iFirstDayOfWeek_5; // System.Int32 System.Globalization.CultureData::iFirstWeekOfYear int32_t ___iFirstWeekOfYear_6; // System.Int32[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::waCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___waCalendars_7; // System.Globalization.CalendarData[] System.Globalization.CultureData::calendars CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* ___calendars_8; // System.String System.Globalization.CultureData::sISO639Language String_t* ___sISO639Language_9; // System.String System.Globalization.CultureData::sRealName String_t* ___sRealName_10; // System.Boolean System.Globalization.CultureData::bUseOverrides bool ___bUseOverrides_11; // System.Int32 System.Globalization.CultureData::calendarId int32_t ___calendarId_12; // System.Int32 System.Globalization.CultureData::numberIndex int32_t ___numberIndex_13; // System.Int32 System.Globalization.CultureData::iDefaultAnsiCodePage int32_t ___iDefaultAnsiCodePage_14; // System.Int32 System.Globalization.CultureData::iDefaultOemCodePage int32_t ___iDefaultOemCodePage_15; // System.Int32 System.Globalization.CultureData::iDefaultMacCodePage int32_t ___iDefaultMacCodePage_16; // System.Int32 System.Globalization.CultureData::iDefaultEbcdicCodePage int32_t ___iDefaultEbcdicCodePage_17; // System.Boolean System.Globalization.CultureData::isRightToLeft bool ___isRightToLeft_18; // System.String System.Globalization.CultureData::sListSeparator String_t* ___sListSeparator_19; public: inline static int32_t get_offset_of_sAM1159_0() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sAM1159_0)); } inline String_t* get_sAM1159_0() const { return ___sAM1159_0; } inline String_t** get_address_of_sAM1159_0() { return &___sAM1159_0; } inline void set_sAM1159_0(String_t* value) { ___sAM1159_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sAM1159_0), (void*)value); } inline static int32_t get_offset_of_sPM2359_1() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sPM2359_1)); } inline String_t* get_sPM2359_1() const { return ___sPM2359_1; } inline String_t** get_address_of_sPM2359_1() { return &___sPM2359_1; } inline void set_sPM2359_1(String_t* value) { ___sPM2359_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___sPM2359_1), (void*)value); } inline static int32_t get_offset_of_sTimeSeparator_2() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sTimeSeparator_2)); } inline String_t* get_sTimeSeparator_2() const { return ___sTimeSeparator_2; } inline String_t** get_address_of_sTimeSeparator_2() { return &___sTimeSeparator_2; } inline void set_sTimeSeparator_2(String_t* value) { ___sTimeSeparator_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sTimeSeparator_2), (void*)value); } inline static int32_t get_offset_of_saLongTimes_3() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___saLongTimes_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saLongTimes_3() const { return ___saLongTimes_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saLongTimes_3() { return &___saLongTimes_3; } inline void set_saLongTimes_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saLongTimes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___saLongTimes_3), (void*)value); } inline static int32_t get_offset_of_saShortTimes_4() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___saShortTimes_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_saShortTimes_4() const { return ___saShortTimes_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_saShortTimes_4() { return &___saShortTimes_4; } inline void set_saShortTimes_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___saShortTimes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___saShortTimes_4), (void*)value); } inline static int32_t get_offset_of_iFirstDayOfWeek_5() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iFirstDayOfWeek_5)); } inline int32_t get_iFirstDayOfWeek_5() const { return ___iFirstDayOfWeek_5; } inline int32_t* get_address_of_iFirstDayOfWeek_5() { return &___iFirstDayOfWeek_5; } inline void set_iFirstDayOfWeek_5(int32_t value) { ___iFirstDayOfWeek_5 = value; } inline static int32_t get_offset_of_iFirstWeekOfYear_6() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iFirstWeekOfYear_6)); } inline int32_t get_iFirstWeekOfYear_6() const { return ___iFirstWeekOfYear_6; } inline int32_t* get_address_of_iFirstWeekOfYear_6() { return &___iFirstWeekOfYear_6; } inline void set_iFirstWeekOfYear_6(int32_t value) { ___iFirstWeekOfYear_6 = value; } inline static int32_t get_offset_of_waCalendars_7() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___waCalendars_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_waCalendars_7() const { return ___waCalendars_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_waCalendars_7() { return &___waCalendars_7; } inline void set_waCalendars_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___waCalendars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___waCalendars_7), (void*)value); } inline static int32_t get_offset_of_calendars_8() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___calendars_8)); } inline CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* get_calendars_8() const { return ___calendars_8; } inline CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7** get_address_of_calendars_8() { return &___calendars_8; } inline void set_calendars_8(CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* value) { ___calendars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendars_8), (void*)value); } inline static int32_t get_offset_of_sISO639Language_9() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sISO639Language_9)); } inline String_t* get_sISO639Language_9() const { return ___sISO639Language_9; } inline String_t** get_address_of_sISO639Language_9() { return &___sISO639Language_9; } inline void set_sISO639Language_9(String_t* value) { ___sISO639Language_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___sISO639Language_9), (void*)value); } inline static int32_t get_offset_of_sRealName_10() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sRealName_10)); } inline String_t* get_sRealName_10() const { return ___sRealName_10; } inline String_t** get_address_of_sRealName_10() { return &___sRealName_10; } inline void set_sRealName_10(String_t* value) { ___sRealName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___sRealName_10), (void*)value); } inline static int32_t get_offset_of_bUseOverrides_11() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___bUseOverrides_11)); } inline bool get_bUseOverrides_11() const { return ___bUseOverrides_11; } inline bool* get_address_of_bUseOverrides_11() { return &___bUseOverrides_11; } inline void set_bUseOverrides_11(bool value) { ___bUseOverrides_11 = value; } inline static int32_t get_offset_of_calendarId_12() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___calendarId_12)); } inline int32_t get_calendarId_12() const { return ___calendarId_12; } inline int32_t* get_address_of_calendarId_12() { return &___calendarId_12; } inline void set_calendarId_12(int32_t value) { ___calendarId_12 = value; } inline static int32_t get_offset_of_numberIndex_13() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___numberIndex_13)); } inline int32_t get_numberIndex_13() const { return ___numberIndex_13; } inline int32_t* get_address_of_numberIndex_13() { return &___numberIndex_13; } inline void set_numberIndex_13(int32_t value) { ___numberIndex_13 = value; } inline static int32_t get_offset_of_iDefaultAnsiCodePage_14() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultAnsiCodePage_14)); } inline int32_t get_iDefaultAnsiCodePage_14() const { return ___iDefaultAnsiCodePage_14; } inline int32_t* get_address_of_iDefaultAnsiCodePage_14() { return &___iDefaultAnsiCodePage_14; } inline void set_iDefaultAnsiCodePage_14(int32_t value) { ___iDefaultAnsiCodePage_14 = value; } inline static int32_t get_offset_of_iDefaultOemCodePage_15() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultOemCodePage_15)); } inline int32_t get_iDefaultOemCodePage_15() const { return ___iDefaultOemCodePage_15; } inline int32_t* get_address_of_iDefaultOemCodePage_15() { return &___iDefaultOemCodePage_15; } inline void set_iDefaultOemCodePage_15(int32_t value) { ___iDefaultOemCodePage_15 = value; } inline static int32_t get_offset_of_iDefaultMacCodePage_16() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultMacCodePage_16)); } inline int32_t get_iDefaultMacCodePage_16() const { return ___iDefaultMacCodePage_16; } inline int32_t* get_address_of_iDefaultMacCodePage_16() { return &___iDefaultMacCodePage_16; } inline void set_iDefaultMacCodePage_16(int32_t value) { ___iDefaultMacCodePage_16 = value; } inline static int32_t get_offset_of_iDefaultEbcdicCodePage_17() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___iDefaultEbcdicCodePage_17)); } inline int32_t get_iDefaultEbcdicCodePage_17() const { return ___iDefaultEbcdicCodePage_17; } inline int32_t* get_address_of_iDefaultEbcdicCodePage_17() { return &___iDefaultEbcdicCodePage_17; } inline void set_iDefaultEbcdicCodePage_17(int32_t value) { ___iDefaultEbcdicCodePage_17 = value; } inline static int32_t get_offset_of_isRightToLeft_18() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___isRightToLeft_18)); } inline bool get_isRightToLeft_18() const { return ___isRightToLeft_18; } inline bool* get_address_of_isRightToLeft_18() { return &___isRightToLeft_18; } inline void set_isRightToLeft_18(bool value) { ___isRightToLeft_18 = value; } inline static int32_t get_offset_of_sListSeparator_19() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529, ___sListSeparator_19)); } inline String_t* get_sListSeparator_19() const { return ___sListSeparator_19; } inline String_t** get_address_of_sListSeparator_19() { return &___sListSeparator_19; } inline void set_sListSeparator_19(String_t* value) { ___sListSeparator_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sListSeparator_19), (void*)value); } }; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields { public: // System.Globalization.CultureData System.Globalization.CultureData::s_Invariant CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___s_Invariant_20; public: inline static int32_t get_offset_of_s_Invariant_20() { return static_cast(offsetof(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields, ___s_Invariant_20)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_s_Invariant_20() const { return ___s_Invariant_20; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_s_Invariant_20() { return &___s_Invariant_20; } inline void set_s_Invariant_20(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___s_Invariant_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_20), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke { char* ___sAM1159_0; char* ___sPM2359_1; char* ___sTimeSeparator_2; char** ___saLongTimes_3; char** ___saShortTimes_4; int32_t ___iFirstDayOfWeek_5; int32_t ___iFirstWeekOfYear_6; Il2CppSafeArray/*NONE*/* ___waCalendars_7; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke** ___calendars_8; char* ___sISO639Language_9; char* ___sRealName_10; int32_t ___bUseOverrides_11; int32_t ___calendarId_12; int32_t ___numberIndex_13; int32_t ___iDefaultAnsiCodePage_14; int32_t ___iDefaultOemCodePage_15; int32_t ___iDefaultMacCodePage_16; int32_t ___iDefaultEbcdicCodePage_17; int32_t ___isRightToLeft_18; char* ___sListSeparator_19; }; // Native definition for COM marshalling of System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com { Il2CppChar* ___sAM1159_0; Il2CppChar* ___sPM2359_1; Il2CppChar* ___sTimeSeparator_2; Il2CppChar** ___saLongTimes_3; Il2CppChar** ___saShortTimes_4; int32_t ___iFirstDayOfWeek_5; int32_t ___iFirstWeekOfYear_6; Il2CppSafeArray/*NONE*/* ___waCalendars_7; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com** ___calendars_8; Il2CppChar* ___sISO639Language_9; Il2CppChar* ___sRealName_10; int32_t ___bUseOverrides_11; int32_t ___calendarId_12; int32_t ___numberIndex_13; int32_t ___iDefaultAnsiCodePage_14; int32_t ___iDefaultOemCodePage_15; int32_t ___iDefaultMacCodePage_16; int32_t ___iDefaultEbcdicCodePage_17; int32_t ___isRightToLeft_18; Il2CppChar* ___sListSeparator_19; }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___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_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___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_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Runtime.Remoting.Messaging.ErrorMessage struct ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Messaging.ErrorMessage::_uri String_t* ____uri_0; public: inline static int32_t get_offset_of__uri_0() { return static_cast(offsetof(ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4, ____uri_0)); } inline String_t* get__uri_0() const { return ____uri_0; } inline String_t** get_address_of__uri_0() { return &____uri_0; } inline void set__uri_0(String_t* value) { ____uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_0), (void*)value); } }; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue int32_t ___HashSizeValue_0; // System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___HashValue_1; // System.Int32 System.Security.Cryptography.HashAlgorithm::State int32_t ___State_2; // System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed bool ___m_bDisposed_3; public: inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashSizeValue_0)); } inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; } inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; } inline void set_HashSizeValue_0(int32_t value) { ___HashSizeValue_0 = value; } inline static int32_t get_offset_of_HashValue_1() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___HashValue_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_HashValue_1() const { return ___HashValue_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_HashValue_1() { return &___HashValue_1; } inline void set_HashValue_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___HashValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value); } inline static int32_t get_offset_of_State_2() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___State_2)); } inline int32_t get_State_2() const { return ___State_2; } inline int32_t* get_address_of_State_2() { return &___State_2; } inline void set_State_2(int32_t value) { ___State_2 = value; } inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast(offsetof(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31, ___m_bDisposed_3)); } inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; } inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; } inline void set_m_bDisposed_3(bool value) { ___m_bDisposed_3 = value; } }; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Identity::_objectUri String_t* ____objectUri_0; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_channelSink RuntimeObject* ____channelSink_1; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_envoySink RuntimeObject* ____envoySink_2; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_clientDynamicProperties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ____clientDynamicProperties_3; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ____serverDynamicProperties_4; // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ____objRef_5; // System.Boolean System.Runtime.Remoting.Identity::_disposed bool ____disposed_6; public: inline static int32_t get_offset_of__objectUri_0() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____objectUri_0)); } inline String_t* get__objectUri_0() const { return ____objectUri_0; } inline String_t** get_address_of__objectUri_0() { return &____objectUri_0; } inline void set__objectUri_0(String_t* value) { ____objectUri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectUri_0), (void*)value); } inline static int32_t get_offset_of__channelSink_1() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____channelSink_1)); } inline RuntimeObject* get__channelSink_1() const { return ____channelSink_1; } inline RuntimeObject** get_address_of__channelSink_1() { return &____channelSink_1; } inline void set__channelSink_1(RuntimeObject* value) { ____channelSink_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____channelSink_1), (void*)value); } inline static int32_t get_offset_of__envoySink_2() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____envoySink_2)); } inline RuntimeObject* get__envoySink_2() const { return ____envoySink_2; } inline RuntimeObject** get_address_of__envoySink_2() { return &____envoySink_2; } inline void set__envoySink_2(RuntimeObject* value) { ____envoySink_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____envoySink_2), (void*)value); } inline static int32_t get_offset_of__clientDynamicProperties_3() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____clientDynamicProperties_3)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get__clientDynamicProperties_3() const { return ____clientDynamicProperties_3; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of__clientDynamicProperties_3() { return &____clientDynamicProperties_3; } inline void set__clientDynamicProperties_3(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ____clientDynamicProperties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____clientDynamicProperties_3), (void*)value); } inline static int32_t get_offset_of__serverDynamicProperties_4() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____serverDynamicProperties_4)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get__serverDynamicProperties_4() const { return ____serverDynamicProperties_4; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of__serverDynamicProperties_4() { return &____serverDynamicProperties_4; } inline void set__serverDynamicProperties_4(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ____serverDynamicProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverDynamicProperties_4), (void*)value); } inline static int32_t get_offset_of__objRef_5() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____objRef_5)); } inline ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * get__objRef_5() const { return ____objRef_5; } inline ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 ** get_address_of__objRef_5() { return &____objRef_5; } inline void set__objRef_5(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * value) { ____objRef_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____objRef_5), (void*)value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.MethodResponse struct MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Messaging.MethodResponse::_methodName String_t* ____methodName_0; // System.String System.Runtime.Remoting.Messaging.MethodResponse::_uri String_t* ____uri_1; // System.String System.Runtime.Remoting.Messaging.MethodResponse::_typeName String_t* ____typeName_2; // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.MethodResponse::_methodBase MethodBase_t * ____methodBase_3; // System.Object System.Runtime.Remoting.Messaging.MethodResponse::_returnValue RuntimeObject * ____returnValue_4; // System.Exception System.Runtime.Remoting.Messaging.MethodResponse::_exception Exception_t * ____exception_5; // System.Type[] System.Runtime.Remoting.Messaging.MethodResponse::_methodSignature TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____methodSignature_6; // System.Runtime.Remoting.Messaging.ArgInfo System.Runtime.Remoting.Messaging.MethodResponse::_inArgInfo ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 * ____inArgInfo_7; // System.Object[] System.Runtime.Remoting.Messaging.MethodResponse::_args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____args_8; // System.Object[] System.Runtime.Remoting.Messaging.MethodResponse::_outArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____outArgs_9; // System.Runtime.Remoting.Messaging.IMethodCallMessage System.Runtime.Remoting.Messaging.MethodResponse::_callMsg RuntimeObject* ____callMsg_10; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.MethodResponse::_callContext LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____callContext_11; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Messaging.MethodResponse::_targetIdentity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____targetIdentity_12; // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodResponse::ExternalProperties RuntimeObject* ___ExternalProperties_13; // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodResponse::InternalProperties RuntimeObject* ___InternalProperties_14; public: inline static int32_t get_offset_of__methodName_0() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____methodName_0)); } inline String_t* get__methodName_0() const { return ____methodName_0; } inline String_t** get_address_of__methodName_0() { return &____methodName_0; } inline void set__methodName_0(String_t* value) { ____methodName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodName_0), (void*)value); } inline static int32_t get_offset_of__uri_1() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____uri_1)); } inline String_t* get__uri_1() const { return ____uri_1; } inline String_t** get_address_of__uri_1() { return &____uri_1; } inline void set__uri_1(String_t* value) { ____uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_1), (void*)value); } inline static int32_t get_offset_of__typeName_2() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____typeName_2)); } inline String_t* get__typeName_2() const { return ____typeName_2; } inline String_t** get_address_of__typeName_2() { return &____typeName_2; } inline void set__typeName_2(String_t* value) { ____typeName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeName_2), (void*)value); } inline static int32_t get_offset_of__methodBase_3() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____methodBase_3)); } inline MethodBase_t * get__methodBase_3() const { return ____methodBase_3; } inline MethodBase_t ** get_address_of__methodBase_3() { return &____methodBase_3; } inline void set__methodBase_3(MethodBase_t * value) { ____methodBase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodBase_3), (void*)value); } inline static int32_t get_offset_of__returnValue_4() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____returnValue_4)); } inline RuntimeObject * get__returnValue_4() const { return ____returnValue_4; } inline RuntimeObject ** get_address_of__returnValue_4() { return &____returnValue_4; } inline void set__returnValue_4(RuntimeObject * value) { ____returnValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnValue_4), (void*)value); } inline static int32_t get_offset_of__exception_5() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____exception_5)); } inline Exception_t * get__exception_5() const { return ____exception_5; } inline Exception_t ** get_address_of__exception_5() { return &____exception_5; } inline void set__exception_5(Exception_t * value) { ____exception_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____exception_5), (void*)value); } inline static int32_t get_offset_of__methodSignature_6() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____methodSignature_6)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__methodSignature_6() const { return ____methodSignature_6; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__methodSignature_6() { return &____methodSignature_6; } inline void set__methodSignature_6(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____methodSignature_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodSignature_6), (void*)value); } inline static int32_t get_offset_of__inArgInfo_7() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____inArgInfo_7)); } inline ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 * get__inArgInfo_7() const { return ____inArgInfo_7; } inline ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 ** get_address_of__inArgInfo_7() { return &____inArgInfo_7; } inline void set__inArgInfo_7(ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 * value) { ____inArgInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____inArgInfo_7), (void*)value); } inline static int32_t get_offset_of__args_8() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____args_8)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__args_8() const { return ____args_8; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__args_8() { return &____args_8; } inline void set__args_8(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____args_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____args_8), (void*)value); } inline static int32_t get_offset_of__outArgs_9() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____outArgs_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__outArgs_9() const { return ____outArgs_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__outArgs_9() { return &____outArgs_9; } inline void set__outArgs_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____outArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____outArgs_9), (void*)value); } inline static int32_t get_offset_of__callMsg_10() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____callMsg_10)); } inline RuntimeObject* get__callMsg_10() const { return ____callMsg_10; } inline RuntimeObject** get_address_of__callMsg_10() { return &____callMsg_10; } inline void set__callMsg_10(RuntimeObject* value) { ____callMsg_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____callMsg_10), (void*)value); } inline static int32_t get_offset_of__callContext_11() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____callContext_11)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__callContext_11() const { return ____callContext_11; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__callContext_11() { return &____callContext_11; } inline void set__callContext_11(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____callContext_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____callContext_11), (void*)value); } inline static int32_t get_offset_of__targetIdentity_12() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ____targetIdentity_12)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get__targetIdentity_12() const { return ____targetIdentity_12; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of__targetIdentity_12() { return &____targetIdentity_12; } inline void set__targetIdentity_12(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ____targetIdentity_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetIdentity_12), (void*)value); } inline static int32_t get_offset_of_ExternalProperties_13() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ___ExternalProperties_13)); } inline RuntimeObject* get_ExternalProperties_13() const { return ___ExternalProperties_13; } inline RuntimeObject** get_address_of_ExternalProperties_13() { return &___ExternalProperties_13; } inline void set_ExternalProperties_13(RuntimeObject* value) { ___ExternalProperties_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExternalProperties_13), (void*)value); } inline static int32_t get_offset_of_InternalProperties_14() { return static_cast(offsetof(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5, ___InternalProperties_14)); } inline RuntimeObject* get_InternalProperties_14() const { return ___InternalProperties_14; } inline RuntimeObject** get_address_of_InternalProperties_14() { return &___InternalProperties_14; } inline void set_InternalProperties_14(RuntimeObject* value) { ___InternalProperties_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalProperties_14), (void*)value); } }; // System.Security.AccessControl.ObjectSecurity struct ObjectSecurity_t64879BF6B187F68027314152638B89920BC78DC7 : public RuntimeObject { public: public: }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.ReturnMessage struct ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 : public RuntimeObject { public: // System.Object[] System.Runtime.Remoting.Messaging.ReturnMessage::_outArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____outArgs_0; // System.Object[] System.Runtime.Remoting.Messaging.ReturnMessage::_args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____args_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.ReturnMessage::_callCtx LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____callCtx_2; // System.Object System.Runtime.Remoting.Messaging.ReturnMessage::_returnValue RuntimeObject * ____returnValue_3; // System.String System.Runtime.Remoting.Messaging.ReturnMessage::_uri String_t* ____uri_4; // System.Exception System.Runtime.Remoting.Messaging.ReturnMessage::_exception Exception_t * ____exception_5; // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.ReturnMessage::_methodBase MethodBase_t * ____methodBase_6; // System.String System.Runtime.Remoting.Messaging.ReturnMessage::_methodName String_t* ____methodName_7; // System.Type[] System.Runtime.Remoting.Messaging.ReturnMessage::_methodSignature TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____methodSignature_8; // System.String System.Runtime.Remoting.Messaging.ReturnMessage::_typeName String_t* ____typeName_9; // System.Runtime.Remoting.Messaging.MethodReturnDictionary System.Runtime.Remoting.Messaging.ReturnMessage::_properties MethodReturnDictionary_tCD3B3B0F69F53EF7653CB5E6B175628E8FD54531 * ____properties_10; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Messaging.ReturnMessage::_targetIdentity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____targetIdentity_11; // System.Runtime.Remoting.Messaging.ArgInfo System.Runtime.Remoting.Messaging.ReturnMessage::_inArgInfo ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 * ____inArgInfo_12; public: inline static int32_t get_offset_of__outArgs_0() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____outArgs_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__outArgs_0() const { return ____outArgs_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__outArgs_0() { return &____outArgs_0; } inline void set__outArgs_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____outArgs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____outArgs_0), (void*)value); } inline static int32_t get_offset_of__args_1() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____args_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__args_1() const { return ____args_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__args_1() { return &____args_1; } inline void set__args_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____args_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____args_1), (void*)value); } inline static int32_t get_offset_of__callCtx_2() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____callCtx_2)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__callCtx_2() const { return ____callCtx_2; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__callCtx_2() { return &____callCtx_2; } inline void set__callCtx_2(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____callCtx_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____callCtx_2), (void*)value); } inline static int32_t get_offset_of__returnValue_3() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____returnValue_3)); } inline RuntimeObject * get__returnValue_3() const { return ____returnValue_3; } inline RuntimeObject ** get_address_of__returnValue_3() { return &____returnValue_3; } inline void set__returnValue_3(RuntimeObject * value) { ____returnValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnValue_3), (void*)value); } inline static int32_t get_offset_of__uri_4() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____uri_4)); } inline String_t* get__uri_4() const { return ____uri_4; } inline String_t** get_address_of__uri_4() { return &____uri_4; } inline void set__uri_4(String_t* value) { ____uri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_4), (void*)value); } inline static int32_t get_offset_of__exception_5() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____exception_5)); } inline Exception_t * get__exception_5() const { return ____exception_5; } inline Exception_t ** get_address_of__exception_5() { return &____exception_5; } inline void set__exception_5(Exception_t * value) { ____exception_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____exception_5), (void*)value); } inline static int32_t get_offset_of__methodBase_6() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____methodBase_6)); } inline MethodBase_t * get__methodBase_6() const { return ____methodBase_6; } inline MethodBase_t ** get_address_of__methodBase_6() { return &____methodBase_6; } inline void set__methodBase_6(MethodBase_t * value) { ____methodBase_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodBase_6), (void*)value); } inline static int32_t get_offset_of__methodName_7() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____methodName_7)); } inline String_t* get__methodName_7() const { return ____methodName_7; } inline String_t** get_address_of__methodName_7() { return &____methodName_7; } inline void set__methodName_7(String_t* value) { ____methodName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodName_7), (void*)value); } inline static int32_t get_offset_of__methodSignature_8() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____methodSignature_8)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__methodSignature_8() const { return ____methodSignature_8; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__methodSignature_8() { return &____methodSignature_8; } inline void set__methodSignature_8(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____methodSignature_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodSignature_8), (void*)value); } inline static int32_t get_offset_of__typeName_9() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____typeName_9)); } inline String_t* get__typeName_9() const { return ____typeName_9; } inline String_t** get_address_of__typeName_9() { return &____typeName_9; } inline void set__typeName_9(String_t* value) { ____typeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeName_9), (void*)value); } inline static int32_t get_offset_of__properties_10() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____properties_10)); } inline MethodReturnDictionary_tCD3B3B0F69F53EF7653CB5E6B175628E8FD54531 * get__properties_10() const { return ____properties_10; } inline MethodReturnDictionary_tCD3B3B0F69F53EF7653CB5E6B175628E8FD54531 ** get_address_of__properties_10() { return &____properties_10; } inline void set__properties_10(MethodReturnDictionary_tCD3B3B0F69F53EF7653CB5E6B175628E8FD54531 * value) { ____properties_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_10), (void*)value); } inline static int32_t get_offset_of__targetIdentity_11() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____targetIdentity_11)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get__targetIdentity_11() const { return ____targetIdentity_11; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of__targetIdentity_11() { return &____targetIdentity_11; } inline void set__targetIdentity_11(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ____targetIdentity_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetIdentity_11), (void*)value); } inline static int32_t get_offset_of__inArgInfo_12() { return static_cast(offsetof(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9, ____inArgInfo_12)); } inline ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 * get__inArgInfo_12() const { return ____inArgInfo_12; } inline ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 ** get_address_of__inArgInfo_12() { return &____inArgInfo_12; } inline void set__inArgInfo_12(ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2 * value) { ____inArgInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____inArgInfo_12), (void*)value); } }; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 : public RuntimeObject { public: // System.Int32 System.Security.SecureString::length int32_t ___length_0; // System.Boolean System.Security.SecureString::disposed bool ___disposed_1; // System.Byte[] System.Security.SecureString::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94, ___data_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_2() const { return ___data_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_2() { return &___data_2; } inline void set_data_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A : public RuntimeObject { public: // System.String System.Security.Cryptography.SignatureDescription::_strKey String_t* ____strKey_0; // System.String System.Security.Cryptography.SignatureDescription::_strDigest String_t* ____strDigest_1; // System.String System.Security.Cryptography.SignatureDescription::_strFormatter String_t* ____strFormatter_2; // System.String System.Security.Cryptography.SignatureDescription::_strDeformatter String_t* ____strDeformatter_3; public: inline static int32_t get_offset_of__strKey_0() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strKey_0)); } inline String_t* get__strKey_0() const { return ____strKey_0; } inline String_t** get_address_of__strKey_0() { return &____strKey_0; } inline void set__strKey_0(String_t* value) { ____strKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____strKey_0), (void*)value); } inline static int32_t get_offset_of__strDigest_1() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strDigest_1)); } inline String_t* get__strDigest_1() const { return ____strDigest_1; } inline String_t** get_address_of__strDigest_1() { return &____strDigest_1; } inline void set__strDigest_1(String_t* value) { ____strDigest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____strDigest_1), (void*)value); } inline static int32_t get_offset_of__strFormatter_2() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strFormatter_2)); } inline String_t* get__strFormatter_2() const { return ____strFormatter_2; } inline String_t** get_address_of__strFormatter_2() { return &____strFormatter_2; } inline void set__strFormatter_2(String_t* value) { ____strFormatter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____strFormatter_2), (void*)value); } inline static int32_t get_offset_of__strDeformatter_3() { return static_cast(offsetof(SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A, ____strDeformatter_3)); } inline String_t* get__strDeformatter_3() const { return ____strDeformatter_3; } inline String_t** get_address_of__strDeformatter_3() { return &____strDeformatter_3; } inline void set__strDeformatter_3(String_t* value) { ____strDeformatter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____strDeformatter_3), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink struct ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99 : public RuntimeObject { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink::_next RuntimeObject* ____next_0; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink::_context Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____context_1; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink::_call RuntimeObject* ____call_2; public: inline static int32_t get_offset_of__next_0() { return static_cast(offsetof(ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99, ____next_0)); } inline RuntimeObject* get__next_0() const { return ____next_0; } inline RuntimeObject** get_address_of__next_0() { return &____next_0; } inline void set__next_0(RuntimeObject* value) { ____next_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_0), (void*)value); } inline static int32_t get_offset_of__context_1() { return static_cast(offsetof(ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99, ____context_1)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__context_1() const { return ____context_1; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__context_1() { return &____context_1; } inline void set__context_1(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____context_1), (void*)value); } inline static int32_t get_offset_of__call_2() { return static_cast(offsetof(ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99, ____call_2)); } inline RuntimeObject* get__call_2() const { return ____call_2; } inline RuntimeObject** get_address_of__call_2() { return &____call_2; } inline void set__call_2(RuntimeObject* value) { ____call_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____call_2), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_task_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_0() const { return ___m_task_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Runtime.Remoting.Messaging.CADMethodCallMessage struct CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 : public CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7 { public: // System.String System.Runtime.Remoting.Messaging.CADMethodCallMessage::_uri String_t* ____uri_5; public: inline static int32_t get_offset_of__uri_5() { return static_cast(offsetof(CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906, ____uri_5)); } inline String_t* get__uri_5() const { return ____uri_5; } inline String_t** get_address_of__uri_5() { return &____uri_5; } inline void set__uri_5(String_t* value) { ____uri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____uri_5), (void*)value); } }; // System.Runtime.Remoting.Messaging.CADMethodReturnMessage struct CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 : public CADMessageBase_t78A590A87FD9362D67AAD58A88C4062CA0A105C7 { public: // System.Object System.Runtime.Remoting.Messaging.CADMethodReturnMessage::_returnValue RuntimeObject * ____returnValue_5; // System.Runtime.Remoting.Messaging.CADArgHolder System.Runtime.Remoting.Messaging.CADMethodReturnMessage::_exception CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E * ____exception_6; // System.Type[] System.Runtime.Remoting.Messaging.CADMethodReturnMessage::_sig TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____sig_7; public: inline static int32_t get_offset_of__returnValue_5() { return static_cast(offsetof(CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272, ____returnValue_5)); } inline RuntimeObject * get__returnValue_5() const { return ____returnValue_5; } inline RuntimeObject ** get_address_of__returnValue_5() { return &____returnValue_5; } inline void set__returnValue_5(RuntimeObject * value) { ____returnValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnValue_5), (void*)value); } inline static int32_t get_offset_of__exception_6() { return static_cast(offsetof(CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272, ____exception_6)); } inline CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E * get__exception_6() const { return ____exception_6; } inline CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E ** get_address_of__exception_6() { return &____exception_6; } inline void set__exception_6(CADArgHolder_tF834CE7AC93B38AABC332460CBAB127B82A9389E * value) { ____exception_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____exception_6), (void*)value); } inline static int32_t get_offset_of__sig_7() { return static_cast(offsetof(CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272, ____sig_7)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__sig_7() const { return ____sig_7; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__sig_7() { return &____sig_7; } inline void set__sig_7(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____sig_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____sig_7), (void*)value); } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Security.AccessControl.CommonObjectSecurity struct CommonObjectSecurity_tB022FA267C08AC50F480EE966BED1B3996E195A3 : public ObjectSecurity_t64879BF6B187F68027314152638B89920BC78DC7 { public: public: }; // System.Coord struct Coord_tC91F4C76F249B7D08375D2F4066B39D2E5B35766 { public: // System.Int16 System.Coord::X int16_t ___X_0; // System.Int16 System.Coord::Y int16_t ___Y_1; public: inline static int32_t get_offset_of_X_0() { return static_cast(offsetof(Coord_tC91F4C76F249B7D08375D2F4066B39D2E5B35766, ___X_0)); } inline int16_t get_X_0() const { return ___X_0; } inline int16_t* get_address_of_X_0() { return &___X_0; } inline void set_X_0(int16_t value) { ___X_0 = value; } inline static int32_t get_offset_of_Y_1() { return static_cast(offsetof(Coord_tC91F4C76F249B7D08375D2F4066B39D2E5B35766, ___Y_1)); } inline int16_t get_Y_1() const { return ___Y_1; } inline int16_t* get_address_of_Y_1() { return &___Y_1; } inline void set_Y_1(int16_t value) { ___Y_1 = value; } }; // System.Security.Cryptography.DSA struct DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 { public: // System.Byte[] System.Security.Cryptography.DSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_0; // System.Byte[] System.Security.Cryptography.DSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_1; // System.Byte[] System.Security.Cryptography.DSAParameters::G ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___G_2; // System.Byte[] System.Security.Cryptography.DSAParameters::Y ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Y_3; // System.Byte[] System.Security.Cryptography.DSAParameters::J ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___J_4; // System.Byte[] System.Security.Cryptography.DSAParameters::X ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___X_5; // System.Byte[] System.Security.Cryptography.DSAParameters::Seed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Seed_6; // System.Int32 System.Security.Cryptography.DSAParameters::Counter int32_t ___Counter_7; public: inline static int32_t get_offset_of_P_0() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___P_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_0() const { return ___P_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_0() { return &___P_0; } inline void set_P_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_0), (void*)value); } inline static int32_t get_offset_of_Q_1() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Q_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_1() const { return ___Q_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_1() { return &___Q_1; } inline void set_Q_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_1), (void*)value); } inline static int32_t get_offset_of_G_2() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___G_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_G_2() const { return ___G_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_G_2() { return &___G_2; } inline void set_G_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___G_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___G_2), (void*)value); } inline static int32_t get_offset_of_Y_3() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Y_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Y_3() const { return ___Y_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Y_3() { return &___Y_3; } inline void set_Y_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Y_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Y_3), (void*)value); } inline static int32_t get_offset_of_J_4() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___J_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_J_4() const { return ___J_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_J_4() { return &___J_4; } inline void set_J_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___J_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___J_4), (void*)value); } inline static int32_t get_offset_of_X_5() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___X_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_X_5() const { return ___X_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_X_5() { return &___X_5; } inline void set_X_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___X_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___X_5), (void*)value); } inline static int32_t get_offset_of_Seed_6() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Seed_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Seed_6() const { return ___Seed_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Seed_6() { return &___Seed_6; } inline void set_Seed_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Seed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Seed_6), (void*)value); } inline static int32_t get_offset_of_Counter_7() { return static_cast(offsetof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1, ___Counter_7)); } inline int32_t get_Counter_7() const { return ___Counter_7; } inline int32_t* get_address_of_Counter_7() { return &___Counter_7; } inline void set_Counter_7(int32_t value) { ___Counter_7 = value; } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.DSAParameters struct DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1_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_t37819E6A78CC8B484233CBCA9245DC39151018A1_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.Security.Cryptography.DSASignatureDeformatter struct DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6 : public AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 { public: // System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureDeformatter::_dsaKey DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ____dsaKey_0; // System.String System.Security.Cryptography.DSASignatureDeformatter::_oid String_t* ____oid_1; public: inline static int32_t get_offset_of__dsaKey_0() { return static_cast(offsetof(DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6, ____dsaKey_0)); } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * get__dsaKey_0() const { return ____dsaKey_0; } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 ** get_address_of__dsaKey_0() { return &____dsaKey_0; } inline void set__dsaKey_0(DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * value) { ____dsaKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____dsaKey_0), (void*)value); } inline static int32_t get_offset_of__oid_1() { return static_cast(offsetof(DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6, ____oid_1)); } inline String_t* get__oid_1() const { return ____oid_1; } inline String_t** get_address_of__oid_1() { return &____oid_1; } inline void set__oid_1(String_t* value) { ____oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value); } }; // System.Security.Cryptography.DSASignatureDescription struct DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5 : public SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A { public: public: }; // System.Security.Cryptography.DSASignatureFormatter struct DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46 : public AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B { public: // System.Security.Cryptography.DSA System.Security.Cryptography.DSASignatureFormatter::_dsaKey DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ____dsaKey_0; // System.String System.Security.Cryptography.DSASignatureFormatter::_oid String_t* ____oid_1; public: inline static int32_t get_offset_of__dsaKey_0() { return static_cast(offsetof(DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46, ____dsaKey_0)); } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * get__dsaKey_0() const { return ____dsaKey_0; } inline DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 ** get_address_of__dsaKey_0() { return &____dsaKey_0; } inline void set__dsaKey_0(DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * value) { ____dsaKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____dsaKey_0), (void*)value); } inline static int32_t get_offset_of__oid_1() { return static_cast(offsetof(DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46, ____oid_1)); } inline String_t* get__oid_1() const { return ____oid_1; } inline String_t** get_address_of__oid_1() { return &____oid_1; } inline void set__oid_1(String_t* value) { ____oid_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____oid_1), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Security.Cryptography.KeyedHashAlgorithm struct KeyedHashAlgorithm_t681B59FF58ABCA45D1694A36390AF83AAE2F7F08 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: // System.Byte[] System.Security.Cryptography.KeyedHashAlgorithm::KeyValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___KeyValue_4; public: inline static int32_t get_offset_of_KeyValue_4() { return static_cast(offsetof(KeyedHashAlgorithm_t681B59FF58ABCA45D1694A36390AF83AAE2F7F08, ___KeyValue_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_KeyValue_4() const { return ___KeyValue_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_KeyValue_4() { return &___KeyValue_4; } inline void set_KeyValue_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___KeyValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_4), (void*)value); } }; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Security.Cryptography.RIPEMD160 struct RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B : public AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F { public: public: }; // System.Security.Cryptography.RSAPKCS1SignatureDeformatter struct RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 : public AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureDeformatter::rsa RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa_0; // System.String System.Security.Cryptography.RSAPKCS1SignatureDeformatter::hashName String_t* ___hashName_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228, ___rsa_0)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get_rsa_0() const { return ___rsa_0; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_0), (void*)value); } inline static int32_t get_offset_of_hashName_1() { return static_cast(offsetof(RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228, ___hashName_1)); } inline String_t* get_hashName_1() const { return ___hashName_1; } inline String_t** get_address_of_hashName_1() { return &___hashName_1; } inline void set_hashName_1(String_t* value) { ___hashName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashName_1), (void*)value); } }; // System.Security.Cryptography.RSAPKCS1SignatureDescription struct RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 : public SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A { public: // System.String System.Security.Cryptography.RSAPKCS1SignatureDescription::_hashAlgorithm String_t* ____hashAlgorithm_4; public: inline static int32_t get_offset_of__hashAlgorithm_4() { return static_cast(offsetof(RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095, ____hashAlgorithm_4)); } inline String_t* get__hashAlgorithm_4() const { return ____hashAlgorithm_4; } inline String_t** get_address_of__hashAlgorithm_4() { return &____hashAlgorithm_4; } inline void set__hashAlgorithm_4(String_t* value) { ____hashAlgorithm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____hashAlgorithm_4), (void*)value); } }; // System.Security.Cryptography.RSAPKCS1SignatureFormatter struct RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 : public AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1SignatureFormatter::rsa RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa_0; // System.String System.Security.Cryptography.RSAPKCS1SignatureFormatter::hash String_t* ___hash_1; public: inline static int32_t get_offset_of_rsa_0() { return static_cast(offsetof(RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6, ___rsa_0)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get_rsa_0() const { return ___rsa_0; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of_rsa_0() { return &___rsa_0; } inline void set_rsa_0(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ___rsa_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_0), (void*)value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6, ___hash_1)); } inline String_t* get_hash_1() const { return ___hash_1; } inline String_t** get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(String_t* value) { ___hash_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___hash_1), (void*)value); } }; // System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 { public: // System.Byte[] System.Security.Cryptography.RSAParameters::Exponent ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Exponent_0; // System.Byte[] System.Security.Cryptography.RSAParameters::Modulus ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Modulus_1; // System.Byte[] System.Security.Cryptography.RSAParameters::P ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___P_2; // System.Byte[] System.Security.Cryptography.RSAParameters::Q ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___Q_3; // System.Byte[] System.Security.Cryptography.RSAParameters::DP ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DP_4; // System.Byte[] System.Security.Cryptography.RSAParameters::DQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___DQ_5; // System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___InverseQ_6; // System.Byte[] System.Security.Cryptography.RSAParameters::D ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___D_7; public: inline static int32_t get_offset_of_Exponent_0() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Exponent_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Exponent_0() const { return ___Exponent_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Exponent_0() { return &___Exponent_0; } inline void set_Exponent_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Exponent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Exponent_0), (void*)value); } inline static int32_t get_offset_of_Modulus_1() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Modulus_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Modulus_1() const { return ___Modulus_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Modulus_1() { return &___Modulus_1; } inline void set_Modulus_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Modulus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Modulus_1), (void*)value); } inline static int32_t get_offset_of_P_2() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___P_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_P_2() const { return ___P_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_P_2() { return &___P_2; } inline void set_P_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___P_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___P_2), (void*)value); } inline static int32_t get_offset_of_Q_3() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___Q_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_Q_3() const { return ___Q_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_Q_3() { return &___Q_3; } inline void set_Q_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___Q_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_3), (void*)value); } inline static int32_t get_offset_of_DP_4() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DP_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DP_4() const { return ___DP_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DP_4() { return &___DP_4; } inline void set_DP_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DP_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DP_4), (void*)value); } inline static int32_t get_offset_of_DQ_5() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___DQ_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_DQ_5() const { return ___DQ_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_DQ_5() { return &___DQ_5; } inline void set_DQ_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___DQ_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DQ_5), (void*)value); } inline static int32_t get_offset_of_InverseQ_6() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___InverseQ_6)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_InverseQ_6() const { return ___InverseQ_6; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_InverseQ_6() { return &___InverseQ_6; } inline void set_InverseQ_6(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___InverseQ_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___InverseQ_6), (void*)value); } inline static int32_t get_offset_of_D_7() { return static_cast(offsetof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28, ___D_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_D_7() const { return ___D_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_D_7() { return &___D_7; } inline void set_D_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___D_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___D_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.RSAParameters struct RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_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_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_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_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Security.Cryptography.SHA1 struct SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.SHA256 struct SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.SHA384 struct SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Security.Cryptography.SHA512 struct SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 : public HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 { public: public: }; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 : public Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 { public: // System.Type System.Runtime.Remoting.ServerIdentity::_objectType Type_t * ____objectType_7; // System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____serverObject_8; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.ServerIdentity::_serverSink RuntimeObject* ____serverSink_9; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::_context Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____context_10; // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * ____lease_11; public: inline static int32_t get_offset_of__objectType_7() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____objectType_7)); } inline Type_t * get__objectType_7() const { return ____objectType_7; } inline Type_t ** get_address_of__objectType_7() { return &____objectType_7; } inline void set__objectType_7(Type_t * value) { ____objectType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectType_7), (void*)value); } inline static int32_t get_offset_of__serverObject_8() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____serverObject_8)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__serverObject_8() const { return ____serverObject_8; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__serverObject_8() { return &____serverObject_8; } inline void set__serverObject_8(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____serverObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverObject_8), (void*)value); } inline static int32_t get_offset_of__serverSink_9() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____serverSink_9)); } inline RuntimeObject* get__serverSink_9() const { return ____serverSink_9; } inline RuntimeObject** get_address_of__serverSink_9() { return &____serverSink_9; } inline void set__serverSink_9(RuntimeObject* value) { ____serverSink_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverSink_9), (void*)value); } inline static int32_t get_offset_of__context_10() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____context_10)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__context_10() const { return ____context_10; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__context_10() { return &____context_10; } inline void set__context_10(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____context_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____context_10), (void*)value); } inline static int32_t get_offset_of__lease_11() { return static_cast(offsetof(ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8, ____lease_11)); } inline Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * get__lease_11() const { return ____lease_11; } inline Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 ** get_address_of__lease_11() { return &____lease_11; } inline void set__lease_11(Lease_tA878061ECC9A466127F00ACF5568EAB267E05641 * value) { ____lease_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____lease_11), (void*)value); } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.Threading.InternalThread System.Threading.Thread::internal_thread InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * ___internal_thread_6; // System.Object System.Threading.Thread::m_ThreadStartArg RuntimeObject * ___m_ThreadStartArg_7; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_8; // System.Security.Principal.IPrincipal System.Threading.Thread::principal RuntimeObject* ___principal_9; // System.Int32 System.Threading.Thread::principal_version int32_t ___principal_version_10; // System.MulticastDelegate System.Threading.Thread::m_Delegate MulticastDelegate_t * ___m_Delegate_12; // System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ExecutionContext_13; // System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope bool ___m_ExecutionContextBelongsToOuterScope_14; public: inline static int32_t get_offset_of_internal_thread_6() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___internal_thread_6)); } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * get_internal_thread_6() const { return ___internal_thread_6; } inline InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB ** get_address_of_internal_thread_6() { return &___internal_thread_6; } inline void set_internal_thread_6(InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB * value) { ___internal_thread_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value); } inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ThreadStartArg_7)); } inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; } inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; } inline void set_m_ThreadStartArg_7(RuntimeObject * value) { ___m_ThreadStartArg_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value); } inline static int32_t get_offset_of_pending_exception_8() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___pending_exception_8)); } inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; } inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; } inline void set_pending_exception_8(RuntimeObject * value) { ___pending_exception_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value); } inline static int32_t get_offset_of_principal_9() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_9)); } inline RuntimeObject* get_principal_9() const { return ___principal_9; } inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; } inline void set_principal_9(RuntimeObject* value) { ___principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value); } inline static int32_t get_offset_of_principal_version_10() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___principal_version_10)); } inline int32_t get_principal_version_10() const { return ___principal_version_10; } inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; } inline void set_principal_version_10(int32_t value) { ___principal_version_10 = value; } inline static int32_t get_offset_of_m_Delegate_12() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_Delegate_12)); } inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; } inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; } inline void set_m_Delegate_12(MulticastDelegate_t * value) { ___m_Delegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContext_13)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; } inline void set_m_ExecutionContext_13(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ExecutionContext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value); } inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414, ___m_ExecutionContextBelongsToOuterScope_14)); } inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; } inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; } inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value) { ___m_ExecutionContextBelongsToOuterScope_14 = value; } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields { public: // System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ___s_LocalDataStoreMgr_0; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentCulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentCulture_4; // System.Threading.AsyncLocal`1 System.Threading.Thread::s_asyncLocalCurrentUICulture AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * ___s_asyncLocalCurrentUICulture_5; public: inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_LocalDataStoreMgr_0)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; } inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ___s_LocalDataStoreMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentCulture_4)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; } inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentCulture_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value); } inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_StaticFields, ___s_asyncLocalCurrentUICulture_5)); } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; } inline AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; } inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349 * value) { ___s_asyncLocalCurrentUICulture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value); } }; struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields { public: // System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ___s_LocalDataStore_1; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentCulture_2; // System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_CurrentUICulture_3; // System.Threading.Thread System.Threading.Thread::current_thread Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * ___current_thread_11; public: inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___s_LocalDataStore_1)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; } inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ___s_LocalDataStore_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value); } inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentCulture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; } inline void set_m_CurrentCulture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentCulture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value); } inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___m_CurrentUICulture_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; } inline void set_m_CurrentUICulture_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_CurrentUICulture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value); } inline static int32_t get_offset_of_current_thread_11() { return static_cast(offsetof(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414_ThreadStaticFields, ___current_thread_11)); } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * get_current_thread_11() const { return ___current_thread_11; } inline Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 ** get_address_of_current_thread_11() { return &___current_thread_11; } inline void set_current_thread_11(Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * value) { ___current_thread_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C { public: // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_task_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_task_0() const { return ___m_task_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_pinvoke { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C_marshaled_com { Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes struct ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 { public: // System.Byte[] System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes::arrResponse ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arrResponse_0; // System.Runtime.Remoting.Messaging.CADMethodReturnMessage System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes::cadMrm CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * ___cadMrm_1; public: inline static int32_t get_offset_of_arrResponse_0() { return static_cast(offsetof(ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9, ___arrResponse_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_arrResponse_0() const { return ___arrResponse_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_arrResponse_0() { return &___arrResponse_0; } inline void set_arrResponse_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___arrResponse_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrResponse_0), (void*)value); } inline static int32_t get_offset_of_cadMrm_1() { return static_cast(offsetof(ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9, ___cadMrm_1)); } inline CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * get_cadMrm_1() const { return ___cadMrm_1; } inline CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 ** get_address_of_cadMrm_1() { return &___cadMrm_1; } inline void set_cadMrm_1(CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * value) { ___cadMrm_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cadMrm_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes struct ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___arrResponse_0; CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * ___cadMrm_1; }; // Native definition for COM marshalling of System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes struct ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9_marshaled_com { Il2CppSafeArray/*NONE*/* ___arrResponse_0; CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * ___cadMrm_1; }; // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable struct HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 { public: union { struct { }; uint8_t HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268__padding[1]; }; public: }; // System.Globalization.CultureInfo/Data struct Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 { public: // System.Int32 System.Globalization.CultureInfo/Data::ansi int32_t ___ansi_0; // System.Int32 System.Globalization.CultureInfo/Data::ebcdic int32_t ___ebcdic_1; // System.Int32 System.Globalization.CultureInfo/Data::mac int32_t ___mac_2; // System.Int32 System.Globalization.CultureInfo/Data::oem int32_t ___oem_3; // System.Boolean System.Globalization.CultureInfo/Data::right_to_left bool ___right_to_left_4; // System.Byte System.Globalization.CultureInfo/Data::list_sep uint8_t ___list_sep_5; public: inline static int32_t get_offset_of_ansi_0() { return static_cast(offsetof(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68, ___ansi_0)); } inline int32_t get_ansi_0() const { return ___ansi_0; } inline int32_t* get_address_of_ansi_0() { return &___ansi_0; } inline void set_ansi_0(int32_t value) { ___ansi_0 = value; } inline static int32_t get_offset_of_ebcdic_1() { return static_cast(offsetof(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68, ___ebcdic_1)); } inline int32_t get_ebcdic_1() const { return ___ebcdic_1; } inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; } inline void set_ebcdic_1(int32_t value) { ___ebcdic_1 = value; } inline static int32_t get_offset_of_mac_2() { return static_cast(offsetof(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68, ___mac_2)); } inline int32_t get_mac_2() const { return ___mac_2; } inline int32_t* get_address_of_mac_2() { return &___mac_2; } inline void set_mac_2(int32_t value) { ___mac_2 = value; } inline static int32_t get_offset_of_oem_3() { return static_cast(offsetof(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68, ___oem_3)); } inline int32_t get_oem_3() const { return ___oem_3; } inline int32_t* get_address_of_oem_3() { return &___oem_3; } inline void set_oem_3(int32_t value) { ___oem_3 = value; } inline static int32_t get_offset_of_right_to_left_4() { return static_cast(offsetof(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68, ___right_to_left_4)); } inline bool get_right_to_left_4() const { return ___right_to_left_4; } inline bool* get_address_of_right_to_left_4() { return &___right_to_left_4; } inline void set_right_to_left_4(bool value) { ___right_to_left_4 = value; } inline static int32_t get_offset_of_list_sep_5() { return static_cast(offsetof(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68, ___list_sep_5)); } inline uint8_t get_list_sep_5() const { return ___list_sep_5; } inline uint8_t* get_address_of_list_sep_5() { return &___list_sep_5; } inline void set_list_sep_5(uint8_t value) { ___list_sep_5 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo/Data struct Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68_marshaled_pinvoke { int32_t ___ansi_0; int32_t ___ebcdic_1; int32_t ___mac_2; int32_t ___oem_3; int32_t ___right_to_left_4; uint8_t ___list_sep_5; }; // Native definition for COM marshalling of System.Globalization.CultureInfo/Data struct Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68_marshaled_com { int32_t ___ansi_0; int32_t ___ebcdic_1; int32_t ___mac_2; int32_t ___oem_3; int32_t ___right_to_left_4; uint8_t ___list_sep_5; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A, ___m_task_2)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD, ___m_task_2)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; struct AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject * ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject * ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * ___AssemblyLoad_11; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___AssemblyResolve_12; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___DomainUnload_13; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * ___ProcessExit_14; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ResourceResolve_15; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___TypeResolve_16; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___UnhandledException_17; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * ___FirstChanceException_18; // System.Object System.AppDomain::_domain_manager RuntimeObject * ____domain_manager_19; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * ___ReflectionOnlyAssemblyResolve_20; // System.Object System.AppDomain::_activation RuntimeObject * ____activation_21; // System.Object System.AppDomain::_applicationIdentity RuntimeObject * ____applicationIdentity_22; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____evidence_6)); } inline RuntimeObject * get__evidence_6() const { return ____evidence_6; } inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(RuntimeObject * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____granted_7)); } inline RuntimeObject * get__granted_7() const { return ____granted_7; } inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(RuntimeObject * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyLoad_11)); } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; } inline AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; } inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_tE06B38463937F6FBCCECF4DF6519F83C1683FE0C * value) { ___AssemblyLoad_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value); } inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___AssemblyResolve_12)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; } inline void set_AssemblyResolve_12(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___AssemblyResolve_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value); } inline static int32_t get_offset_of_DomainUnload_13() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___DomainUnload_13)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_DomainUnload_13() const { return ___DomainUnload_13; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; } inline void set_DomainUnload_13(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___DomainUnload_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value); } inline static int32_t get_offset_of_ProcessExit_14() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ProcessExit_14)); } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * get_ProcessExit_14() const { return ___ProcessExit_14; } inline EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; } inline void set_ProcessExit_14(EventHandler_t084491E53EC706ACA0A15CA17488C075B4ECA44B * value) { ___ProcessExit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value); } inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ResourceResolve_15)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ResourceResolve_15() const { return ___ResourceResolve_15; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; } inline void set_ResourceResolve_15(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ResourceResolve_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value); } inline static int32_t get_offset_of_TypeResolve_16() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___TypeResolve_16)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_TypeResolve_16() const { return ___TypeResolve_16; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; } inline void set_TypeResolve_16(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___TypeResolve_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value); } inline static int32_t get_offset_of_UnhandledException_17() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___UnhandledException_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_UnhandledException_17() const { return ___UnhandledException_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; } inline void set_UnhandledException_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___UnhandledException_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value); } inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___FirstChanceException_18)); } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * get_FirstChanceException_18() const { return ___FirstChanceException_18; } inline EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; } inline void set_FirstChanceException_18(EventHandler_1_t7F26BD2270AD4531F2328FD1382278E975249DF1 * value) { ___FirstChanceException_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value); } inline static int32_t get_offset_of__domain_manager_19() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____domain_manager_19)); } inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; } inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; } inline void set__domain_manager_19(RuntimeObject * value) { ____domain_manager_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___ReflectionOnlyAssemblyResolve_20)); } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; } inline ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; } inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * value) { ___ReflectionOnlyAssemblyResolve_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value); } inline static int32_t get_offset_of__activation_21() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____activation_21)); } inline RuntimeObject * get__activation_21() const { return ____activation_21; } inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; } inline void set__activation_21(RuntimeObject * value) { ____activation_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value); } inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ____applicationIdentity_22)); } inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; } inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; } inline void set__applicationIdentity_22(RuntimeObject * value) { ____applicationIdentity_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value); } inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A, ___compatibility_switch_23)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; } inline void set_compatibility_switch_23(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___compatibility_switch_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____process_guid_2), (void*)value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_StaticFields, ___default_domain_10)); } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value); } }; struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields { public: // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * ___assembly_resolve_in_progress_refonly_5; // System.Object System.AppDomain::_principal RuntimeObject * ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_ThreadStaticFields, ____principal_9)); } inline RuntimeObject * get__principal_9() const { return ____principal_9; } inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject * value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____principal_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_11; Il2CppMethodPointer ___AssemblyResolve_12; Il2CppMethodPointer ___DomainUnload_13; Il2CppMethodPointer ___ProcessExit_14; Il2CppMethodPointer ___ResourceResolve_15; Il2CppMethodPointer ___TypeResolve_16; Il2CppMethodPointer ___UnhandledException_17; Il2CppMethodPointer ___FirstChanceException_18; Il2CppIUnknown* ____domain_manager_19; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20; Il2CppIUnknown* ____activation_21; Il2CppIUnknown* ____applicationIdentity_22; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___compatibility_switch_23; }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; // System.Object System.Reflection.Assembly::_evidence RuntimeObject * ____evidence_2; // System.Object System.Reflection.Assembly::_minimum RuntimeObject * ____minimum_3; // System.Object System.Reflection.Assembly::_optional RuntimeObject * ____optional_4; // System.Object System.Reflection.Assembly::_refuse RuntimeObject * ____refuse_5; // System.Object System.Reflection.Assembly::_granted RuntimeObject * ____granted_6; // System.Object System.Reflection.Assembly::_denied RuntimeObject * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline RuntimeObject * get__evidence_2() const { return ____evidence_2; } inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(RuntimeObject * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline RuntimeObject * get__minimum_3() const { return ____minimum_3; } inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(RuntimeObject * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline RuntimeObject * get__optional_4() const { return ____optional_4; } inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(RuntimeObject * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline RuntimeObject * get__refuse_5() const { return ____refuse_5; } inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(RuntimeObject * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline RuntimeObject * get__granted_6() const { return ____granted_6; } inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(RuntimeObject * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline RuntimeObject * get__denied_7() const { return ____denied_7; } inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(RuntimeObject * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; char* ___assemblyName_9; }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { intptr_t ____mono_assembly_0; ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C * ___resolve_event_holder_1; Il2CppIUnknown* ____evidence_2; Il2CppIUnknown* ____minimum_3; Il2CppIUnknown* ____optional_4; Il2CppIUnknown* ____refuse_5; Il2CppIUnknown* ____granted_6; Il2CppIUnknown* ____denied_7; int32_t ___fromByteArray_8; Il2CppChar* ___assemblyName_9; }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.CipherMode struct CipherMode_t4B09770C743AD8BCCA4B44539D0F4725DFCBCE50 { public: // System.Int32 System.Security.Cryptography.CipherMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CipherMode_t4B09770C743AD8BCCA4B44539D0F4725DFCBCE50, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.CompareOptions struct CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 : public RuntimeObject { public: // System.Int32 System.Runtime.Remoting.Contexts.Context::domain_id int32_t ___domain_id_0; // System.Int32 System.Runtime.Remoting.Contexts.Context::context_id int32_t ___context_id_1; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::static_data uintptr_t ___static_data_2; // System.UIntPtr System.Runtime.Remoting.Contexts.Context::data uintptr_t ___data_3; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::server_context_sink_chain RuntimeObject* ___server_context_sink_chain_6; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::client_context_sink_chain RuntimeObject* ___client_context_sink_chain_7; // System.Collections.Generic.List`1 System.Runtime.Remoting.Contexts.Context::context_properties List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; // System.LocalDataStoreHolder modreq(System.Runtime.CompilerServices.IsVolatile) System.Runtime.Remoting.Contexts.Context::_localDataStore LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::context_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; // System.Runtime.Remoting.Contexts.ContextCallbackObject System.Runtime.Remoting.Contexts.Context::callback_object ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; public: inline static int32_t get_offset_of_domain_id_0() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___domain_id_0)); } inline int32_t get_domain_id_0() const { return ___domain_id_0; } inline int32_t* get_address_of_domain_id_0() { return &___domain_id_0; } inline void set_domain_id_0(int32_t value) { ___domain_id_0 = value; } inline static int32_t get_offset_of_context_id_1() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_id_1)); } inline int32_t get_context_id_1() const { return ___context_id_1; } inline int32_t* get_address_of_context_id_1() { return &___context_id_1; } inline void set_context_id_1(int32_t value) { ___context_id_1 = value; } inline static int32_t get_offset_of_static_data_2() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___static_data_2)); } inline uintptr_t get_static_data_2() const { return ___static_data_2; } inline uintptr_t* get_address_of_static_data_2() { return &___static_data_2; } inline void set_static_data_2(uintptr_t value) { ___static_data_2 = value; } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___data_3)); } inline uintptr_t get_data_3() const { return ___data_3; } inline uintptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(uintptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_server_context_sink_chain_6() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___server_context_sink_chain_6)); } inline RuntimeObject* get_server_context_sink_chain_6() const { return ___server_context_sink_chain_6; } inline RuntimeObject** get_address_of_server_context_sink_chain_6() { return &___server_context_sink_chain_6; } inline void set_server_context_sink_chain_6(RuntimeObject* value) { ___server_context_sink_chain_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___server_context_sink_chain_6), (void*)value); } inline static int32_t get_offset_of_client_context_sink_chain_7() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___client_context_sink_chain_7)); } inline RuntimeObject* get_client_context_sink_chain_7() const { return ___client_context_sink_chain_7; } inline RuntimeObject** get_address_of_client_context_sink_chain_7() { return &___client_context_sink_chain_7; } inline void set_client_context_sink_chain_7(RuntimeObject* value) { ___client_context_sink_chain_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_context_sink_chain_7), (void*)value); } inline static int32_t get_offset_of_context_properties_8() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_properties_8)); } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * get_context_properties_8() const { return ___context_properties_8; } inline List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 ** get_address_of_context_properties_8() { return &___context_properties_8; } inline void set_context_properties_8(List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * value) { ___context_properties_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_properties_8), (void*)value); } inline static int32_t get_offset_of__localDataStore_10() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ____localDataStore_10)); } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * get__localDataStore_10() const { return ____localDataStore_10; } inline LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 ** get_address_of__localDataStore_10() { return &____localDataStore_10; } inline void set__localDataStore_10(LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * value) { ____localDataStore_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStore_10), (void*)value); } inline static int32_t get_offset_of_context_dynamic_properties_13() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___context_dynamic_properties_13)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_context_dynamic_properties_13() const { return ___context_dynamic_properties_13; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_context_dynamic_properties_13() { return &___context_dynamic_properties_13; } inline void set_context_dynamic_properties_13(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___context_dynamic_properties_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_dynamic_properties_13), (void*)value); } inline static int32_t get_offset_of_callback_object_14() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678, ___callback_object_14)); } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * get_callback_object_14() const { return ___callback_object_14; } inline ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B ** get_address_of_callback_object_14() { return &___callback_object_14; } inline void set_callback_object_14(ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * value) { ___callback_object_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_object_14), (void*)value); } }; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields { public: // System.Object[] System.Runtime.Remoting.Contexts.Context::local_slots ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___local_slots_4; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::default_server_context_sink RuntimeObject* ___default_server_context_sink_5; // System.Int32 System.Runtime.Remoting.Contexts.Context::global_count int32_t ___global_count_9; // System.LocalDataStoreMgr System.Runtime.Remoting.Contexts.Context::_localDataStoreMgr LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * ____localDataStoreMgr_11; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Contexts.Context::global_dynamic_properties DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___global_dynamic_properties_12; public: inline static int32_t get_offset_of_local_slots_4() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___local_slots_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_local_slots_4() const { return ___local_slots_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_local_slots_4() { return &___local_slots_4; } inline void set_local_slots_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___local_slots_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___local_slots_4), (void*)value); } inline static int32_t get_offset_of_default_server_context_sink_5() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___default_server_context_sink_5)); } inline RuntimeObject* get_default_server_context_sink_5() const { return ___default_server_context_sink_5; } inline RuntimeObject** get_address_of_default_server_context_sink_5() { return &___default_server_context_sink_5; } inline void set_default_server_context_sink_5(RuntimeObject* value) { ___default_server_context_sink_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_server_context_sink_5), (void*)value); } inline static int32_t get_offset_of_global_count_9() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_count_9)); } inline int32_t get_global_count_9() const { return ___global_count_9; } inline int32_t* get_address_of_global_count_9() { return &___global_count_9; } inline void set_global_count_9(int32_t value) { ___global_count_9 = value; } inline static int32_t get_offset_of__localDataStoreMgr_11() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ____localDataStoreMgr_11)); } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * get__localDataStoreMgr_11() const { return ____localDataStoreMgr_11; } inline LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A ** get_address_of__localDataStoreMgr_11() { return &____localDataStoreMgr_11; } inline void set__localDataStoreMgr_11(LocalDataStoreMgr_t6CC44D0584911B6A6C6823115F858FC34AB4A80A * value) { ____localDataStoreMgr_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____localDataStoreMgr_11), (void*)value); } inline static int32_t get_offset_of_global_dynamic_properties_12() { return static_cast(offsetof(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_StaticFields, ___global_dynamic_properties_12)); } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * get_global_dynamic_properties_12() const { return ___global_dynamic_properties_12; } inline DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B ** get_address_of_global_dynamic_properties_12() { return &___global_dynamic_properties_12; } inline void set_global_dynamic_properties_12(DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * value) { ___global_dynamic_properties_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___global_dynamic_properties_12), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // Native definition for COM marshalling of System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com { int32_t ___domain_id_0; int32_t ___context_id_1; uintptr_t ___static_data_2; uintptr_t ___data_3; RuntimeObject* ___server_context_sink_chain_6; RuntimeObject* ___client_context_sink_chain_7; List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544 * ___context_properties_8; LocalDataStoreHolder_tF51C9DD735A89132114AE47E3EB51C11D0FED146 * ____localDataStore_10; DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B * ___context_dynamic_properties_13; ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B * ___callback_object_14; }; // System.Security.Cryptography.CryptoStreamMode struct CryptoStreamMode_t07EDEDDA82CABCD8B72DA0ABB2A8E384CBCF68D5 { public: // System.Int32 System.Security.Cryptography.CryptoStreamMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CryptoStreamMode_t07EDEDDA82CABCD8B72DA0ABB2A8E384CBCF68D5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.CspAlgorithmType struct CspAlgorithmType_t873A2870E7B4748647EF08425AC959E2B52B0408 { public: // System.Int32 System.Security.Cryptography.CspAlgorithmType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspAlgorithmType_t873A2870E7B4748647EF08425AC959E2B52B0408, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.CspParameters struct CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC : public RuntimeObject { public: // 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.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::m_cryptoKeySecurity CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * ___m_cryptoKeySecurity_5; // System.Security.SecureString System.Security.Cryptography.CspParameters::m_keyPassword SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___m_keyPassword_6; // System.IntPtr System.Security.Cryptography.CspParameters::m_parentWindowHandle intptr_t ___m_parentWindowHandle_7; public: inline static int32_t get_offset_of_ProviderType_0() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___ProviderType_0)); } inline int32_t get_ProviderType_0() const { return ___ProviderType_0; } inline int32_t* get_address_of_ProviderType_0() { return &___ProviderType_0; } inline void set_ProviderType_0(int32_t value) { ___ProviderType_0 = value; } inline static int32_t get_offset_of_ProviderName_1() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___ProviderName_1)); } inline String_t* get_ProviderName_1() const { return ___ProviderName_1; } inline String_t** get_address_of_ProviderName_1() { return &___ProviderName_1; } inline void set_ProviderName_1(String_t* value) { ___ProviderName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ProviderName_1), (void*)value); } inline static int32_t get_offset_of_KeyContainerName_2() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___KeyContainerName_2)); } inline String_t* get_KeyContainerName_2() const { return ___KeyContainerName_2; } inline String_t** get_address_of_KeyContainerName_2() { return &___KeyContainerName_2; } inline void set_KeyContainerName_2(String_t* value) { ___KeyContainerName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyContainerName_2), (void*)value); } inline static int32_t get_offset_of_KeyNumber_3() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___KeyNumber_3)); } inline int32_t get_KeyNumber_3() const { return ___KeyNumber_3; } inline int32_t* get_address_of_KeyNumber_3() { return &___KeyNumber_3; } inline void set_KeyNumber_3(int32_t value) { ___KeyNumber_3 = value; } inline static int32_t get_offset_of_m_flags_4() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_flags_4)); } inline int32_t get_m_flags_4() const { return ___m_flags_4; } inline int32_t* get_address_of_m_flags_4() { return &___m_flags_4; } inline void set_m_flags_4(int32_t value) { ___m_flags_4 = value; } inline static int32_t get_offset_of_m_cryptoKeySecurity_5() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_cryptoKeySecurity_5)); } inline CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * get_m_cryptoKeySecurity_5() const { return ___m_cryptoKeySecurity_5; } inline CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 ** get_address_of_m_cryptoKeySecurity_5() { return &___m_cryptoKeySecurity_5; } inline void set_m_cryptoKeySecurity_5(CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * value) { ___m_cryptoKeySecurity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cryptoKeySecurity_5), (void*)value); } inline static int32_t get_offset_of_m_keyPassword_6() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_keyPassword_6)); } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * get_m_keyPassword_6() const { return ___m_keyPassword_6; } inline SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 ** get_address_of_m_keyPassword_6() { return &___m_keyPassword_6; } inline void set_m_keyPassword_6(SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * value) { ___m_keyPassword_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_keyPassword_6), (void*)value); } inline static int32_t get_offset_of_m_parentWindowHandle_7() { return static_cast(offsetof(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC, ___m_parentWindowHandle_7)); } inline intptr_t get_m_parentWindowHandle_7() const { return ___m_parentWindowHandle_7; } inline intptr_t* get_address_of_m_parentWindowHandle_7() { return &___m_parentWindowHandle_7; } inline void set_m_parentWindowHandle_7(intptr_t value) { ___m_parentWindowHandle_7 = value; } }; // System.Security.Cryptography.CspProviderFlags struct CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1 { public: // System.Int32 System.Security.Cryptography.CspProviderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CspProviderFlags_t8981EF4CA441D46FBF242ABAA443608B474586D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.CultureTypes struct CultureTypes_tB9D04DB701DFFD210578F9FEA92C4AE244039616 { public: // System.Int32 System.Globalization.CultureTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CultureTypes_tB9D04DB701DFFD210578F9FEA92C4AE244039616, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.DSACryptoServiceProvider struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A : public DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_3; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey bool ___persistKey_4; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted bool ___persisted_5; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_6; // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed bool ___m_disposed_7; // Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * ___dsa_8; public: inline static int32_t get_offset_of_store_3() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___store_3)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_3() const { return ___store_3; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_3() { return &___store_3; } inline void set_store_3(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_3), (void*)value); } inline static int32_t get_offset_of_persistKey_4() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persistKey_4)); } inline bool get_persistKey_4() const { return ___persistKey_4; } inline bool* get_address_of_persistKey_4() { return &___persistKey_4; } inline void set_persistKey_4(bool value) { ___persistKey_4 = value; } inline static int32_t get_offset_of_persisted_5() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___persisted_5)); } inline bool get_persisted_5() const { return ___persisted_5; } inline bool* get_address_of_persisted_5() { return &___persisted_5; } inline void set_persisted_5(bool value) { ___persisted_5 = value; } inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___privateKeyExportable_6)); } inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; } inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; } inline void set_privateKeyExportable_6(bool value) { ___privateKeyExportable_6 = value; } inline static int32_t get_offset_of_m_disposed_7() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___m_disposed_7)); } inline bool get_m_disposed_7() const { return ___m_disposed_7; } inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; } inline void set_m_disposed_7(bool value) { ___m_disposed_7 = value; } inline static int32_t get_offset_of_dsa_8() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A, ___dsa_8)); } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * get_dsa_8() const { return ___dsa_8; } inline DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA ** get_address_of_dsa_8() { return &___dsa_8; } inline void set_dsa_8(DSAManaged_tBA59DC6B28356918D31C5401258B4766E36FD3FA * value) { ___dsa_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dsa_8), (void*)value); } }; struct DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields { public: // System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore bool ___useMachineKeyStore_9; public: inline static int32_t get_offset_of_useMachineKeyStore_9() { return static_cast(offsetof(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_StaticFields, ___useMachineKeyStore_9)); } inline bool get_useMachineKeyStore_9() const { return ___useMachineKeyStore_9; } inline bool* get_address_of_useMachineKeyStore_9() { return &___useMachineKeyStore_9; } inline void set_useMachineKeyStore_9(bool value) { ___useMachineKeyStore_9 = value; } }; // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tDB584B32BB07C708469EE8DEF8A903A105B4B4B7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Globalization.GregorianCalendarTypes struct GregorianCalendarTypes_tAC1C99C90A14D63647E2E16F9E26EA2B04673FA2 { public: // System.Int32 System.Globalization.GregorianCalendarTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GregorianCalendarTypes_tAC1C99C90A14D63647E2E16F9E26EA2B04673FA2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.HMAC struct HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 : public KeyedHashAlgorithm_t681B59FF58ABCA45D1694A36390AF83AAE2F7F08 { public: // System.Int32 System.Security.Cryptography.HMAC::blockSizeValue int32_t ___blockSizeValue_5; // System.String System.Security.Cryptography.HMAC::m_hashName String_t* ___m_hashName_6; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash1 HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___m_hash1_7; // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HMAC::m_hash2 HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___m_hash2_8; // System.Byte[] System.Security.Cryptography.HMAC::m_inner ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_inner_9; // System.Byte[] System.Security.Cryptography.HMAC::m_outer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_outer_10; // System.Boolean System.Security.Cryptography.HMAC::m_hashing bool ___m_hashing_11; public: inline static int32_t get_offset_of_blockSizeValue_5() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___blockSizeValue_5)); } inline int32_t get_blockSizeValue_5() const { return ___blockSizeValue_5; } inline int32_t* get_address_of_blockSizeValue_5() { return &___blockSizeValue_5; } inline void set_blockSizeValue_5(int32_t value) { ___blockSizeValue_5 = value; } inline static int32_t get_offset_of_m_hashName_6() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___m_hashName_6)); } inline String_t* get_m_hashName_6() const { return ___m_hashName_6; } inline String_t** get_address_of_m_hashName_6() { return &___m_hashName_6; } inline void set_m_hashName_6(String_t* value) { ___m_hashName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_hashName_6), (void*)value); } inline static int32_t get_offset_of_m_hash1_7() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___m_hash1_7)); } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * get_m_hash1_7() const { return ___m_hash1_7; } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 ** get_address_of_m_hash1_7() { return &___m_hash1_7; } inline void set_m_hash1_7(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * value) { ___m_hash1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_hash1_7), (void*)value); } inline static int32_t get_offset_of_m_hash2_8() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___m_hash2_8)); } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * get_m_hash2_8() const { return ___m_hash2_8; } inline HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 ** get_address_of_m_hash2_8() { return &___m_hash2_8; } inline void set_m_hash2_8(HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * value) { ___m_hash2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_hash2_8), (void*)value); } inline static int32_t get_offset_of_m_inner_9() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___m_inner_9)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_inner_9() const { return ___m_inner_9; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_inner_9() { return &___m_inner_9; } inline void set_m_inner_9(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_inner_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_inner_9), (void*)value); } inline static int32_t get_offset_of_m_outer_10() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___m_outer_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_outer_10() const { return ___m_outer_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_outer_10() { return &___m_outer_10; } inline void set_m_outer_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_outer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_10), (void*)value); } inline static int32_t get_offset_of_m_hashing_11() { return static_cast(offsetof(HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188, ___m_hashing_11)); } inline bool get_m_hashing_11() const { return ___m_hashing_11; } inline bool* get_address_of_m_hashing_11() { return &___m_hashing_11; } inline void set_m_hashing_11(bool value) { ___m_hashing_11 = value; } }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE struct InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5 { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.KeyNumber struct KeyNumber_tF84A66731B425A1415EA016B92545EA056559A45 { public: // System.Int32 System.Security.Cryptography.KeyNumber::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyNumber_tF84A66731B425A1415EA016B92545EA056559A45, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.MACTripleDES struct MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776 : public KeyedHashAlgorithm_t681B59FF58ABCA45D1694A36390AF83AAE2F7F08 { public: // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.MACTripleDES::m_encryptor RuntimeObject* ___m_encryptor_5; // System.Security.Cryptography.CryptoStream System.Security.Cryptography.MACTripleDES::_cs CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * ____cs_6; // System.Security.Cryptography.TailStream System.Security.Cryptography.MACTripleDES::_ts TailStream_t1BE44991F378586CE124EB44E5D0533AD6298B8C * ____ts_7; // System.Int32 System.Security.Cryptography.MACTripleDES::m_bytesPerBlock int32_t ___m_bytesPerBlock_9; // System.Security.Cryptography.TripleDES System.Security.Cryptography.MACTripleDES::des TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136 * ___des_10; public: inline static int32_t get_offset_of_m_encryptor_5() { return static_cast(offsetof(MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776, ___m_encryptor_5)); } inline RuntimeObject* get_m_encryptor_5() const { return ___m_encryptor_5; } inline RuntimeObject** get_address_of_m_encryptor_5() { return &___m_encryptor_5; } inline void set_m_encryptor_5(RuntimeObject* value) { ___m_encryptor_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encryptor_5), (void*)value); } inline static int32_t get_offset_of__cs_6() { return static_cast(offsetof(MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776, ____cs_6)); } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * get__cs_6() const { return ____cs_6; } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 ** get_address_of__cs_6() { return &____cs_6; } inline void set__cs_6(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * value) { ____cs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____cs_6), (void*)value); } inline static int32_t get_offset_of__ts_7() { return static_cast(offsetof(MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776, ____ts_7)); } inline TailStream_t1BE44991F378586CE124EB44E5D0533AD6298B8C * get__ts_7() const { return ____ts_7; } inline TailStream_t1BE44991F378586CE124EB44E5D0533AD6298B8C ** get_address_of__ts_7() { return &____ts_7; } inline void set__ts_7(TailStream_t1BE44991F378586CE124EB44E5D0533AD6298B8C * value) { ____ts_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____ts_7), (void*)value); } inline static int32_t get_offset_of_m_bytesPerBlock_9() { return static_cast(offsetof(MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776, ___m_bytesPerBlock_9)); } inline int32_t get_m_bytesPerBlock_9() const { return ___m_bytesPerBlock_9; } inline int32_t* get_address_of_m_bytesPerBlock_9() { return &___m_bytesPerBlock_9; } inline void set_m_bytesPerBlock_9(int32_t value) { ___m_bytesPerBlock_9 = value; } inline static int32_t get_offset_of_des_10() { return static_cast(offsetof(MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776, ___des_10)); } inline TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136 * get_des_10() const { return ___des_10; } inline TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136 ** get_address_of_des_10() { return &___des_10; } inline void set_des_10(TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136 * value) { ___des_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___des_10), (void*)value); } }; // System.Security.Cryptography.MD5CryptoServiceProvider struct MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1 : public MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB { public: // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::_H UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____H_5; // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::buff UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___buff_6; // System.UInt64 System.Security.Cryptography.MD5CryptoServiceProvider::count uint64_t ___count_7; // System.Byte[] System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____ProcessingBuffer_8; // System.Int32 System.Security.Cryptography.MD5CryptoServiceProvider::_ProcessingBufferCount int32_t ____ProcessingBufferCount_9; public: inline static int32_t get_offset_of__H_5() { return static_cast(offsetof(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1, ____H_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__H_5() const { return ____H_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__H_5() { return &____H_5; } inline void set__H_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____H_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____H_5), (void*)value); } inline static int32_t get_offset_of_buff_6() { return static_cast(offsetof(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1, ___buff_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_buff_6() const { return ___buff_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_buff_6() { return &___buff_6; } inline void set_buff_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___buff_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buff_6), (void*)value); } inline static int32_t get_offset_of_count_7() { return static_cast(offsetof(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1, ___count_7)); } inline uint64_t get_count_7() const { return ___count_7; } inline uint64_t* get_address_of_count_7() { return &___count_7; } inline void set_count_7(uint64_t value) { ___count_7 = value; } inline static int32_t get_offset_of__ProcessingBuffer_8() { return static_cast(offsetof(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1, ____ProcessingBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__ProcessingBuffer_8() const { return ____ProcessingBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__ProcessingBuffer_8() { return &____ProcessingBuffer_8; } inline void set__ProcessingBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____ProcessingBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____ProcessingBuffer_8), (void*)value); } inline static int32_t get_offset_of__ProcessingBufferCount_9() { return static_cast(offsetof(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1, ____ProcessingBufferCount_9)); } inline int32_t get__ProcessingBufferCount_9() const { return ____ProcessingBufferCount_9; } inline int32_t* get_address_of__ProcessingBufferCount_9() { return &____ProcessingBufferCount_9; } inline void set__ProcessingBufferCount_9(int32_t value) { ____ProcessingBufferCount_9 = value; } }; struct MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1_StaticFields { public: // System.UInt32[] System.Security.Cryptography.MD5CryptoServiceProvider::K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___K_10; public: inline static int32_t get_offset_of_K_10() { return static_cast(offsetof(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1_StaticFields, ___K_10)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_K_10() const { return ___K_10; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_K_10() { return &___K_10; } inline void set_K_10(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___K_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___K_10), (void*)value); } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Security.AccessControl.NativeObjectSecurity struct NativeObjectSecurity_t0B28AB80845AC99207C1B53DD81DB22BA9F14C6D : public CommonObjectSecurity_tB022FA267C08AC50F480EE966BED1B3996E195A3 { public: public: }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.PaddingMode struct PaddingMode_t290E663334E2B7C9D97E4E1985CB3CAAB7B432D3 { public: // System.Int32 System.Security.Cryptography.PaddingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PaddingMode_t290E663334E2B7C9D97E4E1985CB3CAAB7B432D3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Cryptography.RIPEMD160Managed struct RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 : public RIPEMD160_tC46FCE0C691B3F2E543969F484A39F7B3B6600C0 { public: // System.Byte[] System.Security.Cryptography.RIPEMD160Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.Int64 System.Security.Cryptography.RIPEMD160Managed::_count int64_t ____count_5; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_stateMD160 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____stateMD160_6; // System.UInt32[] System.Security.Cryptography.RIPEMD160Managed::_blockDWords UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____blockDWords_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____count_5)); } inline int64_t get__count_5() const { return ____count_5; } inline int64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(int64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateMD160_6() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____stateMD160_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__stateMD160_6() const { return ____stateMD160_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__stateMD160_6() { return &____stateMD160_6; } inline void set__stateMD160_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____stateMD160_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateMD160_6), (void*)value); } inline static int32_t get_offset_of__blockDWords_7() { return static_cast(offsetof(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28, ____blockDWords_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__blockDWords_7() const { return ____blockDWords_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__blockDWords_7() { return &____blockDWords_7; } inline void set__blockDWords_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____blockDWords_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____blockDWords_7), (void*)value); } }; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 : public RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 { public: // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle intptr_t ____handle_1; public: inline static int32_t get_offset_of__handle_1() { return static_cast(offsetof(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1, ____handle_1)); } inline intptr_t get__handle_1() const { return ____handle_1; } inline intptr_t* get_address_of__handle_1() { return &____handle_1; } inline void set__handle_1(intptr_t value) { ____handle_1 = value; } }; struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields { public: // System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock RuntimeObject * ____lock_0; public: inline static int32_t get_offset_of__lock_0() { return static_cast(offsetof(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields, ____lock_0)); } inline RuntimeObject * get__lock_0() const { return ____lock_0; } inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; } inline void set__lock_0(RuntimeObject * value) { ____lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value); } }; // System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription struct RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A : public RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 { public: public: }; // System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription struct RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042 : public RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 { public: public: }; // System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription struct RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184 : public RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 { public: public: }; // System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription struct RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14 : public RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 { public: public: }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Security.Cryptography.SHA1CryptoServiceProvider struct SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7 : public SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E { public: // System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha SHA1Internal_t5D0A95A55E32BCC8976D5B91649E6C13C8334CD6 * ___sha_4; public: inline static int32_t get_offset_of_sha_4() { return static_cast(offsetof(SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7, ___sha_4)); } inline SHA1Internal_t5D0A95A55E32BCC8976D5B91649E6C13C8334CD6 * get_sha_4() const { return ___sha_4; } inline SHA1Internal_t5D0A95A55E32BCC8976D5B91649E6C13C8334CD6 ** get_address_of_sha_4() { return &___sha_4; } inline void set_sha_4(SHA1Internal_t5D0A95A55E32BCC8976D5B91649E6C13C8334CD6 * value) { ___sha_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sha_4), (void*)value); } }; // System.Security.Cryptography.SHA1Managed struct SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 : public SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E { public: // System.Byte[] System.Security.Cryptography.SHA1Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.Int64 System.Security.Cryptography.SHA1Managed::_count int64_t ____count_5; // System.UInt32[] System.Security.Cryptography.SHA1Managed::_stateSHA1 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____stateSHA1_6; // System.UInt32[] System.Security.Cryptography.SHA1Managed::_expandedBuffer UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____expandedBuffer_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____count_5)); } inline int64_t get__count_5() const { return ____count_5; } inline int64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(int64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateSHA1_6() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____stateSHA1_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__stateSHA1_6() const { return ____stateSHA1_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__stateSHA1_6() { return &____stateSHA1_6; } inline void set__stateSHA1_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____stateSHA1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA1_6), (void*)value); } inline static int32_t get_offset_of__expandedBuffer_7() { return static_cast(offsetof(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4, ____expandedBuffer_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__expandedBuffer_7() const { return ____expandedBuffer_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__expandedBuffer_7() { return &____expandedBuffer_7; } inline void set__expandedBuffer_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____expandedBuffer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____expandedBuffer_7), (void*)value); } }; // System.Security.Cryptography.SHA256Managed struct SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B : public SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 { public: // System.Byte[] System.Security.Cryptography.SHA256Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.Int64 System.Security.Cryptography.SHA256Managed::_count int64_t ____count_5; // System.UInt32[] System.Security.Cryptography.SHA256Managed::_stateSHA256 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____stateSHA256_6; // System.UInt32[] System.Security.Cryptography.SHA256Managed::_W UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____W_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____count_5)); } inline int64_t get__count_5() const { return ____count_5; } inline int64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(int64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateSHA256_6() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____stateSHA256_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__stateSHA256_6() const { return ____stateSHA256_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__stateSHA256_6() { return &____stateSHA256_6; } inline void set__stateSHA256_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____stateSHA256_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA256_6), (void*)value); } inline static int32_t get_offset_of__W_7() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B, ____W_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__W_7() const { return ____W_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__W_7() { return &____W_7; } inline void set__W_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____W_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value); } }; struct SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields { public: // System.UInt32[] System.Security.Cryptography.SHA256Managed::_K UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____K_8; public: inline static int32_t get_offset_of__K_8() { return static_cast(offsetof(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_StaticFields, ____K_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__K_8() const { return ____K_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__K_8() { return &____K_8; } inline void set__K_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____K_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value); } }; // System.Security.Cryptography.SHA384Managed struct SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA : public SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 { public: // System.Byte[] System.Security.Cryptography.SHA384Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.UInt64 System.Security.Cryptography.SHA384Managed::_count uint64_t ____count_5; // System.UInt64[] System.Security.Cryptography.SHA384Managed::_stateSHA384 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____stateSHA384_6; // System.UInt64[] System.Security.Cryptography.SHA384Managed::_W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____W_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____count_5)); } inline uint64_t get__count_5() const { return ____count_5; } inline uint64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(uint64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateSHA384_6() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____stateSHA384_6)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__stateSHA384_6() const { return ____stateSHA384_6; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__stateSHA384_6() { return &____stateSHA384_6; } inline void set__stateSHA384_6(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____stateSHA384_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA384_6), (void*)value); } inline static int32_t get_offset_of__W_7() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA, ____W_7)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__W_7() const { return ____W_7; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__W_7() { return &____W_7; } inline void set__W_7(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____W_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value); } }; struct SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields { public: // System.UInt64[] System.Security.Cryptography.SHA384Managed::_K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____K_8; public: inline static int32_t get_offset_of__K_8() { return static_cast(offsetof(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_StaticFields, ____K_8)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__K_8() const { return ____K_8; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__K_8() { return &____K_8; } inline void set__K_8(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____K_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value); } }; // System.Security.Cryptography.SHA512Managed struct SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD : public SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 { public: // System.Byte[] System.Security.Cryptography.SHA512Managed::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_4; // System.UInt64 System.Security.Cryptography.SHA512Managed::_count uint64_t ____count_5; // System.UInt64[] System.Security.Cryptography.SHA512Managed::_stateSHA512 UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____stateSHA512_6; // System.UInt64[] System.Security.Cryptography.SHA512Managed::_W UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____W_7; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____buffer_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__count_5() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____count_5)); } inline uint64_t get__count_5() const { return ____count_5; } inline uint64_t* get_address_of__count_5() { return &____count_5; } inline void set__count_5(uint64_t value) { ____count_5 = value; } inline static int32_t get_offset_of__stateSHA512_6() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____stateSHA512_6)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__stateSHA512_6() const { return ____stateSHA512_6; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__stateSHA512_6() { return &____stateSHA512_6; } inline void set__stateSHA512_6(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____stateSHA512_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stateSHA512_6), (void*)value); } inline static int32_t get_offset_of__W_7() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD, ____W_7)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__W_7() const { return ____W_7; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__W_7() { return &____W_7; } inline void set__W_7(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____W_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____W_7), (void*)value); } }; struct SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields { public: // System.UInt64[] System.Security.Cryptography.SHA512Managed::_K UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* ____K_8; public: inline static int32_t get_offset_of__K_8() { return static_cast(offsetof(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_StaticFields, ____K_8)); } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* get__K_8() const { return ____K_8; } inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2** get_address_of__K_8() { return &____K_8; } inline void set__K_8(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* value) { ____K_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____K_8), (void*)value); } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C : public RuntimeObject { public: // 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_t53CDF1C5F789A28897415891667799420D3C5529 * ___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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___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; public: inline static int32_t get_offset_of_m_listSeparator_0() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_listSeparator_0)); } inline String_t* get_m_listSeparator_0() const { return ___m_listSeparator_0; } inline String_t** get_address_of_m_listSeparator_0() { return &___m_listSeparator_0; } inline void set_m_listSeparator_0(String_t* value) { ___m_listSeparator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_listSeparator_0), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_isReadOnly_1)); } inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; } inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; } inline void set_m_isReadOnly_1(bool value) { ___m_isReadOnly_1 = value; } inline static int32_t get_offset_of_m_cultureName_2() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureName_2)); } inline String_t* get_m_cultureName_2() const { return ___m_cultureName_2; } inline String_t** get_address_of_m_cultureName_2() { return &___m_cultureName_2; } inline void set_m_cultureName_2(String_t* value) { ___m_cultureName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_2), (void*)value); } inline static int32_t get_offset_of_m_cultureData_3() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_cultureData_3)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_3() const { return ___m_cultureData_3; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_3() { return &___m_cultureData_3; } inline void set_m_cultureData_3(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_3), (void*)value); } inline static int32_t get_offset_of_m_textInfoName_4() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_textInfoName_4)); } inline String_t* get_m_textInfoName_4() const { return ___m_textInfoName_4; } inline String_t** get_address_of_m_textInfoName_4() { return &___m_textInfoName_4; } inline void set_m_textInfoName_4(String_t* value) { ___m_textInfoName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_4), (void*)value); } inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_5() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_IsAsciiCasingSameAsInvariant_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_IsAsciiCasingSameAsInvariant_5() const { return ___m_IsAsciiCasingSameAsInvariant_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_IsAsciiCasingSameAsInvariant_5() { return &___m_IsAsciiCasingSameAsInvariant_5; } inline void set_m_IsAsciiCasingSameAsInvariant_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_IsAsciiCasingSameAsInvariant_5 = value; } inline static int32_t get_offset_of_customCultureName_7() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___customCultureName_7)); } inline String_t* get_customCultureName_7() const { return ___customCultureName_7; } inline String_t** get_address_of_customCultureName_7() { return &___customCultureName_7; } inline void set_customCultureName_7(String_t* value) { ___customCultureName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_7), (void*)value); } inline static int32_t get_offset_of_m_nDataItem_8() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_nDataItem_8)); } inline int32_t get_m_nDataItem_8() const { return ___m_nDataItem_8; } inline int32_t* get_address_of_m_nDataItem_8() { return &___m_nDataItem_8; } inline void set_m_nDataItem_8(int32_t value) { ___m_nDataItem_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_m_win32LangID_10() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C, ___m_win32LangID_10)); } inline int32_t get_m_win32LangID_10() const { return ___m_win32LangID_10; } inline int32_t* get_address_of_m_win32LangID_10() { return &___m_win32LangID_10; } inline void set_m_win32LangID_10(int32_t value) { ___m_win32LangID_10 = value; } }; struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields { public: // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___s_Invariant_6; public: inline static int32_t get_offset_of_s_Invariant_6() { return static_cast(offsetof(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_StaticFields, ___s_Invariant_6)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_s_Invariant_6() const { return ___s_Invariant_6; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_s_Invariant_6() { return &___s_Invariant_6; } inline void set_s_Invariant_6(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___s_Invariant_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_6), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725, ___m_result_40)); } inline int32_t get_m_result_40() const { return ___m_result_40; } inline int32_t* get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(int32_t value) { ___m_result_40 = value; } }; struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tCA6286B86C0D5D6C00D5A0DFE56F7E48A482DD5E * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t53CFE8804C8D1C2FE8CC9204CF5DA5B98EC444D0 * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B { public: // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; public: inline static int32_t get_offset_of_m_builder_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B, ___m_builder_1)); } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD get_m_builder_1() const { return ___m_builder_1; } inline AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD * get_address_of_m_builder_1() { return &___m_builder_1; } inline void set_m_builder_1(AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD value) { ___m_builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_builder_1))->___m_task_2), (void*)NULL); #endif } }; struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * ___s_cachedCompleted_0; public: inline static int32_t get_offset_of_s_cachedCompleted_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_StaticFields, ___s_cachedCompleted_0)); } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * get_s_cachedCompleted_0() const { return ___s_cachedCompleted_0; } inline Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 ** get_address_of_s_cachedCompleted_0() { return &___s_cachedCompleted_0; } inline void set_s_cachedCompleted_0(Task_1_t65FD5EE287B61746F015BBC8E90A97D38D258FB3 * value) { ___s_cachedCompleted_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedCompleted_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_pinvoke { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_marshaled_com { AsyncTaskMethodBuilder_1_t3E10C35B53D8718724E2BF748600FB762F4719AD ___m_builder_1; }; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 : public RuntimeObject { public: // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_3; // System.String System.Globalization.CompareInfo::m_sortName String_t* ___m_sortName_4; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_5; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * ___m_SortVersion_20; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * ___collator_21; public: inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_sortName_4() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_sortName_4)); } inline String_t* get_m_sortName_4() const { return ___m_sortName_4; } inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; } inline void set_m_sortName_4(String_t* value) { ___m_sortName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value); } inline static int32_t get_offset_of_win32LCID_5() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___win32LCID_5)); } inline int32_t get_win32LCID_5() const { return ___win32LCID_5; } inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; } inline void set_win32LCID_5(int32_t value) { ___win32LCID_5 = value; } inline static int32_t get_offset_of_culture_6() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___culture_6)); } inline int32_t get_culture_6() const { return ___culture_6; } inline int32_t* get_address_of_culture_6() { return &___culture_6; } inline void set_culture_6(int32_t value) { ___culture_6 = value; } inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_SortVersion_20)); } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * get_m_SortVersion_20() const { return ___m_SortVersion_20; } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; } inline void set_m_SortVersion_20(SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * value) { ___m_SortVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value); } inline static int32_t get_offset_of_collator_21() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___collator_21)); } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * get_collator_21() const { return ___collator_21; } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 ** get_address_of_collator_21() { return &___collator_21; } inline void set_collator_21(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * value) { ___collator_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value); } }; struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * ___collators_22; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_23; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_24; public: inline static int32_t get_offset_of_collators_22() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___collators_22)); } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * get_collators_22() const { return ___collators_22; } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB ** get_address_of_collators_22() { return &___collators_22; } inline void set_collators_22(Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * value) { ___collators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value); } inline static int32_t get_offset_of_managedCollation_23() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollation_23)); } inline bool get_managedCollation_23() const { return ___managedCollation_23; } inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; } inline void set_managedCollation_23(bool value) { ___managedCollation_23 = value; } inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollationChecked_24)); } inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; } inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; } inline void set_managedCollationChecked_24(bool value) { ___managedCollationChecked_24 = value; } }; // System.Security.AccessControl.CryptoKeySecurity struct CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 : public NativeObjectSecurity_t0B28AB80845AC99207C1B53DD81DB22BA9F14C6D { public: public: }; // System.Security.Cryptography.CryptoStream struct CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Security.Cryptography.CryptoStream::_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ____stream_5; // System.Security.Cryptography.ICryptoTransform System.Security.Cryptography.CryptoStream::_Transform RuntimeObject* ____Transform_6; // System.Byte[] System.Security.Cryptography.CryptoStream::_InputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____InputBuffer_7; // System.Int32 System.Security.Cryptography.CryptoStream::_InputBufferIndex int32_t ____InputBufferIndex_8; // System.Int32 System.Security.Cryptography.CryptoStream::_InputBlockSize int32_t ____InputBlockSize_9; // System.Byte[] System.Security.Cryptography.CryptoStream::_OutputBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____OutputBuffer_10; // System.Int32 System.Security.Cryptography.CryptoStream::_OutputBufferIndex int32_t ____OutputBufferIndex_11; // System.Int32 System.Security.Cryptography.CryptoStream::_OutputBlockSize int32_t ____OutputBlockSize_12; // System.Security.Cryptography.CryptoStreamMode System.Security.Cryptography.CryptoStream::_transformMode int32_t ____transformMode_13; // System.Boolean System.Security.Cryptography.CryptoStream::_canRead bool ____canRead_14; // System.Boolean System.Security.Cryptography.CryptoStream::_canWrite bool ____canWrite_15; // System.Boolean System.Security.Cryptography.CryptoStream::_finalBlockTransformed bool ____finalBlockTransformed_16; public: inline static int32_t get_offset_of__stream_5() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get__stream_5() const { return ____stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of__stream_5() { return &____stream_5; } inline void set__stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ____stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____stream_5), (void*)value); } inline static int32_t get_offset_of__Transform_6() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____Transform_6)); } inline RuntimeObject* get__Transform_6() const { return ____Transform_6; } inline RuntimeObject** get_address_of__Transform_6() { return &____Transform_6; } inline void set__Transform_6(RuntimeObject* value) { ____Transform_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____Transform_6), (void*)value); } inline static int32_t get_offset_of__InputBuffer_7() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____InputBuffer_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__InputBuffer_7() const { return ____InputBuffer_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__InputBuffer_7() { return &____InputBuffer_7; } inline void set__InputBuffer_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____InputBuffer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____InputBuffer_7), (void*)value); } inline static int32_t get_offset_of__InputBufferIndex_8() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____InputBufferIndex_8)); } inline int32_t get__InputBufferIndex_8() const { return ____InputBufferIndex_8; } inline int32_t* get_address_of__InputBufferIndex_8() { return &____InputBufferIndex_8; } inline void set__InputBufferIndex_8(int32_t value) { ____InputBufferIndex_8 = value; } inline static int32_t get_offset_of__InputBlockSize_9() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____InputBlockSize_9)); } inline int32_t get__InputBlockSize_9() const { return ____InputBlockSize_9; } inline int32_t* get_address_of__InputBlockSize_9() { return &____InputBlockSize_9; } inline void set__InputBlockSize_9(int32_t value) { ____InputBlockSize_9 = value; } inline static int32_t get_offset_of__OutputBuffer_10() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____OutputBuffer_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__OutputBuffer_10() const { return ____OutputBuffer_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__OutputBuffer_10() { return &____OutputBuffer_10; } inline void set__OutputBuffer_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____OutputBuffer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____OutputBuffer_10), (void*)value); } inline static int32_t get_offset_of__OutputBufferIndex_11() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____OutputBufferIndex_11)); } inline int32_t get__OutputBufferIndex_11() const { return ____OutputBufferIndex_11; } inline int32_t* get_address_of__OutputBufferIndex_11() { return &____OutputBufferIndex_11; } inline void set__OutputBufferIndex_11(int32_t value) { ____OutputBufferIndex_11 = value; } inline static int32_t get_offset_of__OutputBlockSize_12() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____OutputBlockSize_12)); } inline int32_t get__OutputBlockSize_12() const { return ____OutputBlockSize_12; } inline int32_t* get_address_of__OutputBlockSize_12() { return &____OutputBlockSize_12; } inline void set__OutputBlockSize_12(int32_t value) { ____OutputBlockSize_12 = value; } inline static int32_t get_offset_of__transformMode_13() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____transformMode_13)); } inline int32_t get__transformMode_13() const { return ____transformMode_13; } inline int32_t* get_address_of__transformMode_13() { return &____transformMode_13; } inline void set__transformMode_13(int32_t value) { ____transformMode_13 = value; } inline static int32_t get_offset_of__canRead_14() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____canRead_14)); } inline bool get__canRead_14() const { return ____canRead_14; } inline bool* get_address_of__canRead_14() { return &____canRead_14; } inline void set__canRead_14(bool value) { ____canRead_14 = value; } inline static int32_t get_offset_of__canWrite_15() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____canWrite_15)); } inline bool get__canWrite_15() const { return ____canWrite_15; } inline bool* get_address_of__canWrite_15() { return &____canWrite_15; } inline void set__canWrite_15(bool value) { ____canWrite_15 = value; } inline static int32_t get_offset_of__finalBlockTransformed_16() { return static_cast(offsetof(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66, ____finalBlockTransformed_16)); } inline bool get__finalBlockTransformed_16() const { return ____finalBlockTransformed_16; } inline bool* get_address_of__finalBlockTransformed_16() { return &____finalBlockTransformed_16; } inline void set__finalBlockTransformed_16(bool value) { ____finalBlockTransformed_16 = value; } }; // System.CultureAwareComparer struct CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE : public StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 { public: // System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ____compareInfo_4; // System.Boolean System.CultureAwareComparer::_ignoreCase bool ____ignoreCase_5; // System.Globalization.CompareOptions System.CultureAwareComparer::_options int32_t ____options_6; public: inline static int32_t get_offset_of__compareInfo_4() { return static_cast(offsetof(CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE, ____compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get__compareInfo_4() const { return ____compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of__compareInfo_4() { return &____compareInfo_4; } inline void set__compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ____compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____compareInfo_4), (void*)value); } inline static int32_t get_offset_of__ignoreCase_5() { return static_cast(offsetof(CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE, ____ignoreCase_5)); } inline bool get__ignoreCase_5() const { return ____ignoreCase_5; } inline bool* get_address_of__ignoreCase_5() { return &____ignoreCase_5; } inline void set__ignoreCase_5(bool value) { ____ignoreCase_5 = value; } inline static int32_t get_offset_of__options_6() { return static_cast(offsetof(CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE, ____options_6)); } inline int32_t get__options_6() const { return ____options_6; } inline int32_t* get_address_of__options_6() { return &____options_6; } inline void set__options_6(int32_t value) { ____options_6 = value; } }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureData_1)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_compareInfo_4)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_cultureInfo_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendar_17)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_17() const { return ___calendar_17; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedDayNames_21)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_superShortDayNames_22)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___dayNames_23)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___monthNames_25)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___genitiveMonthNames_26)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___leapYearMonthNames_28)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allYearMonthPatterns_34)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortDatePatterns_35)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongDatePatterns_36)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allShortTimePatterns_37)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___allLongTimePatterns_38)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_eraNames_39)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEraNames_40)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___optionalCalendars_42)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dateWords_53)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t9A8634CBD651EB5F814E7CF9819D44963D8546D3* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // System.Globalization.GregorianCalendar struct GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B : public Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A { public: // System.Globalization.GregorianCalendarTypes System.Globalization.GregorianCalendar::m_type int32_t ___m_type_42; public: inline static int32_t get_offset_of_m_type_42() { return static_cast(offsetof(GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B, ___m_type_42)); } inline int32_t get_m_type_42() const { return ___m_type_42; } inline int32_t* get_address_of_m_type_42() { return &___m_type_42; } inline void set_m_type_42(int32_t value) { ___m_type_42 = value; } }; struct GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_StaticFields { public: // System.Int32[] System.Globalization.GregorianCalendar::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_43; // System.Int32[] System.Globalization.GregorianCalendar::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_44; // System.Globalization.Calendar modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.GregorianCalendar::s_defaultInstance Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___s_defaultInstance_45; public: inline static int32_t get_offset_of_DaysToMonth365_43() { return static_cast(offsetof(GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_StaticFields, ___DaysToMonth365_43)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_43() const { return ___DaysToMonth365_43; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_43() { return &___DaysToMonth365_43; } inline void set_DaysToMonth365_43(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_43), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_44() { return static_cast(offsetof(GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_StaticFields, ___DaysToMonth366_44)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_44() const { return ___DaysToMonth366_44; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_44() { return &___DaysToMonth366_44; } inline void set_DaysToMonth366_44(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_44), (void*)value); } inline static int32_t get_offset_of_s_defaultInstance_45() { return static_cast(offsetof(GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_StaticFields, ___s_defaultInstance_45)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_s_defaultInstance_45() const { return ___s_defaultInstance_45; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_s_defaultInstance_45() { return &___s_defaultInstance_45; } inline void set_s_defaultInstance_45(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___s_defaultInstance_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultInstance_45), (void*)value); } }; // System.Security.Cryptography.HMACMD5 struct HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181 : public HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 { public: public: }; // System.Security.Cryptography.HMACRIPEMD160 struct HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E : public HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 { public: public: }; // System.Security.Cryptography.HMACSHA1 struct HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E : public HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 { public: public: }; // System.Security.Cryptography.HMACSHA256 struct HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD : public HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 { public: public: }; // System.Security.Cryptography.HMACSHA384 struct HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207 : public HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 { public: // System.Boolean System.Security.Cryptography.HMACSHA384::m_useLegacyBlockSize bool ___m_useLegacyBlockSize_12; public: inline static int32_t get_offset_of_m_useLegacyBlockSize_12() { return static_cast(offsetof(HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207, ___m_useLegacyBlockSize_12)); } inline bool get_m_useLegacyBlockSize_12() const { return ___m_useLegacyBlockSize_12; } inline bool* get_address_of_m_useLegacyBlockSize_12() { return &___m_useLegacyBlockSize_12; } inline void set_m_useLegacyBlockSize_12(bool value) { ___m_useLegacyBlockSize_12 = value; } }; // System.Security.Cryptography.HMACSHA512 struct HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A : public HMAC_t67600C3E3919D1C0E5D407C85BCF7C9C486C9188 { public: // System.Boolean System.Security.Cryptography.HMACSHA512::m_useLegacyBlockSize bool ___m_useLegacyBlockSize_12; public: inline static int32_t get_offset_of_m_useLegacyBlockSize_12() { return static_cast(offsetof(HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A, ___m_useLegacyBlockSize_12)); } inline bool get_m_useLegacyBlockSize_12() const { return ___m_useLegacyBlockSize_12; } inline bool* get_address_of_m_useLegacyBlockSize_12() { return &___m_useLegacyBlockSize_12; } inline void set_m_useLegacyBlockSize_12(bool value) { ___m_useLegacyBlockSize_12 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * ___store_6; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey bool ___persistKey_7; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted bool ___persisted_8; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable bool ___privateKeyExportable_9; // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed bool ___m_disposed_10; // Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * ___rsa_11; public: inline static int32_t get_offset_of_store_6() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___store_6)); } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * get_store_6() const { return ___store_6; } inline KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A ** get_address_of_store_6() { return &___store_6; } inline void set_store_6(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * value) { ___store_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___store_6), (void*)value); } inline static int32_t get_offset_of_persistKey_7() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persistKey_7)); } inline bool get_persistKey_7() const { return ___persistKey_7; } inline bool* get_address_of_persistKey_7() { return &___persistKey_7; } inline void set_persistKey_7(bool value) { ___persistKey_7 = value; } inline static int32_t get_offset_of_persisted_8() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___persisted_8)); } inline bool get_persisted_8() const { return ___persisted_8; } inline bool* get_address_of_persisted_8() { return &___persisted_8; } inline void set_persisted_8(bool value) { ___persisted_8 = value; } inline static int32_t get_offset_of_privateKeyExportable_9() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___privateKeyExportable_9)); } inline bool get_privateKeyExportable_9() const { return ___privateKeyExportable_9; } inline bool* get_address_of_privateKeyExportable_9() { return &___privateKeyExportable_9; } inline void set_privateKeyExportable_9(bool value) { ___privateKeyExportable_9 = value; } inline static int32_t get_offset_of_m_disposed_10() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___m_disposed_10)); } inline bool get_m_disposed_10() const { return ___m_disposed_10; } inline bool* get_address_of_m_disposed_10() { return &___m_disposed_10; } inline void set_m_disposed_10(bool value) { ___m_disposed_10 = value; } inline static int32_t get_offset_of_rsa_11() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7, ___rsa_11)); } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * get_rsa_11() const { return ___rsa_11; } inline RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 ** get_address_of_rsa_11() { return &___rsa_11; } inline void set_rsa_11(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * value) { ___rsa_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___rsa_11), (void*)value); } }; struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields { public: // System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore int32_t ___s_UseMachineKeyStore_2; public: inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast(offsetof(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields, ___s_UseMachineKeyStore_2)); } inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; } inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; } inline void set_s_UseMachineKeyStore_2(int32_t value) { ___s_UseMachineKeyStore_2 = value; } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.Security.Cryptography.SymmetricAlgorithm struct SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 : public RuntimeObject { public: // 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_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___IVValue_2; // System.Byte[] System.Security.Cryptography.SymmetricAlgorithm::KeyValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___KeyValue_3; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalBlockSizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___LegalBlockSizesValue_4; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.SymmetricAlgorithm::LegalKeySizesValue KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___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; public: inline static int32_t get_offset_of_BlockSizeValue_0() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___BlockSizeValue_0)); } inline int32_t get_BlockSizeValue_0() const { return ___BlockSizeValue_0; } inline int32_t* get_address_of_BlockSizeValue_0() { return &___BlockSizeValue_0; } inline void set_BlockSizeValue_0(int32_t value) { ___BlockSizeValue_0 = value; } inline static int32_t get_offset_of_FeedbackSizeValue_1() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___FeedbackSizeValue_1)); } inline int32_t get_FeedbackSizeValue_1() const { return ___FeedbackSizeValue_1; } inline int32_t* get_address_of_FeedbackSizeValue_1() { return &___FeedbackSizeValue_1; } inline void set_FeedbackSizeValue_1(int32_t value) { ___FeedbackSizeValue_1 = value; } inline static int32_t get_offset_of_IVValue_2() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___IVValue_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_IVValue_2() const { return ___IVValue_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_IVValue_2() { return &___IVValue_2; } inline void set_IVValue_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___IVValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IVValue_2), (void*)value); } inline static int32_t get_offset_of_KeyValue_3() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___KeyValue_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_KeyValue_3() const { return ___KeyValue_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_KeyValue_3() { return &___KeyValue_3; } inline void set_KeyValue_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___KeyValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyValue_3), (void*)value); } inline static int32_t get_offset_of_LegalBlockSizesValue_4() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___LegalBlockSizesValue_4)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalBlockSizesValue_4() const { return ___LegalBlockSizesValue_4; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalBlockSizesValue_4() { return &___LegalBlockSizesValue_4; } inline void set_LegalBlockSizesValue_4(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalBlockSizesValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalBlockSizesValue_4), (void*)value); } inline static int32_t get_offset_of_LegalKeySizesValue_5() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___LegalKeySizesValue_5)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_LegalKeySizesValue_5() const { return ___LegalKeySizesValue_5; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_LegalKeySizesValue_5() { return &___LegalKeySizesValue_5; } inline void set_LegalKeySizesValue_5(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___LegalKeySizesValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___LegalKeySizesValue_5), (void*)value); } inline static int32_t get_offset_of_KeySizeValue_6() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___KeySizeValue_6)); } inline int32_t get_KeySizeValue_6() const { return ___KeySizeValue_6; } inline int32_t* get_address_of_KeySizeValue_6() { return &___KeySizeValue_6; } inline void set_KeySizeValue_6(int32_t value) { ___KeySizeValue_6 = value; } inline static int32_t get_offset_of_ModeValue_7() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___ModeValue_7)); } inline int32_t get_ModeValue_7() const { return ___ModeValue_7; } inline int32_t* get_address_of_ModeValue_7() { return &___ModeValue_7; } inline void set_ModeValue_7(int32_t value) { ___ModeValue_7 = value; } inline static int32_t get_offset_of_PaddingValue_8() { return static_cast(offsetof(SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754, ___PaddingValue_8)); } inline int32_t get_PaddingValue_8() const { return ___PaddingValue_8; } inline int32_t* get_address_of_PaddingValue_8() { return &___PaddingValue_8; } inline void set_PaddingValue_8(int32_t value) { ___PaddingValue_8 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Security.Cryptography.CryptoStream/d__34 struct U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD { public: // System.Int32 System.Security.Cryptography.CryptoStream/d__34::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Security.Cryptography.CryptoStream/d__34::<>t__builder AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A ___U3CU3Et__builder_1; // System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream/d__34::<>4__this CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * ___U3CU3E4__this_2; // System.Int32 System.Security.Cryptography.CryptoStream/d__34::count int32_t ___count_3; // System.Int32 System.Security.Cryptography.CryptoStream/d__34::offset int32_t ___offset_4; // System.Byte[] System.Security.Cryptography.CryptoStream/d__34::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_5; // System.Threading.CancellationToken System.Security.Cryptography.CryptoStream/d__34::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_6; // System.Byte[] System.Security.Cryptography.CryptoStream/d__34::5__1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CtempInputBufferU3E5__1_7; // System.Int32 System.Security.Cryptography.CryptoStream/d__34::5__2 int32_t ___U3CcurrentOutputIndexU3E5__2_8; // System.Int32 System.Security.Cryptography.CryptoStream/d__34::5__3 int32_t ___U3CbytesToDeliverU3E5__3_9; // System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream/d__34::5__4 SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___U3CsemU3E5__4_10; // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream/d__34::<>u__1 HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 ___U3CU3Eu__1_11; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream/d__34::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_12; // System.Int32 System.Security.Cryptography.CryptoStream/d__34::<>7__wrap1 int32_t ___U3CU3E7__wrap1_13; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream/d__34::<>u__3 ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 ___U3CU3Eu__3_14; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3E4__this_2)); } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_count_3() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___count_3)); } inline int32_t get_count_3() const { return ___count_3; } inline int32_t* get_address_of_count_3() { return &___count_3; } inline void set_count_3(int32_t value) { ___count_3 = value; } inline static int32_t get_offset_of_offset_4() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___offset_4)); } inline int32_t get_offset_4() const { return ___offset_4; } inline int32_t* get_address_of_offset_4() { return &___offset_4; } inline void set_offset_4(int32_t value) { ___offset_4 = value; } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_cancellationToken_6() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___cancellationToken_6)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_6() const { return ___cancellationToken_6; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_6() { return &___cancellationToken_6; } inline void set_cancellationToken_6(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CtempInputBufferU3E5__1_7() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CtempInputBufferU3E5__1_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CtempInputBufferU3E5__1_7() const { return ___U3CtempInputBufferU3E5__1_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CtempInputBufferU3E5__1_7() { return &___U3CtempInputBufferU3E5__1_7; } inline void set_U3CtempInputBufferU3E5__1_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CtempInputBufferU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtempInputBufferU3E5__1_7), (void*)value); } inline static int32_t get_offset_of_U3CcurrentOutputIndexU3E5__2_8() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CcurrentOutputIndexU3E5__2_8)); } inline int32_t get_U3CcurrentOutputIndexU3E5__2_8() const { return ___U3CcurrentOutputIndexU3E5__2_8; } inline int32_t* get_address_of_U3CcurrentOutputIndexU3E5__2_8() { return &___U3CcurrentOutputIndexU3E5__2_8; } inline void set_U3CcurrentOutputIndexU3E5__2_8(int32_t value) { ___U3CcurrentOutputIndexU3E5__2_8 = value; } inline static int32_t get_offset_of_U3CbytesToDeliverU3E5__3_9() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CbytesToDeliverU3E5__3_9)); } inline int32_t get_U3CbytesToDeliverU3E5__3_9() const { return ___U3CbytesToDeliverU3E5__3_9; } inline int32_t* get_address_of_U3CbytesToDeliverU3E5__3_9() { return &___U3CbytesToDeliverU3E5__3_9; } inline void set_U3CbytesToDeliverU3E5__3_9(int32_t value) { ___U3CbytesToDeliverU3E5__3_9 = value; } inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CsemU3E5__4_10)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; } inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___U3CsemU3E5__4_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3Eu__1_11)); } inline HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; } inline HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; } inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 value) { ___U3CU3Eu__1_11 = value; } inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3Eu__2_12)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; } inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL); } inline static int32_t get_offset_of_U3CU3E7__wrap1_13() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3E7__wrap1_13)); } inline int32_t get_U3CU3E7__wrap1_13() const { return ___U3CU3E7__wrap1_13; } inline int32_t* get_address_of_U3CU3E7__wrap1_13() { return &___U3CU3E7__wrap1_13; } inline void set_U3CU3E7__wrap1_13(int32_t value) { ___U3CU3E7__wrap1_13 = value; } inline static int32_t get_offset_of_U3CU3Eu__3_14() { return static_cast(offsetof(U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD, ___U3CU3Eu__3_14)); } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 get_U3CU3Eu__3_14() const { return ___U3CU3Eu__3_14; } inline ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 * get_address_of_U3CU3Eu__3_14() { return &___U3CU3Eu__3_14; } inline void set_U3CU3Eu__3_14(ConfiguredTaskAwaiter_tC61B5622274D0DD1DDBFA197A90CBDAF40F230C2 value) { ___U3CU3Eu__3_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__3_14))->___m_task_0), (void*)NULL); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.Remoting.Contexts.CrossContextDelegate struct CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682 : public MulticastDelegate_t { public: public: }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Security.Cryptography.DES struct DES_t4ACC4972FAAE56B5E5EE9C258CC1432F2D041BF4 : public SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 { public: public: }; struct DES_t4ACC4972FAAE56B5E5EE9C258CC1432F2D041BF4_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalBlockSizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.DES::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(DES_t4ACC4972FAAE56B5E5EE9C258CC1432F2D041BF4_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(DES_t4ACC4972FAAE56B5E5EE9C258CC1432F2D041BF4_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Security.Cryptography.RC2 struct RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 : public SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 { public: // System.Int32 System.Security.Cryptography.RC2::EffectiveKeySizeValue int32_t ___EffectiveKeySizeValue_9; public: inline static int32_t get_offset_of_EffectiveKeySizeValue_9() { return static_cast(offsetof(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9, ___EffectiveKeySizeValue_9)); } inline int32_t get_EffectiveKeySizeValue_9() const { return ___EffectiveKeySizeValue_9; } inline int32_t* get_address_of_EffectiveKeySizeValue_9() { return &___EffectiveKeySizeValue_9; } inline void set_EffectiveKeySizeValue_9(int32_t value) { ___EffectiveKeySizeValue_9 = value; } }; struct RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalBlockSizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalBlockSizes_10; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_11; public: inline static int32_t get_offset_of_s_legalBlockSizes_10() { return static_cast(offsetof(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields, ___s_legalBlockSizes_10)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalBlockSizes_10() const { return ___s_legalBlockSizes_10; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalBlockSizes_10() { return &___s_legalBlockSizes_10; } inline void set_s_legalBlockSizes_10(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalBlockSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_10), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_11() { return static_cast(offsetof(RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9_StaticFields, ___s_legalKeySizes_11)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_11() const { return ___s_legalKeySizes_11; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_11() { return &___s_legalKeySizes_11; } inline void set_s_legalKeySizes_11(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_11), (void*)value); } }; // System.Security.Cryptography.Rijndael struct Rijndael_t6882B7836066EA54F6DDDCC26E7F1CAAB99100B2 : public SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 { public: public: }; struct Rijndael_t6882B7836066EA54F6DDDCC26E7F1CAAB99100B2_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Rijndael::s_legalBlockSizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.Rijndael::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(Rijndael_t6882B7836066EA54F6DDDCC26E7F1CAAB99100B2_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(Rijndael_t6882B7836066EA54F6DDDCC26E7F1CAAB99100B2_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // System.Security.Cryptography.TripleDES struct TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136 : public SymmetricAlgorithm_tD007D9D59B6B96F42548FFE58E5F65CA5F9B7754 { public: public: }; struct TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalBlockSizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalBlockSizes_9; // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.TripleDES::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_10; public: inline static int32_t get_offset_of_s_legalBlockSizes_9() { return static_cast(offsetof(TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136_StaticFields, ___s_legalBlockSizes_9)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalBlockSizes_9() const { return ___s_legalBlockSizes_9; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalBlockSizes_9() { return &___s_legalBlockSizes_9; } inline void set_s_legalBlockSizes_9(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalBlockSizes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalBlockSizes_9), (void*)value); } inline static int32_t get_offset_of_s_legalKeySizes_10() { return static_cast(offsetof(TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136_StaticFields, ___s_legalKeySizes_10)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_10() const { return ___s_legalKeySizes_10; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_10() { return &___s_legalKeySizes_10; } inline void set_s_legalKeySizes_10(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_10), (void*)value); } }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.Security.Cryptography.CryptoStream/d__37 struct U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 { public: // System.Int32 System.Security.Cryptography.CryptoStream/d__37::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Security.Cryptography.CryptoStream/d__37::<>t__builder AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B ___U3CU3Et__builder_1; // System.Security.Cryptography.CryptoStream System.Security.Cryptography.CryptoStream/d__37::<>4__this CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * ___U3CU3E4__this_2; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::count int32_t ___count_3; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::offset int32_t ___offset_4; // System.Byte[] System.Security.Cryptography.CryptoStream/d__37::buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer_5; // System.Threading.CancellationToken System.Security.Cryptography.CryptoStream/d__37::cancellationToken CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken_6; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::5__1 int32_t ___U3CbytesToWriteU3E5__1_7; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::5__2 int32_t ___U3CcurrentInputIndexU3E5__2_8; // System.Int32 System.Security.Cryptography.CryptoStream/d__37::5__3 int32_t ___U3CnumWholeBlocksInBytesU3E5__3_9; // System.Threading.SemaphoreSlim System.Security.Cryptography.CryptoStream/d__37::5__4 SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ___U3CsemU3E5__4_10; // System.Security.Cryptography.CryptoStream/HopToThreadPoolAwaitable System.Security.Cryptography.CryptoStream/d__37::<>u__1 HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 ___U3CU3Eu__1_11; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Security.Cryptography.CryptoStream/d__37::<>u__2 ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C ___U3CU3Eu__2_12; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3E4__this_2)); } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_count_3() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___count_3)); } inline int32_t get_count_3() const { return ___count_3; } inline int32_t* get_address_of_count_3() { return &___count_3; } inline void set_count_3(int32_t value) { ___count_3 = value; } inline static int32_t get_offset_of_offset_4() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___offset_4)); } inline int32_t get_offset_4() const { return ___offset_4; } inline int32_t* get_address_of_offset_4() { return &___offset_4; } inline void set_offset_4(int32_t value) { ___offset_4 = value; } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_cancellationToken_6() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___cancellationToken_6)); } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD get_cancellationToken_6() const { return ___cancellationToken_6; } inline CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * get_address_of_cancellationToken_6() { return &___cancellationToken_6; } inline void set_cancellationToken_6(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD value) { ___cancellationToken_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cancellationToken_6))->___m_source_0), (void*)NULL); } inline static int32_t get_offset_of_U3CbytesToWriteU3E5__1_7() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CbytesToWriteU3E5__1_7)); } inline int32_t get_U3CbytesToWriteU3E5__1_7() const { return ___U3CbytesToWriteU3E5__1_7; } inline int32_t* get_address_of_U3CbytesToWriteU3E5__1_7() { return &___U3CbytesToWriteU3E5__1_7; } inline void set_U3CbytesToWriteU3E5__1_7(int32_t value) { ___U3CbytesToWriteU3E5__1_7 = value; } inline static int32_t get_offset_of_U3CcurrentInputIndexU3E5__2_8() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CcurrentInputIndexU3E5__2_8)); } inline int32_t get_U3CcurrentInputIndexU3E5__2_8() const { return ___U3CcurrentInputIndexU3E5__2_8; } inline int32_t* get_address_of_U3CcurrentInputIndexU3E5__2_8() { return &___U3CcurrentInputIndexU3E5__2_8; } inline void set_U3CcurrentInputIndexU3E5__2_8(int32_t value) { ___U3CcurrentInputIndexU3E5__2_8 = value; } inline static int32_t get_offset_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CnumWholeBlocksInBytesU3E5__3_9)); } inline int32_t get_U3CnumWholeBlocksInBytesU3E5__3_9() const { return ___U3CnumWholeBlocksInBytesU3E5__3_9; } inline int32_t* get_address_of_U3CnumWholeBlocksInBytesU3E5__3_9() { return &___U3CnumWholeBlocksInBytesU3E5__3_9; } inline void set_U3CnumWholeBlocksInBytesU3E5__3_9(int32_t value) { ___U3CnumWholeBlocksInBytesU3E5__3_9 = value; } inline static int32_t get_offset_of_U3CsemU3E5__4_10() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CsemU3E5__4_10)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get_U3CsemU3E5__4_10() const { return ___U3CsemU3E5__4_10; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of_U3CsemU3E5__4_10() { return &___U3CsemU3E5__4_10; } inline void set_U3CsemU3E5__4_10(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ___U3CsemU3E5__4_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsemU3E5__4_10), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_11() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3Eu__1_11)); } inline HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 get_U3CU3Eu__1_11() const { return ___U3CU3Eu__1_11; } inline HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 * get_address_of_U3CU3Eu__1_11() { return &___U3CU3Eu__1_11; } inline void set_U3CU3Eu__1_11(HopToThreadPoolAwaitable_t4EE07E4649680253505365DDE0281BE12F8AE268 value) { ___U3CU3Eu__1_11 = value; } inline static int32_t get_offset_of_U3CU3Eu__2_12() { return static_cast(offsetof(U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361, ___U3CU3Eu__2_12)); } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C get_U3CU3Eu__2_12() const { return ___U3CU3Eu__2_12; } inline ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C * get_address_of_U3CU3Eu__2_12() { return &___U3CU3Eu__2_12; } inline void set_U3CU3Eu__2_12(ConfiguredTaskAwaiter_tF5D70726C84CD1BBDFC5E58FFB1000C5750EA28C value) { ___U3CU3Eu__2_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__2_12))->___m_task_0), (void*)NULL); } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.Security.Cryptography.CryptographicUnexpectedOperationException struct CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 : public CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 { public: public: }; // System.Globalization.CultureNotFoundException struct CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.String System.Globalization.CultureNotFoundException::m_invalidCultureName String_t* ___m_invalidCultureName_18; // System.Nullable`1 System.Globalization.CultureNotFoundException::m_invalidCultureId Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___m_invalidCultureId_19; public: inline static int32_t get_offset_of_m_invalidCultureName_18() { return static_cast(offsetof(CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C, ___m_invalidCultureName_18)); } inline String_t* get_m_invalidCultureName_18() const { return ___m_invalidCultureName_18; } inline String_t** get_address_of_m_invalidCultureName_18() { return &___m_invalidCultureName_18; } inline void set_m_invalidCultureName_18(String_t* value) { ___m_invalidCultureName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_invalidCultureName_18), (void*)value); } inline static int32_t get_offset_of_m_invalidCultureId_19() { return static_cast(offsetof(CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C, ___m_invalidCultureId_19)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_m_invalidCultureId_19() const { return ___m_invalidCultureId_19; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_m_invalidCultureId_19() { return &___m_invalidCultureId_19; } inline void set_m_invalidCultureId_19(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___m_invalidCultureId_19 = value; } }; // System.Security.Cryptography.DESCryptoServiceProvider struct DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40 : public DES_t4ACC4972FAAE56B5E5EE9C258CC1432F2D041BF4 { public: public: }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // System.PlatformNotSupportedException struct PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E : public NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 { public: public: }; // System.Security.Cryptography.RC2CryptoServiceProvider struct RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 : public RC2_t6785EB5219F7B22606804A2D198BCB100E4813F9 { public: // System.Boolean System.Security.Cryptography.RC2CryptoServiceProvider::m_use40bitSalt bool ___m_use40bitSalt_12; public: inline static int32_t get_offset_of_m_use40bitSalt_12() { return static_cast(offsetof(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009, ___m_use40bitSalt_12)); } inline bool get_m_use40bitSalt_12() const { return ___m_use40bitSalt_12; } inline bool* get_address_of_m_use40bitSalt_12() { return &___m_use40bitSalt_12; } inline void set_m_use40bitSalt_12(bool value) { ___m_use40bitSalt_12 = value; } }; struct RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_StaticFields { public: // System.Security.Cryptography.KeySizes[] System.Security.Cryptography.RC2CryptoServiceProvider::s_legalKeySizes KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* ___s_legalKeySizes_13; public: inline static int32_t get_offset_of_s_legalKeySizes_13() { return static_cast(offsetof(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_StaticFields, ___s_legalKeySizes_13)); } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* get_s_legalKeySizes_13() const { return ___s_legalKeySizes_13; } inline KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499** get_address_of_s_legalKeySizes_13() { return &___s_legalKeySizes_13; } inline void set_s_legalKeySizes_13(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* value) { ___s_legalKeySizes_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legalKeySizes_13), (void*)value); } }; // System.Security.Cryptography.RijndaelManaged struct RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E : public Rijndael_t6882B7836066EA54F6DDDCC26E7F1CAAB99100B2 { public: public: }; // System.Security.Cryptography.TripleDESCryptoServiceProvider struct TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302 : public TripleDES_t41D78B2309C83223C73DFC80B18216BA8917B136 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 m_Items[1]; public: inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * 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, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: 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.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545 : public RuntimeArray { public: ALIGN_FIELD (8) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 m_Items[1]; public: inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * 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, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { m_Items[index] = value; } }; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1 : public RuntimeArray { public: ALIGN_FIELD (8) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 m_Items[1]; public: inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * 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, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: 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.TypeCode[] struct TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: 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.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE[] struct InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: 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.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Globalization.CalendarData[] struct CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7 : public RuntimeArray { public: ALIGN_FIELD (8) CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * m_Items[1]; public: inline CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 ** 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, CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Globalization.CultureInfo[] struct CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574 : public RuntimeArray { public: ALIGN_FIELD (8) CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * m_Items[1]; public: inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** 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, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshal_pinvoke(const CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4& unmarshaled, CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshal_pinvoke_back(const CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke& marshaled, CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4& unmarshaled); IL2CPP_EXTERN_C void CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshal_pinvoke_cleanup(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshal_com(const CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4& unmarshaled, CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com& marshaled); IL2CPP_EXTERN_C void CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshal_com_back(const CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com& marshaled, CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4& unmarshaled); IL2CPP_EXTERN_C void CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshal_com_cleanup(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_marshaled_com& marshaled); IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_pinvoke(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_pinvoke_back(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke& marshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled); IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_pinvoke_cleanup(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_pinvoke(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_pinvoke_back(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke& marshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled); IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_pinvoke_cleanup(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_com(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com& marshaled); IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_com_back(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com& marshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled); IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_com_cleanup(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com& marshaled); IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_com(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com& marshaled); IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_com_back(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com& marshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled); IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_com_cleanup(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com& marshaled); // System.Void System.Array::Reverse(T[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A_gshared (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__34>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_gshared (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F_gshared (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared (Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsPrimitive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3 (Type_t * __this, const RuntimeMethod* method); // System.TypeCode System.Type::GetTypeCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m25B2ADC2D68FE33486DE032926C6B1EECC8D73CE (Type_t * ___type0, const RuntimeMethod* method); // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToPrimitiveTypeEnum(System.TypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToPrimitiveTypeEnum_m0E8DB0CC47AE7B385573DDD295C6C0E9A2955EEE (int32_t ___typeCode0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitArrayTypeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitArrayTypeA_mD330115BD28CC57C99658FD1887CFDB408D66C09 (const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitTypeA_m744F32190C3F67EE4F687E6A9DE6C283D2675DE1 (const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitValueA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitValueA_mE9EFC3C947FE4196E62D10E1F1958948161669DE (const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeCodeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitTypeCodeA_m1F3F1C0DB015ADC2EDC31D95D313886DE738883A (const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitCodeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitCodeA_m7A05906B013A567A7D299075770297812BA02898 (const RuntimeMethod* method); // System.TypeCode System.Runtime.Serialization.Formatters.Binary.Converter::ToTypeCode(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToTypeCode_m02D177F45A8DCD2912C893A384EF031914870F86 (int32_t ___code0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.TypeCode,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_mA35FE7E9CDDC95DF67F03096BF2896398DAAE206 (RuntimeObject * ___value0, int32_t ___typeCode1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::GetAssembly(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetAssembly_m3DDD2A38B6117D0BE2A0C0F2E9A8EC57466533EC (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainChannel__ctor_m5ED76ABCFEAC413B7BF1C9F09CDC247C93BC1BC5 (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.ChannelServices::RegisterChannel(System.Runtime.Remoting.Channels.IChannel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelServices_RegisterChannel_m93E43A37CE8627ECCE5D5BCB2422A1441A55B22B (RuntimeObject* ___chnl0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Threading.Thread::GetDomainID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_GetDomainID_m90D6EA77161CF32BB05DE69B11ADAC42AD36F8A8 (const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.CrossAppDomainData::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainData__ctor_m5BDEB37FA0E9C0363D1BC96060A07429A8FE8DCD (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, int32_t ___domainId0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Channels.CrossAppDomainData::get_ProcessID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CrossAppDomainData_get_ProcessID_mF88FE6DE59E9704FBECDDE9395E258A03F6F2A54_inline (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingConfiguration::get_ProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ProcessId_m69077EC69F6FDA525CC9CE9AD6AAE4E84B4139A3 (const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainData::get_DomainID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CrossAppDomainData_get_DomainID_mA92FABDF89A959B74BB28F329DA50F035D0C5957_inline (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Channels.CrossAppDomainSink System.Runtime.Remoting.Channels.CrossAppDomainSink::GetSink(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * CrossAppDomainSink_GetSink_mFF49D39F17936F0737A3C00A8AD94A2EC6A055FA (int32_t ___domainID0, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.CrossAppDomainSink::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainSink__ctor_m3E1E47700033B9428C0D24B377197F47D13DABE8 (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, int32_t ___domainID0, const RuntimeMethod* method); // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E (const RuntimeMethod* method); // System.Void System.AppDomain::ProcessMessageInDomain(System.Byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage,System.Byte[]&,System.Runtime.Remoting.Messaging.CADMethodReturnMessage&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_ProcessMessageInDomain_m4A442CF85DB0EC22AA6F52F061D635CC5C074626 (AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arrRequest0, CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * ___cadMsg1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** ___arrResponse2, CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 ** ___cadMrm3, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ErrorMessage::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ErrorMessage__ctor_mAA96E025130C369FB918825B7C8354914D5B6D70 (ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodResponse::.ctor(System.Exception,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodResponse__ctor_mFE56F04DEC8529E42CCB889F4F29E975A4643218 (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * __this, Exception_t * ___e0, RuntimeObject* ___msg1, const RuntimeMethod* method); // System.IO.MemoryStream System.Runtime.Remoting.Channels.CADSerializer::SerializeMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * CADSerializer_SerializeMessage_mB35012D0664D40CC33DBC06FAF0A6E4056D2DC8D (RuntimeObject* ___msg0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.CADMethodCallMessage System.Runtime.Remoting.Messaging.CADMethodCallMessage::Create(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * CADMethodCallMessage_Create_m512596F3080E32E85E497F8FAAB9EA75DE03D6B4 (RuntimeObject* ___callMsg0, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.Threading.Thread::get_CurrentContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5 (const RuntimeMethod* method); // System.Object System.AppDomain::InvokeInDomainByID(System.Int32,System.Reflection.MethodInfo,System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AppDomain_InvokeInDomainByID_m0D8B6EE2FF96C4A0C2E45F1B54F9FD06496B711A (int32_t ___domain_id0, MethodInfo_t * ___method1, RuntimeObject * ___obj2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args3, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.AppDomain::InternalSetContext(System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * AppDomain_InternalSetContext_mBA947CA3D3D1D862343C5283137B2658FC081C9E (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m3E041ADD3DB7EA42E7DB56FE862097819C02B9C2 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Channels.CADSerializer::DeserializeMessage(System.IO.MemoryStream,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CADSerializer_DeserializeMessage_m70DD2368B1037A7D1D46BD6B0CCFE0CFF1F3C767 (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___mem0, RuntimeObject* ___msg1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodResponse::.ctor(System.Runtime.Remoting.Messaging.IMethodCallMessage,System.Runtime.Remoting.Messaging.CADMethodReturnMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodResponse__ctor_m04958C4D4AB226B4320ED5B3D95DC68F2BC0B4D5 (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * __this, RuntimeObject* ___msg0, CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * ___retmsg1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ReturnMessage::.ctor(System.Exception,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReturnMessage__ctor_m476904D3D33C1AD682A67958BB303E8A431CEAD5 (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * __this, Exception_t * ___e0, RuntimeObject* ___mcm1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.AsyncRequest::.ctor(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncRequest__ctor_mB263707A436059C891CC18033AB405E28F35FADC (AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * __this, RuntimeObject* ___msgRequest0, RuntimeObject* ___replySink1, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5 (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.CrossAppDomainSink::SendAsyncMessage(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainSink_SendAsyncMessage_mEA7DC3847BB2CE9E986D529C072C0A7AF8EEF489 (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, RuntimeObject * ___data0, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetMessageTargetIdentity(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769 (RuntimeObject* ___msg0, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::get_Context() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Contexts.Context::SwitchToContext(System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * Context_SwitchToContext_mD8FF43BA00A08E718A17E407DFD998D6B6D45501 (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___newContext0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Contexts.Context::NotifyGlobalDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Context_NotifyGlobalDynamicSinks_m38D3F9A94E672E49AB5D2ECFC25769B7DB28D4A8 (bool ___start0, RuntimeObject* ___req_msg1, bool ___client_site2, bool ___async3, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Contexts.Context::NotifyDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Context_NotifyDynamicSinks_m0AFC3D1E5E58818673E4FB318C5BFB36D1CD2A41 (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, bool ___start0, RuntimeObject* ___req_msg1, bool ___client_site2, bool ___async3, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::GetServerContextSinkChain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Context_GetServerContextSinkChain_mB464CB52097B2101E03D41FC195DC4C89D957314 (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Contexts.CrossContextChannel/ContextRestoreSink::.ctor(System.Runtime.Remoting.Messaging.IMessageSink,System.Runtime.Remoting.Contexts.Context,System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextRestoreSink__ctor_m8E61B01B18CA5A03B6527B9A1BCB5DBE0069F220 (ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99 * __this, RuntimeObject* ___next0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, RuntimeObject* ___call2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptoAPITransform::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_m0396B56D7712C246B834EB3D67EC52D50D59AC11 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___separator0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E (String_t* ___msg0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6 (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m553DFDAFF42C0D137F7059D8134176373D681D55 (String_t* ___value0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C (int32_t ___value0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m301151C65034D45DEF914FC0A2598C782836BDE9 (String_t* ___value0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeLongNumber(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConfig_EncodeLongNumber_m1E272D738B58E4C75F7031CD447617008CA8C9D2 (int64_t ___x0, 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_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mA6F83194A5B789A122668505E46060C10E989A55 (int64_t ___value0, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.PlatformNotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05 (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * __this, const RuntimeMethod* method); // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143 (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.String System.String::ToLowerInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F (String_t* __this, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_mB93B5E37F36C3B39E066B11F88014D2A69612967 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_mE00A5C5770962238946F49C4525F094D33A61F6A (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSASignatureDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDeformatter__ctor_m73A650DECA8EA3D2E3E832CD36007B284FF226A2 (DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSASignatureFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureFormatter__ctor_mCA7B018CB2AF308EED90EE01EF0B98F6AC5BC62B (DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DSASignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSASignatureDescription__ctor_m87E04B118F8C5B75E4341C0C4DDCCD5E6AD472FE (DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.DESCryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DESCryptoServiceProvider__ctor_m7AD8E1619BAA1EBC6FA81C815FA6D2786AA232F9 (DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACMD5::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACMD5__ctor_m0F7DC7A801E0406D6DA5624D46DD0E767F7901DD (HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACRIPEMD160::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACRIPEMD160__ctor_m1588A3072DB0C77B2B3393732787684922C169E8 (HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACSHA1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA1__ctor_mB578611DAD42359D304B3F6CE6B40B7A7B973342 (HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACSHA256::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA256__ctor_m7EF9928F30F4417A77CD88C7B0D98DCDCCC84D16 (HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACSHA384::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA384__ctor_mED77AAB975E794458BD86CF1C9505E9E683F473B (HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.HMACSHA512::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMACSHA512__ctor_mDDA99F36BAE97995793DCCC3B09290B49096694C (HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.MACTripleDES::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MACTripleDES__ctor_m7A3B0B587C8401D5721747E3E9EECC31E83D13E9 (MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.MD5CryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MD5CryptoServiceProvider__ctor_mB50CFED5886E592681CA1462E71B94DFF098FDC9 (MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RC2CryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6 (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RijndaelManaged::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RijndaelManaged__ctor_mB961FACC934247ED58EC21A6291E2018BD570650 (RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RIPEMD160Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196 (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_mCBC98067A4839FB96DCF01860078278EC148FFBE (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m540359C328E1E9E9818A1192E34C74C986186B80 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m1BA8EB842594843B8E252D8521A9172E91C173BB (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m15FB769DA695A4FDC30DC89FB3E70A5DB614D4C4 (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA1SignatureDescription__ctor_m19FDAB0C88500F2421CD3E1F896DFBA4A0220E5C (RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA256SignatureDescription__ctor_m451F6E5DFD95DD6574F76F6D6555F60D8E0D33A4 (RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA384SignatureDescription__ctor_m69C022B53F53842DED97D47AC4FC88D06814AEC5 (RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA512SignatureDescription__ctor_m03A0AD1AFBC01AC868723BD0A74A31F5D368E25E (RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mCFEF020C407DF8850915EDC4ED242A91A4E4C632 (SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA1Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Managed__ctor_m13241F68BA51EA3B2D8ED33957BD60465978782C (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA256Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5 (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA384Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5 (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SHA512Managed::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311 (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.TripleDESCryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TripleDESCryptoServiceProvider__ctor_mA7D7CAD61FC16672B4017CD2EE2F1B5533E2E33C (TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302 * __this, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295 (Type_t * ___type0, const RuntimeMethod* method); // System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_mDEE3062261C13FD33F1E4C2CBF99A8FD7CBE1049 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.UInt32 Mono.Security.Cryptography.CryptoConvert::ToUInt32LE(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CryptoConvert_ToUInt32LE_m74BFA469CB7BEA65400320B9905D74F77C46318E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 Mono.Security.Cryptography.CryptoConvert::ToInt32LE(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[]) inline void Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, const RuntimeMethod*))Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_gshared)(___array0, method); } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::Trim(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_Trim_m042FDE3AC92480DC81799482D3CA02A3EF109AF8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * RSA_Create_m044F1B4384248B4C9FEA4DAB01DB85B0A829A383 (const RuntimeMethod* method); // System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * DSA_Create_m1BB98278D12EF7F48DDF0B52FCF7CA0602AFC618 (const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.CryptoConvert::GetBytesLE(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F (int32_t ___val0, const RuntimeMethod* method); // System.Void System.Array::Reverse(T[],System.Int32,System.Int32) inline void Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, const RuntimeMethod*))Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_gshared)(___array0, ___index1, ___length2, method); } // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlob(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlob(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlobDSA(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlobDSA(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617 (String_t* ___key0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptoStream::InitializeBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_InitializeBuffer_m62993463F401F6332BD50EC2BD50A7E501369F75 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.CryptoStream::get_HasFlushedFinalBlock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_m73381F54A505A0CF2224348FB1F30A8DB40AABAA_inline (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptoStream::FlushFinalBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_FlushFinalBlock_m7649E736DC0B525D9812EC018E2D74244DDF5891 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Stream_FlushAsync_mB69EB22B281915ED356E876B9653587674243235 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Boolean System.Threading.CancellationToken::get_IsCancellationRequested() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD * __this, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_get_CompletedTask_m50A6B866A113BC922674893991DC4E80CB629C1D (const RuntimeMethod* method); // System.Threading.Tasks.Task System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Task_FromCancellation_m7252DA0CFF687F05BF069E5DAB9863F879426785 (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * Stream_ReadAsync_m2C898977082010B5C35EE702E8312FE0D7A6BD14 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromCancellation(System.Threading.CancellationToken) inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { return (( Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * (*) (CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD , const RuntimeMethod*))Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A_gshared)(___cancellationToken0, method); } // System.Threading.Tasks.Task`1 System.Security.Cryptography.CryptoStream::ReadAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * CryptoStream_ReadAsyncInternal_m474B958432CCB6FC0F947009C25FEA607737524E (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__34>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87 (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * __this, const RuntimeMethod* method) { return (( Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * (*) (AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_gshared)(__this, method); } // System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * Stream_WriteAsync_m9237E07EBD6A98F89304D8899FCFA705B88AFB29 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method); // System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * CryptoStream_WriteAsyncInternal_m45DD2BFD7520511A801395DD97FACA8059D1A86E (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B AsyncTaskMethodBuilder_Create_mFF3A436623D0A24B2063FDB41694EDFDA7783DE8 (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *, U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4 (AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * __this, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::SetErrorCode(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.String Microsoft.Win32.Win32Native::GetMessage(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32Native_GetMessage_m3FCCCE515889D848BA767D5290FC8D2BC095C873 (int32_t ___hr0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mAB839F4DBFE4A11CAF8E66D1E1BE16D7A5137418 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, int32_t ___hr0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m06702F49C2900D6F8D85359F881836E5434D9335 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA187CCA9827AB56C60EA2ADBC82BDC6E0B743CD0 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602 (String_t* ___key0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, 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_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.Cryptography.CspProviderFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m0F70322D8BE118C62EC1FE16836A6056860F3A0E (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, int32_t ___flags3, 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_m73AF2CE4BA5726935B70AD6242491B14C7294A55 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___value0, 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_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method); // System.Void System.StringComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__ctor_m3BFFD921228D013A3934A77C73D0D2D27A9BB4ED (StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.CompareInfo::GetHashCodeOfString(System.String,System.Globalization.CompareOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCodeOfString_m4A90025D7EC9CB1400C3367AC726131C4F193039 (CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method); // System.Void System.Globalization.CultureData::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData__ctor_mB0A8AF9FC6D07F02B7338B217AF1BDBCA1B70AD0 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mFE3CE1D3E1DFE3CDC8FA7E61D581805123837F7D (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, bool ___useUserOverride1, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Globalization.CultureData System.Globalization.CultureData::get_Invariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF (const RuntimeMethod* method); // System.Void System.Globalization.CultureData::fill_culture_data(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_culture_data_mB5854DE6D799C8358D3E00F9D0C3525AC79D72A5 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___datetimeIndex0, const RuntimeMethod* method); // System.Void System.Globalization.CalendarData::.ctor(System.String,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData__ctor_m305E27F818FF3CA1939158C37AEA5E944C9D5577 (CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * __this, String_t* ___localeName0, int32_t ___calendarId1, bool ___bUseUserOverrides2, const RuntimeMethod* method); // System.Globalization.CalendarData System.Globalization.CultureData::GetCalendar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method); // System.String[] System.Globalization.CultureData::ShortDates(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_ShortDates_mD87D227BC79CBFD575418EAA2BB2195010D54640 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method); // System.String System.Globalization.CultureData::GetDateSeparator(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetDateSeparator_m3C6557C5359B5FF5713CC4D0FA7248D4E7C0BAFA (String_t* ___format0, const RuntimeMethod* method); // System.String System.Globalization.CultureData::GetSeparator(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetSeparator_mCE80430A17738DBBC9DBE5A6F7C0C2D0B3FD2697 (String_t* ___format0, String_t* ___timeParts1, const RuntimeMethod* method); // System.Int32 System.Globalization.CultureData::IndexOfTimePart(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_IndexOfTimePart_m31A89C2EF74A78A6F9AD91DFB27415539101635E (String_t* ___format0, int32_t ___startIndex1, String_t* ___timeParts2, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.Globalization.CultureData::UnescapeNlsString(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_UnescapeNlsString_m1FAFC6DCC6CACBDD86F3C7CAC373DD7D38CDAAA0 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m973465AB5F1591B478FF881D5B9DBC47224F7FBC (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___length2, int32_t ___capacity3, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureData::get_IsInvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_IsInvariantCulture_m5900D149867D3560BDB1276490B00060ED885E64 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method); // System.Void System.Globalization.CultureData::fill_number_data(System.Globalization.NumberFormatInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_number_data_mE3704DB608088F2CA834A83C840F9D6D863784C6 (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___nfi0, int32_t ___numberIndex1, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_get_CurrentCulture_m08B216EA7CE554F98EB601108206C01A54CAAC5F (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_get_CurrentUICulture_mC935CB78924A5E49E196448247AB1BAE8F87E7D2 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.String System.Globalization.CultureInfo::get_current_locale_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_current_locale_name_m281D09543ED0103A4F06B39C2D88F4A4DA1DA8E9 (const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCulture(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_CreateSpecificCulture_m1BB43B0DB265BC2D85B099C6FC701BE928D686F9 (String_t* ___name0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_ConstructCurrentCulture_m67C55DA58189120D7CDAD6945A6D6603537AB8B6 (const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::Construct() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.Globalization.Calendar System.Globalization.CultureInfo::CreateCalendar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83 (int32_t ___calendarType0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m9A51F2BC5C6EFFA706C82A4DA70AFB918F195230 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___culture0, const RuntimeMethod* method); // System.Globalization.TextInfo System.Globalization.CultureInfo::CreateTextInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * CultureInfo_CreateTextInfo_m101A37890885BB4CC2F71C44AA70DAD832E554AA (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, bool ___readOnly0, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392 (RuntimeObject * __this, const RuntimeMethod* method); // System.Object System.Globalization.NumberFormatInfo::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NumberFormatInfo_Clone_m3973789E1D3DD15BD7BB485B7BD89432C37AF82D (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method); // System.Object System.Globalization.DateTimeFormatInfo::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_Clone_m03B9F4F2FA242BB0F9952B0AFA499690E4BD442D (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::internal_get_cultures(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* CultureInfo_internal_get_cultures_m73ACDAC422E8854B1F1A5F4810947809D3A37BFB (bool ___neutral0, bool ___specific1, bool ___installed2, const RuntimeMethod* method); // System.Globalization.CultureInfo/Data System.Globalization.CultureInfo::GetTextInfoData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 CultureInfo_GetTextInfoData_m4CECA66D347D11DE3D06107635E4806C58AB1A96 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.Int32 System.Globalization.CultureInfo::get_CalendarType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.String,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_GetCultureData_mD4486FFF385264D6F91E2FE4BCBBBF70E471D4E1 (String_t* ___cultureName0, bool ___useUserOverride1, int32_t ___datetimeIndex2, int32_t ___calendarId3, int32_t ___numberIndex4, String_t* ___iso2lang5, int32_t ___ansiCodePage6, int32_t ___oemCodePage7, int32_t ___macCodePage8, int32_t ___ebcdicCodePage9, bool ___rightToLeft10, String_t* ___listSeparator11, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::ReadOnly(System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_ReadOnly_m4460DB4CE8B1E941A62EDF5BA0D298C5DA0902D4 (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___nfi0, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::ReadOnly(System.Globalization.DateTimeFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * DateTimeFormatInfo_ReadOnly_m3FE435170A585AD8987DE6840705742528C5FBE0 (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dtfi0, const RuntimeMethod* method); // System.Globalization.TextInfo System.Globalization.TextInfo::ReadOnly(System.Globalization.TextInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * TextInfo_ReadOnly_m6EE77D7CE06E5A3843456195B1074149B4B9DC7B (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo0, const RuntimeMethod* method); // System.Void System.Globalization.CompareInfo::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo__ctor_m1E81C42D747D946A24D1999E714CFB9DDE120725 (CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.Globalization.NumberFormatInfo::.ctor(System.Globalization.CultureData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m2A25711B8A061EFA38961DAEDD76B4E4DB3FF5BA (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___cultureData0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::CheckNeutral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_CheckNeutral_mD3E46C7B38E42D5F6E6C1936F29737942B534A08 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.Void System.Globalization.DateTimeFormatInfo::.ctor(System.Globalization.CultureData,System.Globalization.Calendar) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormatInfo__ctor_m864526BDC1882B6DFE907709769DC8D8E694B3CC (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * __this, CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___cultureData0, Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___cal1, const RuntimeMethod* method); // System.Void System.Threading.Thread::MemoryBarrier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_m9E2B68F7889D5D3AD76126930EE120D51C1B3402 (const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_lcid(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_lcid_mB033B9B7BD969B7BDFC913FEE6D48056ADA912DB (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___lcid0, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F (const RuntimeMethod* method); // System.Globalization.TextInfo System.Globalization.TextInfo::get_Invariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * TextInfo_get_Invariant_mEC603FEC2335D1CD5D827C4ECA44D7DC815B3C43 (const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::.ctor(System.Globalization.CultureData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_m508B936EA438F37591CCE37041B1273A9283F67B (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___cultureData0, const RuntimeMethod* method); // System.Void System.Globalization.TextInfo::SetReadOnlyState(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9_inline (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, bool ___readOnly0, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m3BA65E5577E1C90B6173D76CBE58065DA823F326 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___culture0, bool ___useUserOverride1, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___culture0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::ConstructInvariant(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_ConstructInvariant_mAA31B93958C8D5F170193EEA18C6EFE38D0517E1 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, bool ___read_only0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.Globalization.CultureNotFoundException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureNotFoundException__ctor_mD0FFBC025FBAABAFCF8DB514A4B164A98D9E4D4A (CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Exception System.Globalization.CultureInfo::CreateNotFoundException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * CultureInfo_CreateNotFoundException_mE8F4C42AA97D587313FA497CB787A5FDCC663C4D (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m7FF93F8F008C4921D719E95DAC6A204DAD0B7E44 (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mBEEED4096DA995C6A59E8F6117E71DFF63E2706D (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mC356354D6C50DB960F89F0908AABE2FCA41EC3F5 (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * __this, int32_t ___key0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 *, int32_t, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, const RuntimeMethod*))Dictionary_2_set_Item_m69BAB495378623EADEC39F28FFC7C64D7E652165_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m44BDA2AA7ABE514535989B8E02D191FF52889767 (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * __this, String_t* ___key0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC *, String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m7C3C57E21A619C0FEE0F407E9569510F371CE5F6 (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * __this, int32_t ___key0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 *, int32_t, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Globalization.CultureInfo::insert_into_shared_tables(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_insert_into_shared_tables_mA25287C94FDF140958B19C099703422A854A0D52 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___c0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m39174291BF1D51F14BA94389E720EBF6E1AD4AE7 (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * __this, String_t* ___key0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC *, String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Globalization.CultureInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m82444A718D57D491551B7BB399AD1DA1FD07D465 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCultureFromNeutral(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_CreateSpecificCultureFromNeutral_mF6CF569184E7F4CDD6385094B46ADB092A3B26ED (String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Globalization.GregorianCalendar::.ctor(System.Globalization.GregorianCalendarTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GregorianCalendar__ctor_m1704CA6429AD05A33F51B989876A357106DF90FC (GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B * __this, int32_t ___type0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_ConstructCurrentUICulture_mC7BA40F222BDF1FA8941141DE395A4F846C5EC80 (const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_mE77B4CD8A3492C63BB47780AC2DEEE48CA3C221A (String_t* ___cultureName0, bool ___throwException1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToCode_m4BF69F8435A4FED7BA4FB1C415A2DF455C98C4F5 (Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___type0; if (!L_0) { goto IL_0035; } } { Type_t * L_1 = ___type0; NullCheck(L_1); bool L_2; L_2 = Type_get_IsPrimitive_m43E50D507C45CE3BD51C0DC07C8AB061AFD6B3C3(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0035; } } { Type_t * L_3 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_4 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDateTime_20(); if ((!(((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_4)))) { goto IL_0018; } } { V_0 = ((int32_t)13); goto IL_0041; } IL_0018: { Type_t * L_5 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_6 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofTimeSpan_19(); if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0025; } } { V_0 = ((int32_t)12); goto IL_0041; } IL_0025: { Type_t * L_7 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_8 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDecimal_12(); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_8)))) { goto IL_0031; } } { V_0 = 5; goto IL_0041; } IL_0031: { V_0 = 0; goto IL_0041; } IL_0035: { Type_t * L_9 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Type_GetTypeCode_m25B2ADC2D68FE33486DE032926C6B1EECC8D73CE(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Converter_ToPrimitiveTypeEnum_m0E8DB0CC47AE7B385573DDD295C6C0E9A2955EEE(L_10, /*hidden argument*/NULL); V_0 = L_11; } IL_0041: { int32_t L_12 = V_0; return L_12; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsWriteAsByteArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Converter_IsWriteAsByteArray_m200FCCD8A11048368E2C3F4BB43FC19D6D51FF3D (int32_t ___code0, const RuntimeMethod* method) { bool V_0 = false; { V_0 = (bool)0; int32_t L_0 = ___code0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_004c; } case 1: { goto IL_004c; } case 2: { goto IL_004c; } case 3: { goto IL_004e; } case 4: { goto IL_004e; } case 5: { goto IL_004c; } case 6: { goto IL_004c; } case 7: { goto IL_004c; } case 8: { goto IL_004c; } case 9: { goto IL_004c; } case 10: { goto IL_004c; } case 11: { goto IL_004e; } case 12: { goto IL_004e; } case 13: { goto IL_004c; } case 14: { goto IL_004c; } case 15: { goto IL_004c; } } } { goto IL_004e; } IL_004c: { V_0 = (bool)1; } IL_004e: { bool L_1 = V_0; return L_1; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.Converter::TypeLength(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_TypeLength_m833DA1EE9491455751ABB58DD9AEC5FF2FF5E85E (int32_t ___code0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; int32_t L_0 = ___code0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_004c; } case 1: { goto IL_0054; } case 2: { goto IL_0050; } case 3: { goto IL_007a; } case 4: { goto IL_007a; } case 5: { goto IL_0058; } case 6: { goto IL_005c; } case 7: { goto IL_0060; } case 8: { goto IL_0064; } case 9: { goto IL_0068; } case 10: { goto IL_006c; } case 11: { goto IL_007a; } case 12: { goto IL_007a; } case 13: { goto IL_0070; } case 14: { goto IL_0074; } case 15: { goto IL_0078; } } } { goto IL_007a; } IL_004c: { V_0 = 1; goto IL_007a; } IL_0050: { V_0 = 2; goto IL_007a; } IL_0054: { V_0 = 1; goto IL_007a; } IL_0058: { V_0 = 8; goto IL_007a; } IL_005c: { V_0 = 2; goto IL_007a; } IL_0060: { V_0 = 4; goto IL_007a; } IL_0064: { V_0 = 8; goto IL_007a; } IL_0068: { V_0 = 1; goto IL_007a; } IL_006c: { V_0 = 4; goto IL_007a; } IL_0070: { V_0 = 2; goto IL_007a; } IL_0074: { V_0 = 4; goto IL_007a; } IL_0078: { V_0 = 8; } IL_007a: { int32_t L_1 = V_0; return L_1; } } // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::ToArrayType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Converter_ToArrayType_mF71671F47B843E0098E10F8D85BA7BE9618A9F2E (int32_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_arrayTypeA_2(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Converter_InitArrayTypeA_mD330115BD28CC57C99658FD1887CFDB408D66C09(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_arrayTypeA_2(); il2cpp_codegen_memory_barrier(); int32_t L_2 = ___code0; NullCheck(L_1); int32_t L_3 = L_2; Type_t * L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitTypeA_m744F32190C3F67EE4F687E6A9DE6C283D2675DE1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)L_0); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, NULL); (L_2)->SetAt(static_cast(0), (Type_t *)NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = L_2; Type_t * L_4 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofBoolean_9(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Type_t *)L_4); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = L_3; Type_t * L_6 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofByte_10(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Type_t *)L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = L_5; Type_t * L_8 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofChar_11(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Type_t *)L_8); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_7; Type_t * L_10 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDecimal_12(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(5), (Type_t *)L_10); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = L_9; Type_t * L_12 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDouble_13(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(6), (Type_t *)L_12); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = L_11; Type_t * L_14 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt16_14(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(7), (Type_t *)L_14); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_15 = L_13; Type_t * L_16 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt32_15(); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(8), (Type_t *)L_16); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_17 = L_15; Type_t * L_18 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt64_16(); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(((int32_t)9)), (Type_t *)L_18); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = L_17; Type_t * L_20 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofSByte_17(); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(((int32_t)10)), (Type_t *)L_20); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21 = L_19; Type_t * L_22 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofSingle_18(); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(((int32_t)11)), (Type_t *)L_22); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = L_21; Type_t * L_24 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofTimeSpan_19(); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(((int32_t)12)), (Type_t *)L_24); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_25 = L_23; Type_t * L_26 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDateTime_20(); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(((int32_t)13)), (Type_t *)L_26); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_27 = L_25; Type_t * L_28 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt16_21(); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(((int32_t)14)), (Type_t *)L_28); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_29 = L_27; Type_t * L_30 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt32_22(); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(((int32_t)15)), (Type_t *)L_30); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_31 = L_29; Type_t * L_32 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt64_23(); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(((int32_t)16)), (Type_t *)L_32); il2cpp_codegen_memory_barrier(); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeA_1(L_31); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitArrayTypeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitArrayTypeA_mD330115BD28CC57C99658FD1887CFDB408D66C09 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)L_0); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, NULL); (L_2)->SetAt(static_cast(0), (Type_t *)NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = L_2; Type_t * L_4 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofBooleanArray_31(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(1), (Type_t *)L_4); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = L_3; Type_t * L_6 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofByteArray_32(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(2), (Type_t *)L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = L_5; Type_t * L_8 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofCharArray_33(); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(3), (Type_t *)L_8); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_7; Type_t * L_10 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDecimalArray_34(); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(5), (Type_t *)L_10); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = L_9; Type_t * L_12 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDoubleArray_35(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(6), (Type_t *)L_12); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = L_11; Type_t * L_14 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt16Array_36(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(7), (Type_t *)L_14); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_15 = L_13; Type_t * L_16 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt32Array_37(); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(8), (Type_t *)L_16); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_17 = L_15; Type_t * L_18 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt64Array_38(); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(((int32_t)9)), (Type_t *)L_18); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_19 = L_17; Type_t * L_20 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofSByteArray_39(); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(((int32_t)10)), (Type_t *)L_20); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21 = L_19; Type_t * L_22 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofSingleArray_40(); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(((int32_t)11)), (Type_t *)L_22); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = L_21; Type_t * L_24 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofTimeSpanArray_41(); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(((int32_t)12)), (Type_t *)L_24); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_25 = L_23; Type_t * L_26 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDateTimeArray_42(); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(((int32_t)13)), (Type_t *)L_26); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_27 = L_25; Type_t * L_28 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt16Array_43(); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(((int32_t)14)), (Type_t *)L_28); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_29 = L_27; Type_t * L_30 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt32Array_44(); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_30); (L_29)->SetAt(static_cast(((int32_t)15)), (Type_t *)L_30); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_31 = L_29; Type_t * L_32 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt64Array_45(); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(((int32_t)16)), (Type_t *)L_32); il2cpp_codegen_memory_barrier(); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_arrayTypeA_2(L_31); return; } } // System.Type System.Runtime.Serialization.Formatters.Binary.Converter::ToType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Converter_ToType_m0878C9A9AC251E0903F3F5C3584800CEDB44F612 (int32_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeA_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Converter_InitTypeA_m744F32190C3F67EE4F687E6A9DE6C283D2675DE1(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_1 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeA_1(); il2cpp_codegen_memory_barrier(); int32_t L_2 = ___code0; NullCheck(L_1); int32_t L_3 = L_2; Type_t * L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Array System.Runtime.Serialization.Formatters.Binary.Converter::CreatePrimitiveArray(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Converter_CreatePrimitiveArray_m387EB9B25555E60286910C94B19F1FC6802C32AC (int32_t ___code0, int32_t ___length1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { V_0 = (RuntimeArray *)NULL; int32_t L_0 = ___code0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_004f; } case 1: { goto IL_0058; } case 2: { goto IL_0061; } case 3: { goto IL_00d4; } case 4: { goto IL_006a; } case 5: { goto IL_0073; } case 6: { goto IL_007c; } case 7: { goto IL_0085; } case 8: { goto IL_008e; } case 9: { goto IL_0097; } case 10: { goto IL_00a0; } case 11: { goto IL_00a9; } case 12: { goto IL_00b2; } case 13: { goto IL_00bb; } case 14: { goto IL_00c4; } case 15: { goto IL_00cd; } } } { goto IL_00d4; } IL_004f: { int32_t L_1 = ___length1; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = (RuntimeArray *)L_2; goto IL_00d4; } IL_0058: { int32_t L_3 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = (RuntimeArray *)L_4; goto IL_00d4; } IL_0061: { int32_t L_5 = ___length1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_5); V_0 = (RuntimeArray *)L_6; goto IL_00d4; } IL_006a: { int32_t L_7 = ___length1; DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_8 = (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)(DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA*)SZArrayNew(DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_il2cpp_TypeInfo_var, (uint32_t)L_7); V_0 = (RuntimeArray *)L_8; goto IL_00d4; } IL_0073: { int32_t L_9 = ___length1; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_10 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_il2cpp_TypeInfo_var, (uint32_t)L_9); V_0 = (RuntimeArray *)L_10; goto IL_00d4; } IL_007c: { int32_t L_11 = ___length1; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_12 = (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD*)SZArrayNew(Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_il2cpp_TypeInfo_var, (uint32_t)L_11); V_0 = (RuntimeArray *)L_12; goto IL_00d4; } IL_0085: { int32_t L_13 = ___length1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_13); V_0 = (RuntimeArray *)L_14; goto IL_00d4; } IL_008e: { int32_t L_15 = ___length1; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_16 = (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6*)SZArrayNew(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_il2cpp_TypeInfo_var, (uint32_t)L_15); V_0 = (RuntimeArray *)L_16; goto IL_00d4; } IL_0097: { int32_t L_17 = ___length1; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_18 = (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7*)SZArrayNew(SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_il2cpp_TypeInfo_var, (uint32_t)L_17); V_0 = (RuntimeArray *)L_18; goto IL_00d4; } IL_00a0: { int32_t L_19 = ___length1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_20 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)L_19); V_0 = (RuntimeArray *)L_20; goto IL_00d4; } IL_00a9: { int32_t L_21 = ___length1; TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_22 = (TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545*)(TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545*)SZArrayNew(TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_il2cpp_TypeInfo_var, (uint32_t)L_21); V_0 = (RuntimeArray *)L_22; goto IL_00d4; } IL_00b2: { int32_t L_23 = ___length1; DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* L_24 = (DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1*)(DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1*)SZArrayNew(DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_il2cpp_TypeInfo_var, (uint32_t)L_23); V_0 = (RuntimeArray *)L_24; goto IL_00d4; } IL_00bb: { int32_t L_25 = ___length1; UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_26 = (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67*)SZArrayNew(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_il2cpp_TypeInfo_var, (uint32_t)L_25); V_0 = (RuntimeArray *)L_26; goto IL_00d4; } IL_00c4: { int32_t L_27 = ___length1; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_28 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)SZArrayNew(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var, (uint32_t)L_27); V_0 = (RuntimeArray *)L_28; goto IL_00d4; } IL_00cd: { int32_t L_29 = ___length1; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_30 = (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2*)SZArrayNew(UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_il2cpp_TypeInfo_var, (uint32_t)L_29); V_0 = (RuntimeArray *)L_30; } IL_00d4: { RuntimeArray * L_31 = V_0; return L_31; } } // System.Boolean System.Runtime.Serialization.Formatters.Binary.Converter::IsPrimitiveArray(System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Converter_IsPrimitiveArray_m04BA51C1E9A7AD818A5D4C0E72E39BF48859F07D (Type_t * ___type0, RuntimeObject ** ___typeInformation1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject ** L_0 = ___typeInformation1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); V_0 = (bool)1; Type_t * L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_2 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofBooleanArray_31(); if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_001a; } } { RuntimeObject ** L_3 = ___typeInformation1; int32_t L_4 = 1; RuntimeObject * L_5 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_4); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); goto IL_00f4; } IL_001a: { Type_t * L_6 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_7 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofByteArray_32(); if ((!(((RuntimeObject*)(Type_t *)L_6) == ((RuntimeObject*)(Type_t *)L_7)))) { goto IL_002f; } } { RuntimeObject ** L_8 = ___typeInformation1; int32_t L_9 = 2; RuntimeObject * L_10 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_9); *((RuntimeObject **)L_8) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_10); goto IL_00f4; } IL_002f: { Type_t * L_11 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_12 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofCharArray_33(); if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_12)))) { goto IL_0044; } } { RuntimeObject ** L_13 = ___typeInformation1; int32_t L_14 = 3; RuntimeObject * L_15 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_14); *((RuntimeObject **)L_13) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_15); goto IL_00f4; } IL_0044: { Type_t * L_16 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_17 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofDoubleArray_35(); if ((!(((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_0059; } } { RuntimeObject ** L_18 = ___typeInformation1; int32_t L_19 = 6; RuntimeObject * L_20 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_19); *((RuntimeObject **)L_18) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_20); goto IL_00f4; } IL_0059: { Type_t * L_21 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_22 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt16Array_36(); if ((!(((RuntimeObject*)(Type_t *)L_21) == ((RuntimeObject*)(Type_t *)L_22)))) { goto IL_006e; } } { RuntimeObject ** L_23 = ___typeInformation1; int32_t L_24 = 7; RuntimeObject * L_25 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_24); *((RuntimeObject **)L_23) = (RuntimeObject *)L_25; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_23, (void*)(RuntimeObject *)L_25); goto IL_00f4; } IL_006e: { Type_t * L_26 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_27 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt32Array_37(); if ((!(((RuntimeObject*)(Type_t *)L_26) == ((RuntimeObject*)(Type_t *)L_27)))) { goto IL_0080; } } { RuntimeObject ** L_28 = ___typeInformation1; int32_t L_29 = 8; RuntimeObject * L_30 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_29); *((RuntimeObject **)L_28) = (RuntimeObject *)L_30; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_28, (void*)(RuntimeObject *)L_30); goto IL_00f4; } IL_0080: { Type_t * L_31 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_32 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofInt64Array_38(); if ((!(((RuntimeObject*)(Type_t *)L_31) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_0093; } } { RuntimeObject ** L_33 = ___typeInformation1; int32_t L_34 = ((int32_t)9); RuntimeObject * L_35 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_34); *((RuntimeObject **)L_33) = (RuntimeObject *)L_35; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_33, (void*)(RuntimeObject *)L_35); goto IL_00f4; } IL_0093: { Type_t * L_36 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_37 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofSByteArray_39(); if ((!(((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_37)))) { goto IL_00a6; } } { RuntimeObject ** L_38 = ___typeInformation1; int32_t L_39 = ((int32_t)10); RuntimeObject * L_40 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_39); *((RuntimeObject **)L_38) = (RuntimeObject *)L_40; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_38, (void*)(RuntimeObject *)L_40); goto IL_00f4; } IL_00a6: { Type_t * L_41 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_42 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofSingleArray_40(); if ((!(((RuntimeObject*)(Type_t *)L_41) == ((RuntimeObject*)(Type_t *)L_42)))) { goto IL_00b9; } } { RuntimeObject ** L_43 = ___typeInformation1; int32_t L_44 = ((int32_t)11); RuntimeObject * L_45 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_44); *((RuntimeObject **)L_43) = (RuntimeObject *)L_45; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_43, (void*)(RuntimeObject *)L_45); goto IL_00f4; } IL_00b9: { Type_t * L_46 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_47 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt16Array_43(); if ((!(((RuntimeObject*)(Type_t *)L_46) == ((RuntimeObject*)(Type_t *)L_47)))) { goto IL_00cc; } } { RuntimeObject ** L_48 = ___typeInformation1; int32_t L_49 = ((int32_t)14); RuntimeObject * L_50 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_49); *((RuntimeObject **)L_48) = (RuntimeObject *)L_50; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_48, (void*)(RuntimeObject *)L_50); goto IL_00f4; } IL_00cc: { Type_t * L_51 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_52 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt32Array_44(); if ((!(((RuntimeObject*)(Type_t *)L_51) == ((RuntimeObject*)(Type_t *)L_52)))) { goto IL_00df; } } { RuntimeObject ** L_53 = ___typeInformation1; int32_t L_54 = ((int32_t)15); RuntimeObject * L_55 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_54); *((RuntimeObject **)L_53) = (RuntimeObject *)L_55; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_53, (void*)(RuntimeObject *)L_55); goto IL_00f4; } IL_00df: { Type_t * L_56 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_57 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofUInt64Array_45(); if ((!(((RuntimeObject*)(Type_t *)L_56) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_00f2; } } { RuntimeObject ** L_58 = ___typeInformation1; int32_t L_59 = ((int32_t)16); RuntimeObject * L_60 = Box(InternalPrimitiveTypeE_t1E87BEE5075029E52AA901E3E961F91A98DB78B5_il2cpp_TypeInfo_var, &L_59); *((RuntimeObject **)L_58) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_58, (void*)(RuntimeObject *)L_60); goto IL_00f4; } IL_00f2: { V_0 = (bool)0; } IL_00f4: { bool L_61 = V_0; return L_61; } } // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitValueA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitValueA_mE9EFC3C947FE4196E62D10E1F1958948161669DE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, NULL); (L_2)->SetAt(static_cast(0), (String_t*)NULL); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); (L_5)->SetAt(static_cast(3), (String_t*)_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); (L_11)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); (L_12)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral356F18017512A760F46C8C6E41C462F76716509F); (L_13)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral356F18017512A760F46C8C6E41C462F76716509F); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA); (L_14)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); (L_15)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); (L_16)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); (L_17)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); il2cpp_codegen_memory_barrier(); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_valueA_3(L_17); return; } } // System.String System.Runtime.Serialization.Formatters.Binary.Converter::ToComType(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Converter_ToComType_m95A2C929E18514427D7AFEABA2D5167E471724AC (int32_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_valueA_3(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Converter_InitValueA_mE9EFC3C947FE4196E62D10E1F1958948161669DE(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_valueA_3(); il2cpp_codegen_memory_barrier(); int32_t L_2 = ___code0; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitTypeCodeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitTypeCodeA_m1F3F1C0DB015ADC2EDC31D95D313886DE738883A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_primitiveTypeEnumLength_0(); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_1 = (TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE*)(TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE*)SZArrayNew(TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE_il2cpp_TypeInfo_var, (uint32_t)L_0); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (int32_t)1); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (int32_t)3); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(2), (int32_t)6); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(3), (int32_t)4); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(5), (int32_t)((int32_t)15)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(6), (int32_t)((int32_t)14)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(7), (int32_t)7); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(8), (int32_t)((int32_t)9)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)11)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)10)), (int32_t)5); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)11)), (int32_t)((int32_t)13)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)12)), (int32_t)1); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)13)), (int32_t)((int32_t)16)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)14)), (int32_t)8); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)15)), (int32_t)((int32_t)10)); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)16)), (int32_t)((int32_t)12)); il2cpp_codegen_memory_barrier(); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeCodeA_4(L_17); return; } } // System.TypeCode System.Runtime.Serialization.Formatters.Binary.Converter::ToTypeCode(System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToTypeCode_m02D177F45A8DCD2912C893A384EF031914870F86 (int32_t ___code0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeCodeA_4(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Converter_InitTypeCodeA_m1F3F1C0DB015ADC2EDC31D95D313886DE738883A(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE* L_1 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeCodeA_4(); il2cpp_codegen_memory_barrier(); int32_t L_2 = ___code0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (int32_t)(L_1)->GetAt(static_cast(L_3)); return (int32_t)(L_4); } } // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::InitCodeA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_InitCodeA_m7A05906B013A567A7D299075770297812BA02898 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_0 = (InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC*)(InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC*)SZArrayNew(InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)0); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)0); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(2), (int32_t)0); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(3), (int32_t)1); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(4), (int32_t)3); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(5), (int32_t)((int32_t)10)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_7 = L_6; NullCheck(L_7); (L_7)->SetAt(static_cast(6), (int32_t)2); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(7), (int32_t)7); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(8), (int32_t)((int32_t)14)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)9)), (int32_t)8); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)10)), (int32_t)((int32_t)15)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)11)), (int32_t)((int32_t)9)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)12)), (int32_t)((int32_t)16)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_14 = L_13; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)13)), (int32_t)((int32_t)11)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)14)), (int32_t)6); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)15)), (int32_t)5); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)16)), (int32_t)((int32_t)13)); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)17)), (int32_t)0); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)18)), (int32_t)0); IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_codeA_5(L_19); return; } } // System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE System.Runtime.Serialization.Formatters.Binary.Converter::ToPrimitiveTypeEnum(System.TypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Converter_ToPrimitiveTypeEnum_m0E8DB0CC47AE7B385573DDD295C6C0E9A2955EEE (int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_0 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_codeA_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Converter_InitCodeA_m7A05906B013A567A7D299075770297812BA02898(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); InternalPrimitiveTypeEU5BU5D_t7FC568579F0B1DA4D00DCF744E350FA25FA83CEC* L_1 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_codeA_5(); il2cpp_codegen_memory_barrier(); int32_t L_2 = ___typeCode0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (int32_t)(L_1)->GetAt(static_cast(L_3)); return (int32_t)(L_4); } } // System.Object System.Runtime.Serialization.Formatters.Binary.Converter::FromString(System.String,System.Runtime.Serialization.Formatters.Binary.InternalPrimitiveTypeE) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Converter_FromString_mE23975A8AAA2FAFC683E7A377E3799E9E1544E89 (String_t* ___value0, int32_t ___code1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { int32_t L_0 = ___code1; if (!L_0) { goto IL_0017; } } { String_t* L_1 = ___value0; int32_t L_2 = ___code1; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Converter_ToTypeCode_m02D177F45A8DCD2912C893A384EF031914870F86(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = Convert_ChangeType_mA35FE7E9CDDC95DF67F03096BF2896398DAAE206(L_1, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0019; } IL_0017: { String_t* L_6 = ___value0; V_0 = L_6; } IL_0019: { RuntimeObject * L_7 = V_0; return L_7; } } // System.Void System.Runtime.Serialization.Formatters.Binary.Converter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter__cctor_mE8E4BE3115E04D07519CEF69211FE154157D7336 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); s_Il2CppMethodInitialized = true; } { ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_primitiveTypeEnumLength_0(((int32_t)17)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ISerializable_t00C3253EB683DD9D1735F0C5EEBB0D132B16AFF2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofISerializable_6(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofString_7(L_3); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_0_0_0_var) }; Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofConverter_8(L_5); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofBoolean_9(L_7); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofByte_10(L_9); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofChar_11(L_11); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofDecimal_12(L_13); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofDouble_13(L_15); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_16, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofInt16_14(L_17); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofInt32_15(L_19); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofInt64_16(L_21); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_22, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofSByte_17(L_23); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_24, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofSingle_18(L_25); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_26, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofTimeSpan_19(L_27); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_28, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofDateTime_20(L_29); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofUInt16_21(L_31); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_32, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofUInt32_22(L_33); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_35; L_35 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_34, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofUInt64_23(L_35); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_36 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_37; L_37 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_36, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofObject_24(L_37); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofSystemVoid_25(L_39); Type_t * L_40 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofString_7(); Assembly_t * L_41; L_41 = Assembly_GetAssembly_m3DDD2A38B6117D0BE2A0C0F2E9A8EC57466533EC(L_40, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_urtAssembly_26(L_41); Assembly_t * L_42 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_urtAssembly_26(); NullCheck(L_42); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_42); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_urtAssemblyString_27(L_43); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_0_0_0_var) }; Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofTypeArray_28(L_45); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; Type_t * L_47; L_47 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_46, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofObjectArray_29(L_47); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_48, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofStringArray_30(L_49); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_50, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofBooleanArray_31(L_51); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_52, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofByteArray_32(L_53); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_0_0_0_var) }; Type_t * L_55; L_55 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_54, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofCharArray_33(L_55); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_0_0_0_var) }; Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_56, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofDecimalArray_34(L_57); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB_0_0_0_var) }; Type_t * L_59; L_59 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_58, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofDoubleArray_35(L_59); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_60 = { reinterpret_cast (Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD_0_0_0_var) }; Type_t * L_61; L_61 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_60, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofInt16Array_36(L_61); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_62 = { reinterpret_cast (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var) }; Type_t * L_63; L_63 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_62, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofInt32Array_37(L_63); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6_0_0_0_var) }; Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_64, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofInt64Array_38(L_65); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_66, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofSByteArray_39(L_67); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_0_0_0_var) }; Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_68, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofSingleArray_40(L_69); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545_0_0_0_var) }; Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofTimeSpanArray_41(L_71); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_72 = { reinterpret_cast (DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1_0_0_0_var) }; Type_t * L_73; L_73 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_72, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofDateTimeArray_42(L_73); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_74 = { reinterpret_cast (UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67_0_0_0_var) }; Type_t * L_75; L_75 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_74, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofUInt16Array_43(L_75); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_76 = { reinterpret_cast (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_0_0_0_var) }; Type_t * L_77; L_77 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_76, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofUInt32Array_44(L_77); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2_0_0_0_var) }; Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_78, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofUInt64Array_45(L_79); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var) }; Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_80, /*hidden argument*/NULL); ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->set_typeofMarshalByRefObject_46(L_81); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject__ctor_mB2B61C36ED7031FDCD35E835B7FB94CE326F67D9 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.ConstrainedExecution.CriticalFinalizerObject::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CriticalFinalizerObject_Finalize_m74EDAAC1806CF742F4016552520D67EB88606F72 (CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) IL2CPP_LEAVE(0x9, FINALLY_0002); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0002; } FINALLY_0002: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(2) }// end finally (depth: 1) IL2CPP_CLEANUP(2) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9, IL_0009) } IL_0009: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::RegisterCrossAppDomainChannel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainChannel_RegisterCrossAppDomainChannel_m90F57CE4EC7092CEEFCCE5DBC2C674CBFE589FA5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var); RuntimeObject * L_0 = ((CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var))->get_s_lock_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) RuntimeObject * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * L_2 = (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A *)il2cpp_codegen_object_new(CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var); CrossAppDomainChannel__ctor_m5ED76ABCFEAC413B7BF1C9F09CDC247C93BC1BC5(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); ChannelServices_RegisterChannel_m93E43A37CE8627ECCE5D5BCB2422A1441A55B22B(L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x26, FINALLY_001c); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001c; } FINALLY_001c: {// begin finally (depth: 1) { bool L_3 = V_1; if (!L_3) { goto IL_0025; } } IL_001f: { RuntimeObject * L_4 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_4, /*hidden argument*/NULL); } IL_0025: { IL2CPP_END_FINALLY(28) } }// end finally (depth: 1) IL2CPP_CLEANUP(28) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x26, IL_0026) } IL_0026: { return; } } // System.String System.Runtime.Remoting.Channels.CrossAppDomainChannel::get_ChannelName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrossAppDomainChannel_get_ChannelName_mB302316386B2AB4779C1A1C3176586B5C9588A24 (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4F8F728379EE67C4F9025F2CE536CADA2B817E8); s_Il2CppMethodInitialized = true; } { return _stringLiteralC4F8F728379EE67C4F9025F2CE536CADA2B817E8; } } // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainChannel::get_ChannelPriority() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CrossAppDomainChannel_get_ChannelPriority_m7FBEB0F89170836E8EAE4469799BA3070AA2383C (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, const RuntimeMethod* method) { { return ((int32_t)100); } } // System.Object System.Runtime.Remoting.Channels.CrossAppDomainChannel::get_ChannelData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CrossAppDomainChannel_get_ChannelData_m4618F28E9DFD48D597A91CE3103CE192A17884DC (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = Thread_GetDomainID_m90D6EA77161CF32BB05DE69B11ADAC42AD36F8A8(/*hidden argument*/NULL); CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * L_1 = (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 *)il2cpp_codegen_object_new(CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43_il2cpp_TypeInfo_var); CrossAppDomainData__ctor_m5BDEB37FA0E9C0363D1BC96060A07429A8FE8DCD(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::StartListening(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainChannel_StartListening_m4ADF16F2ABB2F6A1D6D761D5812E5A8876CF70B7 (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, RuntimeObject * ___data0, const RuntimeMethod* method) { { return; } } // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Channels.CrossAppDomainChannel::CreateMessageSink(System.String,System.Object,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CrossAppDomainChannel_CreateMessageSink_mCF772D7A310D13C8BB71423A24151864C35F5513 (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, String_t* ___url0, RuntimeObject * ___data1, String_t** ___uri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4F8F728379EE67C4F9025F2CE536CADA2B817E8); s_Il2CppMethodInitialized = true; } CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * V_0 = NULL; { String_t** L_0 = ___uri2; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); RuntimeObject * L_1 = ___data1; if (!L_1) { goto IL_002e; } } { RuntimeObject * L_2 = ___data1; V_0 = ((CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 *)IsInstClass((RuntimeObject*)L_2, CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43_il2cpp_TypeInfo_var)); CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * L_3 = V_0; if (!L_3) { goto IL_002e; } } { CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = CrossAppDomainData_get_ProcessID_mF88FE6DE59E9704FBECDDE9395E258A03F6F2A54_inline(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_6; L_6 = RemotingConfiguration_get_ProcessId_m69077EC69F6FDA525CC9CE9AD6AAE4E84B4139A3(/*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = CrossAppDomainData_get_DomainID_mA92FABDF89A959B74BB28F329DA50F035D0C5957_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_10; L_10 = CrossAppDomainSink_GetSink_mFF49D39F17936F0737A3C00A8AD94A2EC6A055FA(L_9, /*hidden argument*/NULL); return L_10; } IL_002e: { String_t* L_11 = ___url0; if (!L_11) { goto IL_0049; } } { String_t* L_12 = ___url0; NullCheck(L_12); bool L_13; L_13 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_12, _stringLiteralC4F8F728379EE67C4F9025F2CE536CADA2B817E8, /*hidden argument*/NULL); if (!L_13) { goto IL_0049; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_14 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A54F3AF5CA63A3E4CCFFDD06CA7B2DDFFEA9567)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CrossAppDomainChannel_CreateMessageSink_mCF772D7A310D13C8BB71423A24151864C35F5513_RuntimeMethod_var))); } IL_0049: { return (RuntimeObject*)NULL; } } // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainChannel__ctor_m5ED76ABCFEAC413B7BF1C9F09CDC247C93BC1BC5 (CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainChannel__cctor_m24E986223A93A6E0F54002B1B593880588996DA8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_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); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_0, /*hidden argument*/NULL); ((CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var))->set_s_lock_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Channels.CrossAppDomainData::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainData__ctor_m5BDEB37FA0E9C0363D1BC96060A07429A8FE8DCD (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, int32_t ___domainId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = 0; RuntimeObject * L_1 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_0); __this->set__ContextID_0(L_1); int32_t L_2 = ___domainId0; __this->set__DomainID_1(L_2); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_3; L_3 = RemotingConfiguration_get_ProcessId_m69077EC69F6FDA525CC9CE9AD6AAE4E84B4139A3(/*hidden argument*/NULL); __this->set__processGuid_2(L_3); return; } } // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainData::get_DomainID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CrossAppDomainData_get_DomainID_mA92FABDF89A959B74BB28F329DA50F035D0C5957 (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__DomainID_1(); return L_0; } } // System.String System.Runtime.Remoting.Channels.CrossAppDomainData::get_ProcessID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrossAppDomainData_get_ProcessID_mF88FE6DE59E9704FBECDDE9395E258A03F6F2A54 (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__processGuid_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Channels.CrossAppDomainSink::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainSink__ctor_m3E1E47700033B9428C0D24B377197F47D13DABE8 (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, int32_t ___domainID0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___domainID0; __this->set__domainID_2(L_0); return; } } // System.Runtime.Remoting.Channels.CrossAppDomainSink System.Runtime.Remoting.Channels.CrossAppDomainSink::GetSink(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * CrossAppDomainSink_GetSink_mFF49D39F17936F0737A3C00A8AD94A2EC6A055FA (int32_t ___domainID0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * V_2 = NULL; CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->get_s_sinks_0(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0); V_0 = L_1; V_1 = (bool)0; } IL_000d: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->get_s_sinks_0(); int32_t L_4 = ___domainID0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_5); NullCheck(L_3); bool L_7; L_7 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_3, L_6); if (!L_7) { goto IL_003f; } } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->get_s_sinks_0(); int32_t L_9 = ___domainID0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); RuntimeObject * L_12; L_12 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11); V_2 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 *)CastclassClass((RuntimeObject*)L_12, CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x65, FINALLY_005b); } IL_003f: { int32_t L_13 = ___domainID0; CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_14 = (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 *)il2cpp_codegen_object_new(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); CrossAppDomainSink__ctor_m3E1E47700033B9428C0D24B377197F47D13DABE8(L_14, L_13, /*hidden argument*/NULL); V_3 = L_14; IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->get_s_sinks_0(); int32_t L_16 = ___domainID0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_19 = V_3; NullCheck(L_15); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_18, L_19); CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_20 = V_3; V_2 = L_20; IL2CPP_LEAVE(0x65, FINALLY_005b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 1) { bool L_21 = V_1; if (!L_21) { goto IL_0064; } } IL_005e: { RuntimeObject * L_22 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_22, /*hidden argument*/NULL); } IL_0064: { IL2CPP_END_FINALLY(91) } }// end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x65, IL_0065) } IL_0065: { CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_23 = V_2; return L_23; } } // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainSink::get_TargetDomainId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CrossAppDomainSink_get_TargetDomainId_mF108B7A9FEB74FF4A12D01E52EE942AB0B0D015C (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__domainID_2(); return L_0; } } // System.Runtime.Remoting.Channels.CrossAppDomainSink/ProcessMessageRes System.Runtime.Remoting.Channels.CrossAppDomainSink::ProcessMessageInDomain(System.Byte[],System.Runtime.Remoting.Messaging.CADMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 CrossAppDomainSink_ProcessMessageInDomain_mA6A4F737F569A50417ACB70DAD1CB1FA2B444156 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arrRequest0, CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * ___cadMsg1, const RuntimeMethod* method) { ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { il2cpp_codegen_initobj((&V_0), sizeof(ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 )); } IL_0008: try {// begin try (depth: 1) AppDomain_tBEB6322D51DCB12C09A56A49886C2D09BA1C1A8A * L_0; L_0 = AppDomain_get_CurrentDomain_mC2FE307811914289CBBDEFEFF6175FCE2E96A55E(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___arrRequest0; CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * L_2 = ___cadMsg1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** L_3 = (&V_0)->get_address_of_arrResponse_0(); CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 ** L_4 = (&V_0)->get_address_of_cadMrm_1(); NullCheck(L_0); AppDomain_ProcessMessageInDomain_m4A442CF85DB0EC22AA6F52F061D635CC5C074626(L_0, L_1, L_2, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726**)L_3, (CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 **)L_4, /*hidden argument*/NULL); goto IL_0043; }// end try (depth: 1) 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_0024; } throw e; } CATCH_0024: {// begin catch(System.Exception) ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4 * L_5 = (ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorMessage_t4F3B0393902309E532B83B8AC9B45DD0A71BD8A4_il2cpp_TypeInfo_var))); ErrorMessage__ctor_mAA96E025130C369FB918825B7C8354914D5B6D70(L_5, /*hidden argument*/NULL); MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * L_6 = (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var))); MethodResponse__ctor_mFE56F04DEC8529E42CCB889F4F29E975A4643218(L_6, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), L_5, /*hidden argument*/NULL); V_1 = L_6; RuntimeObject* L_7 = V_1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_8; L_8 = CADSerializer_SerializeMessage_mB35012D0664D40CC33DBC06FAF0A6E4056D2DC8D(L_7, /*hidden argument*/NULL); NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_8); (&V_0)->set_arrResponse_0(L_9); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0043; }// end catch (depth: 1) IL_0043: { ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 L_10 = V_0; return L_10; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Channels.CrossAppDomainSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CrossAppDomainSink_SyncProcessMessage_m230FEB94D79C3C96E9C998FB5A1D918143B4FC7A (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, RuntimeObject* ___msgRequest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * V_3 = NULL; CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * V_4 = NULL; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * V_5 = NULL; Exception_t * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (RuntimeObject*)NULL; } IL_0002: try {// begin try (depth: 1) { V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; V_2 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; V_3 = (CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 *)NULL; RuntimeObject* L_0 = ___msgRequest0; CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * L_1; L_1 = CADMethodCallMessage_Create_m512596F3080E32E85E497F8FAAB9EA75DE03D6B4(L_0, /*hidden argument*/NULL); V_4 = L_1; CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * L_2 = V_4; if (L_2) { goto IL_0020; } } IL_0014: { RuntimeObject* L_3 = ___msgRequest0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4; L_4 = CADSerializer_SerializeMessage_mB35012D0664D40CC33DBC06FAF0A6E4056D2DC8D(L_3, /*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_4); V_2 = L_5; } IL_0020: { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_6; L_6 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); V_5 = L_6; } IL_0027: try {// begin try (depth: 2) int32_t L_7 = __this->get__domainID_2(); IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); MethodInfo_t * L_8 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->get_processMessageMethod_1(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_10; CADMethodCallMessage_t57296ECCBF254F676C852CB37D8A35782059F906 * L_13 = V_4; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_13); RuntimeObject * L_14; L_14 = AppDomain_InvokeInDomainByID_m0D8B6EE2FF96C4A0C2E45F1B54F9FD06496B711A(L_7, L_8, NULL, L_12, /*hidden argument*/NULL); ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 L_15 = ((*(ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 *)((ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9 *)UnBox(L_14, ProcessMessageRes_tEB8A216399166053C37BA6F520ADEA92455104E9_il2cpp_TypeInfo_var)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = L_15.get_arrResponse_0(); V_1 = L_16; CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * L_17 = L_15.get_cadMrm_1(); V_3 = L_17; IL2CPP_LEAVE(0x64, FINALLY_005b); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: {// begin finally (depth: 2) Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_18 = V_5; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_19; L_19 = AppDomain_InternalSetContext_mBA947CA3D3D1D862343C5283137B2658FC081C9E(L_18, /*hidden argument*/NULL); IL2CPP_END_FINALLY(91) }// end finally (depth: 2) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x64, IL_0064) } IL_0064: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; if (!L_20) { goto IL_007b; } } IL_0067: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_22 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m3E041ADD3DB7EA42E7DB56FE862097819C02B9C2(L_22, L_21, /*hidden argument*/NULL); RuntimeObject* L_23 = ___msgRequest0; RuntimeObject* L_24; L_24 = CADSerializer_DeserializeMessage_m70DD2368B1037A7D1D46BD6B0CCFE0CFF1F3C767(L_22, ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_24; goto IL_0088; } IL_007b: { RuntimeObject* L_25 = ___msgRequest0; CADMethodReturnMessage_t875AA26C474A6CC70596D42E9D74006BCC86A272 * L_26 = V_3; MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * L_27 = (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 *)il2cpp_codegen_object_new(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var); MethodResponse__ctor_m04958C4D4AB226B4320ED5B3D95DC68F2BC0B4D5(L_27, ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)), L_26, /*hidden argument*/NULL); V_0 = L_27; } IL_0088: { goto IL_00a1; } }// end try (depth: 1) 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_008a; } throw e; } CATCH_008a: {// begin catch(System.Exception) { V_6 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); } IL_008c: try {// begin try (depth: 2) Exception_t * L_28 = V_6; RuntimeObject* L_29 = ___msgRequest0; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_30 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var))); ReturnMessage__ctor_m476904D3D33C1AD682A67958BB303E8A431CEAD5(L_30, L_28, ((RuntimeObject*)IsInst((RuntimeObject*)L_29, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_30; goto IL_009f; }// 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_009c; } throw e; } CATCH_009c: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_009f; }// end catch (depth: 2) IL_009f: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00a1; } }// end catch (depth: 1) IL_00a1: { RuntimeObject* L_31 = V_0; return L_31; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Channels.CrossAppDomainSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CrossAppDomainSink_AsyncProcessMessage_m84846155E3E7E8D02EC963FBE2CD35DCAA55A636 (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, RuntimeObject* ___reqMsg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_U3CAsyncProcessMessageU3Eb__10_0_m61567963DD9776702CAE425E481882467A16B558_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * V_0 = NULL; { RuntimeObject* L_0 = ___reqMsg0; RuntimeObject* L_1 = ___replySink1; AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * L_2 = (AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA *)il2cpp_codegen_object_new(AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA_il2cpp_TypeInfo_var); AsyncRequest__ctor_mB263707A436059C891CC18033AB405E28F35FADC(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_3 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_3, __this, (intptr_t)((intptr_t)CrossAppDomainSink_U3CAsyncProcessMessageU3Eb__10_0_m61567963DD9776702CAE425E481882467A16B558_RuntimeMethod_var), /*hidden argument*/NULL); AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * L_4 = V_0; bool L_5; L_5 = ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C(L_3, L_4, /*hidden argument*/NULL); return (RuntimeObject*)NULL; } } // System.Void System.Runtime.Remoting.Channels.CrossAppDomainSink::SendAsyncMessage(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainSink_SendAsyncMessage_mEA7DC3847BB2CE9E986D529C072C0A7AF8EEF489 (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, RuntimeObject * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = ___data0; V_0 = ((AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA *)CastclassClass((RuntimeObject*)L_0, AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA_il2cpp_TypeInfo_var)); AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * L_1 = V_0; NullCheck(L_1); RuntimeObject* L_2 = L_1->get_MsgRequest_1(); RuntimeObject* L_3; L_3 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Channels.CrossAppDomainSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, __this, L_2); V_1 = L_3; AsyncRequest_t7873AE0E6A7BE5EFEC550019C652820DDD5C2BAA * L_4 = V_0; NullCheck(L_4); RuntimeObject* L_5 = L_4->get_ReplySink_0(); RuntimeObject* L_6 = V_1; NullCheck(L_5); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_5, L_6); return; } } // System.Void System.Runtime.Remoting.Channels.CrossAppDomainSink::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainSink__cctor_m05934879DC0628FB14E5A06FB36BC10AB06E01AE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC2E3CD23371BA52689FB4D84E983FD7C7D7ABCC); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->set_s_sinks_0(L_0); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_2); MethodInfo_t * L_3; L_3 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_2, _stringLiteralFC2E3CD23371BA52689FB4D84E983FD7C7D7ABCC, ((int32_t)40), /*hidden argument*/NULL); ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_StaticFields*)il2cpp_codegen_static_fields_for(CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var))->set_processMessageMethod_1(L_3); return; } } // System.Void System.Runtime.Remoting.Channels.CrossAppDomainSink::b__10_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainSink_U3CAsyncProcessMessageU3Eb__10_0_m61567963DD9776702CAE425E481882467A16B558 (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, RuntimeObject * ___data0, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) RuntimeObject * L_0 = ___data0; CrossAppDomainSink_SendAsyncMessage_mEA7DC3847BB2CE9E986D529C072C0A7AF8EEF489(__this, L_0, /*hidden argument*/NULL); goto IL_000c; }// 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_0009; } throw e; } CATCH_0009: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_000c; }// end catch (depth: 1) IL_000c: { 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.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Contexts.CrossContextChannel::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CrossContextChannel_SyncProcessMessage_m756F4AC5B96F65BE4BB4831FB0E63B12DAFDEFED (CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); V_1 = (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)NULL; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2; L_2 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_3 = V_0; NullCheck(L_3); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_4; L_4 = ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline(L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)L_2) == ((RuntimeObject*)(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)L_4))) { goto IL_0027; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_5 = V_0; NullCheck(L_5); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_6; L_6 = ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_7; L_7 = Context_SwitchToContext_mD8FF43BA00A08E718A17E407DFD998D6B6D45501(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0027: { } IL_0028: try {// begin try (depth: 1) try {// begin try (depth: 2) RuntimeObject* L_8 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_NotifyGlobalDynamicSinks_m38D3F9A94E672E49AB5D2ECFC25769B7DB28D4A8((bool)1, L_8, (bool)0, (bool)0, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_9; L_9 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); RuntimeObject* L_10 = ___msg0; NullCheck(L_9); Context_NotifyDynamicSinks_m0AFC3D1E5E58818673E4FB318C5BFB36D1CD2A41(L_9, (bool)1, L_10, (bool)0, (bool)0, /*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_11 = V_0; NullCheck(L_11); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_12; L_12 = ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject* L_13; L_13 = Context_GetServerContextSinkChain_mB464CB52097B2101E03D41FC195DC4C89D957314(L_12, /*hidden argument*/NULL); RuntimeObject* L_14 = ___msg0; NullCheck(L_13); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_13, L_14); V_2 = L_15; RuntimeObject* L_16 = ___msg0; Context_NotifyGlobalDynamicSinks_m38D3F9A94E672E49AB5D2ECFC25769B7DB28D4A8((bool)0, L_16, (bool)0, (bool)0, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_17; L_17 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); RuntimeObject* L_18 = ___msg0; NullCheck(L_17); Context_NotifyDynamicSinks_m0AFC3D1E5E58818673E4FB318C5BFB36D1CD2A41(L_17, (bool)0, L_18, (bool)0, (bool)0, /*hidden argument*/NULL); IL2CPP_LEAVE(0x83, FINALLY_0078); }// 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_006a; } throw e; } CATCH_006a: {// begin catch(System.Exception) RuntimeObject* L_19 = ___msg0; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_20 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var))); ReturnMessage__ctor_m476904D3D33C1AD682A67958BB303E8A431CEAD5(L_20, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), ((RuntimeObject*)Castclass((RuntimeObject*)L_19, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_2 = L_20; IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x83, FINALLY_0078); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: {// begin finally (depth: 1) { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_21 = V_1; if (!L_21) { goto IL_0082; } } IL_007b: { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_22 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_23; L_23 = Context_SwitchToContext_mD8FF43BA00A08E718A17E407DFD998D6B6D45501(L_22, /*hidden argument*/NULL); } IL_0082: { IL2CPP_END_FINALLY(120) } }// end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x83, IL_0083) } IL_0083: { RuntimeObject* L_24 = V_2; return L_24; } } // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Contexts.CrossContextChannel::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CrossContextChannel_AsyncProcessMessage_m1BCEBB20526A0D653E5F32450077EA3E7E565E9C (CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * __this, RuntimeObject* ___msg0, RuntimeObject* ___replySink1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; RuntimeObject* G_B7_0 = NULL; RuntimeObject* G_B6_0 = NULL; { RuntimeObject* L_0 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetMessageTargetIdentity_m0BE53DC180F8AEBD59A1A498BA4F5BC4BE187769(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)CastclassClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); V_1 = (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)NULL; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2; L_2 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_3 = V_0; NullCheck(L_3); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_4; L_4 = ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline(L_3, /*hidden argument*/NULL); if ((((RuntimeObject*)(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)L_2) == ((RuntimeObject*)(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)L_4))) { goto IL_0027; } } { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_5 = V_0; NullCheck(L_5); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_6; L_6 = ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_7; L_7 = Context_SwitchToContext_mD8FF43BA00A08E718A17E407DFD998D6B6D45501(L_6, /*hidden argument*/NULL); V_1 = L_7; } IL_0027: { } IL_0028: try {// begin try (depth: 1) try {// begin try (depth: 2) { RuntimeObject* L_8 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_NotifyGlobalDynamicSinks_m38D3F9A94E672E49AB5D2ECFC25769B7DB28D4A8((bool)1, L_8, (bool)0, (bool)1, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_9; L_9 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); RuntimeObject* L_10 = ___msg0; NullCheck(L_9); Context_NotifyDynamicSinks_m0AFC3D1E5E58818673E4FB318C5BFB36D1CD2A41(L_9, (bool)1, L_10, (bool)0, (bool)0, /*hidden argument*/NULL); RuntimeObject* L_11 = ___replySink1; if (!L_11) { goto IL_004c; } } IL_0042: { RuntimeObject* L_12 = ___replySink1; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_13 = V_1; RuntimeObject* L_14 = ___msg0; ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99 * L_15 = (ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99 *)il2cpp_codegen_object_new(ContextRestoreSink_t4EE56AAAB8ED750D86FBE07D214946B076F05D99_il2cpp_TypeInfo_var); ContextRestoreSink__ctor_m8E61B01B18CA5A03B6527B9A1BCB5DBE0069F220(L_15, L_12, L_13, L_14, /*hidden argument*/NULL); ___replySink1 = L_15; } IL_004c: { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_16 = V_0; RuntimeObject* L_17 = ___msg0; RuntimeObject* L_18 = ___replySink1; NullCheck(L_16); RuntimeObject* L_19; L_19 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(7 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.ServerIdentity::AsyncObjectProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, L_16, L_17, L_18); RuntimeObject* L_20 = ___replySink1; G_B6_0 = L_19; if (L_20) { G_B7_0 = L_19; goto IL_006e; } } IL_0057: { RuntimeObject* L_21 = ___msg0; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_NotifyGlobalDynamicSinks_m38D3F9A94E672E49AB5D2ECFC25769B7DB28D4A8((bool)0, L_21, (bool)0, (bool)0, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_22; L_22 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); RuntimeObject* L_23 = ___msg0; NullCheck(L_22); Context_NotifyDynamicSinks_m0AFC3D1E5E58818673E4FB318C5BFB36D1CD2A41(L_22, (bool)0, L_23, (bool)0, (bool)0, /*hidden argument*/NULL); G_B7_0 = G_B6_0; } IL_006e: { V_2 = G_B7_0; IL2CPP_LEAVE(0x97, FINALLY_008c); } }// 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_0071; } throw e; } CATCH_0071: {// begin catch(System.Exception) { V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); RuntimeObject* L_24 = ___replySink1; if (!L_24) { goto IL_0088; } } IL_0075: { RuntimeObject* L_25 = ___replySink1; Exception_t * L_26 = V_3; RuntimeObject* L_27 = ___msg0; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_28 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var))); ReturnMessage__ctor_m476904D3D33C1AD682A67958BB303E8A431CEAD5(L_28, L_26, ((RuntimeObject*)Castclass((RuntimeObject*)L_27, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject* L_29; L_29 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.IMessageSink::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var)), L_25, L_28); } IL_0088: { V_2 = (RuntimeObject*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0x97, FINALLY_008c); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: {// begin finally (depth: 1) { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_30 = V_1; if (!L_30) { goto IL_0096; } } IL_008f: { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_32; L_32 = Context_SwitchToContext_mD8FF43BA00A08E718A17E407DFD998D6B6D45501(L_31, /*hidden argument*/NULL); } IL_0096: { IL2CPP_END_FINALLY(140) } }// end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x97, IL_0097) } IL_0097: { RuntimeObject* L_33 = V_2; return L_33; } } // System.Void System.Runtime.Remoting.Contexts.CrossContextChannel::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossContextChannel__ctor_m959C9981BAA4534895361E9C806FF05DA3D3785E (CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void DelegatePInvokeWrapper_CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682 (CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation il2cppPInvokeFunc(); } // System.Void System.Runtime.Remoting.Contexts.CrossContextDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossContextDelegate__ctor_m45F8C5BCAD942DB08F5E8873F7FABC3089A492E5 (CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Runtime.Remoting.Contexts.CrossContextDelegate::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossContextDelegate_Invoke_m0606FCB4EFD52DE1A52CED8A504008B1EB4BEB3E (CrossContextDelegate_t12C7A08ED124090185A3E209E6CA9E28148A7682 * __this, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.CryptoAPITransform::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform__ctor_m6BC3B9441AD26BBCE3643D07922D04471723CAC3 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_m_disposed_0((bool)0); return; } } // System.Boolean System.Security.Cryptography.CryptoAPITransform::get_CanReuseTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoAPITransform_get_CanReuseTransform_m4ABB83945DBA743EB9050919E16D439DC4438B73 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Security.Cryptography.CryptoAPITransform::get_CanTransformMultipleBlocks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoAPITransform_get_CanTransformMultipleBlocks_m320C682BCC117690CB7B76EBB63A088E35EEBB6A (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Security.Cryptography.CryptoAPITransform::get_InputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_get_InputBlockSize_mE0A9103BD5F8422C33C9A43EA55AAAEB45DE6A40 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { return 0; } } // System.IntPtr System.Security.Cryptography.CryptoAPITransform::get_KeyHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CryptoAPITransform_get_KeyHandle_m51B9007E2B282C952688369A5E8E01329587C1A3 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __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; } { return (intptr_t)(0); } } // System.Int32 System.Security.Cryptography.CryptoAPITransform::get_OutputBlockSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_get_OutputBlockSize_m790FEB8C8923FAC8CC7D570F499FFF90DC4EA51A (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { return 0; } } // System.Void System.Security.Cryptography.CryptoAPITransform::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_mE55E30EC400C3504B54BFAD51BF9FCEA52AAE1F7 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CryptoAPITransform_Dispose_m0396B56D7712C246B834EB3D67EC52D50D59AC11(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptoAPITransform::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Clear_m3BA313470E6A537EDF36093B3E5E1867FC331400 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { CryptoAPITransform_Dispose_m0396B56D7712C246B834EB3D67EC52D50D59AC11(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptoAPITransform::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Dispose_m0396B56D7712C246B834EB3D67EC52D50D59AC11 (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_0(); if (L_0) { goto IL_0011; } } { bool L_1 = ___disposing0; __this->set_m_disposed_0((bool)1); } IL_0011: { return; } } // System.Int32 System.Security.Cryptography.CryptoAPITransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoAPITransform_TransformBlock_mDC2A08338507221C962CE6A830883B2A7D3B804A (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___outputBuffer3, int32_t ___outputOffset4, const RuntimeMethod* method) { { return 0; } } // System.Byte[] System.Security.Cryptography.CryptoAPITransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoAPITransform_TransformFinalBlock_m104013A1E64676B96B1C06A2D318773361BC233A (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method) { { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Void System.Security.Cryptography.CryptoAPITransform::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoAPITransform_Reset_mFE245596362D663DCAC96CFD3DC85D2F36A08EAF (CryptoAPITransform_t3407B10C80039063BFDCD46FA7ACC6D9BD4E714E * __this, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; uint8_t V_6 = 0x0; uint8_t V_7 = 0x0; int32_t V_8 = 0; int64_t V_9 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_10 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___str0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B_RuntimeMethod_var))); } IL_000e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(0), (Il2CppChar)((int32_t)46)); V_0 = L_3; String_t* L_4 = ___str0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = V_0; NullCheck(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6; L_6 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_1; NullCheck(L_7); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) >= ((int32_t)2))) { goto IL_0038; } } { String_t* L_8; L_8 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD126F01234185F82E99169C1DCCC25D30D668BE4)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_9 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B_RuntimeMethod_var))); } IL_0038: { String_t* L_10 = ___str0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_11); V_2 = L_12; } IL_0044: try {// begin try (depth: 1) StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_1; NullCheck(L_13); int32_t L_14 = 0; String_t* L_15 = (L_13)->GetAt(static_cast(L_14)); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_16; L_16 = Convert_ToByte_m553DFDAFF42C0D137F7059D8134176373D681D55(L_15, /*hidden argument*/NULL); V_6 = L_16; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = V_1; NullCheck(L_17); int32_t L_18 = 1; String_t* L_19 = (L_17)->GetAt(static_cast(L_18)); uint8_t L_20; L_20 = Convert_ToByte_m553DFDAFF42C0D137F7059D8134176373D681D55(L_19, /*hidden argument*/NULL); V_7 = L_20; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; uint8_t L_22 = V_6; uint8_t L_23 = V_7; uint8_t L_24; L_24 = Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_22, (int32_t)((int32_t)40))), (int32_t)L_23)), /*hidden argument*/NULL); NullCheck(L_21); (L_21)->SetAt(static_cast(2), (uint8_t)L_24); goto IL_007b; }// 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_006a; } throw e; } CATCH_006a: {// begin catch(System.Object) String_t* L_25; L_25 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDBBD7AFF45344C8C8C448522F150DA6E61A0E43)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_26 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B_RuntimeMethod_var))); }// end catch (depth: 1) IL_007b: { V_3 = 3; V_8 = 2; goto IL_00c8; } IL_0082: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = V_1; int32_t L_28 = V_8; NullCheck(L_27); int32_t L_29 = L_28; String_t* L_30 = (L_27)->GetAt(static_cast(L_29)); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_31; L_31 = Convert_ToInt64_m301151C65034D45DEF914FC0A2598C782836BDE9(L_30, /*hidden argument*/NULL); V_9 = L_31; int64_t L_32 = V_9; if ((((int64_t)L_32) <= ((int64_t)((int64_t)((int64_t)((int32_t)127)))))) { goto IL_00b4; } } { int64_t L_33 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = CryptoConfig_EncodeLongNumber_m1E272D738B58E4C75F7031CD447617008CA8C9D2(L_33, /*hidden argument*/NULL); V_10 = L_34; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_2; int32_t L_37 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = V_10; NullCheck(L_38); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))), /*hidden argument*/NULL); int32_t L_39 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = V_10; NullCheck(L_40); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))); goto IL_00c2; } IL_00b4: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_2; int32_t L_42 = V_3; int32_t L_43 = L_42; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); int64_t L_44 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_45; L_45 = Convert_ToByte_mA6F83194A5B789A122668505E46060C10E989A55(L_44, /*hidden argument*/NULL); NullCheck(L_41); (L_41)->SetAt(static_cast(L_43), (uint8_t)L_45); } IL_00c2: { int32_t L_46 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00c8: { int32_t L_47 = V_8; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48 = V_1; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_0082; } } { V_4 = 2; int32_t L_49 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_49); V_5 = L_50; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = V_5; NullCheck(L_51); (L_51)->SetAt(static_cast(0), (uint8_t)6); int32_t L_52 = V_3; if ((((int32_t)L_52) <= ((int32_t)((int32_t)127)))) { goto IL_00f4; } } { String_t* L_53; L_53 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2DADA2DF8558AA89E7047892F316BFD04D1FFD16)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_54 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_54, L_53, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_EncodeOID_mD433EFD5608689AA7A858351D34DB7EEDBE1494B_RuntimeMethod_var))); } IL_00f4: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_5; int32_t L_56 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_57; L_57 = Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C(((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL); NullCheck(L_55); (L_55)->SetAt(static_cast(1), (uint8_t)L_57); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = V_2; int32_t L_59 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = V_5; int32_t L_61 = V_4; int32_t L_62 = V_3; int32_t L_63 = V_4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_58, L_59, (RuntimeArray *)(RuntimeArray *)L_60, L_61, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63)), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_5; return L_64; } } // System.Byte[] System.Security.Cryptography.CryptoConfig::EncodeLongNumber(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConfig_EncodeLongNumber_m1E272D738B58E4C75F7031CD447617008CA8C9D2 (int64_t ___x0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; { int64_t L_0 = ___x0; if ((((int64_t)L_0) > ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_0012; } } { int64_t L_1 = ___x0; if ((((int64_t)L_1) >= ((int64_t)((int64_t)((int64_t)((int32_t)-2147483648LL)))))) { goto IL_0022; } } IL_0012: { String_t* L_2; L_2 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB1294D62E9F231DCE6551BCD89AA0D6A002D7C72)), /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_3 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var))); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_EncodeLongNumber_m1E272D738B58E4C75F7031CD447617008CA8C9D2_RuntimeMethod_var))); } IL_0022: { int64_t L_4 = ___x0; V_0 = L_4; V_1 = 1; goto IL_0030; } IL_0028: { int64_t L_5 = V_0; V_0 = ((int64_t)((int64_t)L_5>>(int32_t)7)); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0030: { int64_t L_7 = V_0; if ((((int64_t)L_7) > ((int64_t)((int64_t)((int64_t)((int32_t)127)))))) { goto IL_0028; } } { int32_t L_8 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_8); V_2 = L_9; V_3 = 0; goto IL_006d; } IL_0041: { int64_t L_10 = ___x0; int32_t L_11 = V_3; V_0 = ((int64_t)((int64_t)L_10>>(int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)7, (int32_t)L_11))&(int32_t)((int32_t)63))))); int64_t L_12 = V_0; V_0 = ((int64_t)((int64_t)L_12&(int64_t)((int64_t)((int64_t)((int32_t)127))))); int32_t L_13 = V_3; if (!L_13) { goto IL_005c; } } { int64_t L_14 = V_0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_14, (int64_t)((int64_t)((int64_t)((int32_t)128))))); } IL_005c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; int32_t L_16 = V_1; int32_t L_17 = V_3; int64_t L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_19; L_19 = Convert_ToByte_mA6F83194A5B789A122668505E46060C10E989A55(L_18, /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), (int32_t)1))), (uint8_t)L_19); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006d: { int32_t L_21 = V_3; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0041; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; return L_23; } } // System.Boolean System.Security.Cryptography.CryptoConfig::get_AllowOnlyFipsAlgorithms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoConfig_get_AllowOnlyFipsAlgorithms_m5727A4E316AE115D2E891B3727745C100BB74CD5 (const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Security.Cryptography.CryptoConfig::AddAlgorithm(System.Type,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig_AddAlgorithm_mEB77036CE30B8F26660CB2A4C671BF99B80902B6 (Type_t * ___algorithm0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names1, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_AddAlgorithm_mEB77036CE30B8F26660CB2A4C671BF99B80902B6_RuntimeMethod_var))); } } // System.Void System.Security.Cryptography.CryptoConfig::AddOID(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig_AddOID_mF44BF77C90921FFF4521AB5F1BA6939DA280800A (String_t* ___oid0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names1, const RuntimeMethod* method) { { PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E * L_0 = (PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_t4F02BDC290520CA1A2452F51A8AC464F6D5E356E_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mF4122BD5C9FF6CF441C2A4BCECF012EEF603AE05(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_AddOID_mF44BF77C90921FFF4521AB5F1BA6939DA280800A_RuntimeMethod_var))); } } // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46 (String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143(L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143 (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00C85630FF72CF0CC4E85D4DD1EF187C77266C41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00CB086B69A9064F421328C4F6EF25A020851FA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral065907BC27A1FFCD210688F2E32C2D2AD51F07EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A796170302D4ECCE2B27627900D3B9D9A3D3399); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B1F9E0B36DE3D123F87E3A6A30624DF197AF0BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B672783DCE7834AF6D1263B6660CF848FB7F2B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11F0F45919690DE05E60523E11A1785D1790A05E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DD689D966F890928DE52A4321EFB57E0704C83E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E1EF2D79496D79BD97AF1CFADBB50547D20706F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25C215BAEBC826E56155FE384210FC591E291ABD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25D550C691935432F5C2ACBF0DAD11D962E7F017); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25E5E773BC7E63D720296CF1BA48753F3EE6059D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral270AAAE2D43836B8478B26A2EB08D71A272F2CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B3CB408740537387876B0C45072ADFAA2AC1E2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E7F88A4C97CAB82AF938F13A11354A0475469E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F383583602FE6AB0D1A2F9E6130D429BE60311A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32FA15FCA59FE75B69FC6B07E25A74FFA9171C6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3306533666B26FA65C045C6592644AD4D654731A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33A015263F23C1E0F0BE003E76CCE251225357FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3452716288231BC3A642778FC33AF6DB30E604D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34C8149AAFF3FD4A7A04623AA89E7699EDC86D09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D102EBDD7CD9BAE2B27F7A07524FBD15A4F6BD6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48284BED7C645056B0253C1C0758D305B3D04A5B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B64C841257E1AEF2A7C545F0CEFE8D181F6E25E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DC96C6B239B5B0C7F20849D4D5F89946742C5C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5045D531EA3D254047C95D874E0EA7AF5DCC266A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5157B93437629FCF7025DE02A8A65E923F2639C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral522390DEC66D6E6700A51129A017046C40C48F44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53B539B02E8D67610FAFFA8983B0BC5721038275); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54178D0F4CD43AC0D3FB9D9A0E82C96E99C0A56A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5573A6B2B1693DE67287C139DFF15786FA27D32B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56315073D0F428D5F985F8EB08FA942770600FCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral582EB18D32CD3B4C394003D8E2D3943EF6F42A54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A807330F714485B1F78EBC432274AB380698F62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral621F2B7BBFCCAA99E26F9E1B9E90D5233E34DB77); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral648970D7CBBEEE340F2370014DC7EC1945ADB949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral681FE31F7BEED14B1221F4AD8D792F1676A9A3C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6866AD928BD47DCD6C30739B3569D626588D7C39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A5993380E485D442DD61D78DF9F107886296357); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FE1ECA79E0057AE38A5966181E17F9BE10AC148); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7009EF94B79D0C4778B04C7F014E25F6F20D5FDF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72D387582CF85211186F9C829FC80083BCEEBAE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral733C752C98B1A426AE2F104831B91165B3F6D7ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79F3776E8E99B5E9D5F793BBF68BD23B3DD47CFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0BA53FCDD2C73B835277391C0F3194E7631D0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B90DFD7415BBAD75FE89BF38E3519AF8E8F9E91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C6A9757F1206397F8A10418B2B719DA2B1B56E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8027EC8F31D5430E78F16444DF3FD63ACA5CE1AD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral810772D40AB2E56C03B82FE197099C640CA85CE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral830C1D002EE086E27D19B5A6D1BD356B83A56FC7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87A99411D29E97529AE9D79528DC96F17B0536F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89BC1A06C4AF698E973298880C633213CA87AC1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A61092CA9706792B27B5C4AB7BF32DB2B5ABEA2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95FC4F13B86AEF9D9CB100861E82A1677AD6B80C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96B6741C029D8353D56F2EFFD852BD740929769D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA006D316802E9773949B05D4004D1F8558CF41A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA435C19A31924D25E7154E0589F7CCBC30486E40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6045C8355179E23551232096F661EC163EE6067); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9BE42866169E7A759BF2E202CB2E5E3888C78A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE3A3FFBF90104EA671B763BB996B7D6D0B0C9B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB011233897F189ABC5968CF0699EBBE9936B3B34); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2EEA0A43B7A9D20F78225E9061A00FDAE0B38E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB722A75A77E5A967C725293DB0A091F62565C781); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8A6C9F248EC68CF27E687E1A0D9819F3F7B6BE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDFE9E9031B9AE8AF94CBB32CECD7F4C77DB2EB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE4EDEE267B1A001487144C03DD776A1E9E5E327); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8BDBA1A25C7EFDE66F0E7ED70B85BBF3F87FE48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA83CB6C750D930978A02FDCB5C902F5A57D8325); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAC57339D310D7C52C93208857637C74016D51CA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC3D35AD2EA704216A559E64090EE33BA961B8A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF9D05288408BE39C187106C54CCF3FA8740F2BB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD630D06845382D9101F76505F1E811394B2A891E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9001A191ACDE8F2A104D0DB99C6F7A02BE4C4D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB96409119BBB85C33D0D0980E5C4C73AF25DADD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCE79ECB323E607CE5EA76B8E64A608B27C9CD69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF2DEE13D83940E38167E07AACC546DC13773B57); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE01C6CFF3955A907835DFB865A61D523A0574A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0E1CB81A1695A3B22A868F94A8247CE2A268A25); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE137A51B4E0A04DE077583DC44BC8BDD7F4E7E1B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5FA7723EDBE9A48FF020100FCB1171B54E1F0BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6713E600C94E5DFDF1C58B79BF16A913C623B5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75B7D0ECC6A9DBD81EE08AEC126ACF234CDE3DF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE918B39FCB5E874D8BE79E519ABCBCA3BB6A62F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB7D380B6EA2C7AE03176BE4858E13ADEE31E05A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC7F5B374B6E8F9D588D6C7692D3C4E95482D2C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEFAD53489BDE863D6883016D2C27C3197D5044B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF63CB96C3B5ED3FE43AC88C6B3C6B20CD59C03AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF69163E3741BDC9611363301A17CB12C716A513C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8F5D9CE94711DFB5E8A9B7C0EDAA8BC38766989); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9F41664E0D0E0AB6B18EF418004D604CDFEC9F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE59C3BEB89E28B922360810025A34C99DC8C94E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint32_t V_1 = 0; RuntimeObject * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); String_t* L_3; L_3 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; uint32_t L_5; L_5 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mB93B5E37F36C3B39E066B11F88014D2A69612967(L_4, /*hidden argument*/NULL); V_1 = L_5; uint32_t L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)-1879638766))))) { goto IL_0308; } } { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)1279198866))))) { goto IL_019d; } } { uint32_t L_8 = V_1; if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)589079309))))) { goto IL_00ed; } } { uint32_t L_9 = V_1; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)401798778))))) { goto IL_0099; } } { uint32_t L_10 = V_1; if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)294650258))))) { goto IL_0073; } } { uint32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)97835172)))) { goto IL_0c8b; } } { uint32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)289646596)))) { goto IL_0afc; } } { uint32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)294650258)))) { goto IL_0d87; } } { goto IL_0e8a; } IL_0073: { uint32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)373238979)))) { goto IL_0b11; } } { uint32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)381964475)))) { goto IL_0760; } } { uint32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)401798778)))) { goto IL_064f; } } { goto IL_0e8a; } IL_0099: { uint32_t L_17 = V_1; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)550229268))))) { goto IL_00c7; } } { uint32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)418711287)))) { goto IL_0832; } } { uint32_t L_19 = V_1; if ((((int32_t)L_19) == ((int32_t)((int32_t)524624695)))) { goto IL_0ad2; } } { uint32_t L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)550229268)))) { goto IL_079f; } } { goto IL_0e8a; } IL_00c7: { uint32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)572088812)))) { goto IL_07de; } } { uint32_t L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)585245684)))) { goto IL_0b65; } } { uint32_t L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)589079309)))) { goto IL_0736; } } { goto IL_0e8a; } IL_00ed: { uint32_t L_24 = V_1; if ((!(((uint32_t)L_24) <= ((uint32_t)((int32_t)900295094))))) { goto IL_0149; } } { uint32_t L_25 = V_1; if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)734683829))))) { goto IL_0123; } } { uint32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)((int32_t)699966473)))) { goto IL_0664; } } { uint32_t L_27 = V_1; if ((((int32_t)L_27) == ((int32_t)((int32_t)708523592)))) { goto IL_0db1; } } { uint32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)((int32_t)734683829)))) { goto IL_078a; } } { goto IL_0e8a; } IL_0123: { uint32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)853553133)))) { goto IL_0a7e; } } { uint32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)877368883)))) { goto IL_0a3f; } } { uint32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)((int32_t)900295094)))) { goto IL_063a; } } { goto IL_0e8a; } IL_0149: { uint32_t L_32 = V_1; if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)1104969097))))) { goto IL_0177; } } { uint32_t L_33 = V_1; if ((((int32_t)L_33) == ((int32_t)((int32_t)965923590)))) { goto IL_0b50; } } { uint32_t L_34 = V_1; if ((((int32_t)L_34) == ((int32_t)((int32_t)999454301)))) { goto IL_0a54; } } { uint32_t L_35 = V_1; if ((((int32_t)L_35) == ((int32_t)((int32_t)1104969097)))) { goto IL_09eb; } } { goto IL_0e8a; } IL_0177: { uint32_t L_36 = V_1; if ((((int32_t)L_36) == ((int32_t)((int32_t)1147401626)))) { goto IL_0a15; } } { uint32_t L_37 = V_1; if ((((int32_t)L_37) == ((int32_t)((int32_t)1168228931)))) { goto IL_092e; } } { uint32_t L_38 = V_1; if ((((int32_t)L_38) == ((int32_t)((int32_t)1279198866)))) { goto IL_0d48; } } { goto IL_0e8a; } IL_019d: { uint32_t L_39 = V_1; if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)1862521808))))) { goto IL_0258; } } { uint32_t L_40 = V_1; if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)1664836558))))) { goto IL_0204; } } { uint32_t L_41 = V_1; if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)1604759256))))) { goto IL_01de; } } { uint32_t L_42 = V_1; if ((((int32_t)L_42) == ((int32_t)((int32_t)1495151835)))) { goto IL_0679; } } { uint32_t L_43 = V_1; if ((((int32_t)L_43) == ((int32_t)((int32_t)1600607069)))) { goto IL_0c4c; } } { uint32_t L_44 = V_1; if ((((int32_t)L_44) == ((int32_t)((int32_t)1604759256)))) { goto IL_0d09; } } { goto IL_0e8a; } IL_01de: { uint32_t L_45 = V_1; if ((((int32_t)L_45) == ((int32_t)((int32_t)1610008198)))) { goto IL_08ef; } } { uint32_t L_46 = V_1; if ((((int32_t)L_46) == ((int32_t)((int32_t)1629735498)))) { goto IL_089b; } } { uint32_t L_47 = V_1; if ((((int32_t)L_47) == ((int32_t)((int32_t)1664836558)))) { goto IL_0ba4; } } { goto IL_0e8a; } IL_0204: { uint32_t L_48 = V_1; if ((!(((uint32_t)L_48) <= ((uint32_t)((int32_t)1720406050))))) { goto IL_0232; } } { uint32_t L_49 = V_1; if ((((int32_t)L_49) == ((int32_t)((int32_t)1686995390)))) { goto IL_0871; } } { uint32_t L_50 = V_1; if ((((int32_t)L_50) == ((int32_t)((int32_t)1688024611)))) { goto IL_0bf8; } } { uint32_t L_51 = V_1; if ((((int32_t)L_51) == ((int32_t)((int32_t)1720406050)))) { goto IL_0d9c; } } { goto IL_0e8a; } IL_0232: { uint32_t L_52 = V_1; if ((((int32_t)L_52) == ((int32_t)((int32_t)1778503857)))) { goto IL_0997; } } { uint32_t L_53 = V_1; if ((((int32_t)L_53) == ((int32_t)((int32_t)1820576144)))) { goto IL_0808; } } { uint32_t L_54 = V_1; if ((((int32_t)L_54) == ((int32_t)((int32_t)1862521808)))) { goto IL_08c5; } } { goto IL_0e8a; } IL_0258: { uint32_t L_55 = V_1; if ((!(((uint32_t)L_55) <= ((uint32_t)((int32_t)-2048207513))))) { goto IL_02b4; } } { uint32_t L_56 = V_1; if ((!(((uint32_t)L_56) <= ((uint32_t)((int32_t)2120664437))))) { goto IL_028e; } } { uint32_t L_57 = V_1; if ((((int32_t)L_57) == ((int32_t)((int32_t)2070555668)))) { goto IL_0b26; } } { uint32_t L_58 = V_1; if ((((int32_t)L_58) == ((int32_t)((int32_t)2102584679)))) { goto IL_096d; } } { uint32_t L_59 = V_1; if ((((int32_t)L_59) == ((int32_t)((int32_t)2120664437)))) { goto IL_0c76; } } { goto IL_0e8a; } IL_028e: { uint32_t L_60 = V_1; if ((((int32_t)L_60) == ((int32_t)((int32_t)2131651891)))) { goto IL_0d72; } } { uint32_t L_61 = V_1; if ((((int32_t)L_61) == ((int32_t)((int32_t)-2080359983)))) { goto IL_0cca; } } { uint32_t L_62 = V_1; if ((((int32_t)L_62) == ((int32_t)((int32_t)-2048207513)))) { goto IL_0625; } } { goto IL_0e8a; } IL_02b4: { uint32_t L_63 = V_1; if ((!(((uint32_t)L_63) <= ((uint32_t)((int32_t)-1948475359))))) { goto IL_02e2; } } { uint32_t L_64 = V_1; if ((((int32_t)L_64) == ((int32_t)((int32_t)-2025031285)))) { goto IL_085c; } } { uint32_t L_65 = V_1; if ((((int32_t)L_65) == ((int32_t)((int32_t)-1954420191)))) { goto IL_0721; } } { uint32_t L_66 = V_1; if ((((int32_t)L_66) == ((int32_t)((int32_t)-1948475359)))) { goto IL_0b8f; } } { goto IL_0e8a; } IL_02e2: { uint32_t L_67 = V_1; if ((((int32_t)L_67) == ((int32_t)((int32_t)-1901412621)))) { goto IL_0886; } } { uint32_t L_68 = V_1; if ((((int32_t)L_68) == ((int32_t)((int32_t)-1900350882)))) { goto IL_0c37; } } { uint32_t L_69 = V_1; if ((((int32_t)L_69) == ((int32_t)((int32_t)-1879638766)))) { goto IL_0775; } } { goto IL_0e8a; } IL_0308: { uint32_t L_70 = V_1; if ((!(((uint32_t)L_70) <= ((uint32_t)((int32_t)-1023131396))))) { goto IL_047e; } } { uint32_t L_71 = V_1; if ((!(((uint32_t)L_71) <= ((uint32_t)((int32_t)-1439830659))))) { goto IL_03ce; } } { uint32_t L_72 = V_1; if ((!(((uint32_t)L_72) <= ((uint32_t)((int32_t)-1633788003))))) { goto IL_037a; } } { uint32_t L_73 = V_1; if ((!(((uint32_t)L_73) <= ((uint32_t)((int32_t)-1816742525))))) { goto IL_0354; } } { uint32_t L_74 = V_1; if ((((int32_t)L_74) == ((int32_t)((int32_t)-1852880718)))) { goto IL_06f7; } } { uint32_t L_75 = V_1; if ((((int32_t)L_75) == ((int32_t)((int32_t)-1843562458)))) { goto IL_0943; } } { uint32_t L_76 = V_1; if ((((int32_t)L_76) == ((int32_t)((int32_t)-1816742525)))) { goto IL_07f3; } } { goto IL_0e8a; } IL_0354: { uint32_t L_77 = V_1; if ((((int32_t)L_77) == ((int32_t)((int32_t)-1810091758)))) { goto IL_0b7a; } } { uint32_t L_78 = V_1; if ((((int32_t)L_78) == ((int32_t)((int32_t)-1663814150)))) { goto IL_0bce; } } { uint32_t L_79 = V_1; if ((((int32_t)L_79) == ((int32_t)((int32_t)-1633788003)))) { goto IL_0be3; } } { goto IL_0e8a; } IL_037a: { uint32_t L_80 = V_1; if ((!(((uint32_t)L_80) <= ((uint32_t)((int32_t)-1594352554))))) { goto IL_03a8; } } { uint32_t L_81 = V_1; if ((((int32_t)L_81) == ((int32_t)((int32_t)-1609684195)))) { goto IL_08b0; } } { uint32_t L_82 = V_1; if ((((int32_t)L_82) == ((int32_t)((int32_t)-1600917909)))) { goto IL_0cf4; } } { uint32_t L_83 = V_1; if ((((int32_t)L_83) == ((int32_t)((int32_t)-1594352554)))) { goto IL_0c61; } } { goto IL_0e8a; } IL_03a8: { uint32_t L_84 = V_1; if ((((int32_t)L_84) == ((int32_t)((int32_t)-1491810067)))) { goto IL_0bb9; } } { uint32_t L_85 = V_1; if ((((int32_t)L_85) == ((int32_t)((int32_t)-1470904040)))) { goto IL_0abd; } } { uint32_t L_86 = V_1; if ((((int32_t)L_86) == ((int32_t)((int32_t)-1439830659)))) { goto IL_07c9; } } { goto IL_0e8a; } IL_03ce: { uint32_t L_87 = V_1; if ((!(((uint32_t)L_87) <= ((uint32_t)((int32_t)-1203682609))))) { goto IL_042a; } } { uint32_t L_88 = V_1; if ((!(((uint32_t)L_88) <= ((uint32_t)((int32_t)-1364149353))))) { goto IL_0404; } } { uint32_t L_89 = V_1; if ((((int32_t)L_89) == ((int32_t)((int32_t)-1374165070)))) { goto IL_0919; } } { uint32_t L_90 = V_1; if ((((int32_t)L_90) == ((int32_t)((int32_t)-1364592423)))) { goto IL_081d; } } { uint32_t L_91 = V_1; if ((((int32_t)L_91) == ((int32_t)((int32_t)-1364149353)))) { goto IL_0ae7; } } { goto IL_0e8a; } IL_0404: { uint32_t L_92 = V_1; if ((((int32_t)L_92) == ((int32_t)((int32_t)-1270733506)))) { goto IL_07b4; } } { uint32_t L_93 = V_1; if ((((int32_t)L_93) == ((int32_t)((int32_t)-1223747024)))) { goto IL_0aa8; } } { uint32_t L_94 = V_1; if ((((int32_t)L_94) == ((int32_t)((int32_t)-1203682609)))) { goto IL_0a2a; } } { goto IL_0e8a; } IL_042a: { uint32_t L_95 = V_1; if ((!(((uint32_t)L_95) <= ((uint32_t)((int32_t)-1117958627))))) { goto IL_0458; } } { uint32_t L_96 = V_1; if ((((int32_t)L_96) == ((int32_t)((int32_t)-1188348007)))) { goto IL_070c; } } { uint32_t L_97 = V_1; if ((((int32_t)L_97) == ((int32_t)((int32_t)-1139780596)))) { goto IL_074b; } } { uint32_t L_98 = V_1; if ((((int32_t)L_98) == ((int32_t)((int32_t)-1117958627)))) { goto IL_0d5d; } } { goto IL_0e8a; } IL_0458: { uint32_t L_99 = V_1; if ((((int32_t)L_99) == ((int32_t)((int32_t)-1101682848)))) { goto IL_0982; } } { uint32_t L_100 = V_1; if ((((int32_t)L_100) == ((int32_t)((int32_t)-1071424333)))) { goto IL_0610; } } { uint32_t L_101 = V_1; if ((((int32_t)L_101) == ((int32_t)((int32_t)-1023131396)))) { goto IL_09ac; } } { goto IL_0e8a; } IL_047e: { uint32_t L_102 = V_1; if ((!(((uint32_t)L_102) <= ((uint32_t)((int32_t)-444983110))))) { goto IL_0539; } } { uint32_t L_103 = V_1; if ((!(((uint32_t)L_103) <= ((uint32_t)((int32_t)-765881597))))) { goto IL_04e5; } } { uint32_t L_104 = V_1; if ((!(((uint32_t)L_104) <= ((uint32_t)((int32_t)-878832370))))) { goto IL_04bf; } } { uint32_t L_105 = V_1; if ((((int32_t)L_105) == ((int32_t)((int32_t)-999200609)))) { goto IL_06e2; } } { uint32_t L_106 = V_1; if ((((int32_t)L_106) == ((int32_t)((int32_t)-954998859)))) { goto IL_0a93; } } { uint32_t L_107 = V_1; if ((((int32_t)L_107) == ((int32_t)((int32_t)-878832370)))) { goto IL_068e; } } { goto IL_0e8a; } IL_04bf: { uint32_t L_108 = V_1; if ((((int32_t)L_108) == ((int32_t)((int32_t)-852131484)))) { goto IL_09d6; } } { uint32_t L_109 = V_1; if ((((int32_t)L_109) == ((int32_t)((int32_t)-837852979)))) { goto IL_0ca0; } } { uint32_t L_110 = V_1; if ((((int32_t)L_110) == ((int32_t)((int32_t)-765881597)))) { goto IL_06a3; } } { goto IL_0e8a; } IL_04e5: { uint32_t L_111 = V_1; if ((!(((uint32_t)L_111) <= ((uint32_t)((int32_t)-583435589))))) { goto IL_0513; } } { uint32_t L_112 = V_1; if ((((int32_t)L_112) == ((int32_t)((int32_t)-725163379)))) { goto IL_09c1; } } { uint32_t L_113 = V_1; if ((((int32_t)L_113) == ((int32_t)((int32_t)-586725934)))) { goto IL_0cdf; } } { uint32_t L_114 = V_1; if ((((int32_t)L_114) == ((int32_t)((int32_t)-583435589)))) { goto IL_06b8; } } { goto IL_0e8a; } IL_0513: { uint32_t L_115 = V_1; if ((((int32_t)L_115) == ((int32_t)((int32_t)-522406862)))) { goto IL_0d1e; } } { uint32_t L_116 = V_1; if ((((int32_t)L_116) == ((int32_t)((int32_t)-453564910)))) { goto IL_0958; } } { uint32_t L_117 = V_1; if ((((int32_t)L_117) == ((int32_t)((int32_t)-444983110)))) { goto IL_05fb; } } { goto IL_0e8a; } IL_0539: { uint32_t L_118 = V_1; if ((!(((uint32_t)L_118) <= ((uint32_t)((int32_t)-202742718))))) { goto IL_0592; } } { uint32_t L_119 = V_1; if ((!(((uint32_t)L_119) <= ((uint32_t)((int32_t)-303375500))))) { goto IL_056f; } } { uint32_t L_120 = V_1; if ((((int32_t)L_120) == ((int32_t)((int32_t)-414484003)))) { goto IL_0a69; } } { uint32_t L_121 = V_1; if ((((int32_t)L_121) == ((int32_t)((int32_t)-315752403)))) { goto IL_0b3b; } } { uint32_t L_122 = V_1; if ((((int32_t)L_122) == ((int32_t)((int32_t)-303375500)))) { goto IL_0cb5; } } { goto IL_0e8a; } IL_056f: { uint32_t L_123 = V_1; if ((((int32_t)L_123) == ((int32_t)((int32_t)-291629945)))) { goto IL_05e6; } } { uint32_t L_124 = V_1; if ((((int32_t)L_124) == ((int32_t)((int32_t)-224559595)))) { goto IL_0904; } } { uint32_t L_125 = V_1; if ((((int32_t)L_125) == ((int32_t)((int32_t)-202742718)))) { goto IL_06cd; } } { goto IL_0e8a; } IL_0592: { uint32_t L_126 = V_1; if ((!(((uint32_t)L_126) <= ((uint32_t)((int32_t)-174798581))))) { goto IL_05c0; } } { uint32_t L_127 = V_1; if ((((int32_t)L_127) == ((int32_t)((int32_t)-188700544)))) { goto IL_0847; } } { uint32_t L_128 = V_1; if ((((int32_t)L_128) == ((int32_t)((int32_t)-185129537)))) { goto IL_0d33; } } { uint32_t L_129 = V_1; if ((((int32_t)L_129) == ((int32_t)((int32_t)-174798581)))) { goto IL_0a00; } } { goto IL_0e8a; } IL_05c0: { uint32_t L_130 = V_1; if ((((int32_t)L_130) == ((int32_t)((int32_t)-113906878)))) { goto IL_0c0d; } } { uint32_t L_131 = V_1; if ((((int32_t)L_131) == ((int32_t)((int32_t)-95184527)))) { goto IL_0c22; } } { uint32_t L_132 = V_1; if ((((int32_t)L_132) == ((int32_t)((int32_t)-29649842)))) { goto IL_08da; } } { goto IL_0e8a; } IL_05e6: { String_t* L_133 = V_0; bool L_134; L_134 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_133, _stringLiteral25D550C691935432F5C2ACBF0DAD11D962E7F017, /*hidden argument*/NULL); if (L_134) { goto IL_0dc6; } } { goto IL_0e8a; } IL_05fb: { String_t* L_135 = V_0; bool L_136; L_136 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_135, _stringLiteral5A807330F714485B1F78EBC432274AB380698F62, /*hidden argument*/NULL); if (L_136) { goto IL_0dc6; } } { goto IL_0e8a; } IL_0610: { String_t* L_137 = V_0; bool L_138; L_138 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_137, _stringLiteralCAC57339D310D7C52C93208857637C74016D51CA, /*hidden argument*/NULL); if (L_138) { goto IL_0dc6; } } { goto IL_0e8a; } IL_0625: { String_t* L_139 = V_0; bool L_140; L_140 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_139, _stringLiteral53B539B02E8D67610FAFFA8983B0BC5721038275, /*hidden argument*/NULL); if (L_140) { goto IL_0dcc; } } { goto IL_0e8a; } IL_063a: { String_t* L_141 = V_0; bool L_142; L_142 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_141, _stringLiteralD9001A191ACDE8F2A104D0DB99C6F7A02BE4C4D8, /*hidden argument*/NULL); if (L_142) { goto IL_0dd2; } } { goto IL_0e8a; } IL_064f: { String_t* L_143 = V_0; bool L_144; L_144 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_143, _stringLiteral54178D0F4CD43AC0D3FB9D9A0E82C96E99C0A56A, /*hidden argument*/NULL); if (L_144) { goto IL_0dd8; } } { goto IL_0e8a; } IL_0664: { String_t* L_145 = V_0; bool L_146; L_146 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_145, _stringLiteral25C215BAEBC826E56155FE384210FC591E291ABD, /*hidden argument*/NULL); if (L_146) { goto IL_0dd8; } } { goto IL_0e8a; } IL_0679: { String_t* L_147 = V_0; bool L_148; L_148 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_147, _stringLiteralD630D06845382D9101F76505F1E811394B2A891E, /*hidden argument*/NULL); if (L_148) { goto IL_0dde; } } { goto IL_0e8a; } IL_068e: { String_t* L_149 = V_0; bool L_150; L_150 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_149, _stringLiteral7A0BA53FCDD2C73B835277391C0F3194E7631D0D, /*hidden argument*/NULL); if (L_150) { goto IL_0dde; } } { goto IL_0e8a; } IL_06a3: { String_t* L_151 = V_0; bool L_152; L_152 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_151, _stringLiteral1E1EF2D79496D79BD97AF1CFADBB50547D20706F, /*hidden argument*/NULL); if (L_152) { goto IL_0dde; } } { goto IL_0e8a; } IL_06b8: { String_t* L_153 = V_0; bool L_154; L_154 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_153, _stringLiteralB722A75A77E5A967C725293DB0A091F62565C781, /*hidden argument*/NULL); if (L_154) { goto IL_0de4; } } { goto IL_0e8a; } IL_06cd: { String_t* L_155 = V_0; bool L_156; L_156 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_155, _stringLiteral34C8149AAFF3FD4A7A04623AA89E7699EDC86D09, /*hidden argument*/NULL); if (L_156) { goto IL_0de4; } } { goto IL_0e8a; } IL_06e2: { String_t* L_157 = V_0; bool L_158; L_158 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_157, _stringLiteral582EB18D32CD3B4C394003D8E2D3943EF6F42A54, /*hidden argument*/NULL); if (L_158) { goto IL_0dea; } } { goto IL_0e8a; } IL_06f7: { String_t* L_159 = V_0; bool L_160; L_160 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_159, _stringLiteral8A61092CA9706792B27B5C4AB7BF32DB2B5ABEA2, /*hidden argument*/NULL); if (L_160) { goto IL_0dea; } } { goto IL_0e8a; } IL_070c: { String_t* L_161 = V_0; bool L_162; L_162 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_161, _stringLiteralAE3A3FFBF90104EA671B763BB996B7D6D0B0C9B2, /*hidden argument*/NULL); if (L_162) { goto IL_0dea; } } { goto IL_0e8a; } IL_0721: { String_t* L_163 = V_0; bool L_164; L_164 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_163, _stringLiteral7009EF94B79D0C4778B04C7F014E25F6F20D5FDF, /*hidden argument*/NULL); if (L_164) { goto IL_0df0; } } { goto IL_0e8a; } IL_0736: { String_t* L_165 = V_0; bool L_166; L_166 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_165, _stringLiteral270AAAE2D43836B8478B26A2EB08D71A272F2CCA, /*hidden argument*/NULL); if (L_166) { goto IL_0df0; } } { goto IL_0e8a; } IL_074b: { String_t* L_167 = V_0; bool L_168; L_168 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_167, _stringLiteralF69163E3741BDC9611363301A17CB12C716A513C, /*hidden argument*/NULL); if (L_168) { goto IL_0df0; } } { goto IL_0e8a; } IL_0760: { String_t* L_169 = V_0; bool L_170; L_170 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_169, _stringLiteral72D387582CF85211186F9C829FC80083BCEEBAE7, /*hidden argument*/NULL); if (L_170) { goto IL_0df0; } } { goto IL_0e8a; } IL_0775: { String_t* L_171 = V_0; bool L_172; L_172 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_171, _stringLiteral96B6741C029D8353D56F2EFFD852BD740929769D, /*hidden argument*/NULL); if (L_172) { goto IL_0df6; } } { goto IL_0e8a; } IL_078a: { String_t* L_173 = V_0; bool L_174; L_174 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_173, _stringLiteralB2EEA0A43B7A9D20F78225E9061A00FDAE0B38E4, /*hidden argument*/NULL); if (L_174) { goto IL_0df6; } } { goto IL_0e8a; } IL_079f: { String_t* L_175 = V_0; bool L_176; L_176 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_175, _stringLiteralA435C19A31924D25E7154E0589F7CCBC30486E40, /*hidden argument*/NULL); if (L_176) { goto IL_0df6; } } { goto IL_0e8a; } IL_07b4: { String_t* L_177 = V_0; bool L_178; L_178 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_177, _stringLiteral00CB086B69A9064F421328C4F6EF25A020851FA6, /*hidden argument*/NULL); if (L_178) { goto IL_0dfc; } } { goto IL_0e8a; } IL_07c9: { String_t* L_179 = V_0; bool L_180; L_180 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_179, _stringLiteral0B672783DCE7834AF6D1263B6660CF848FB7F2B2, /*hidden argument*/NULL); if (L_180) { goto IL_0dfc; } } { goto IL_0e8a; } IL_07de: { String_t* L_181 = V_0; bool L_182; L_182 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_181, _stringLiteralF9F41664E0D0E0AB6B18EF418004D604CDFEC9F0, /*hidden argument*/NULL); if (L_182) { goto IL_0dfc; } } { goto IL_0e8a; } IL_07f3: { String_t* L_183 = V_0; bool L_184; L_184 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_183, _stringLiteralDB96409119BBB85C33D0D0980E5C4C73AF25DADD, /*hidden argument*/NULL); if (L_184) { goto IL_0e02; } } { goto IL_0e8a; } IL_0808: { String_t* L_185 = V_0; bool L_186; L_186 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_185, _stringLiteralE6713E600C94E5DFDF1C58B79BF16A913C623B5E, /*hidden argument*/NULL); if (L_186) { goto IL_0e02; } } { goto IL_0e8a; } IL_081d: { String_t* L_187 = V_0; bool L_188; L_188 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_187, _stringLiteral48284BED7C645056B0253C1C0758D305B3D04A5B, /*hidden argument*/NULL); if (L_188) { goto IL_0e02; } } { goto IL_0e8a; } IL_0832: { String_t* L_189 = V_0; bool L_190; L_190 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_189, _stringLiteral7B90DFD7415BBAD75FE89BF38E3519AF8E8F9E91, /*hidden argument*/NULL); if (L_190) { goto IL_0e08; } } { goto IL_0e8a; } IL_0847: { String_t* L_191 = V_0; bool L_192; L_192 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_191, _stringLiteralB011233897F189ABC5968CF0699EBBE9936B3B34, /*hidden argument*/NULL); if (L_192) { goto IL_0e08; } } { goto IL_0e8a; } IL_085c: { String_t* L_193 = V_0; bool L_194; L_194 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_193, _stringLiteralA006D316802E9773949B05D4004D1F8558CF41A9, /*hidden argument*/NULL); if (L_194) { goto IL_0e0e; } } { goto IL_0e8a; } IL_0871: { String_t* L_195 = V_0; bool L_196; L_196 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_195, _stringLiteral4DC96C6B239B5B0C7F20849D4D5F89946742C5C5, /*hidden argument*/NULL); if (L_196) { goto IL_0e0e; } } { goto IL_0e8a; } IL_0886: { String_t* L_197 = V_0; bool L_198; L_198 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_197, _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6, /*hidden argument*/NULL); if (L_198) { goto IL_0e0e; } } { goto IL_0e8a; } IL_089b: { String_t* L_199 = V_0; bool L_200; L_200 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_199, _stringLiteralEFAD53489BDE863D6883016D2C27C3197D5044B6, /*hidden argument*/NULL); if (L_200) { goto IL_0e14; } } { goto IL_0e8a; } IL_08b0: { String_t* L_201 = V_0; bool L_202; L_202 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_201, _stringLiteralE5FA7723EDBE9A48FF020100FCB1171B54E1F0BF, /*hidden argument*/NULL); if (L_202) { goto IL_0e14; } } { goto IL_0e8a; } IL_08c5: { String_t* L_203 = V_0; bool L_204; L_204 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_203, _stringLiteralEC7F5B374B6E8F9D588D6C7692D3C4E95482D2C6, /*hidden argument*/NULL); if (L_204) { goto IL_0e14; } } { goto IL_0e8a; } IL_08da: { String_t* L_205 = V_0; bool L_206; L_206 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_205, _stringLiteral733C752C98B1A426AE2F104831B91165B3F6D7ED, /*hidden argument*/NULL); if (L_206) { goto IL_0e1a; } } { goto IL_0e8a; } IL_08ef: { String_t* L_207 = V_0; bool L_208; L_208 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_207, _stringLiteral2B3CB408740537387876B0C45072ADFAA2AC1E2B, /*hidden argument*/NULL); if (L_208) { goto IL_0e1a; } } { goto IL_0e8a; } IL_0904: { String_t* L_209 = V_0; bool L_210; L_210 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_209, _stringLiteral56315073D0F428D5F985F8EB08FA942770600FCA, /*hidden argument*/NULL); if (L_210) { goto IL_0e1a; } } { goto IL_0e8a; } IL_0919: { String_t* L_211 = V_0; bool L_212; L_212 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_211, _stringLiteral25E5E773BC7E63D720296CF1BA48753F3EE6059D, /*hidden argument*/NULL); if (L_212) { goto IL_0e1a; } } { goto IL_0e8a; } IL_092e: { String_t* L_213 = V_0; bool L_214; L_214 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_213, _stringLiteral0B1F9E0B36DE3D123F87E3A6A30624DF197AF0BD, /*hidden argument*/NULL); if (L_214) { goto IL_0e20; } } { goto IL_0e8a; } IL_0943: { String_t* L_215 = V_0; bool L_216; L_216 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_215, _stringLiteral1DD689D966F890928DE52A4321EFB57E0704C83E, /*hidden argument*/NULL); if (L_216) { goto IL_0e20; } } { goto IL_0e8a; } IL_0958: { String_t* L_217 = V_0; bool L_218; L_218 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_217, _stringLiteralE0E1CB81A1695A3B22A868F94A8247CE2A268A25, /*hidden argument*/NULL); if (L_218) { goto IL_0e20; } } { goto IL_0e8a; } IL_096d: { String_t* L_219 = V_0; bool L_220; L_220 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_219, _stringLiteralCA83CB6C750D930978A02FDCB5C902F5A57D8325, /*hidden argument*/NULL); if (L_220) { goto IL_0e20; } } { goto IL_0e8a; } IL_0982: { String_t* L_221 = V_0; bool L_222; L_222 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_221, _stringLiteral95FC4F13B86AEF9D9CB100861E82A1677AD6B80C, /*hidden argument*/NULL); if (L_222) { goto IL_0e26; } } { goto IL_0e8a; } IL_0997: { String_t* L_223 = V_0; bool L_224; L_224 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_223, _stringLiteral6FE1ECA79E0057AE38A5966181E17F9BE10AC148, /*hidden argument*/NULL); if (L_224) { goto IL_0e26; } } { goto IL_0e8a; } IL_09ac: { String_t* L_225 = V_0; bool L_226; L_226 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_225, _stringLiteral522390DEC66D6E6700A51129A017046C40C48F44, /*hidden argument*/NULL); if (L_226) { goto IL_0e26; } } { goto IL_0e8a; } IL_09c1: { String_t* L_227 = V_0; bool L_228; L_228 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_227, _stringLiteralE918B39FCB5E874D8BE79E519ABCBCA3BB6A62F7, /*hidden argument*/NULL); if (L_228) { goto IL_0e2c; } } { goto IL_0e8a; } IL_09d6: { String_t* L_229 = V_0; bool L_230; L_230 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_229, _stringLiteral11F0F45919690DE05E60523E11A1785D1790A05E, /*hidden argument*/NULL); if (L_230) { goto IL_0e2c; } } { goto IL_0e8a; } IL_09eb: { String_t* L_231 = V_0; bool L_232; L_232 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_231, _stringLiteral0A796170302D4ECCE2B27627900D3B9D9A3D3399, /*hidden argument*/NULL); if (L_232) { goto IL_0e2c; } } { goto IL_0e8a; } IL_0a00: { String_t* L_233 = V_0; bool L_234; L_234 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_233, _stringLiteralB8A6C9F248EC68CF27E687E1A0D9819F3F7B6BE0, /*hidden argument*/NULL); if (L_234) { goto IL_0e32; } } { goto IL_0e8a; } IL_0a15: { String_t* L_235 = V_0; bool L_236; L_236 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_235, _stringLiteralDF2DEE13D83940E38167E07AACC546DC13773B57, /*hidden argument*/NULL); if (L_236) { goto IL_0e38; } } { goto IL_0e8a; } IL_0a2a: { String_t* L_237 = V_0; bool L_238; L_238 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_237, _stringLiteral621F2B7BBFCCAA99E26F9E1B9E90D5233E34DB77, /*hidden argument*/NULL); if (L_238) { goto IL_0e3e; } } { goto IL_0e8a; } IL_0a3f: { String_t* L_239 = V_0; bool L_240; L_240 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_239, _stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A, /*hidden argument*/NULL); if (L_240) { goto IL_0e3e; } } { goto IL_0e8a; } IL_0a54: { String_t* L_241 = V_0; bool L_242; L_242 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_241, _stringLiteral830C1D002EE086E27D19B5A6D1BD356B83A56FC7, /*hidden argument*/NULL); if (L_242) { goto IL_0e44; } } { goto IL_0e8a; } IL_0a69: { String_t* L_243 = V_0; bool L_244; L_244 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_243, _stringLiteralCF9D05288408BE39C187106C54CCF3FA8740F2BB, /*hidden argument*/NULL); if (L_244) { goto IL_0e44; } } { goto IL_0e8a; } IL_0a7e: { String_t* L_245 = V_0; bool L_246; L_246 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_245, _stringLiteral648970D7CBBEEE340F2370014DC7EC1945ADB949, /*hidden argument*/NULL); if (L_246) { goto IL_0e4a; } } { goto IL_0e8a; } IL_0a93: { String_t* L_247 = V_0; bool L_248; L_248 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_247, _stringLiteral6A5993380E485D442DD61D78DF9F107886296357, /*hidden argument*/NULL); if (L_248) { goto IL_0e4a; } } { goto IL_0e8a; } IL_0aa8: { String_t* L_249 = V_0; bool L_250; L_250 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_249, _stringLiteral8027EC8F31D5430E78F16444DF3FD63ACA5CE1AD, /*hidden argument*/NULL); if (L_250) { goto IL_0e50; } } { goto IL_0e8a; } IL_0abd: { String_t* L_251 = V_0; bool L_252; L_252 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_251, _stringLiteralEB7D380B6EA2C7AE03176BE4858E13ADEE31E05A, /*hidden argument*/NULL); if (L_252) { goto IL_0e50; } } { goto IL_0e8a; } IL_0ad2: { String_t* L_253 = V_0; bool L_254; L_254 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_253, _stringLiteralFE59C3BEB89E28B922360810025A34C99DC8C94E, /*hidden argument*/NULL); if (L_254) { goto IL_0e56; } } { goto IL_0e8a; } IL_0ae7: { String_t* L_255 = V_0; bool L_256; L_256 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_255, _stringLiteral79F3776E8E99B5E9D5F793BBF68BD23B3DD47CFD, /*hidden argument*/NULL); if (L_256) { goto IL_0e56; } } { goto IL_0e8a; } IL_0afc: { String_t* L_257 = V_0; bool L_258; L_258 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_257, _stringLiteralBDFE9E9031B9AE8AF94CBB32CECD7F4C77DB2EB9, /*hidden argument*/NULL); if (L_258) { goto IL_0e56; } } { goto IL_0e8a; } IL_0b11: { String_t* L_259 = V_0; bool L_260; L_260 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_259, _stringLiteral4B64C841257E1AEF2A7C545F0CEFE8D181F6E25E, /*hidden argument*/NULL); if (L_260) { goto IL_0e56; } } { goto IL_0e8a; } IL_0b26: { String_t* L_261 = V_0; bool L_262; L_262 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_261, _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55, /*hidden argument*/NULL); if (L_262) { goto IL_0e56; } } { goto IL_0e8a; } IL_0b3b: { String_t* L_263 = V_0; bool L_264; L_264 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_263, _stringLiteral87A99411D29E97529AE9D79528DC96F17B0536F8, /*hidden argument*/NULL); if (L_264) { goto IL_0e56; } } { goto IL_0e8a; } IL_0b50: { String_t* L_265 = V_0; bool L_266; L_266 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_265, _stringLiteralF8F5D9CE94711DFB5E8A9B7C0EDAA8BC38766989, /*hidden argument*/NULL); if (L_266) { goto IL_0e56; } } { goto IL_0e8a; } IL_0b65: { String_t* L_267 = V_0; bool L_268; L_268 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_267, _stringLiteral5045D531EA3D254047C95D874E0EA7AF5DCC266A, /*hidden argument*/NULL); if (L_268) { goto IL_0e5c; } } { goto IL_0e8a; } IL_0b7a: { String_t* L_269 = V_0; bool L_270; L_270 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_269, _stringLiteral681FE31F7BEED14B1221F4AD8D792F1676A9A3C2, /*hidden argument*/NULL); if (L_270) { goto IL_0e62; } } { goto IL_0e8a; } IL_0b8f: { String_t* L_271 = V_0; bool L_272; L_272 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_271, _stringLiteralBE4EDEE267B1A001487144C03DD776A1E9E5E327, /*hidden argument*/NULL); if (L_272) { goto IL_0e62; } } { goto IL_0e8a; } IL_0ba4: { String_t* L_273 = V_0; bool L_274; L_274 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_273, _stringLiteral2F383583602FE6AB0D1A2F9E6130D429BE60311A, /*hidden argument*/NULL); if (L_274) { goto IL_0e62; } } { goto IL_0e8a; } IL_0bb9: { String_t* L_275 = V_0; bool L_276; L_276 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_275, _stringLiteralC8BDBA1A25C7EFDE66F0E7ED70B85BBF3F87FE48, /*hidden argument*/NULL); if (L_276) { goto IL_0e62; } } { goto IL_0e8a; } IL_0bce: { String_t* L_277 = V_0; bool L_278; L_278 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_277, _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868, /*hidden argument*/NULL); if (L_278) { goto IL_0e62; } } { goto IL_0e8a; } IL_0be3: { String_t* L_279 = V_0; bool L_280; L_280 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_279, _stringLiteral6866AD928BD47DCD6C30739B3569D626588D7C39, /*hidden argument*/NULL); if (L_280) { goto IL_0e62; } } { goto IL_0e8a; } IL_0bf8: { String_t* L_281 = V_0; bool L_282; L_282 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_281, _stringLiteralF63CB96C3B5ED3FE43AC88C6B3C6B20CD59C03AE, /*hidden argument*/NULL); if (L_282) { goto IL_0e62; } } { goto IL_0e8a; } IL_0c0d: { String_t* L_283 = V_0; bool L_284; L_284 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_283, _stringLiteral5573A6B2B1693DE67287C139DFF15786FA27D32B, /*hidden argument*/NULL); if (L_284) { goto IL_0e68; } } { goto IL_0e8a; } IL_0c22: { String_t* L_285 = V_0; bool L_286; L_286 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_285, _stringLiteral810772D40AB2E56C03B82FE197099C640CA85CE8, /*hidden argument*/NULL); if (L_286) { goto IL_0e68; } } { goto IL_0e8a; } IL_0c37: { String_t* L_287 = V_0; bool L_288; L_288 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_287, _stringLiteral7C6A9757F1206397F8A10418B2B719DA2B1B56E5, /*hidden argument*/NULL); if (L_288) { goto IL_0e68; } } { goto IL_0e8a; } IL_0c4c: { String_t* L_289 = V_0; bool L_290; L_290 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_289, _stringLiteral065907BC27A1FFCD210688F2E32C2D2AD51F07EF, /*hidden argument*/NULL); if (L_290) { goto IL_0e68; } } { goto IL_0e8a; } IL_0c61: { String_t* L_291 = V_0; bool L_292; L_292 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_291, _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1, /*hidden argument*/NULL); if (L_292) { goto IL_0e68; } } { goto IL_0e8a; } IL_0c76: { String_t* L_293 = V_0; bool L_294; L_294 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_293, _stringLiteralE137A51B4E0A04DE077583DC44BC8BDD7F4E7E1B, /*hidden argument*/NULL); if (L_294) { goto IL_0e68; } } { goto IL_0e8a; } IL_0c8b: { String_t* L_295 = V_0; bool L_296; L_296 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_295, _stringLiteral32FA15FCA59FE75B69FC6B07E25A74FFA9171C6A, /*hidden argument*/NULL); if (L_296) { goto IL_0e68; } } { goto IL_0e8a; } IL_0ca0: { String_t* L_297 = V_0; bool L_298; L_298 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_297, _stringLiteralA6045C8355179E23551232096F661EC163EE6067, /*hidden argument*/NULL); if (L_298) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0cb5: { String_t* L_299 = V_0; bool L_300; L_300 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_299, _stringLiteral3452716288231BC3A642778FC33AF6DB30E604D4, /*hidden argument*/NULL); if (L_300) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0cca: { String_t* L_301 = V_0; bool L_302; L_302 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_301, _stringLiteralA9BE42866169E7A759BF2E202CB2E5E3888C78A7, /*hidden argument*/NULL); if (L_302) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0cdf: { String_t* L_303 = V_0; bool L_304; L_304 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_303, _stringLiteral89BC1A06C4AF698E973298880C633213CA87AC1D, /*hidden argument*/NULL); if (L_304) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0cf4: { String_t* L_305 = V_0; bool L_306; L_306 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_305, _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8, /*hidden argument*/NULL); if (L_306) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0d09: { String_t* L_307 = V_0; bool L_308; L_308 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_307, _stringLiteral33A015263F23C1E0F0BE003E76CCE251225357FF, /*hidden argument*/NULL); if (L_308) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0d1e: { String_t* L_309 = V_0; bool L_310; L_310 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_309, _stringLiteralE01C6CFF3955A907835DFB865A61D523A0574A3B, /*hidden argument*/NULL); if (L_310) { goto IL_0e6e; } } { goto IL_0e8a; } IL_0d33: { String_t* L_311 = V_0; bool L_312; L_312 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_311, _stringLiteralE75B7D0ECC6A9DBD81EE08AEC126ACF234CDE3DF, /*hidden argument*/NULL); if (L_312) { goto IL_0e74; } } { goto IL_0e8a; } IL_0d48: { String_t* L_313 = V_0; bool L_314; L_314 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_313, _stringLiteralDCE79ECB323E607CE5EA76B8E64A608B27C9CD69, /*hidden argument*/NULL); if (L_314) { goto IL_0e74; } } { goto IL_0e8a; } IL_0d5d: { String_t* L_315 = V_0; bool L_316; L_316 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_315, _stringLiteral3306533666B26FA65C045C6592644AD4D654731A, /*hidden argument*/NULL); if (L_316) { goto IL_0e74; } } { goto IL_0e8a; } IL_0d72: { String_t* L_317 = V_0; bool L_318; L_318 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_317, _stringLiteral00C85630FF72CF0CC4E85D4DD1EF187C77266C41, /*hidden argument*/NULL); if (L_318) { goto IL_0e74; } } { goto IL_0e8a; } IL_0d87: { String_t* L_319 = V_0; bool L_320; L_320 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_319, _stringLiteral93954AC54959BCD46464E8152F221687F3B0E3B7, /*hidden argument*/NULL); if (L_320) { goto IL_0e74; } } { goto IL_0e8a; } IL_0d9c: { String_t* L_321 = V_0; bool L_322; L_322 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_321, _stringLiteral5157B93437629FCF7025DE02A8A65E923F2639C3, /*hidden argument*/NULL); if (L_322) { goto IL_0e7a; } } { goto IL_0e8a; } IL_0db1: { String_t* L_323 = V_0; bool L_324; L_324 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_323, _stringLiteralCC3D35AD2EA704216A559E64090EE33BA961B8A4, /*hidden argument*/NULL); if (L_324) { goto IL_0e83; } } { goto IL_0e8a; } IL_0dc6: { DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A * L_325 = (DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A *)il2cpp_codegen_object_new(DSACryptoServiceProvider_tB11E530A0513CF3148380968B18CB547D1F0594A_il2cpp_TypeInfo_var); DSACryptoServiceProvider__ctor_mE00A5C5770962238946F49C4525F094D33A61F6A(L_325, /*hidden argument*/NULL); return L_325; } IL_0dcc: { DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6 * L_326 = (DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6 *)il2cpp_codegen_object_new(DSASignatureDeformatter_t84C67C0D8302C7D31B7DCCD2B4D5062883887AA6_il2cpp_TypeInfo_var); DSASignatureDeformatter__ctor_m73A650DECA8EA3D2E3E832CD36007B284FF226A2(L_326, /*hidden argument*/NULL); return L_326; } IL_0dd2: { DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46 * L_327 = (DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46 *)il2cpp_codegen_object_new(DSASignatureFormatter_tE6999D258DD7FCE5501CED28E5610B0299719C46_il2cpp_TypeInfo_var); DSASignatureFormatter__ctor_mCA7B018CB2AF308EED90EE01EF0B98F6AC5BC62B(L_327, /*hidden argument*/NULL); return L_327; } IL_0dd8: { DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5 * L_328 = (DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5 *)il2cpp_codegen_object_new(DSASignatureDescription_tFE8402A8FDAF4AC8C6AA8D987C08EEF7DBC90CA5_il2cpp_TypeInfo_var); DSASignatureDescription__ctor_m87E04B118F8C5B75E4341C0C4DDCCD5E6AD472FE(L_328, /*hidden argument*/NULL); return L_328; } IL_0dde: { DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40 * L_329 = (DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40 *)il2cpp_codegen_object_new(DESCryptoServiceProvider_t388757BDCC2CA0DF7C68BD637624ABF602228A40_il2cpp_TypeInfo_var); DESCryptoServiceProvider__ctor_m7AD8E1619BAA1EBC6FA81C815FA6D2786AA232F9(L_329, /*hidden argument*/NULL); return L_329; } IL_0de4: { HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181 * L_330 = (HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181 *)il2cpp_codegen_object_new(HMACMD5_t04A6FBBAD9EA41237C2274F2A6B518AF3E775181_il2cpp_TypeInfo_var); HMACMD5__ctor_m0F7DC7A801E0406D6DA5624D46DD0E767F7901DD(L_330, /*hidden argument*/NULL); return L_330; } IL_0dea: { HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E * L_331 = (HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E *)il2cpp_codegen_object_new(HMACRIPEMD160_tC410C8E893DCD31DC5213DF8390FCE9DA795BA5E_il2cpp_TypeInfo_var); HMACRIPEMD160__ctor_m1588A3072DB0C77B2B3393732787684922C169E8(L_331, /*hidden argument*/NULL); return L_331; } IL_0df0: { HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E * L_332 = (HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E *)il2cpp_codegen_object_new(HMACSHA1_t870BB0E0399BEBC0A2BF30596CCB096A6D1F1B9E_il2cpp_TypeInfo_var); HMACSHA1__ctor_mB578611DAD42359D304B3F6CE6B40B7A7B973342(L_332, /*hidden argument*/NULL); return L_332; } IL_0df6: { HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD * L_333 = (HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD *)il2cpp_codegen_object_new(HMACSHA256_t3363AA554FC034FF2627F7535F6DB1A0A7F824CD_il2cpp_TypeInfo_var); HMACSHA256__ctor_m7EF9928F30F4417A77CD88C7B0D98DCDCCC84D16(L_333, /*hidden argument*/NULL); return L_333; } IL_0dfc: { HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207 * L_334 = (HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207 *)il2cpp_codegen_object_new(HMACSHA384_tA94996AA46304CBADE236B92C56C84BFDB3EE207_il2cpp_TypeInfo_var); HMACSHA384__ctor_mED77AAB975E794458BD86CF1C9505E9E683F473B(L_334, /*hidden argument*/NULL); return L_334; } IL_0e02: { HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A * L_335 = (HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A *)il2cpp_codegen_object_new(HMACSHA512_t2BD310D63E39051F1328F25B1E17F743FEB1B09A_il2cpp_TypeInfo_var); HMACSHA512__ctor_mDDA99F36BAE97995793DCCC3B09290B49096694C(L_335, /*hidden argument*/NULL); return L_335; } IL_0e08: { MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776 * L_336 = (MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776 *)il2cpp_codegen_object_new(MACTripleDES_tBAEDFA72C3F34B7904A376FBBB78654994F56776_il2cpp_TypeInfo_var); MACTripleDES__ctor_m7A3B0B587C8401D5721747E3E9EECC31E83D13E9(L_336, /*hidden argument*/NULL); return L_336; } IL_0e0e: { MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1 * L_337 = (MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1 *)il2cpp_codegen_object_new(MD5CryptoServiceProvider_t042545E5D468A5A1B77802D72DA002AE28DA6CC1_il2cpp_TypeInfo_var); MD5CryptoServiceProvider__ctor_mB50CFED5886E592681CA1462E71B94DFF098FDC9(L_337, /*hidden argument*/NULL); return L_337; } IL_0e14: { RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 * L_338 = (RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009 *)il2cpp_codegen_object_new(RC2CryptoServiceProvider_t2C9BCC9EEB6099FC4DC3045D239AABAA18C03009_il2cpp_TypeInfo_var); RC2CryptoServiceProvider__ctor_m2E5B8BEA7FBCC8B048C86BC25D3D24E47443E7A6(L_338, /*hidden argument*/NULL); return L_338; } IL_0e1a: { RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E * L_339 = (RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E *)il2cpp_codegen_object_new(RijndaelManaged_tD1B1F2A2FFA25C00142012CF301D52F46943A86E_il2cpp_TypeInfo_var); RijndaelManaged__ctor_mB961FACC934247ED58EC21A6291E2018BD570650(L_339, /*hidden argument*/NULL); return L_339; } IL_0e20: { RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 * L_340 = (RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28 *)il2cpp_codegen_object_new(RIPEMD160Managed_tA55A312373AED6057575B289893B2918C4730A28_il2cpp_TypeInfo_var); RIPEMD160Managed__ctor_m6475071B6E800A8501CEF02A167CD182F0564196(L_340, /*hidden argument*/NULL); return L_340; } IL_0e26: { RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * L_341 = (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); RNGCryptoServiceProvider__ctor_mCBC98067A4839FB96DCF01860078278EC148FFBE(L_341, /*hidden argument*/NULL); return L_341; } IL_0e2c: { RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_342 = (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m540359C328E1E9E9818A1192E34C74C986186B80(L_342, /*hidden argument*/NULL); return L_342; } IL_0e32: { RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * L_343 = (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 *)il2cpp_codegen_object_new(RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228_il2cpp_TypeInfo_var); RSAPKCS1SignatureDeformatter__ctor_m1BA8EB842594843B8E252D8521A9172E91C173BB(L_343, /*hidden argument*/NULL); return L_343; } IL_0e38: { RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * L_344 = (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 *)il2cpp_codegen_object_new(RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6_il2cpp_TypeInfo_var); RSAPKCS1SignatureFormatter__ctor_m15FB769DA695A4FDC30DC89FB3E70A5DB614D4C4(L_344, /*hidden argument*/NULL); return L_344; } IL_0e3e: { RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A * L_345 = (RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A *)il2cpp_codegen_object_new(RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A_il2cpp_TypeInfo_var); RSAPKCS1SHA1SignatureDescription__ctor_m19FDAB0C88500F2421CD3E1F896DFBA4A0220E5C(L_345, /*hidden argument*/NULL); return L_345; } IL_0e44: { RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042 * L_346 = (RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042 *)il2cpp_codegen_object_new(RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042_il2cpp_TypeInfo_var); RSAPKCS1SHA256SignatureDescription__ctor_m451F6E5DFD95DD6574F76F6D6555F60D8E0D33A4(L_346, /*hidden argument*/NULL); return L_346; } IL_0e4a: { RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184 * L_347 = (RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184 *)il2cpp_codegen_object_new(RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184_il2cpp_TypeInfo_var); RSAPKCS1SHA384SignatureDescription__ctor_m69C022B53F53842DED97D47AC4FC88D06814AEC5(L_347, /*hidden argument*/NULL); return L_347; } IL_0e50: { RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14 * L_348 = (RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14 *)il2cpp_codegen_object_new(RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14_il2cpp_TypeInfo_var); RSAPKCS1SHA512SignatureDescription__ctor_m03A0AD1AFBC01AC868723BD0A74A31F5D368E25E(L_348, /*hidden argument*/NULL); return L_348; } IL_0e56: { SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7 * L_349 = (SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7 *)il2cpp_codegen_object_new(SHA1CryptoServiceProvider_tFCC9EF75A0DCF3E1A50E64B525EA9599E5927EF7_il2cpp_TypeInfo_var); SHA1CryptoServiceProvider__ctor_mCFEF020C407DF8850915EDC4ED242A91A4E4C632(L_349, /*hidden argument*/NULL); return L_349; } IL_0e5c: { SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 * L_350 = (SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4 *)il2cpp_codegen_object_new(SHA1Managed_t72937A3B6F0505550D38C352D60FFA1F220325D4_il2cpp_TypeInfo_var); SHA1Managed__ctor_m13241F68BA51EA3B2D8ED33957BD60465978782C(L_350, /*hidden argument*/NULL); return L_350; } IL_0e62: { SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B * L_351 = (SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B *)il2cpp_codegen_object_new(SHA256Managed_t5ECA26A251A97388C454C9E800850FFA6B3E3D3B_il2cpp_TypeInfo_var); SHA256Managed__ctor_m929639A0280A1815FF5B80910F7116B4696FABD5(L_351, /*hidden argument*/NULL); return L_351; } IL_0e68: { SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA * L_352 = (SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA *)il2cpp_codegen_object_new(SHA384Managed_t91B35562A4CB2633AF1D7A1EBED5548033B0DFFA_il2cpp_TypeInfo_var); SHA384Managed__ctor_m8DE92DC90191BE6BE2CD98110A2DE9D907EABCD5(L_352, /*hidden argument*/NULL); return L_352; } IL_0e6e: { SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD * L_353 = (SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD *)il2cpp_codegen_object_new(SHA512Managed_tBC5F74FC873AB2EDB4E850A9501BD4FFC4CFE8BD_il2cpp_TypeInfo_var); SHA512Managed__ctor_mBB72662FE00407655BF98439663C700CB7BC8311(L_353, /*hidden argument*/NULL); return L_353; } IL_0e74: { TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302 * L_354 = (TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302 *)il2cpp_codegen_object_new(TripleDESCryptoServiceProvider_t80636A423B3102460DEC2FF2B0D12528B304F302_il2cpp_TypeInfo_var); TripleDESCryptoServiceProvider__ctor_mA7D7CAD61FC16672B4017CD2EE2F1B5533E2E33C(L_354, /*hidden argument*/NULL); return L_354; } IL_0e7a: { ___name0 = _stringLiteral2E7F88A4C97CAB82AF938F13A11354A0475469E5; goto IL_0e8a; } IL_0e83: { ___name0 = _stringLiteral3D102EBDD7CD9BAE2B27F7A07524FBD15A4F6BD6; } IL_0e8a: { } IL_0e8b: try {// begin try (depth: 1) String_t* L_355 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_356; L_356 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_355, CryptoConfig_CreateFromName_mB329D54351075AB17418875F231EBF5709F3C143_RuntimeMethod_var); RuntimeObject * L_357; L_357 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295(L_356, /*hidden argument*/NULL); V_2 = L_357; goto IL_0e9e; }// 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_0e99; } throw e; } CATCH_0e99: {// begin catch(System.Object) V_2 = NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0e9e; }// end catch (depth: 1) IL_0e9e: { RuntimeObject * L_358 = V_2; return L_358; } } // System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_mF209F87F12A0095BDA1F990028BE090C7DBEF757 (String_t* ___name0, RuntimeObject * ___arg1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1; L_1 = CryptoConfig_MapNameToOID_mDEE3062261C13FD33F1E4C2CBF99A8FD7CBE1049(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Security.Cryptography.CryptoConfig::MapNameToOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CryptoConfig_MapNameToOID_mDEE3062261C13FD33F1E4C2CBF99A8FD7CBE1049 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00C85630FF72CF0CC4E85D4DD1EF187C77266C41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral065907BC27A1FFCD210688F2E32C2D2AD51F07EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B1F9E0B36DE3D123F87E3A6A30624DF197AF0BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B31027F164515A1950B5D7471AE7856BE543763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19088A5D4151B71A0151316584575959251E5B35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DD689D966F890928DE52A4321EFB57E0704C83E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E1EF2D79496D79BD97AF1CFADBB50547D20706F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F383583602FE6AB0D1A2F9E6130D429BE60311A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3452716288231BC3A642778FC33AF6DB30E604D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral384A972663A88A3CA636D7163BDC69F3C18E9CE5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B64C841257E1AEF2A7C545F0CEFE8D181F6E25E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DC96C6B239B5B0C7F20849D4D5F89946742C5C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5045D531EA3D254047C95D874E0EA7AF5DCC266A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5573A6B2B1693DE67287C139DFF15786FA27D32B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral681FE31F7BEED14B1221F4AD8D792F1676A9A3C2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683A95818280F9859694F418A2FD0A817678C9DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6CF7BD301C749209B397811794204637EDA8533D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74FBF85A38655E8FFFC7E9F6E56CCA07CB1D3C85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79F3776E8E99B5E9D5F793BBF68BD23B3DD47CFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C6A9757F1206397F8A10418B2B719DA2B1B56E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral810772D40AB2E56C03B82FE197099C640CA85CE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89BC1A06C4AF698E973298880C633213CA87AC1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA006D316802E9773949B05D4004D1F8558CF41A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6045C8355179E23551232096F661EC163EE6067); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9BE42866169E7A759BF2E202CB2E5E3888C78A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDFE9E9031B9AE8AF94CBB32CECD7F4C77DB2EB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE4EDEE267B1A001487144C03DD776A1E9E5E327); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8BDBA1A25C7EFDE66F0E7ED70B85BBF3F87FE48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA83CB6C750D930978A02FDCB5C902F5A57D8325); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC7F5B374B6E8F9D588D6C7692D3C4E95482D2C6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; uint32_t V_1 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConfig_MapNameToOID_mDEE3062261C13FD33F1E4C2CBF99A8FD7CBE1049_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); String_t* L_3; L_3 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; uint32_t L_5; L_5 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mB93B5E37F36C3B39E066B11F88014D2A69612967(L_4, /*hidden argument*/NULL); V_1 = L_5; uint32_t L_6 = V_1; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)-1901412621))))) { goto IL_011f; } } { uint32_t L_7 = V_1; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)1686995390))))) { goto IL_009b; } } { uint32_t L_8 = V_1; if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)585245684))))) { goto IL_005d; } } { uint32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)289646596)))) { goto IL_0217; } } { uint32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)373238979)))) { goto IL_022c; } } { uint32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)585245684)))) { goto IL_0241; } } { goto IL_04a8; } IL_005d: { uint32_t L_12 = V_1; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)1600607069))))) { goto IL_0080; } } { uint32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)1168228931)))) { goto IL_03fa; } } { uint32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)1600607069)))) { goto IL_033d; } } { goto IL_04a8; } IL_0080: { uint32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)1664836558)))) { goto IL_02bf; } } { uint32_t L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)1686995390)))) { goto IL_0295; } } { goto IL_04a8; } IL_009b: { uint32_t L_17 = V_1; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)2131651891))))) { goto IL_00e1; } } { uint32_t L_18 = V_1; if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)2070555668))))) { goto IL_00c6; } } { uint32_t L_19 = V_1; if ((((int32_t)L_19) == ((int32_t)((int32_t)1862521808)))) { goto IL_045d; } } { uint32_t L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)2070555668)))) { goto IL_026b; } } { goto IL_04a8; } IL_00c6: { uint32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)2102584679)))) { goto IL_0421; } } { uint32_t L_22 = V_1; if ((((int32_t)L_22) == ((int32_t)((int32_t)2131651891)))) { goto IL_044e; } } { goto IL_04a8; } IL_00e1: { uint32_t L_23 = V_1; if ((!(((uint32_t)L_23) <= ((uint32_t)((int32_t)-2025031285))))) { goto IL_0104; } } { uint32_t L_24 = V_1; if ((((int32_t)L_24) == ((int32_t)((int32_t)-2080359983)))) { goto IL_0391; } } { uint32_t L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)((int32_t)-2025031285)))) { goto IL_0280; } } { goto IL_04a8; } IL_0104: { uint32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)((int32_t)-1948475359)))) { goto IL_02fe; } } { uint32_t L_27 = V_1; if ((((int32_t)L_27) == ((int32_t)((int32_t)-1901412621)))) { goto IL_02aa; } } { goto IL_04a8; } IL_011f: { uint32_t L_28 = V_1; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1594352554))))) { goto IL_0193; } } { uint32_t L_29 = V_1; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1810091758))))) { goto IL_0155; } } { uint32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)-1900350882)))) { goto IL_0328; } } { uint32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)((int32_t)-1843562458)))) { goto IL_040f; } } { uint32_t L_32 = V_1; if ((((int32_t)L_32) == ((int32_t)((int32_t)-1810091758)))) { goto IL_02e9; } } { goto IL_04a8; } IL_0155: { uint32_t L_33 = V_1; if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)-1622939474))))) { goto IL_0178; } } { uint32_t L_34 = V_1; if ((((int32_t)L_34) == ((int32_t)((int32_t)-1663814150)))) { goto IL_0313; } } { uint32_t L_35 = V_1; if ((((int32_t)L_35) == ((int32_t)((int32_t)-1622939474)))) { goto IL_0430; } } { goto IL_04a8; } IL_0178: { uint32_t L_36 = V_1; if ((((int32_t)L_36) == ((int32_t)((int32_t)-1600917909)))) { goto IL_03e5; } } { uint32_t L_37 = V_1; if ((((int32_t)L_37) == ((int32_t)((int32_t)-1594352554)))) { goto IL_037c; } } { goto IL_04a8; } IL_0193: { uint32_t L_38 = V_1; if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-765881597))))) { goto IL_01d9; } } { uint32_t L_39 = V_1; if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-1364149353))))) { goto IL_01be; } } { uint32_t L_40 = V_1; if ((((int32_t)L_40) == ((int32_t)((int32_t)-1491810067)))) { goto IL_02d4; } } { uint32_t L_41 = V_1; if ((((int32_t)L_41) == ((int32_t)((int32_t)-1364149353)))) { goto IL_0256; } } { goto IL_04a8; } IL_01be: { uint32_t L_42 = V_1; if ((((int32_t)L_42) == ((int32_t)((int32_t)-837852979)))) { goto IL_03bb; } } { uint32_t L_43 = V_1; if ((((int32_t)L_43) == ((int32_t)((int32_t)-765881597)))) { goto IL_043f; } } { goto IL_04a8; } IL_01d9: { uint32_t L_44 = V_1; if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-303375500))))) { goto IL_01fc; } } { uint32_t L_45 = V_1; if ((((int32_t)L_45) == ((int32_t)((int32_t)-586725934)))) { goto IL_03a6; } } { uint32_t L_46 = V_1; if ((((int32_t)L_46) == ((int32_t)((int32_t)-303375500)))) { goto IL_03d0; } } { goto IL_04a8; } IL_01fc: { uint32_t L_47 = V_1; if ((((int32_t)L_47) == ((int32_t)((int32_t)-113906878)))) { goto IL_0352; } } { uint32_t L_48 = V_1; if ((((int32_t)L_48) == ((int32_t)((int32_t)-95184527)))) { goto IL_0367; } } { goto IL_04a8; } IL_0217: { String_t* L_49 = V_0; bool L_50; L_50 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_49, _stringLiteralBDFE9E9031B9AE8AF94CBB32CECD7F4C77DB2EB9, /*hidden argument*/NULL); if (L_50) { goto IL_046c; } } { goto IL_04a8; } IL_022c: { String_t* L_51 = V_0; bool L_52; L_52 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_51, _stringLiteral4B64C841257E1AEF2A7C545F0CEFE8D181F6E25E, /*hidden argument*/NULL); if (L_52) { goto IL_046c; } } { goto IL_04a8; } IL_0241: { String_t* L_53 = V_0; bool L_54; L_54 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_53, _stringLiteral5045D531EA3D254047C95D874E0EA7AF5DCC266A, /*hidden argument*/NULL); if (L_54) { goto IL_046c; } } { goto IL_04a8; } IL_0256: { String_t* L_55 = V_0; bool L_56; L_56 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_55, _stringLiteral79F3776E8E99B5E9D5F793BBF68BD23B3DD47CFD, /*hidden argument*/NULL); if (L_56) { goto IL_046c; } } { goto IL_04a8; } IL_026b: { String_t* L_57 = V_0; bool L_58; L_58 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_57, _stringLiteral57C2411D7466EB3172B6ADBF471154844F8FEA55, /*hidden argument*/NULL); if (L_58) { goto IL_046c; } } { goto IL_04a8; } IL_0280: { String_t* L_59 = V_0; bool L_60; L_60 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_59, _stringLiteralA006D316802E9773949B05D4004D1F8558CF41A9, /*hidden argument*/NULL); if (L_60) { goto IL_0472; } } { goto IL_04a8; } IL_0295: { String_t* L_61 = V_0; bool L_62; L_62 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_61, _stringLiteral4DC96C6B239B5B0C7F20849D4D5F89946742C5C5, /*hidden argument*/NULL); if (L_62) { goto IL_0472; } } { goto IL_04a8; } IL_02aa: { String_t* L_63 = V_0; bool L_64; L_64 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_63, _stringLiteral8B3CFB4B560123030AE265CBD62C0BE39E1D8EC6, /*hidden argument*/NULL); if (L_64) { goto IL_0472; } } { goto IL_04a8; } IL_02bf: { String_t* L_65 = V_0; bool L_66; L_66 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_65, _stringLiteral2F383583602FE6AB0D1A2F9E6130D429BE60311A, /*hidden argument*/NULL); if (L_66) { goto IL_0478; } } { goto IL_04a8; } IL_02d4: { String_t* L_67 = V_0; bool L_68; L_68 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_67, _stringLiteralC8BDBA1A25C7EFDE66F0E7ED70B85BBF3F87FE48, /*hidden argument*/NULL); if (L_68) { goto IL_0478; } } { goto IL_04a8; } IL_02e9: { String_t* L_69 = V_0; bool L_70; L_70 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_69, _stringLiteral681FE31F7BEED14B1221F4AD8D792F1676A9A3C2, /*hidden argument*/NULL); if (L_70) { goto IL_0478; } } { goto IL_04a8; } IL_02fe: { String_t* L_71 = V_0; bool L_72; L_72 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_71, _stringLiteralBE4EDEE267B1A001487144C03DD776A1E9E5E327, /*hidden argument*/NULL); if (L_72) { goto IL_0478; } } { goto IL_04a8; } IL_0313: { String_t* L_73 = V_0; bool L_74; L_74 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_73, _stringLiteral89487254CCF55296ACC80B8660A14ADE141E6868, /*hidden argument*/NULL); if (L_74) { goto IL_0478; } } { goto IL_04a8; } IL_0328: { String_t* L_75 = V_0; bool L_76; L_76 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_75, _stringLiteral7C6A9757F1206397F8A10418B2B719DA2B1B56E5, /*hidden argument*/NULL); if (L_76) { goto IL_047e; } } { goto IL_04a8; } IL_033d: { String_t* L_77 = V_0; bool L_78; L_78 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_77, _stringLiteral065907BC27A1FFCD210688F2E32C2D2AD51F07EF, /*hidden argument*/NULL); if (L_78) { goto IL_047e; } } { goto IL_04a8; } IL_0352: { String_t* L_79 = V_0; bool L_80; L_80 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_79, _stringLiteral5573A6B2B1693DE67287C139DFF15786FA27D32B, /*hidden argument*/NULL); if (L_80) { goto IL_047e; } } { goto IL_04a8; } IL_0367: { String_t* L_81 = V_0; bool L_82; L_82 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_81, _stringLiteral810772D40AB2E56C03B82FE197099C640CA85CE8, /*hidden argument*/NULL); if (L_82) { goto IL_047e; } } { goto IL_04a8; } IL_037c: { String_t* L_83 = V_0; bool L_84; L_84 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_83, _stringLiteralC55AFFA4599D7E7F1FE45BF21D72FD8E0E12E4B1, /*hidden argument*/NULL); if (L_84) { goto IL_047e; } } { goto IL_04a8; } IL_0391: { String_t* L_85 = V_0; bool L_86; L_86 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_85, _stringLiteralA9BE42866169E7A759BF2E202CB2E5E3888C78A7, /*hidden argument*/NULL); if (L_86) { goto IL_0484; } } { goto IL_04a8; } IL_03a6: { String_t* L_87 = V_0; bool L_88; L_88 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_87, _stringLiteral89BC1A06C4AF698E973298880C633213CA87AC1D, /*hidden argument*/NULL); if (L_88) { goto IL_0484; } } { goto IL_04a8; } IL_03bb: { String_t* L_89 = V_0; bool L_90; L_90 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_89, _stringLiteralA6045C8355179E23551232096F661EC163EE6067, /*hidden argument*/NULL); if (L_90) { goto IL_0484; } } { goto IL_04a8; } IL_03d0: { String_t* L_91 = V_0; bool L_92; L_92 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_91, _stringLiteral3452716288231BC3A642778FC33AF6DB30E604D4, /*hidden argument*/NULL); if (L_92) { goto IL_0484; } } { goto IL_04a8; } IL_03e5: { String_t* L_93 = V_0; bool L_94; L_94 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_93, _stringLiteralD431DA333CF96CF017F2C2FE0CE09A07D97C41C8, /*hidden argument*/NULL); if (L_94) { goto IL_0484; } } { goto IL_04a8; } IL_03fa: { String_t* L_95 = V_0; bool L_96; L_96 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_95, _stringLiteral0B1F9E0B36DE3D123F87E3A6A30624DF197AF0BD, /*hidden argument*/NULL); if (L_96) { goto IL_048a; } } { goto IL_04a8; } IL_040f: { String_t* L_97 = V_0; bool L_98; L_98 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_97, _stringLiteral1DD689D966F890928DE52A4321EFB57E0704C83E, /*hidden argument*/NULL); if (L_98) { goto IL_048a; } } { goto IL_04a8; } IL_0421: { String_t* L_99 = V_0; bool L_100; L_100 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_99, _stringLiteralCA83CB6C750D930978A02FDCB5C902F5A57D8325, /*hidden argument*/NULL); if (L_100) { goto IL_048a; } } { goto IL_04a8; } IL_0430: { String_t* L_101 = V_0; bool L_102; L_102 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_101, _stringLiteral6CF7BD301C749209B397811794204637EDA8533D, /*hidden argument*/NULL); if (L_102) { goto IL_0490; } } { goto IL_04a8; } IL_043f: { String_t* L_103 = V_0; bool L_104; L_104 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_103, _stringLiteral1E1EF2D79496D79BD97AF1CFADBB50547D20706F, /*hidden argument*/NULL); if (L_104) { goto IL_0496; } } { goto IL_04a8; } IL_044e: { String_t* L_105 = V_0; bool L_106; L_106 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_105, _stringLiteral00C85630FF72CF0CC4E85D4DD1EF187C77266C41, /*hidden argument*/NULL); if (L_106) { goto IL_049c; } } { goto IL_04a8; } IL_045d: { String_t* L_107 = V_0; bool L_108; L_108 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_107, _stringLiteralEC7F5B374B6E8F9D588D6C7692D3C4E95482D2C6, /*hidden argument*/NULL); if (L_108) { goto IL_04a2; } } { goto IL_04a8; } IL_046c: { return _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; } IL_0472: { return _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; } IL_0478: { return _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; } IL_047e: { return _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; } IL_0484: { return _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; } IL_048a: { return _stringLiteral384A972663A88A3CA636D7163BDC69F3C18E9CE5; } IL_0490: { return _stringLiteral74FBF85A38655E8FFFC7E9F6E56CCA07CB1D3C85; } IL_0496: { return _stringLiteralDAC8159E4A2EFDD9F6B375FC8448887EB86937BF; } IL_049c: { return _stringLiteral19088A5D4151B71A0151316584575959251E5B35; } IL_04a2: { return _stringLiteral9B1F0AA63B2AB43512920221BD667C8CF844E7A5; } IL_04a8: { return (String_t*)NULL; } } // System.Void System.Security.Cryptography.CryptoConfig::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoConfig__ctor_m70F1B63AE7A7BA96585293AE8BA015EC57BF2868 (CryptoConfig_t5297629E49F03FDF457B06824EB6271AC1E8AC57 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 Mono.Security.Cryptography.CryptoConvert::ToInt32LE(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___offset1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___offset1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___offset1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; int32_t L_9 = ___offset1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = ___offset1; NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)L_15)); } } // System.UInt32 Mono.Security.Cryptography.CryptoConvert::ToUInt32LE(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CryptoConvert_ToUInt32LE_m74BFA469CB7BEA65400320B9905D74F77C46318E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___offset1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___offset1; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)3)); uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___offset1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; int32_t L_9 = ___offset1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = ___offset1; NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)8))))|(int32_t)L_15)); } } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::GetBytesLE(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F (int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; int32_t L_2 = ___val0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)255)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_1; int32_t L_4 = ___val0; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4>>(int32_t)8))&(int32_t)((int32_t)255)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_3; int32_t L_6 = ___val0; NullCheck(L_5); (L_5)->SetAt(static_cast(2), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)16)))&(int32_t)((int32_t)255)))))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_5; int32_t L_8 = ___val0; NullCheck(L_7); (L_7)->SetAt(static_cast(3), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)24)))&(int32_t)((int32_t)255)))))); return L_7; } } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::Trim(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_Trim_m042FDE3AC92480DC81799482D3CA02A3EF109AF8 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { V_0 = 0; goto IL_0026; } IL_0004: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); if (!L_3) { goto IL_0022; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___array0; NullCheck(L_4); int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)L_5))); V_1 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___array0; int32_t L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_7, L_8, (RuntimeArray *)(RuntimeArray *)L_9, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; return L_11; } IL_0022: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0026: { int32_t L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___array0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0004; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlob(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___blob0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F_RuntimeMethod_var))); } IL_001f: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 )); } IL_0027: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___blob0; int32_t L_6 = ___offset1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_0053; } } IL_002d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___blob0; int32_t L_10 = ___offset1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0053; } } IL_0035: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___blob0; int32_t L_14 = ___offset1; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); if (L_16) { goto IL_0053; } } IL_003c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___blob0; int32_t L_18 = ___offset1; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3)); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); if (L_20) { goto IL_0053; } } IL_0043: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___blob0; int32_t L_22 = ___offset1; uint32_t L_23; L_23 = CryptoConvert_ToUInt32LE_m74BFA469CB7BEA65400320B9905D74F77C46318E(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)843141970)))) { goto IL_005e; } } IL_0053: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_24 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E7CDEF88C7996492BB7E1E0B7EACB28D5FA9942)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F_RuntimeMethod_var))); } IL_005e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___blob0; int32_t L_26 = ___offset1; int32_t L_27; L_27 = CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); V_1 = L_28; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___blob0; int32_t L_30 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_1; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)16))), (RuntimeArray *)(RuntimeArray *)L_31, 0, 4, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_1; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_32, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = CryptoConvert_Trim_m042FDE3AC92480DC81799482D3CA02A3EF109AF8(L_33, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_34); int32_t L_35 = ___offset1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)20))); V_3 = ((int32_t)((int32_t)L_27>>(int32_t)3)); int32_t L_36 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_36); (&V_0)->set_Modulus_1(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ___blob0; int32_t L_39 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_40 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = L_40.get_Modulus_1(); int32_t L_42 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_38, L_39, (RuntimeArray *)(RuntimeArray *)L_41, 0, L_42, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_43 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43.get_Modulus_1(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_44, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_45 = V_2; int32_t L_46 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46)); int32_t L_47 = V_3; V_4 = ((int32_t)((int32_t)L_47>>(int32_t)1)); int32_t L_48 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_48); (&V_0)->set_P_2(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___blob0; int32_t L_51 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_52 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = L_52.get_P_2(); int32_t L_54 = V_4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_55 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55.get_P_2(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_56, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_57 = V_2; int32_t L_58 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)); int32_t L_59 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_59); (&V_0)->set_Q_3(L_60); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = ___blob0; int32_t L_62 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_63 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = L_63.get_Q_3(); int32_t L_65 = V_4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_61, L_62, (RuntimeArray *)(RuntimeArray *)L_64, 0, L_65, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_66 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = L_66.get_Q_3(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_67, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_68 = V_2; int32_t L_69 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69)); int32_t L_70 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_70); (&V_0)->set_DP_4(L_71); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___blob0; int32_t L_73 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_74 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = L_74.get_DP_4(); int32_t L_76 = V_4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_72, L_73, (RuntimeArray *)(RuntimeArray *)L_75, 0, L_76, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_77 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = L_77.get_DP_4(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_78, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_79 = V_2; int32_t L_80 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)); int32_t L_81 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_81); (&V_0)->set_DQ_5(L_82); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = ___blob0; int32_t L_84 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_85 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = L_85.get_DQ_5(); int32_t L_87 = V_4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_83, L_84, (RuntimeArray *)(RuntimeArray *)L_86, 0, L_87, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_88 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = L_88.get_DQ_5(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_89, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_90 = V_2; int32_t L_91 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)L_91)); int32_t L_92 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_92); (&V_0)->set_InverseQ_6(L_93); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = ___blob0; int32_t L_95 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_96 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = L_96.get_InverseQ_6(); int32_t L_98 = V_4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_94, L_95, (RuntimeArray *)(RuntimeArray *)L_97, 0, L_98, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_99 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_100 = L_99.get_InverseQ_6(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_100, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_101 = V_2; int32_t L_102 = V_4; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)L_102)); int32_t L_103 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_104 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_103); (&V_0)->set_D_7(L_104); int32_t L_105 = V_2; int32_t L_106 = V_3; int32_t L_107 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_108 = ___blob0; NullCheck(L_108); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)), (int32_t)L_107))) > ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_108)->max_length)))))) { goto IL_01de; } } IL_01c4: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = ___blob0; int32_t L_110 = V_2; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_111 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_112 = L_111.get_D_7(); int32_t L_113 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_109, L_110, (RuntimeArray *)(RuntimeArray *)L_112, 0, L_113, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_114 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_115 = L_114.get_D_7(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_115, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); } IL_01de: { goto IL_01ef; } }// end try (depth: 1) 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_01e0; } throw e; } CATCH_01e0: {// begin catch(System.Exception) V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_116 = V_5; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_117 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_117, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68EBFD53AB7351290BEC0E0677DF3FB55BCC5B1B)), L_116, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_117, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F_RuntimeMethod_var))); }// end catch (depth: 1) IL_01ef: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_118; L_118 = RSA_Create_m044F1B4384248B4C9FEA4DAB01DB85B0A829A383(/*hidden argument*/NULL); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_119 = L_118; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_120 = V_0; NullCheck(L_119); VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_119, L_120); return L_119; } } // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPrivateKeyBlobDSA(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___blob0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B_RuntimeMethod_var))); } IL_001f: { il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 )); } IL_0027: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___blob0; int32_t L_6 = ___offset1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_0053; } } IL_002d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___blob0; int32_t L_10 = ___offset1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0053; } } IL_0035: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___blob0; int32_t L_14 = ___offset1; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); if (L_16) { goto IL_0053; } } IL_003c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___blob0; int32_t L_18 = ___offset1; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3)); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); if (L_20) { goto IL_0053; } } IL_0043: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___blob0; int32_t L_22 = ___offset1; uint32_t L_23; L_23 = CryptoConvert_ToUInt32LE_m74BFA469CB7BEA65400320B9905D74F77C46318E(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)844321604)))) { goto IL_005e; } } IL_0053: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_24 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E7CDEF88C7996492BB7E1E0B7EACB28D5FA9942)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B_RuntimeMethod_var))); } IL_005e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___blob0; int32_t L_26 = ___offset1; int32_t L_27; L_27 = CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)L_27>>(int32_t)3)); int32_t L_28 = ___offset1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)16))); int32_t L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_29); (&V_0)->set_P_0(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___blob0; int32_t L_32 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_33 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33.get_P_0(); int32_t L_35 = V_1; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_31, L_32, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_36 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36.get_P_0(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_37, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_38 = V_2; int32_t L_39 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); (&V_0)->set_Q_1(L_40); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = ___blob0; int32_t L_42 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_43 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43.get_Q_1(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_44, 0, ((int32_t)20), /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_45 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = L_45.get_Q_1(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_46, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_47 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)20))); int32_t L_48 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_48); (&V_0)->set_G_2(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___blob0; int32_t L_51 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_52 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = L_52.get_G_2(); int32_t L_54 = V_1; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_55 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55.get_G_2(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_56, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_57 = V_2; int32_t L_58 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); (&V_0)->set_X_5(L_59); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = ___blob0; int32_t L_61 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_62 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = L_62.get_X_5(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_60, L_61, (RuntimeArray *)(RuntimeArray *)L_63, 0, ((int32_t)20), /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_64 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = L_64.get_X_5(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_65, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_66 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)((int32_t)20))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = ___blob0; int32_t L_68 = V_2; int32_t L_69; L_69 = CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C(L_67, L_68, /*hidden argument*/NULL); (&V_0)->set_Counter_7(L_69); int32_t L_70 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); (&V_0)->set_Seed_6(L_71); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_72 = ___blob0; int32_t L_73 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_74 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = L_74.get_Seed_6(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_72, L_73, (RuntimeArray *)(RuntimeArray *)L_75, 0, ((int32_t)20), /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_76 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = L_76.get_Seed_6(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_77, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_78 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)20))); goto IL_0171; } }// end try (depth: 1) 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_0164; } throw e; } CATCH_0164: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_79 = V_3; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_80 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_80, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68EBFD53AB7351290BEC0E0677DF3FB55BCC5B1B)), L_79, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0171: { DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_81; L_81 = DSA_Create_m1BB98278D12EF7F48DDF0B52FCF7CA0602AFC618(/*hidden argument*/NULL); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_82 = L_81; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_83 = V_0; NullCheck(L_82); VirtualActionInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_82, L_83); return L_82; } } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.RSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_ToCapiPrivateKeyBlob_mAFE1CB79404B1A2F06075DA6931D4EBCB345F1B7 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = ___rsa0; NullCheck(L_0); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_1; L_1 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)1); V_0 = L_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2.get_Modulus_1(); NullCheck(L_3); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); int32_t L_4 = V_1; int32_t L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)20), (int32_t)((int32_t)((int32_t)L_4<<(int32_t)2)))), (int32_t)((int32_t)((int32_t)L_5>>(int32_t)1))))); V_2 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint8_t)7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (uint8_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_2; NullCheck(L_9); (L_9)->SetAt(static_cast(5), (uint8_t)((int32_t)36)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(8), (uint8_t)((int32_t)82)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)9)), (uint8_t)((int32_t)83)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)10)), (uint8_t)((int32_t)65)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)11)), (uint8_t)((int32_t)50)); int32_t L_14 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F(((int32_t)((int32_t)L_14<<(int32_t)3)), /*hidden argument*/NULL); V_3 = L_15; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_3; NullCheck(L_17); int32_t L_18 = 0; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)12)), (uint8_t)L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_3; NullCheck(L_21); int32_t L_22 = 1; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)13)), (uint8_t)L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_3; NullCheck(L_25); int32_t L_26 = 2; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)14)), (uint8_t)L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_3; NullCheck(L_29); int32_t L_30 = 3; uint8_t L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck(L_28); (L_28)->SetAt(static_cast(((int32_t)15)), (uint8_t)L_31); V_4 = ((int32_t)16); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_32 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = L_32.get_Exponent_0(); NullCheck(L_33); V_5 = ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))); goto IL_0091; } IL_007a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_2; int32_t L_35 = V_4; int32_t L_36 = L_35; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_37 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = L_37.get_Exponent_0(); int32_t L_39 = V_5; int32_t L_40 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)); V_5 = L_40; NullCheck(L_38); int32_t L_41 = L_40; uint8_t L_42 = (L_38)->GetAt(static_cast(L_41)); NullCheck(L_34); (L_34)->SetAt(static_cast(L_36), (uint8_t)L_42); } IL_0091: { int32_t L_43 = V_5; if ((((int32_t)L_43) > ((int32_t)0))) { goto IL_007a; } } { V_4 = ((int32_t)20); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_44 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = L_44.get_Modulus_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = L_45; NullCheck(L_46); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46; int32_t L_48 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_47, 0, L_48, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_2; int32_t L_50 = V_4; int32_t L_51 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_47, 0, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL); int32_t L_52 = V_4; int32_t L_53 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_54 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = L_54.get_P_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55; NullCheck(L_56); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = L_56; int32_t L_58 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_57, 0, L_58, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_2; int32_t L_60 = V_4; int32_t L_61 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_57, 0, (RuntimeArray *)(RuntimeArray *)L_59, L_60, L_61, /*hidden argument*/NULL); int32_t L_62 = V_4; int32_t L_63 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_63)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_64 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = L_64.get_Q_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = L_65; NullCheck(L_66); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = L_66; int32_t L_68 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_67, 0, L_68, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = V_2; int32_t L_70 = V_4; int32_t L_71 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_67, 0, (RuntimeArray *)(RuntimeArray *)L_69, L_70, L_71, /*hidden argument*/NULL); int32_t L_72 = V_4; int32_t L_73 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_74 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = L_74.get_DP_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = L_75; NullCheck(L_76); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_76)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = L_76; int32_t L_78 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_77, 0, L_78, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = V_2; int32_t L_80 = V_4; int32_t L_81 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_77, 0, (RuntimeArray *)(RuntimeArray *)L_79, L_80, L_81, /*hidden argument*/NULL); int32_t L_82 = V_4; int32_t L_83 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_83)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_84 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = L_84.get_DQ_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = L_85; NullCheck(L_86); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_86)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = L_86; int32_t L_88 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_87, 0, L_88, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = V_2; int32_t L_90 = V_4; int32_t L_91 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_87, 0, (RuntimeArray *)(RuntimeArray *)L_89, L_90, L_91, /*hidden argument*/NULL); int32_t L_92 = V_4; int32_t L_93 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)L_93)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_94 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = L_94.get_InverseQ_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = L_95; NullCheck(L_96); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = L_96; int32_t L_98 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_97, 0, L_98, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = V_2; int32_t L_100 = V_4; int32_t L_101 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_97, 0, (RuntimeArray *)(RuntimeArray *)L_99, L_100, L_101, /*hidden argument*/NULL); int32_t L_102 = V_4; int32_t L_103 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_104 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_105 = L_104.get_D_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_106 = L_105; NullCheck(L_106); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = L_106; int32_t L_108 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_107, 0, L_108, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = V_2; int32_t L_110 = V_4; int32_t L_111 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_107, 0, (RuntimeArray *)(RuntimeArray *)L_109, L_110, L_111, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_112 = V_2; return L_112; } } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPrivateKeyBlob(System.Security.Cryptography.DSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_ToCapiPrivateKeyBlob_m0557CA262A5B5CBBF7A85308F4E4BE59B0B39B17 (DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ___dsa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; { DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_0 = ___dsa0; NullCheck(L_0); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_1; L_1 = VirtualFuncInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_0, (bool)1); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_2 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2.get_P_0(); NullCheck(L_3); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); int32_t L_4 = V_0; int32_t L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)L_4)), (int32_t)((int32_t)20))), (int32_t)L_5)), (int32_t)((int32_t)20))), (int32_t)4)), (int32_t)((int32_t)20)))); V_1 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); (L_7)->SetAt(static_cast(0), (uint8_t)7); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (uint8_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(5), (uint8_t)((int32_t)34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); (L_10)->SetAt(static_cast(8), (uint8_t)((int32_t)68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)9)), (uint8_t)((int32_t)83)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)10)), (uint8_t)((int32_t)83)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)11)), (uint8_t)((int32_t)50)); int32_t L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F(((int32_t)((int32_t)L_14<<(int32_t)3)), /*hidden argument*/NULL); V_2 = L_15; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_17); int32_t L_18 = 0; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_16); (L_16)->SetAt(static_cast(((int32_t)12)), (uint8_t)L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_2; NullCheck(L_21); int32_t L_22 = 1; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); NullCheck(L_20); (L_20)->SetAt(static_cast(((int32_t)13)), (uint8_t)L_23); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_2; NullCheck(L_25); int32_t L_26 = 2; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)14)), (uint8_t)L_27); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; NullCheck(L_29); int32_t L_30 = 3; uint8_t L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck(L_28); (L_28)->SetAt(static_cast(((int32_t)15)), (uint8_t)L_31); V_3 = ((int32_t)16); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_32 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = L_32.get_P_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_34, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; int32_t L_36 = V_3; int32_t L_37 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_34, 0, (RuntimeArray *)(RuntimeArray *)L_35, L_36, L_37, /*hidden argument*/NULL); int32_t L_38 = V_3; int32_t L_39 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_40 = L_32; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = L_40.get_Q_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = L_41; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_42, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = V_1; int32_t L_44 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_42, 0, (RuntimeArray *)(RuntimeArray *)L_43, L_44, ((int32_t)20), /*hidden argument*/NULL); int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)((int32_t)20))); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_46 = L_40; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46.get_G_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = L_47; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_48, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_1; int32_t L_50 = V_3; int32_t L_51 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, L_50, L_51, /*hidden argument*/NULL); int32_t L_52 = V_3; int32_t L_53 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_54 = L_46; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = L_54.get_X_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_56, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = V_1; int32_t L_58 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_56, 0, (RuntimeArray *)(RuntimeArray *)L_57, L_58, ((int32_t)20), /*hidden argument*/NULL); int32_t L_59 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)((int32_t)20))); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_60 = L_54; int32_t L_61 = L_60.get_Counter_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F(L_61, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = V_1; int32_t L_64 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_62, 0, (RuntimeArray *)(RuntimeArray *)L_63, L_64, 4, /*hidden argument*/NULL); int32_t L_65 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = L_60.get_Seed_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = L_66; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_67, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_1; int32_t L_69 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_67, 0, (RuntimeArray *)(RuntimeArray *)L_68, L_69, ((int32_t)20), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_1; return L_70; } } // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlob(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * V_3 = NULL; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___blob0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E_RuntimeMethod_var))); } IL_001f: { } IL_0020: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___blob0; int32_t L_6 = ___offset1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)6)))) { goto IL_004c; } } IL_0026: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___blob0; int32_t L_10 = ___offset1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_004c; } } IL_002e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___blob0; int32_t L_14 = ___offset1; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); if (L_16) { goto IL_004c; } } IL_0035: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___blob0; int32_t L_18 = ___offset1; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3)); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); if (L_20) { goto IL_004c; } } IL_003c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___blob0; int32_t L_22 = ___offset1; uint32_t L_23; L_23 = CryptoConvert_ToUInt32LE_m74BFA469CB7BEA65400320B9905D74F77C46318E(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)826364754)))) { goto IL_0057; } } IL_004c: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_24 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E7CDEF88C7996492BB7E1E0B7EACB28D5FA9942)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E_RuntimeMethod_var))); } IL_0057: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___blob0; int32_t L_26 = ___offset1; int32_t L_27; L_27 = CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 )); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)3); (&V_0)->set_Exponent_0(L_28); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_29 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = L_29.get_Exponent_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___blob0; int32_t L_32 = ___offset1; NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)18))); uint8_t L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_30); (L_30)->SetAt(static_cast(0), (uint8_t)L_34); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_35 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = L_35.get_Exponent_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = ___blob0; int32_t L_38 = ___offset1; NullCheck(L_37); int32_t L_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)((int32_t)17))); uint8_t L_40 = (L_37)->GetAt(static_cast(L_39)); NullCheck(L_36); (L_36)->SetAt(static_cast(1), (uint8_t)L_40); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_41 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = L_41.get_Exponent_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = ___blob0; int32_t L_44 = ___offset1; NullCheck(L_43); int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)16))); uint8_t L_46 = (L_43)->GetAt(static_cast(L_45)); NullCheck(L_42); (L_42)->SetAt(static_cast(2), (uint8_t)L_46); int32_t L_47 = ___offset1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)20))); V_2 = ((int32_t)((int32_t)L_27>>(int32_t)3)); int32_t L_48 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_48); (&V_0)->set_Modulus_1(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___blob0; int32_t L_51 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_52 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = L_52.get_Modulus_1(); int32_t L_54 = V_2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_55 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55.get_Modulus_1(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_56, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_57; L_57 = RSA_Create_m044F1B4384248B4C9FEA4DAB01DB85B0A829A383(/*hidden argument*/NULL); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_58 = L_57; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_59 = V_0; NullCheck(L_58); VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_58, L_59); V_3 = L_58; goto IL_00ed; } }// end try (depth: 1) 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_00de; } throw e; } CATCH_00de: {// begin catch(System.Exception) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_60 = V_4; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_61 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68EBFD53AB7351290BEC0E0677DF3FB55BCC5B1B)), L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E_RuntimeMethod_var))); }// end catch (depth: 1) IL_00ed: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_62 = V_3; return L_62; } } // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiPublicKeyBlobDSA(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * V_3 = NULL; Exception_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___blob0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064_RuntimeMethod_var))); } IL_001f: { } IL_0020: try {// begin try (depth: 1) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___blob0; int32_t L_6 = ___offset1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)6)))) { goto IL_004c; } } IL_0026: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___blob0; int32_t L_10 = ___offset1; NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_004c; } } IL_002e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___blob0; int32_t L_14 = ___offset1; NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); uint8_t L_16 = (L_13)->GetAt(static_cast(L_15)); if (L_16) { goto IL_004c; } } IL_0035: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___blob0; int32_t L_18 = ___offset1; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)3)); uint8_t L_20 = (L_17)->GetAt(static_cast(L_19)); if (L_20) { goto IL_004c; } } IL_003c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ___blob0; int32_t L_22 = ___offset1; uint32_t L_23; L_23 = CryptoConvert_ToUInt32LE_m74BFA469CB7BEA65400320B9905D74F77C46318E(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)8)), /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)((int32_t)827544388)))) { goto IL_0057; } } IL_004c: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_24 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E7CDEF88C7996492BB7E1E0B7EACB28D5FA9942)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064_RuntimeMethod_var))); } IL_0057: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___blob0; int32_t L_26 = ___offset1; int32_t L_27; L_27 = CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)12))), /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 )); V_1 = ((int32_t)((int32_t)L_27>>(int32_t)3)); int32_t L_28 = ___offset1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)((int32_t)16))); int32_t L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_29); (&V_0)->set_P_0(L_30); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___blob0; int32_t L_32 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_33 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33.get_P_0(); int32_t L_35 = V_1; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_31, L_32, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_36 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36.get_P_0(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_37, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_38 = V_2; int32_t L_39 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); (&V_0)->set_Q_1(L_40); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = ___blob0; int32_t L_42 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_43 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43.get_Q_1(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_41, L_42, (RuntimeArray *)(RuntimeArray *)L_44, 0, ((int32_t)20), /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_45 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = L_45.get_Q_1(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_46, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_47 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)((int32_t)20))); int32_t L_48 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_48); (&V_0)->set_G_2(L_49); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___blob0; int32_t L_51 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_52 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = L_52.get_G_2(); int32_t L_54 = V_1; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_50, L_51, (RuntimeArray *)(RuntimeArray *)L_53, 0, L_54, /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_55 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55.get_G_2(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_56, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_57 = V_2; int32_t L_58 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_58)); int32_t L_59 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_60 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_59); (&V_0)->set_Y_3(L_60); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = ___blob0; int32_t L_62 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_63 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = L_63.get_Y_3(); int32_t L_65 = V_1; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_61, L_62, (RuntimeArray *)(RuntimeArray *)L_64, 0, L_65, /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_66 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = L_66.get_Y_3(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_67, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_68 = V_2; int32_t L_69 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_69)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = ___blob0; int32_t L_71 = V_2; int32_t L_72; L_72 = CryptoConvert_ToInt32LE_m5F4182917386AEC2BF01F87C5CB47A63538C773C(L_70, L_71, /*hidden argument*/NULL); (&V_0)->set_Counter_7(L_72); int32_t L_73 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)); (&V_0)->set_Seed_6(L_74); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = ___blob0; int32_t L_76 = V_2; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_77 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_78 = L_77.get_Seed_6(); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_75, L_76, (RuntimeArray *)(RuntimeArray *)L_78, 0, ((int32_t)20), /*hidden argument*/NULL); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_79 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = L_79.get_Seed_6(); Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_80, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); int32_t L_81 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)((int32_t)20))); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_82; L_82 = DSA_Create_m1BB98278D12EF7F48DDF0B52FCF7CA0602AFC618(/*hidden argument*/NULL); DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_83 = L_82; DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_84 = V_0; NullCheck(L_83); VirtualActionInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 >::Invoke(22 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_83, L_84); V_3 = L_83; goto IL_017e; } }// end try (depth: 1) 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_016f; } throw e; } CATCH_016f: {// begin catch(System.Exception) V_4 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Exception_t * L_85 = V_4; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_86 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(L_86, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68EBFD53AB7351290BEC0E0677DF3FB55BCC5B1B)), L_85, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064_RuntimeMethod_var))); }// end catch (depth: 1) IL_017e: { DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_87 = V_3; return L_87; } } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.RSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_ToCapiPublicKeyBlob_mA9458AD254998247AFDC050936F2BE0DECCEB75F (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = ___rsa0; NullCheck(L_0); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_1; L_1 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_0, (bool)0); V_0 = L_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2.get_Modulus_1(); NullCheck(L_3); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); int32_t L_4 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)20), (int32_t)L_4))); V_2 = L_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_2; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (uint8_t)6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_2; NullCheck(L_7); (L_7)->SetAt(static_cast(1), (uint8_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(5), (uint8_t)((int32_t)36)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_2; NullCheck(L_9); (L_9)->SetAt(static_cast(8), (uint8_t)((int32_t)82)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(((int32_t)9)), (uint8_t)((int32_t)83)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; NullCheck(L_11); (L_11)->SetAt(static_cast(((int32_t)10)), (uint8_t)((int32_t)65)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)11)), (uint8_t)((int32_t)49)); int32_t L_13 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F(((int32_t)((int32_t)L_13<<(int32_t)3)), /*hidden argument*/NULL); V_3 = L_14; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_3; NullCheck(L_16); int32_t L_17 = 0; uint8_t L_18 = (L_16)->GetAt(static_cast(L_17)); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)12)), (uint8_t)L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = V_3; NullCheck(L_20); int32_t L_21 = 1; uint8_t L_22 = (L_20)->GetAt(static_cast(L_21)); NullCheck(L_19); (L_19)->SetAt(static_cast(((int32_t)13)), (uint8_t)L_22); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_3; NullCheck(L_24); int32_t L_25 = 2; uint8_t L_26 = (L_24)->GetAt(static_cast(L_25)); NullCheck(L_23); (L_23)->SetAt(static_cast(((int32_t)14)), (uint8_t)L_26); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_3; NullCheck(L_28); int32_t L_29 = 3; uint8_t L_30 = (L_28)->GetAt(static_cast(L_29)); NullCheck(L_27); (L_27)->SetAt(static_cast(((int32_t)15)), (uint8_t)L_30); V_4 = ((int32_t)16); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_31 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = L_31.get_Exponent_0(); NullCheck(L_32); V_5 = ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))); goto IL_008b; } IL_0074: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_2; int32_t L_34 = V_4; int32_t L_35 = L_34; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_36 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36.get_Exponent_0(); int32_t L_38 = V_5; int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)); V_5 = L_39; NullCheck(L_37); int32_t L_40 = L_39; uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); NullCheck(L_33); (L_33)->SetAt(static_cast(L_35), (uint8_t)L_41); } IL_008b: { int32_t L_42 = V_5; if ((((int32_t)L_42) > ((int32_t)0))) { goto IL_0074; } } { V_4 = ((int32_t)20); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_43 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43.get_Modulus_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = L_44; NullCheck(L_45); V_6 = ((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = L_45; int32_t L_47 = V_6; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA(L_46, 0, L_47, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m6A295CA88A607FD2756941B3E4DBCC57BA4A1EBA_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_2; int32_t L_49 = V_4; int32_t L_50 = V_6; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_46, 0, (RuntimeArray *)(RuntimeArray *)L_48, L_49, L_50, /*hidden argument*/NULL); int32_t L_51 = V_4; int32_t L_52 = V_6; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_2; return L_53; } } // System.Byte[] Mono.Security.Cryptography.CryptoConvert::ToCapiPublicKeyBlob(System.Security.Cryptography.DSA) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CryptoConvert_ToCapiPublicKeyBlob_m63F5600E05AE37E672CC72ED2E8D37B12A83E5D9 (DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * ___dsa0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; int32_t V_3 = 0; { DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_0 = ___dsa0; NullCheck(L_0); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_1; L_1 = VirtualFuncInvoker1< DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 , bool >::Invoke(21 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_0, (bool)0); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_2 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2.get_P_0(); NullCheck(L_3); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); int32_t L_4 = V_0; int32_t L_5 = V_0; int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)16), (int32_t)L_4)), (int32_t)((int32_t)20))), (int32_t)L_5)), (int32_t)L_6)), (int32_t)4)), (int32_t)((int32_t)20)))); V_1 = L_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (uint8_t)6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (uint8_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; NullCheck(L_10); (L_10)->SetAt(static_cast(5), (uint8_t)((int32_t)34)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(8), (uint8_t)((int32_t)68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; NullCheck(L_12); (L_12)->SetAt(static_cast(((int32_t)9)), (uint8_t)((int32_t)83)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(((int32_t)10)), (uint8_t)((int32_t)83)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)11)), (uint8_t)((int32_t)49)); int32_t L_15 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F(((int32_t)((int32_t)L_15<<(int32_t)3)), /*hidden argument*/NULL); V_2 = L_16; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = V_2; NullCheck(L_18); int32_t L_19 = 0; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); NullCheck(L_17); (L_17)->SetAt(static_cast(((int32_t)12)), (uint8_t)L_20); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_2; NullCheck(L_22); int32_t L_23 = 1; uint8_t L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); (L_21)->SetAt(static_cast(((int32_t)13)), (uint8_t)L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; NullCheck(L_26); int32_t L_27 = 2; uint8_t L_28 = (L_26)->GetAt(static_cast(L_27)); NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)14)), (uint8_t)L_28); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_2; NullCheck(L_30); int32_t L_31 = 3; uint8_t L_32 = (L_30)->GetAt(static_cast(L_31)); NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)15)), (uint8_t)L_32); V_3 = ((int32_t)16); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_33 = L_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33.get_P_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = L_34; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_35, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_1; int32_t L_37 = V_3; int32_t L_38 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_35, 0, (RuntimeArray *)(RuntimeArray *)L_36, L_37, L_38, /*hidden argument*/NULL); int32_t L_39 = V_3; int32_t L_40 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_41 = L_33; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = L_41.get_Q_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43 = L_42; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_43, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = V_1; int32_t L_45 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_43, 0, (RuntimeArray *)(RuntimeArray *)L_44, L_45, ((int32_t)20), /*hidden argument*/NULL); int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)((int32_t)20))); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_47 = L_41; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = L_47.get_G_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = L_48; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_49, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = V_1; int32_t L_51 = V_3; int32_t L_52 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_49, 0, (RuntimeArray *)(RuntimeArray *)L_50, L_51, L_52, /*hidden argument*/NULL); int32_t L_53 = V_3; int32_t L_54 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)L_54)); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_55 = L_47; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56 = L_55.get_Y_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_57 = L_56; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_57, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = V_1; int32_t L_59 = V_3; int32_t L_60 = V_0; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_57, 0, (RuntimeArray *)(RuntimeArray *)L_58, L_59, L_60, /*hidden argument*/NULL); int32_t L_61 = V_3; int32_t L_62 = V_0; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62)); DSAParameters_t37819E6A78CC8B484233CBCA9245DC39151018A1 L_63 = L_55; int32_t L_64 = L_63.get_Counter_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65; L_65 = CryptoConvert_GetBytesLE_m46DEDDF0162E138DEEDE1224BD6D90DCE6B6F59F(L_64, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = V_1; int32_t L_67 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_65, 0, (RuntimeArray *)(RuntimeArray *)L_66, L_67, 4, /*hidden argument*/NULL); int32_t L_68 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = L_63.get_Seed_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = L_69; Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835(L_70, /*hidden argument*/Array_Reverse_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mA0EED5E56266B09FE33881D7383A370694DB3835_RuntimeMethod_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = V_1; int32_t L_72 = V_3; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_70, 0, (RuntimeArray *)(RuntimeArray *)L_71, L_72, ((int32_t)20), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_1; return L_73; } } // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlob(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiKeyBlob_m2516B6A0E6256500924CF0959311DDC49FBFFC0C (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_1; L_1 = CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Security.Cryptography.RSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlob(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___blob0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5_RuntimeMethod_var))); } IL_001f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___blob0; int32_t L_6 = ___offset1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; uint8_t L_9 = V_0; if (!L_9) { goto IL_0030; } } { uint8_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)6))) { goto IL_0044; } } { uint8_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)7))) { goto IL_004c; } } { goto IL_0054; } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___blob0; int32_t L_13 = ___offset1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)12))); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); if ((!(((uint32_t)L_15) == ((uint32_t)6)))) { goto IL_0054; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___blob0; int32_t L_17 = ___offset1; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_18; L_18 = CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)12))), /*hidden argument*/NULL); return L_18; } IL_0044: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___blob0; int32_t L_20 = ___offset1; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_21; L_21 = CryptoConvert_FromCapiPublicKeyBlob_mD9EABEC1FD59F32C18BD9205C4CA2CAA7284BD8E(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_004c: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___blob0; int32_t L_23 = ___offset1; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_24; L_24 = CryptoConvert_FromCapiPrivateKeyBlob_m85CE36BC506CA385223B15EB1A3F439BDFE3F71F(L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_0054: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_25 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E0DF06A17D39B9B051D58F259077F8A9AB6420A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiKeyBlob_m54A4200EAE1F1ADB28B7C0A1516E35B73E488CB5_RuntimeMethod_var))); } } // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiKeyBlobDSA_m6BDABC5D0BF0161BED5EB93CE4D68AE77CE7C8F2 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_1; L_1 = CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Security.Cryptography.DSA Mono.Security.Cryptography.CryptoConvert::FromCapiKeyBlobDSA(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___blob0, int32_t ___offset1, const RuntimeMethod* method) { uint8_t V_0 = 0x0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___blob0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7764DAE340A30DF12CAC1D83DBBA792E904A118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___blob0; NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))) { goto IL_001f; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9DA9E036CD70BC51B1B4D9FE71E664789891DB82)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1_RuntimeMethod_var))); } IL_001f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___blob0; int32_t L_6 = ___offset1; NullCheck(L_5); int32_t L_7 = L_6; uint8_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; uint8_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)6))) { goto IL_002d; } } { uint8_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)7))) { goto IL_0035; } } { goto IL_003d; } IL_002d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___blob0; int32_t L_12 = ___offset1; DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_13; L_13 = CryptoConvert_FromCapiPublicKeyBlobDSA_m32E881DCF202D1A3972BE31D6DB66C893D48E064(L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0035: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___blob0; int32_t L_15 = ___offset1; DSA_t6AAE59FF3EEECD35DCA27FDF431D10323A2168B7 * L_16; L_16 = CryptoConvert_FromCapiPrivateKeyBlobDSA_mFAEF01B7FA2573982AC15342734007568A45306B(L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_003d: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_17 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6E0DF06A17D39B9B051D58F259077F8A9AB6420A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoConvert_FromCapiKeyBlobDSA_m02D794476A2C4CD3E4B78AB4998C2E18072012B1_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.CryptoStream::.ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, RuntimeObject* ___transform1, int32_t ___mode2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set__stream_5(L_0); int32_t L_1 = ___mode2; __this->set__transformMode_13(L_1); RuntimeObject* L_2 = ___transform1; __this->set__Transform_6(L_2); int32_t L_3 = __this->get__transformMode_13(); V_0 = L_3; int32_t L_4 = V_0; if (!L_4) { goto IL_002b; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0056; } } { goto IL_0081; } IL_002b: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = __this->get__stream_5(); NullCheck(L_6); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_6); if (L_7) { goto IL_004d; } } { String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral920DC8779FE2D7EDCDC37D69F9E28FA5CEFF7131)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE_RuntimeMethod_var))); } IL_004d: { __this->set__canRead_14((bool)1); goto IL_0091; } IL_0056: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = __this->get__stream_5(); NullCheck(L_10); IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_10); if (L_11) { goto IL_0078; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10813B770C68163A5653822E9D25264263D8A9D2)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7E6C53D86D8ADC0DB8EFC0A2CD9877CC8BC9914)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE_RuntimeMethod_var))); } IL_0078: { __this->set__canWrite_15((bool)1); goto IL_0091; } IL_0081: { String_t* L_14; L_14 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16E9DD45E634B2228FB2D601F40B422756460D29)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream__ctor_m690A130C7B6793E8D752DD3017419FFB12A0DBAE_RuntimeMethod_var))); } IL_0091: { CryptoStream_InitializeBuffer_m62993463F401F6332BD50EC2BD50A7E501369F75(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Security.Cryptography.CryptoStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanRead_mDDA1519CA8B9A9E54D8B3A5BF5CA624B823BA614 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__canRead_14(); return L_0; } } // System.Boolean System.Security.Cryptography.CryptoStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanSeek_m7C3A8FD4F35EDB4CE1C3F4CE8284E87A1E5A70BB (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Security.Cryptography.CryptoStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_CanWrite_m6C393411C93178DAE005D6B75BAE4F2FF4B442ED (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__canWrite_15(); return L_0; } } // System.Int64 System.Security.Cryptography.CryptoStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_get_Length_mCE8A556D0B40FFF373C3A482DCA9C323B50F1D03 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9550295680DC1DB4139D926557449D67E5AD5063)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_get_Length_mCE8A556D0B40FFF373C3A482DCA9C323B50F1D03_RuntimeMethod_var))); } } // System.Int64 System.Security.Cryptography.CryptoStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_get_Position_mB0403E61C8815E56C96A1F9CB9916445FA09E762 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9550295680DC1DB4139D926557449D67E5AD5063)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_get_Position_mB0403E61C8815E56C96A1F9CB9916445FA09E762_RuntimeMethod_var))); } } // System.Void System.Security.Cryptography.CryptoStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_set_Position_m32E6CB3AAC1AD71B82D9EE418CC5B82A6F5DA808 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, int64_t ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9550295680DC1DB4139D926557449D67E5AD5063)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_set_Position_m32E6CB3AAC1AD71B82D9EE418CC5B82A6F5DA808_RuntimeMethod_var))); } } // System.Boolean System.Security.Cryptography.CryptoStream::get_HasFlushedFinalBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_m73381F54A505A0CF2224348FB1F30A8DB40AABAA (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__finalBlockTransformed_16(); return L_0; } } // System.Void System.Security.Cryptography.CryptoStream::FlushFinalBlock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_FlushFinalBlock_m7649E736DC0B525D9812EC018E2D74244DDF5891 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * V_1 = NULL; { bool L_0 = __this->get__finalBlockTransformed_16(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76A79CD1FC415FC1300CBE6620F322D565E1341E)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_FlushFinalBlock_m7649E736DC0B525D9812EC018E2D74244DDF5891_RuntimeMethod_var))); } IL_0018: { RuntimeObject* L_3 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__InputBuffer_7(); int32_t L_5 = __this->get__InputBufferIndex_8(); NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_3, L_4, 0, L_5); V_0 = L_6; __this->set__finalBlockTransformed_16((bool)1); bool L_7 = __this->get__canWrite_15(); if (!L_7) { goto IL_0068; } } { int32_t L_8 = __this->get__OutputBufferIndex_11(); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_0068; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get__OutputBuffer_10(); int32_t L_11 = __this->get__OutputBufferIndex_11(); NullCheck(L_9); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11); __this->set__OutputBufferIndex_11(0); } IL_0068: { bool L_12 = __this->get__canWrite_15(); if (!L_12) { goto IL_0080; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = V_0; NullCheck(L_15); NullCheck(L_13); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))); } IL_0080: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_16 = __this->get__stream_5(); V_1 = ((CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 *)IsInstClass((RuntimeObject*)L_16, CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_il2cpp_TypeInfo_var)); CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_17 = V_1; if (!L_17) { goto IL_009f; } } { CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_18 = V_1; NullCheck(L_18); bool L_19; L_19 = CryptoStream_get_HasFlushedFinalBlock_m73381F54A505A0CF2224348FB1F30A8DB40AABAA_inline(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00aa; } } { CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * L_20 = V_1; NullCheck(L_20); CryptoStream_FlushFinalBlock_m7649E736DC0B525D9812EC018E2D74244DDF5891(L_20, /*hidden argument*/NULL); goto IL_00aa; } IL_009f: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_21 = __this->get__stream_5(); NullCheck(L_21); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_21); } IL_00aa: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get__InputBuffer_7(); if (!L_22) { goto IL_00c6; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = __this->get__InputBuffer_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = __this->get__InputBuffer_7(); NullCheck(L_24); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_23, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), /*hidden argument*/NULL); } IL_00c6: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = __this->get__OutputBuffer_10(); if (!L_25) { goto IL_00e2; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = __this->get__OutputBuffer_10(); NullCheck(L_27); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_26, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))), /*hidden argument*/NULL); } IL_00e2: { return; } } // System.Void System.Security.Cryptography.CryptoStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Flush_m51A9E2F92185D40A76CF94EC66FAB5F2A219A898 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { return; } } // System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::FlushAsync(System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * CryptoStream_FlushAsync_m47E556CC85AB765C410BE12938D06B02D59897EA (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_4 = ___cancellationToken0; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_5; L_5 = Stream_FlushAsync_mB69EB22B281915ED356E876B9653587674243235(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_001f: { bool L_6; L_6 = CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken0), /*hidden argument*/NULL); if (L_6) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_7; L_7 = Task_get_CompletedTask_m50A6B866A113BC922674893991DC4E80CB629C1D(/*hidden argument*/NULL); return L_7; } IL_002e: { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_8 = ___cancellationToken0; IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_9; L_9 = Task_FromCancellation_m7252DA0CFF687F05BF069E5DAB9863F879426785(L_8, /*hidden argument*/NULL); return L_9; } } // System.Int64 System.Security.Cryptography.CryptoStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t CryptoStream_Seek_m30ECC78CE5AE3EF728D92B3CAF46A74353A7E099 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9550295680DC1DB4139D926557449D67E5AD5063)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Seek_m30ECC78CE5AE3EF728D92B3CAF46A74353A7E099_RuntimeMethod_var))); } } // System.Void System.Security.Cryptography.CryptoStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_SetLength_m341B1D140C4818BACE8D5CF809A2D939114D391F (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, int64_t ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9550295680DC1DB4139D926557449D67E5AD5063)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_SetLength_m341B1D140C4818BACE8D5CF809A2D939114D391F_RuntimeMethod_var))); } } // System.Int32 System.Security.Cryptography.CryptoStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CryptoStream_Read_m989DCC84CCEC64766D18A284AA9959D349525C92 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral547999BA16094C3536189EA1CC631B96EFC47117)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Read_m989DCC84CCEC64766D18A284AA9959D349525C92_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___offset1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Read_m989DCC84CCEC64766D18A284AA9959D349525C92_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Read_m989DCC84CCEC64766D18A284AA9959D349525C92_RuntimeMethod_var))); } IL_004a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; NullCheck(L_9); int32_t L_10 = ___offset1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0062; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Read_m989DCC84CCEC64766D18A284AA9959D349525C92_RuntimeMethod_var))); } IL_0062: { int32_t L_14 = ___count2; V_0 = L_14; int32_t L_15 = ___offset1; V_1 = L_15; int32_t L_16 = __this->get__OutputBufferIndex_11(); if (!L_16) { goto IL_00e3; } } { int32_t L_17 = __this->get__OutputBufferIndex_11(); int32_t L_18 = ___count2; if ((((int32_t)L_17) > ((int32_t)L_18))) { goto IL_00a7; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___buffer0; int32_t L_21 = ___offset1; int32_t L_22 = __this->get__OutputBufferIndex_11(); bool L_23; L_23 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_19, 0, (RuntimeArray *)(RuntimeArray *)L_20, L_21, L_22, /*hidden argument*/NULL); int32_t L_24 = V_0; int32_t L_25 = __this->get__OutputBufferIndex_11(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)); int32_t L_26 = V_1; int32_t L_27 = __this->get__OutputBufferIndex_11(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)); __this->set__OutputBufferIndex_11(0); goto IL_00e3; } IL_00a7: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = ___buffer0; int32_t L_30 = ___offset1; int32_t L_31 = ___count2; bool L_32; L_32 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_28, 0, (RuntimeArray *)(RuntimeArray *)L_29, L_30, L_31, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = __this->get__OutputBuffer_10(); int32_t L_34 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = __this->get__OutputBuffer_10(); int32_t L_36 = __this->get__OutputBufferIndex_11(); int32_t L_37 = ___count2; bool L_38; L_38 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_33, L_34, (RuntimeArray *)(RuntimeArray *)L_35, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); int32_t L_39 = __this->get__OutputBufferIndex_11(); int32_t L_40 = ___count2; __this->set__OutputBufferIndex_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_40))); int32_t L_41 = ___count2; return L_41; } IL_00e3: { bool L_42 = __this->get__finalBlockTransformed_16(); if (!L_42) { goto IL_00ef; } } { int32_t L_43 = ___count2; int32_t L_44 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)); } IL_00ef: { V_2 = 0; int32_t L_45 = V_0; int32_t L_46 = __this->get__OutputBlockSize_12(); if ((((int32_t)L_45) <= ((int32_t)L_46))) { goto IL_02da; } } { RuntimeObject* L_47 = __this->get__Transform_6(); NullCheck(L_47); bool L_48; L_48 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_47); if (!L_48) { goto IL_02da; } } { int32_t L_49 = V_0; int32_t L_50 = __this->get__OutputBlockSize_12(); int32_t L_51 = __this->get__InputBlockSize_9(); V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_49/(int32_t)L_50)), (int32_t)L_51)); int32_t L_52 = V_5; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_52); V_6 = L_53; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = __this->get__InputBuffer_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = V_6; int32_t L_56 = __this->get__InputBufferIndex_8(); bool L_57; L_57 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_54, 0, (RuntimeArray *)(RuntimeArray *)L_55, 0, L_56, /*hidden argument*/NULL); int32_t L_58 = __this->get__InputBufferIndex_8(); V_2 = L_58; int32_t L_59 = V_2; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_60 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_61 = V_6; int32_t L_62 = __this->get__InputBufferIndex_8(); int32_t L_63 = V_5; int32_t L_64 = __this->get__InputBufferIndex_8(); NullCheck(L_60); int32_t L_65; L_65 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_60, L_61, L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_64))); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_65)); __this->set__InputBufferIndex_8(0); int32_t L_66 = V_2; int32_t L_67 = __this->get__InputBlockSize_9(); if ((((int32_t)L_66) > ((int32_t)L_67))) { goto IL_0187; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_6; __this->set__InputBuffer_7(L_68); int32_t L_69 = V_2; __this->set__InputBufferIndex_8(L_69); goto IL_02da; } IL_0187: { int32_t L_70 = V_2; int32_t L_71 = __this->get__InputBlockSize_9(); int32_t L_72 = __this->get__InputBlockSize_9(); V_7 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_70/(int32_t)L_71)), (int32_t)L_72)); int32_t L_73 = V_2; int32_t L_74 = V_7; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)); int32_t L_75 = V_8; if (!L_75) { goto IL_01bd; } } { int32_t L_76 = V_8; __this->set__InputBufferIndex_8(L_76); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_77 = V_6; int32_t L_78 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_79 = __this->get__InputBuffer_7(); int32_t L_80 = V_8; bool L_81; L_81 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_77, L_78, (RuntimeArray *)(RuntimeArray *)L_79, 0, L_80, /*hidden argument*/NULL); } IL_01bd: { int32_t L_82 = V_7; int32_t L_83 = __this->get__InputBlockSize_9(); int32_t L_84 = __this->get__OutputBlockSize_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_82/(int32_t)L_83)), (int32_t)L_84))); V_9 = L_85; RuntimeObject* L_86 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_87 = V_6; int32_t L_88 = V_7; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_89 = V_9; NullCheck(L_86); int32_t L_90; L_90 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_86, L_87, 0, L_88, L_89, 0); V_3 = L_90; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_91 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = ___buffer0; int32_t L_93 = V_1; int32_t L_94 = V_3; bool L_95; L_95 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_91, 0, (RuntimeArray *)(RuntimeArray *)L_92, L_93, L_94, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = V_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = V_6; NullCheck(L_97); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_96, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = V_9; NullCheck(L_99); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_98, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length))), /*hidden argument*/NULL); int32_t L_100 = V_0; int32_t L_101 = V_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_101)); int32_t L_102 = V_1; int32_t L_103 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)L_103)); goto IL_02da; } IL_0219: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_104 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_105 = __this->get__InputBuffer_7(); int32_t L_106 = __this->get__InputBufferIndex_8(); int32_t L_107 = __this->get__InputBlockSize_9(); int32_t L_108 = __this->get__InputBufferIndex_8(); NullCheck(L_104); int32_t L_109; L_109 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_104, L_105, L_106, ((int32_t)il2cpp_codegen_subtract((int32_t)L_107, (int32_t)L_108))); V_2 = L_109; int32_t L_110 = V_2; if (!L_110) { goto IL_02e3; } } { int32_t L_111 = __this->get__InputBufferIndex_8(); int32_t L_112 = V_2; __this->set__InputBufferIndex_8(((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)L_112))); } IL_0252: { int32_t L_113 = __this->get__InputBufferIndex_8(); int32_t L_114 = __this->get__InputBlockSize_9(); if ((((int32_t)L_113) < ((int32_t)L_114))) { goto IL_0219; } } { RuntimeObject* L_115 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_116 = __this->get__InputBuffer_7(); int32_t L_117 = __this->get__InputBlockSize_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_118 = __this->get__OutputBuffer_10(); NullCheck(L_115); int32_t L_119; L_119 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_115, L_116, 0, L_117, L_118, 0); V_3 = L_119; __this->set__InputBufferIndex_8(0); int32_t L_120 = V_0; int32_t L_121 = V_3; if ((((int32_t)L_120) < ((int32_t)L_121))) { goto IL_02a5; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_122 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_123 = ___buffer0; int32_t L_124 = V_1; int32_t L_125 = V_3; bool L_126; L_126 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_122, 0, (RuntimeArray *)(RuntimeArray *)L_123, L_124, L_125, /*hidden argument*/NULL); int32_t L_127 = V_1; int32_t L_128 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)L_128)); int32_t L_129 = V_0; int32_t L_130 = V_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_130)); goto IL_02da; } IL_02a5: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_131 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_132 = ___buffer0; int32_t L_133 = V_1; int32_t L_134 = V_0; bool L_135; L_135 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_131, 0, (RuntimeArray *)(RuntimeArray *)L_132, L_133, L_134, /*hidden argument*/NULL); int32_t L_136 = V_3; int32_t L_137 = V_0; __this->set__OutputBufferIndex_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_137))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_138 = __this->get__OutputBuffer_10(); int32_t L_139 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_140 = __this->get__OutputBuffer_10(); int32_t L_141 = __this->get__OutputBufferIndex_11(); bool L_142; L_142 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_138, L_139, (RuntimeArray *)(RuntimeArray *)L_140, 0, L_141, /*hidden argument*/NULL); int32_t L_143 = ___count2; return L_143; } IL_02da: { int32_t L_144 = V_0; if ((((int32_t)L_144) > ((int32_t)0))) { goto IL_0252; } } { int32_t L_145 = ___count2; return L_145; } IL_02e3: { RuntimeObject* L_146 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_147 = __this->get__InputBuffer_7(); int32_t L_148 = __this->get__InputBufferIndex_8(); NullCheck(L_146); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_149; L_149 = InterfaceFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(5 /* System.Byte[] System.Security.Cryptography.ICryptoTransform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_146, L_147, 0, L_148); V_4 = L_149; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_150 = V_4; __this->set__OutputBuffer_10(L_150); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_151 = V_4; NullCheck(L_151); __this->set__OutputBufferIndex_11(((int32_t)((int32_t)(((RuntimeArray*)L_151)->max_length)))); __this->set__finalBlockTransformed_16((bool)1); int32_t L_152 = V_0; int32_t L_153 = __this->get__OutputBufferIndex_11(); if ((((int32_t)L_152) >= ((int32_t)L_153))) { goto IL_0359; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_154 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_155 = ___buffer0; int32_t L_156 = V_1; int32_t L_157 = V_0; bool L_158; L_158 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_154, 0, (RuntimeArray *)(RuntimeArray *)L_155, L_156, L_157, /*hidden argument*/NULL); int32_t L_159 = __this->get__OutputBufferIndex_11(); int32_t L_160 = V_0; __this->set__OutputBufferIndex_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)L_160))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_161 = __this->get__OutputBuffer_10(); int32_t L_162 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_163 = __this->get__OutputBuffer_10(); int32_t L_164 = __this->get__OutputBufferIndex_11(); bool L_165; L_165 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_161, L_162, (RuntimeArray *)(RuntimeArray *)L_163, 0, L_164, /*hidden argument*/NULL); int32_t L_166 = ___count2; return L_166; } IL_0359: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_167 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_168 = ___buffer0; int32_t L_169 = V_1; int32_t L_170 = __this->get__OutputBufferIndex_11(); bool L_171; L_171 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_167, 0, (RuntimeArray *)(RuntimeArray *)L_168, L_169, L_170, /*hidden argument*/NULL); int32_t L_172 = V_0; int32_t L_173 = __this->get__OutputBufferIndex_11(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_172, (int32_t)L_173)); __this->set__OutputBufferIndex_11(0); int32_t L_174 = ___count2; int32_t L_175 = V_0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_174, (int32_t)L_175)); } } // System.Threading.Tasks.Task`1 System.Security.Cryptography.CryptoStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * CryptoStream_ReadAsync_m8F1891A1389B43A2B54D49960703F3B29F24BB2A (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral547999BA16094C3536189EA1CC631B96EFC47117)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_ReadAsync_m8F1891A1389B43A2B54D49960703F3B29F24BB2A_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___offset1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_ReadAsync_m8F1891A1389B43A2B54D49960703F3B29F24BB2A_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_ReadAsync_m8F1891A1389B43A2B54D49960703F3B29F24BB2A_RuntimeMethod_var))); } IL_004a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; NullCheck(L_9); int32_t L_10 = ___offset1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0062; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_ReadAsync_m8F1891A1389B43A2B54D49960703F3B29F24BB2A_RuntimeMethod_var))); } IL_0062: { Type_t * L_14; L_14 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); bool L_17; L_17 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0085; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___buffer0; int32_t L_19 = ___offset1; int32_t L_20 = ___count2; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_21 = ___cancellationToken3; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_22; L_22 = Stream_ReadAsync_m2C898977082010B5C35EE702E8312FE0D7A6BD14(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_0085: { bool L_23; L_23 = CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken3), /*hidden argument*/NULL); if (!L_23) { goto IL_0096; } } { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_24 = ___cancellationToken3; IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_25; L_25 = Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A(L_24, /*hidden argument*/Task_FromCancellation_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE4C402EBA361273BE2E645C697508956ED39239A_RuntimeMethod_var); return L_25; } IL_0096: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___count2; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_29 = ___cancellationToken3; Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_30; L_30 = CryptoStream_ReadAsyncInternal_m474B958432CCB6FC0F947009C25FEA607737524E(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.Threading.Tasks.Task`1 System.Security.Cryptography.CryptoStream::ReadAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * CryptoStream_ReadAsyncInternal_m474B958432CCB6FC0F947009C25FEA607737524E (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; (&V_0)->set_buffer_5(L_0); int32_t L_1 = ___offset1; (&V_0)->set_offset_4(L_1); int32_t L_2 = ___count2; (&V_0)->set_count_3(L_2); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = ___cancellationToken3; (&V_0)->set_cancellationToken_6(L_3); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_4; L_4 = AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_m73C759503915394B7135238F39EED08C53FC5005_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_4); (&V_0)->set_U3CU3E1__state_0((-1)); U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD L_5 = V_0; AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A L_6 = L_5.get_U3CU3Et__builder_1(); V_1 = L_6; AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)(&V_1), (U3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncInternalU3Ed__34_t033C7DA55EE806C21F4ABC36E74CA1B7D87B49FD_m56E0696DE87D351F8BA9FE832A9E73EACD664138_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * L_8; L_8 = AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87((AsyncTaskMethodBuilder_1_tEBE5FF692FD8B6155AF432D6C43F8D4112CDF36A *)L_7, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m3AA8DE9476FB371BC8B6192BE11AC3991554CA87_RuntimeMethod_var); return L_8; } } // System.Void System.Security.Cryptography.CryptoStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Write_mF33276353EC0FEC0D7C7B9F0037653A2385ED491 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_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; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE0CEE16B5ABB40DECDCB60FE13F095387DFC2A3)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Write_mF33276353EC0FEC0D7C7B9F0037653A2385ED491_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___offset1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Write_mF33276353EC0FEC0D7C7B9F0037653A2385ED491_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Write_mF33276353EC0FEC0D7C7B9F0037653A2385ED491_RuntimeMethod_var))); } IL_004a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; NullCheck(L_9); int32_t L_10 = ___offset1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0062; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_Write_mF33276353EC0FEC0D7C7B9F0037653A2385ED491_RuntimeMethod_var))); } IL_0062: { int32_t L_14 = ___count2; V_0 = L_14; int32_t L_15 = ___offset1; V_1 = L_15; int32_t L_16 = __this->get__InputBufferIndex_8(); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00f5; } } { int32_t L_17 = ___count2; int32_t L_18 = __this->get__InputBlockSize_9(); int32_t L_19 = __this->get__InputBufferIndex_8(); if ((((int32_t)L_17) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))))) { goto IL_00d1; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___buffer0; int32_t L_21 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = __this->get__InputBuffer_7(); int32_t L_23 = __this->get__InputBufferIndex_8(); int32_t L_24 = __this->get__InputBlockSize_9(); int32_t L_25 = __this->get__InputBufferIndex_8(); bool L_26; L_26 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_20, L_21, (RuntimeArray *)(RuntimeArray *)L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL); int32_t L_27 = V_1; int32_t L_28 = __this->get__InputBlockSize_9(); int32_t L_29 = __this->get__InputBufferIndex_8(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)))); int32_t L_30 = V_0; int32_t L_31 = __this->get__InputBlockSize_9(); int32_t L_32 = __this->get__InputBufferIndex_8(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)))); int32_t L_33 = __this->get__InputBlockSize_9(); __this->set__InputBufferIndex_8(L_33); goto IL_00f5; } IL_00d1: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = ___buffer0; int32_t L_35 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = __this->get__InputBuffer_7(); int32_t L_37 = __this->get__InputBufferIndex_8(); int32_t L_38 = ___count2; bool L_39; L_39 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_34, L_35, (RuntimeArray *)(RuntimeArray *)L_36, L_37, L_38, /*hidden argument*/NULL); int32_t L_40 = __this->get__InputBufferIndex_8(); int32_t L_41 = ___count2; __this->set__InputBufferIndex_8(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41))); return; } IL_00f5: { int32_t L_42 = __this->get__OutputBufferIndex_11(); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_011d; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_43 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = __this->get__OutputBuffer_10(); int32_t L_45 = __this->get__OutputBufferIndex_11(); NullCheck(L_43); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_43, L_44, 0, L_45); __this->set__OutputBufferIndex_11(0); } IL_011d: { int32_t L_46 = __this->get__InputBufferIndex_8(); int32_t L_47 = __this->get__InputBlockSize_9(); if ((!(((uint32_t)L_46) == ((uint32_t)L_47)))) { goto IL_0231; } } { RuntimeObject* L_48 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = __this->get__InputBuffer_7(); int32_t L_50 = __this->get__InputBlockSize_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_51 = __this->get__OutputBuffer_10(); NullCheck(L_48); int32_t L_52; L_52 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_48, L_49, 0, L_50, L_51, 0); V_2 = L_52; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_53 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = __this->get__OutputBuffer_10(); int32_t L_55 = V_2; NullCheck(L_53); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_53, L_54, 0, L_55); __this->set__InputBufferIndex_8(0); goto IL_0231; } IL_016d: { int32_t L_56 = V_0; int32_t L_57 = __this->get__InputBlockSize_9(); if ((((int32_t)L_56) < ((int32_t)L_57))) { goto IL_0212; } } { RuntimeObject* L_58 = __this->get__Transform_6(); NullCheck(L_58); bool L_59; L_59 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Security.Cryptography.ICryptoTransform::get_CanTransformMultipleBlocks() */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_58); if (!L_59) { goto IL_01d0; } } { int32_t L_60 = V_0; int32_t L_61 = __this->get__InputBlockSize_9(); int32_t L_62 = ((int32_t)((int32_t)L_60/(int32_t)L_61)); int32_t L_63 = __this->get__InputBlockSize_9(); V_3 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_62, (int32_t)L_63)); int32_t L_64 = __this->get__OutputBlockSize_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_62, (int32_t)L_64))); V_4 = L_65; RuntimeObject* L_66 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = ___buffer0; int32_t L_68 = V_1; int32_t L_69 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_4; NullCheck(L_66); int32_t L_71; L_71 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_66, L_67, L_68, L_69, L_70, 0); V_2 = L_71; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_72 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_4; int32_t L_74 = V_2; NullCheck(L_72); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_72, L_73, 0, L_74); int32_t L_75 = V_1; int32_t L_76 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)); int32_t L_77 = V_0; int32_t L_78 = V_3; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78)); goto IL_0231; } IL_01d0: { RuntimeObject* L_79 = __this->get__Transform_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = ___buffer0; int32_t L_81 = V_1; int32_t L_82 = __this->get__InputBlockSize_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = __this->get__OutputBuffer_10(); NullCheck(L_79); int32_t L_84; L_84 = InterfaceFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(4 /* System.Int32 System.Security.Cryptography.ICryptoTransform::TransformBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32) */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_79, L_80, L_81, L_82, L_83, 0); V_2 = L_84; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_85 = __this->get__stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_86 = __this->get__OutputBuffer_10(); int32_t L_87 = V_2; NullCheck(L_85); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_85, L_86, 0, L_87); int32_t L_88 = V_1; int32_t L_89 = __this->get__InputBlockSize_9(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89)); int32_t L_90 = V_0; int32_t L_91 = __this->get__InputBlockSize_9(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91)); goto IL_0231; } IL_0212: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_92 = ___buffer0; int32_t L_93 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_94 = __this->get__InputBuffer_7(); int32_t L_95 = V_0; bool L_96; L_96 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_92, L_93, (RuntimeArray *)(RuntimeArray *)L_94, 0, L_95, /*hidden argument*/NULL); int32_t L_97 = __this->get__InputBufferIndex_8(); int32_t L_98 = V_0; __this->set__InputBufferIndex_8(((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)L_98))); return; } IL_0231: { int32_t L_99 = V_0; if ((((int32_t)L_99) > ((int32_t)0))) { goto IL_016d; } } { return; } } // System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * CryptoStream_WriteAsync_mB262E73416BCE5786D6786BEA7FF5A7BFB189813 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE0CEE16B5ABB40DECDCB60FE13F095387DFC2A3)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_2 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_WriteAsync_mB262E73416BCE5786D6786BEA7FF5A7BFB189813_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___offset1; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0031; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_5 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_WriteAsync_mB262E73416BCE5786D6786BEA7FF5A7BFB189813_RuntimeMethod_var))); } IL_0031: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004a; } } { String_t* L_7; L_7 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_WriteAsync_mB262E73416BCE5786D6786BEA7FF5A7BFB189813_RuntimeMethod_var))); } IL_004a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___buffer0; NullCheck(L_9); int32_t L_10 = ___offset1; int32_t L_11 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))), (int32_t)L_10))) >= ((int32_t)L_11))) { goto IL_0062; } } { String_t* L_12; L_12 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptoStream_WriteAsync_mB262E73416BCE5786D6786BEA7FF5A7BFB189813_RuntimeMethod_var))); } IL_0062: { Type_t * L_14; L_14 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); bool L_17; L_17 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0085; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___buffer0; int32_t L_19 = ___offset1; int32_t L_20 = ___count2; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_21 = ___cancellationToken3; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_22; L_22 = Stream_WriteAsync_m9237E07EBD6A98F89304D8899FCFA705B88AFB29(__this, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_0085: { bool L_23; L_23 = CancellationToken_get_IsCancellationRequested_mC0A51CBEAEDE8789A0D04A79B20884ADABEB0D90((CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD *)(&___cancellationToken3), /*hidden argument*/NULL); if (!L_23) { goto IL_0096; } } { CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_24 = ___cancellationToken3; IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_25; L_25 = Task_FromCancellation_m7252DA0CFF687F05BF069E5DAB9863F879426785(L_24, /*hidden argument*/NULL); return L_25; } IL_0096: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = ___count2; CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_29 = ___cancellationToken3; Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_30; L_30 = CryptoStream_WriteAsyncInternal_m45DD2BFD7520511A801395DD97FACA8059D1A86E(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.Threading.Tasks.Task System.Security.Cryptography.CryptoStream::WriteAsyncInternal(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * CryptoStream_WriteAsyncInternal_m45DD2BFD7520511A801395DD97FACA8059D1A86E (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD ___cancellationToken3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_2(__this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; (&V_0)->set_buffer_5(L_0); int32_t L_1 = ___offset1; (&V_0)->set_offset_4(L_1); int32_t L_2 = ___count2; (&V_0)->set_count_3(L_2); CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD L_3 = ___cancellationToken3; (&V_0)->set_cancellationToken_6(L_3); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_4; L_4 = AsyncTaskMethodBuilder_Create_mFF3A436623D0A24B2063FDB41694EDFDA7783DE8(/*hidden argument*/NULL); (&V_0)->set_U3CU3Et__builder_1(L_4); (&V_0)->set_U3CU3E1__state_0((-1)); U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 L_5 = V_0; AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B L_6 = L_5.get_U3CU3Et__builder_1(); V_1 = L_6; AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)(&V_1), (U3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_Start_TisU3CWriteAsyncInternalU3Ed__37_tA3EF177C6A131D3592E16BE287ADA414A14FD361_m75B94E8087724CB0F089C00CFBEBE090B088873F_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * L_8; L_8 = AsyncTaskMethodBuilder_get_Task_m130181C15F259D4FAAD717BF53402A1FD0AD19F4((AsyncTaskMethodBuilder_t7A010673279CD8726E70047F1D15B3D17C56503B *)L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Security.Cryptography.CryptoStream::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Clear_mC5B2366B88F96223E2F938835714F462CB415A40 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, __this); return; } } // System.Void System.Security.Cryptography.CryptoStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_Dispose_mFAEA50B7AC1753DCD946206739BD13B5433EDBB8 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, bool ___disposing0, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_001c; } } IL_0003: { bool L_1 = __this->get__finalBlockTransformed_16(); if (L_1) { goto IL_0011; } } IL_000b: { CryptoStream_FlushFinalBlock_m7649E736DC0B525D9812EC018E2D74244DDF5891(__this, /*hidden argument*/NULL); } IL_0011: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = __this->get__stream_5(); NullCheck(L_2); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_2); } IL_001c: { IL2CPP_LEAVE(0x85, FINALLY_001e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: {// begin finally (depth: 1) { } IL_001f: try {// begin try (depth: 2) { __this->set__finalBlockTransformed_16((bool)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get__InputBuffer_7(); if (!L_3) { goto IL_0042; } } IL_002e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get__InputBuffer_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get__InputBuffer_7(); NullCheck(L_5); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); } IL_0042: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = __this->get__OutputBuffer_10(); if (!L_6) { goto IL_005e; } } IL_004a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get__OutputBuffer_10(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get__OutputBuffer_10(); NullCheck(L_8); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); } IL_005e: { __this->set__InputBuffer_7((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); __this->set__OutputBuffer_10((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); __this->set__canRead_14((bool)0); __this->set__canWrite_15((bool)0); IL2CPP_LEAVE(0x84, FINALLY_007c); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007c; } FINALLY_007c: {// begin finally (depth: 2) bool L_9 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(124) }// end finally (depth: 2) IL2CPP_CLEANUP(124) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x84, IL_0084) } IL_0084: { IL2CPP_END_FINALLY(30) } }// end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x85, IL_0085) } IL_0085: { return; } } // System.Void System.Security.Cryptography.CryptoStream::InitializeBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptoStream_InitializeBuffer_m62993463F401F6332BD50EC2BD50A7E501369F75 (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__Transform_6(); if (!L_0) { goto IL_004c; } } { RuntimeObject* L_1 = __this->get__Transform_6(); NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Security.Cryptography.ICryptoTransform::get_InputBlockSize() */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_1); __this->set__InputBlockSize_9(L_2); int32_t L_3 = __this->get__InputBlockSize_9(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_3); __this->set__InputBuffer_7(L_4); RuntimeObject* L_5 = __this->get__Transform_6(); NullCheck(L_5); int32_t L_6; L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Security.Cryptography.ICryptoTransform::get_OutputBlockSize() */, ICryptoTransform_t001D97000AA0178942D19FC52942472140472E5E_il2cpp_TypeInfo_var, L_5); __this->set__OutputBlockSize_12(L_6); int32_t L_7 = __this->get__OutputBlockSize_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_7); __this->set__OutputBuffer_10(L_8); } IL_004c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.CryptographicException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m06702F49C2900D6F8D85359F881836E5434D9335 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACAD0434F88A8FE1D97751991D99A334BB3F5AD0); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralACAD0434F88A8FE1D97751991D99A334BB3F5AD0, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233296), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233296), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE2C0822BD84EF90D7851CC9D164E187DED6EADF1 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_1 = ___format0; String_t* L_2 = ___insert1; String_t* L_3; L_3 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_2, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_3, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233296), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_0, L_1, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233296), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mAB839F4DBFE4A11CAF8E66D1E1BE16D7A5137418 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, int32_t ___hr0, const RuntimeMethod* method) { { int32_t L_0 = ___hr0; String_t* L_1; L_1 = Win32Native_GetMessage_m3FCCCE515889D848BA767D5290FC8D2BC095C873(L_0, /*hidden argument*/NULL); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = ___hr0; if ((((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_2))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))) == ((int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-2147483648LL)))))))) { goto IL_002c; } } { int32_t L_3 = ___hr0; ___hr0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)65535)))|(int32_t)((int32_t)-2147024896))); } IL_002c: { int32_t L_4 = ___hr0; Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA187CCA9827AB56C60EA2ADBC82BDC6E0B743CD0 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicException::ThrowCryptographicException(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException_ThrowCryptographicException_m9238213F1B81468DE6F471BA62205F68030E41EF (int32_t ___hr0, const RuntimeMethod* method) { { int32_t L_0 = ___hr0; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_1 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mAB839F4DBFE4A11CAF8E66D1E1BE16D7A5137418(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_ThrowCryptographicException_m9238213F1B81468DE6F471BA62205F68030E41EF_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.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m1F7AB96AF31391DC924EA0967907D3E0DB5B0AE2 (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, const RuntimeMethod* method) { { CryptographicException__ctor_m06702F49C2900D6F8D85359F881836E5434D9335(__this, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233295), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6 (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233295), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m249A4784A6C3247DBA772C3824CD80089E079946 (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, String_t* ___format0, String_t* ___insert1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_1 = ___format0; String_t* L_2 = ___insert1; String_t* L_3; L_3 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_2, /*hidden argument*/NULL); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(__this, L_3, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233295), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m2D4D16CF8BB48F4A5260C6D595B24C98E5C3E27B (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___inner1; CryptographicException__ctor_mB889BB8DD429DA31636611F9F547FB11E624E8B2(__this, L_0, L_1, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233295), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mFBFBC422C972C2FEE1212491E6447AAA31C97C03 (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; CryptographicException__ctor_mA187CCA9827AB56C60EA2ADBC82BDC6E0B743CD0(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.CspKeyContainerInfo::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspKeyContainerInfo__ctor_m7C31C8BC4830E4522A985029591075E55AAA5461 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = ___parameters0; __this->set__params_0(L_0); __this->set__random_1((bool)1); return; } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Accessible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Accessible_mD793EB983285C645AFD6CEB9F5AA59B1A1E54DC5 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspKeyContainerInfo::get_CryptoKeySecurity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * CspKeyContainerInfo_get_CryptoKeySecurity_m9960B42DF952881B3184FC2601F4A26D45082A7B (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 *)NULL; } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Exportable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Exportable_m4B7A61FB984CCB8D4E169C6CE331B9BBA2E07FA0 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_HardwareDevice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_HardwareDevice_m0701B9D7ED7AD4CD9799EDB3C0A5997ADEFD543C (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.Security.Cryptography.CspKeyContainerInfo::get_KeyContainerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CspKeyContainerInfo_get_KeyContainerName_mBB878206B984693D4D49C8B72BDAB752B76D4F1D (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = __this->get__params_0(); NullCheck(L_0); String_t* L_1 = L_0->get_KeyContainerName_2(); return L_1; } } // System.Security.Cryptography.KeyNumber System.Security.Cryptography.CspKeyContainerInfo::get_KeyNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CspKeyContainerInfo_get_KeyNumber_m3F91C069E8DE22B3DBAD8297D41A48DDC5361C10 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = __this->get__params_0(); NullCheck(L_0); int32_t L_1 = L_0->get_KeyNumber_3(); return (int32_t)(L_1); } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_MachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_MachineKeyStore_mA34445FB9A3FAB66FDE66A96DE0F9505B78B0455 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Protected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Protected_m0A45D7A1A68B0B4863700337D796F7F2680D425C (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.Security.Cryptography.CspKeyContainerInfo::get_ProviderName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CspKeyContainerInfo_get_ProviderName_m13EA8AF6D841536BF12962518A435873F3F5C5F5 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = __this->get__params_0(); NullCheck(L_0); String_t* L_1 = L_0->get_ProviderName_1(); return L_1; } } // System.Int32 System.Security.Cryptography.CspKeyContainerInfo::get_ProviderType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CspKeyContainerInfo_get_ProviderType_m40CEAA6D6976814F6DABD21AF502B6F750FA85E1 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = __this->get__params_0(); NullCheck(L_0); int32_t L_1 = L_0->get_ProviderType_0(); return L_1; } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_RandomlyGenerated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_RandomlyGenerated_m81F1B2F68CE486B86D8B85AFC38375C1C07F9126 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__random_1(); return L_0; } } // System.Boolean System.Security.Cryptography.CspKeyContainerInfo::get_Removable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CspKeyContainerInfo_get_Removable_mA21564A4B196BE0768A690DFA9D1607D576D01C7 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.Security.Cryptography.CspKeyContainerInfo::get_UniqueKeyContainerName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CspKeyContainerInfo_get_UniqueKeyContainerName_m0E081C5A83016B2EDD200CB9C47D4E55A07C6A66 (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); s_Il2CppMethodInitialized = true; } { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = __this->get__params_0(); NullCheck(L_0); String_t* L_1 = L_0->get_ProviderName_1(); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_2 = __this->get__params_0(); NullCheck(L_2); String_t* L_3 = L_2->get_KeyContainerName_2(); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_1, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, L_3, /*hidden argument*/NULL); 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.Security.Cryptography.CspProviderFlags System.Security.Cryptography.CspParameters::get_Flags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_flags_4(); return (int32_t)(L_0); } } // System.Void System.Security.Cryptography.CspParameters::set_Flags(System.Security.Cryptography.CspProviderFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = ((int32_t)255); int32_t L_0 = ___value0; V_1 = L_0; int32_t L_1 = V_1; int32_t L_2 = V_0; if (!((int32_t)((int32_t)L_1&(int32_t)((~L_2))))) { goto IL_0032; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; int32_t L_5 = ___value0; int32_t L_6 = ((int32_t)L_5); RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); String_t* L_8; L_8 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AE649B59ED8705B39B85FAAC10AF4962BCBA80C)), L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55_RuntimeMethod_var))); } IL_0032: { int32_t L_10 = V_1; __this->set_m_flags_4(L_10); return; } } // System.Security.AccessControl.CryptoKeySecurity System.Security.Cryptography.CspParameters::get_CryptoKeySecurity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * CspParameters_get_CryptoKeySecurity_mC25055A2548CDCA4D9394ED3B621420A0B3C892A (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method) { { CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * L_0 = __this->get_m_cryptoKeySecurity_5(); return L_0; } } // System.Void System.Security.Cryptography.CspParameters::set_CryptoKeySecurity(System.Security.AccessControl.CryptoKeySecurity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_CryptoKeySecurity_m55E063A9ACDFC9CB6B9098E24B26914902B42D2A (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * ___value0, const RuntimeMethod* method) { { CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * L_0 = ___value0; __this->set_m_cryptoKeySecurity_5(L_0); return; } } // System.Security.SecureString System.Security.Cryptography.CspParameters::get_KeyPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * CspParameters_get_KeyPassword_m753A4E41E750170010283EFF75AEEA4C8DA3D219 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method) { { SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_0 = __this->get_m_keyPassword_6(); return L_0; } } // System.Void System.Security.Cryptography.CspParameters::set_KeyPassword(System.Security.SecureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_KeyPassword_mA8FD1DCB8A892FADB00CB578C010499CD257AEA9 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___value0, 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; } { SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_0 = ___value0; __this->set_m_keyPassword_6(L_0); __this->set_m_parentWindowHandle_7((intptr_t)(0)); return; } } // System.IntPtr System.Security.Cryptography.CspParameters::get_ParentWindowHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CspParameters_get_ParentWindowHandle_mE7B008CBAFE5F47C9579B4E9EE258D91DAC75249 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method) { { intptr_t L_0 = __this->get_m_parentWindowHandle_7(); return (intptr_t)L_0; } } // System.Void System.Security.Cryptography.CspParameters::set_ParentWindowHandle(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters_set_ParentWindowHandle_m05A0E66D4FC9B1402065E4D138A56C05ED6DE9D9 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; __this->set_m_parentWindowHandle_7((intptr_t)L_0); __this->set_m_keyPassword_6((SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 *)NULL); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mA5F11E1EA0F0841876916834296DD6C49A0D5978 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method) { { CspParameters__ctor_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8(__this, 1, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mB5671B337990F6D2FA7158D13E47EE5866186861 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___dwTypeIn0, const RuntimeMethod* method) { { int32_t L_0 = ___dwTypeIn0; CspParameters__ctor_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8(__this, L_0, (String_t*)NULL, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mDEF27F3460ACF433BF1EF75DC2FBCDC9FB2FBC56 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, const RuntimeMethod* method) { { int32_t L_0 = ___dwTypeIn0; String_t* L_1 = ___strProviderNameIn1; CspParameters__ctor_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___dwTypeIn0, String_t* ___strProviderNameIn1, String_t* ___strContainerNameIn2, const RuntimeMethod* method) { { int32_t L_0 = ___dwTypeIn0; String_t* L_1 = ___strProviderNameIn1; String_t* L_2 = ___strContainerNameIn2; CspParameters__ctor_m0F70322D8BE118C62EC1FE16836A6056860F3A0E(__this, L_0, L_1, L_2, 0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.AccessControl.CryptoKeySecurity,System.Security.SecureString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m9E0F032587E1BAE568CEB3B82D0471130C49D1C0 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * ___cryptoKeySecurity3, SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * ___keyPassword4, const RuntimeMethod* method) { { int32_t L_0 = ___providerType0; String_t* L_1 = ___providerName1; String_t* L_2 = ___keyContainerName2; CspParameters__ctor_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8(__this, L_0, L_1, L_2, /*hidden argument*/NULL); CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * L_3 = ___cryptoKeySecurity3; __this->set_m_cryptoKeySecurity_5(L_3); SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_4 = ___keyPassword4; __this->set_m_keyPassword_6(L_4); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.AccessControl.CryptoKeySecurity,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m24D3A1AD6B5C9B334F8F51BEBB3A780566F7DFCB (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * ___cryptoKeySecurity3, intptr_t ___parentWindowHandle4, const RuntimeMethod* method) { { int32_t L_0 = ___providerType0; String_t* L_1 = ___providerName1; String_t* L_2 = ___keyContainerName2; CspParameters__ctor_mEDE365FFB7314F7CF3A772C7EF4AF55F02BF5FA8(__this, L_0, L_1, L_2, /*hidden argument*/NULL); CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * L_3 = ___cryptoKeySecurity3; __this->set_m_cryptoKeySecurity_5(L_3); intptr_t L_4 = ___parentWindowHandle4; __this->set_m_parentWindowHandle_7((intptr_t)L_4); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Int32,System.String,System.String,System.Security.Cryptography.CspProviderFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_m0F70322D8BE118C62EC1FE16836A6056860F3A0E (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, int32_t ___providerType0, String_t* ___providerName1, String_t* ___keyContainerName2, int32_t ___flags3, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___providerType0; __this->set_ProviderType_0(L_0); String_t* L_1 = ___providerName1; __this->set_ProviderName_1(L_1); String_t* L_2 = ___keyContainerName2; __this->set_KeyContainerName_2(L_2); __this->set_KeyNumber_3((-1)); int32_t L_3 = ___flags3; CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.CspParameters::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CspParameters__ctor_mF4960614ABA3AF538FED3F7C02A82790628971C2 (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = ___parameters0; NullCheck(L_0); int32_t L_1 = L_0->get_ProviderType_0(); __this->set_ProviderType_0(L_1); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_2 = ___parameters0; NullCheck(L_2); String_t* L_3 = L_2->get_ProviderName_1(); __this->set_ProviderName_1(L_3); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_4 = ___parameters0; NullCheck(L_4); String_t* L_5 = L_4->get_KeyContainerName_2(); __this->set_KeyContainerName_2(L_5); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_6 = ___parameters0; NullCheck(L_6); int32_t L_7 = L_6->get_KeyNumber_3(); __this->set_KeyNumber_3(L_7); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_8 = ___parameters0; NullCheck(L_8); int32_t L_9; L_9 = CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline(L_8, /*hidden argument*/NULL); CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55(__this, L_9, /*hidden argument*/NULL); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_10 = ___parameters0; NullCheck(L_10); CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2 * L_11 = L_10->get_m_cryptoKeySecurity_5(); __this->set_m_cryptoKeySecurity_5(L_11); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_12 = ___parameters0; NullCheck(L_12); SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94 * L_13 = L_12->get_m_keyPassword_6(); __this->set_m_keyPassword_6(L_13); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_14 = ___parameters0; NullCheck(L_14); intptr_t L_15 = L_14->get_m_parentWindowHandle_7(); __this->set_m_parentWindowHandle_7((intptr_t)L_15); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m9AA609E8C346C209449E552E7F093B38A2688BDE (CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * G_B2_0 = NULL; CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * G_B1_0 = NULL; int32_t G_B3_0 = 0; CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * G_B3_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer__ctor_m3BFFD921228D013A3934A77C73D0D2D27A9BB4ED(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; NullCheck(L_0); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_1; L_1 = VirtualFuncInvoker0< CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); __this->set__compareInfo_4(L_1); bool L_2 = ___ignoreCase1; __this->set__ignoreCase_5(L_2); bool L_3 = ___ignoreCase1; G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_0020; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0021; } IL_0020: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0021: { NullCheck(G_B3_1); G_B3_1->set__options_6(G_B3_0); return; } } // System.Int32 System.CultureAwareComparer::Compare(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_Compare_m7BCF583EC68B0D6ABCE4880AB994B27A9EAAE631 (CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { { String_t* L_0 = ___x0; String_t* L_1 = ___y1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0006; } } { return 0; } IL_0006: { String_t* L_2 = ___x0; if (L_2) { goto IL_000b; } } { return (-1); } IL_000b: { String_t* L_3 = ___y1; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_4 = __this->get__compareInfo_4(); String_t* L_5 = ___x0; String_t* L_6 = ___y1; int32_t L_7 = __this->get__options_6(); NullCheck(L_4); 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_4, L_5, L_6, L_7); return L_8; } } // System.Boolean System.CultureAwareComparer::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_m5AC96CDE8075FC3F39DA320ADE4385DBADF586A9 (CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { { String_t* L_0 = ___x0; String_t* L_1 = ___y1; if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { String_t* L_2 = ___x0; if (!L_2) { goto IL_000c; } } { String_t* L_3 = ___y1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_4 = __this->get__compareInfo_4(); String_t* L_5 = ___x0; String_t* L_6 = ___y1; int32_t L_7 = __this->get__options_6(); NullCheck(L_4); 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_4, L_5, L_6, L_7); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } } // System.Int32 System.CultureAwareComparer::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m2A09F0A949E319BA7F95CDEF015C262B60B485C1 (CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * __this, String_t* ___obj0, const RuntimeMethod* method) { { String_t* L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureAwareComparer_GetHashCode_m2A09F0A949E319BA7F95CDEF015C262B60B485C1_RuntimeMethod_var))); } IL_000e: { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_2 = __this->get__compareInfo_4(); String_t* L_3 = ___obj0; int32_t L_4 = __this->get__options_6(); NullCheck(L_2); int32_t L_5; L_5 = CompareInfo_GetHashCodeOfString_m4A90025D7EC9CB1400C3367AC726131C4F193039(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.CultureAwareComparer::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureAwareComparer_Equals_m5AA03553A2620ABBF00D3CBE3A27F4F013EA29BC (CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE *)IsInstSealed((RuntimeObject*)L_0, CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE_il2cpp_TypeInfo_var)); CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { bool L_2 = __this->get__ignoreCase_5(); CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * L_3 = V_0; NullCheck(L_3); bool L_4 = L_3->get__ignoreCase_5(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_003e; } } { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_5 = __this->get__compareInfo_4(); CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * L_6 = V_0; NullCheck(L_6); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_7 = L_6->get__compareInfo_4(); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7); if (!L_8) { goto IL_003c; } } { int32_t L_9 = __this->get__options_6(); CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get__options_6(); return (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0); } IL_003c: { return (bool)0; } IL_003e: { return (bool)0; } } // System.Int32 System.CultureAwareComparer::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureAwareComparer_GetHashCode_m9E18001154D920D1246E17747E5AACD39D1C9A26 (CultureAwareComparer_t268E42F92F9F23A3A18A1811762DC761224C9DCE * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_0 = __this->get__compareInfo_4(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); V_0 = L_1; bool L_2 = __this->get__ignoreCase_5(); if (L_2) { goto IL_0016; } } { int32_t L_3 = V_0; return L_3; } IL_0016: { int32_t 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 // Conversion methods for marshalling of: System.Globalization.CultureData IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_pinvoke(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke& marshaled) { Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL); } IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_pinvoke_back(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke& marshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled) { Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL); } // Conversion method for clean up from marshalling of: System.Globalization.CultureData IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_pinvoke_cleanup(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Globalization.CultureData IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_com(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com& marshaled) { Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL); } IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_com_back(const CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com& marshaled, CultureData_t53CDF1C5F789A28897415891667799420D3C5529& unmarshaled) { Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL); } // Conversion method for clean up from marshalling of: System.Globalization.CultureData IL2CPP_EXTERN_C void CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshal_com_cleanup(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com& marshaled) { } // System.Void System.Globalization.CultureData::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData__ctor_mB0A8AF9FC6D07F02B7338B217AF1BDBCA1B70AD0 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, String_t* ___name0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_sRealName_10(L_0); return; } } // System.Globalization.CultureData System.Globalization.CultureData::get_Invariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D624BE517893410AA118931741AD1D74FB8703B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA48E18BF4B412BD8EE9BE8F939B2DD132D69834C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAAEDCD13D6AA2725C362F76CDD04DEE55213BD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC66CD3931722C8F13295BF59A50BAF49D843986B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBCF5ABE35600EAFD21FA4DC1F78EBBBCAD041EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEF9834DDAFF7406CBC46AB43CE5CEE1BAB46EC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * V_0 = NULL; { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = ((CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields*)il2cpp_codegen_static_fields_for(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var))->get_s_Invariant_20(); if (L_0) { goto IL_0100; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_1 = (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *)il2cpp_codegen_object_new(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var); CultureData__ctor_mB0A8AF9FC6D07F02B7338B217AF1BDBCA1B70AD0(L_1, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); V_0 = L_1; CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_2 = V_0; NullCheck(L_2); L_2->set_sISO639Language_9(_stringLiteralCBCF5ABE35600EAFD21FA4DC1F78EBBBCAD041EB); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_3 = V_0; NullCheck(L_3); L_3->set_sAM1159_0(_stringLiteralC66CD3931722C8F13295BF59A50BAF49D843986B); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_4 = V_0; NullCheck(L_4); L_4->set_sPM2359_1(_stringLiteralCEF9834DDAFF7406CBC46AB43CE5CEE1BAB46EC4); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_5 = V_0; NullCheck(L_5); L_5->set_sTimeSeparator_2(_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_6 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); (L_8)->SetAt(static_cast(0), (String_t*)_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99); NullCheck(L_6); il2cpp_codegen_memory_barrier(); L_6->set_saLongTimes_3(L_8); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_9 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60); (L_11)->SetAt(static_cast(0), (String_t*)_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral0D624BE517893410AA118931741AD1D74FB8703B); (L_12)->SetAt(static_cast(1), (String_t*)_stringLiteral0D624BE517893410AA118931741AD1D74FB8703B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralA48E18BF4B412BD8EE9BE8F939B2DD132D69834C); (L_13)->SetAt(static_cast(2), (String_t*)_stringLiteralA48E18BF4B412BD8EE9BE8F939B2DD132D69834C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralAAAEDCD13D6AA2725C362F76CDD04DEE55213BD2); (L_14)->SetAt(static_cast(3), (String_t*)_stringLiteralAAAEDCD13D6AA2725C362F76CDD04DEE55213BD2); NullCheck(L_9); il2cpp_codegen_memory_barrier(); L_9->set_saShortTimes_4(L_14); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_15 = V_0; NullCheck(L_15); L_15->set_iFirstDayOfWeek_5(0); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_16 = V_0; NullCheck(L_16); L_16->set_iFirstWeekOfYear_6(0); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_17 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(0), (int32_t)1); NullCheck(L_17); il2cpp_codegen_memory_barrier(); L_17->set_waCalendars_7(L_19); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_20 = V_0; CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* L_21 = (CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7*)(CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7*)SZArrayNew(CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)23)); NullCheck(L_20); L_20->set_calendars_8(L_21); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_22 = V_0; NullCheck(L_22); CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* L_23 = L_22->get_calendars_8(); IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_il2cpp_TypeInfo_var); CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_24 = ((CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_il2cpp_TypeInfo_var))->get_Invariant_20(); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(0), (CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 *)L_24); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_25 = V_0; NullCheck(L_25); L_25->set_iDefaultAnsiCodePage_14(((int32_t)1252)); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_26 = V_0; NullCheck(L_26); L_26->set_iDefaultOemCodePage_15(((int32_t)437)); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_27 = V_0; NullCheck(L_27); L_27->set_iDefaultMacCodePage_16(((int32_t)10000)); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_28 = V_0; NullCheck(L_28); L_28->set_iDefaultEbcdicCodePage_17(((int32_t)37)); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_29 = V_0; NullCheck(L_29); L_29->set_sListSeparator_19(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_30 = V_0; CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_31; L_31 = InterlockedCompareExchangeImpl((CultureData_t53CDF1C5F789A28897415891667799420D3C5529 **)(((CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields*)il2cpp_codegen_static_fields_for(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var))->get_address_of_s_Invariant_20()), L_30, (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *)NULL); } IL_0100: { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_32 = ((CultureData_t53CDF1C5F789A28897415891667799420D3C5529_StaticFields*)il2cpp_codegen_static_fields_for(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var))->get_s_Invariant_20(); return L_32; } } // System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_GetCultureData_m0D0A7A16D7368279592E3AF1FA2F90C28E16447F (String_t* ___cultureName0, bool ___useUserOverride1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) String_t* L_0 = ___cultureName0; bool L_1 = ___useUserOverride1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_mFE3CE1D3E1DFE3CDC8FA7E61D581805123837F7D(L_2, L_0, L_1, /*hidden argument*/NULL); NullCheck(L_2); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_3 = L_2->get_m_cultureData_28(); V_0 = L_3; goto IL_0014; }// 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_000f; } throw e; } CATCH_000f: {// begin catch(System.Object) V_0 = (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0014; }// end catch (depth: 1) IL_0014: { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_4 = V_0; return L_4; } } // System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.String,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_GetCultureData_mD4486FFF385264D6F91E2FE4BCBBBF70E471D4E1 (String_t* ___cultureName0, bool ___useUserOverride1, int32_t ___datetimeIndex2, int32_t ___calendarId3, int32_t ___numberIndex4, String_t* ___iso2lang5, int32_t ___ansiCodePage6, int32_t ___oemCodePage7, int32_t ___macCodePage8, int32_t ___ebcdicCodePage9, bool ___rightToLeft10, String_t* ___listSeparator11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___cultureName0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_2; L_2 = CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF(/*hidden argument*/NULL); return L_2; } IL_000e: { String_t* L_3 = ___cultureName0; CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_4 = (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *)il2cpp_codegen_object_new(CultureData_t53CDF1C5F789A28897415891667799420D3C5529_il2cpp_TypeInfo_var); CultureData__ctor_mB0A8AF9FC6D07F02B7338B217AF1BDBCA1B70AD0(L_4, L_3, /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_5 = L_4; int32_t L_6 = ___datetimeIndex2; NullCheck(L_5); CultureData_fill_culture_data_mB5854DE6D799C8358D3E00F9D0C3525AC79D72A5(L_5, L_6, /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_7 = L_5; bool L_8 = ___useUserOverride1; NullCheck(L_7); L_7->set_bUseOverrides_11(L_8); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_9 = L_7; int32_t L_10 = ___calendarId3; NullCheck(L_9); L_9->set_calendarId_12(L_10); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_11 = L_9; int32_t L_12 = ___numberIndex4; NullCheck(L_11); L_11->set_numberIndex_13(L_12); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_13 = L_11; String_t* L_14 = ___iso2lang5; NullCheck(L_13); L_13->set_sISO639Language_9(L_14); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_15 = L_13; int32_t L_16 = ___ansiCodePage6; NullCheck(L_15); L_15->set_iDefaultAnsiCodePage_14(L_16); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_17 = L_15; int32_t L_18 = ___oemCodePage7; NullCheck(L_17); L_17->set_iDefaultOemCodePage_15(L_18); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_19 = L_17; int32_t L_20 = ___macCodePage8; NullCheck(L_19); L_19->set_iDefaultMacCodePage_16(L_20); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_21 = L_19; int32_t L_22 = ___ebcdicCodePage9; NullCheck(L_21); L_21->set_iDefaultEbcdicCodePage_17(L_22); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_23 = L_21; bool L_24 = ___rightToLeft10; NullCheck(L_23); L_23->set_isRightToLeft_18(L_24); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_25 = L_23; String_t* L_26 = ___listSeparator11; NullCheck(L_25); L_25->set_sListSeparator_19(L_26); return L_25; } } // System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * CultureData_GetCultureData_m22B6982E07C5E20CD3A29C7F01839A2DAFD0793D (int32_t ___culture0, bool ___bUseUserOverride1, const RuntimeMethod* method) { { return (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *)NULL; } } // System.Void System.Globalization.CultureData::fill_culture_data(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_culture_data_mB5854DE6D799C8358D3E00F9D0C3525AC79D72A5 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___datetimeIndex0, const RuntimeMethod* method) { typedef void (*CultureData_fill_culture_data_mB5854DE6D799C8358D3E00F9D0C3525AC79D72A5_ftn) (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 *, int32_t); using namespace il2cpp::icalls; ((CultureData_fill_culture_data_mB5854DE6D799C8358D3E00F9D0C3525AC79D72A5_ftn)mscorlib::System::Globalization::CultureData::fill_culture_data) (__this, ___datetimeIndex0); } // System.Globalization.CalendarData System.Globalization.CultureData::GetCalendar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * V_1 = NULL; { int32_t L_0 = ___calendarId0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* L_1 = __this->get_calendars_8(); if (L_1) { goto IL_0019; } } { CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* L_2 = (CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7*)(CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7*)SZArrayNew(CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)23)); __this->set_calendars_8(L_2); } IL_0019: { CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* L_3 = __this->get_calendars_8(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_7 = V_1; if (L_7) { goto IL_0041; } } { String_t* L_8 = __this->get_sRealName_10(); int32_t L_9 = ___calendarId0; bool L_10 = __this->get_bUseOverrides_11(); CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_11 = (CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 *)il2cpp_codegen_object_new(CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4_il2cpp_TypeInfo_var); CalendarData__ctor_m305E27F818FF3CA1939158C37AEA5E944C9D5577(L_11, L_8, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; CalendarDataU5BU5D_t92EDE3986BAED27678B4F4140BC955434CFEACC7* L_12 = __this->get_calendars_8(); int32_t L_13 = V_0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_14 = V_1; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(L_13), (CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 *)L_14); } IL_0041: { CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_15 = V_1; return L_15; } } // System.String[] System.Globalization.CultureData::get_LongTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_get_LongTimes_m477994D0DCC16A2288B881B2C45232638E20B9BD (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_saLongTimes_3(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.String[] System.Globalization.CultureData::get_ShortTimes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_get_ShortTimes_mB585E1DB1E37FD5372EDFACF79A8E603DC889B4D (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = __this->get_saShortTimes_4(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.String System.Globalization.CultureData::get_SISO639LANGNAME() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SISO639LANGNAME_mFB04163860A69BEB7CD234229219D396121B040E (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sISO639Language_9(); return L_0; } } // System.Int32 System.Globalization.CultureData::get_IFIRSTDAYOFWEEK() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_get_IFIRSTDAYOFWEEK_m3695B1AEE4DE87248DED765F1845D747E4A67E3D (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iFirstDayOfWeek_5(); return L_0; } } // System.Int32 System.Globalization.CultureData::get_IFIRSTWEEKOFYEAR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_get_IFIRSTWEEKOFYEAR_mCC14B9A79822510FB53042D31EF79FBFF8FD88F4 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_iFirstWeekOfYear_6(); return L_0; } } // System.String System.Globalization.CultureData::get_SAM1159() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SAM1159_mAD15C8B74197F84ACF2BB879C3DCCFBCE66023CE (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sAM1159_0(); return L_0; } } // System.String System.Globalization.CultureData::get_SPM2359() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SPM2359_m10C99FD634E6884286F8C0836C3CD7467D46607A (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sPM2359_1(); return L_0; } } // System.String System.Globalization.CultureData::get_TimeSeparator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_TimeSeparator_m2CFFFD6957111431DCCE164B6EB5EFE92FCA7CA2 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sTimeSeparator_2(); return L_0; } } // System.Int32[] System.Globalization.CultureData::get_CalendarIds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* CultureData_get_CalendarIds_mDA08E8401160889B785D2555A68FFD8B9CC8E741 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_waCalendars_7(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_007e; } } { String_t* L_1 = __this->get_sISO639Language_9(); V_0 = L_1; String_t* L_2 = V_0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, /*hidden argument*/NULL); if (L_3) { goto IL_002d; } } { String_t* L_4 = V_0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6, /*hidden argument*/NULL); if (L_5) { goto IL_004a; } } { goto IL_0067; } IL_002d: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = L_6; int32_t L_8 = __this->get_calendarId_12(); NullCheck(L_7); (L_7)->SetAt(static_cast(0), (int32_t)L_8); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = L_7; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (int32_t)3); il2cpp_codegen_memory_barrier(); __this->set_waCalendars_7(L_9); goto IL_007e; } IL_004a: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10; int32_t L_12 = __this->get_calendarId_12(); NullCheck(L_11); (L_11)->SetAt(static_cast(0), (int32_t)L_12); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_13 = L_11; NullCheck(L_13); (L_13)->SetAt(static_cast(1), (int32_t)4); il2cpp_codegen_memory_barrier(); __this->set_waCalendars_7(L_13); goto IL_007e; } IL_0067: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = L_14; int32_t L_16 = __this->get_calendarId_12(); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (int32_t)L_16); il2cpp_codegen_memory_barrier(); __this->set_waCalendars_7(L_15); } IL_007e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_17 = __this->get_waCalendars_7(); il2cpp_codegen_memory_barrier(); return L_17; } } // System.Boolean System.Globalization.CultureData::get_IsInvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_IsInvariantCulture_m5900D149867D3560BDB1276490B00060ED885E64 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sRealName_10(); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Globalization.CultureData::get_CultureName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_CultureName_m03D4BB35D349D0463EE9338FCE2C2424876C9B55 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sRealName_10(); return L_0; } } // System.String System.Globalization.CultureData::get_SCOMPAREINFO() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SCOMPAREINFO_m01D30922757442277AD7BA4CE56A8E7FB8492DE8 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } // System.String System.Globalization.CultureData::get_STEXTINFO() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_STEXTINFO_m8FAF1D39FCD0E26DC5B38781E548E0C8C8468B63 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sRealName_10(); return L_0; } } // System.Int32 System.Globalization.CultureData::get_ILANGUAGE() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_get_ILANGUAGE_mD8FC26EF413B7FBD0F5516CC37ACF53A08B1CE94 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { return 0; } } // System.Boolean System.Globalization.CultureData::get_UseUserOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_UseUserOverride_mB2616F901B8A45E8B9C929894FB31F90DD0EBFC6 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bUseOverrides_11(); return L_0; } } // System.String[] System.Globalization.CultureData::EraNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_EraNames_mBB7BD0C70D8DEA248CB250AC39E1274FBC890B2C (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saEraNames_6(); return L_2; } } // System.String[] System.Globalization.CultureData::AbbrevEraNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_AbbrevEraNames_m9335D2282A432B7A535C97A4D407985C80FC0BF6 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saAbbrevEraNames_7(); return L_2; } } // System.String[] System.Globalization.CultureData::AbbreviatedEnglishEraNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_AbbreviatedEnglishEraNames_m22DD9BFBE4802408B24748880A0BC6BDF6B72D38 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saAbbrevEnglishEraNames_8(); return L_2; } } // System.String[] System.Globalization.CultureData::ShortDates(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_ShortDates_mD87D227BC79CBFD575418EAA2BB2195010D54640 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saShortDates_2(); return L_2; } } // System.String[] System.Globalization.CultureData::LongDates(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_LongDates_m1BA5A81A4F474076D817953806CD121EB0C4941C (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saLongDates_4(); return L_2; } } // System.String[] System.Globalization.CultureData::YearMonths(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_YearMonths_m37046EC59181C4F1001FF2EE067FE49083591A7A (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saYearMonths_3(); return L_2; } } // System.String[] System.Globalization.CultureData::DayNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_DayNames_m271D27BA9E450877B8BB3CCE0F2BB7D7BB890618 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saDayNames_9(); return L_2; } } // System.String[] System.Globalization.CultureData::AbbreviatedDayNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_AbbreviatedDayNames_m561DB2F912A6D21C578A13361BA9CB00312093A9 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saAbbrevDayNames_10(); return L_2; } } // System.String[] System.Globalization.CultureData::MonthNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_MonthNames_m4A2DE11C1ACABBB57E10E8B946C39F95FAB0F160 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saMonthNames_12(); return L_2; } } // System.String[] System.Globalization.CultureData::GenitiveMonthNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_GenitiveMonthNames_mCE5B107D6A91F4E1011B11D3F539EA024FFBE3D3 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saMonthGenitiveNames_14(); return L_2; } } // System.String[] System.Globalization.CultureData::AbbreviatedMonthNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_AbbreviatedMonthNames_mB7350D51E4A88CEE1CA5947305F0D1ABC2F77657 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saAbbrevMonthNames_13(); return L_2; } } // System.String[] System.Globalization.CultureData::AbbreviatedGenitiveMonthNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_AbbreviatedGenitiveMonthNames_mB40D5D2302AECE689A32283C242073236252825D (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saAbbrevMonthGenitiveNames_15(); return L_2; } } // System.String[] System.Globalization.CultureData::LeapYearMonthNames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_LeapYearMonthNames_m8BEAA14CEE3736E755998CAF2023625CF98D890F (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_saLeapYearMonthNames_16(); return L_2; } } // System.String System.Globalization.CultureData::MonthDay(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_MonthDay_m4614F87AF2D2A3F9187D8803DDC75FDFA1517B36 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; CalendarData_t76EF6EAAED8C2BC4089643722CE589E213F7B4A4 * L_1; L_1 = CultureData_GetCalendar_mA6A5903C7B65650B9F93168023FFCC4DCAD14F01(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = L_1->get_sMonthDay_5(); return L_2; } } // System.String System.Globalization.CultureData::DateSeparator(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_DateSeparator_mFE5D752EF2AF39F4484D5921A0DF917C5992B2B5 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, int32_t ___calendarId0, const RuntimeMethod* method) { { int32_t L_0 = ___calendarId0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = CultureData_ShortDates_mD87D227BC79CBFD575418EAA2BB2195010D54640(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = 0; String_t* L_3 = (L_1)->GetAt(static_cast(L_2)); String_t* L_4; L_4 = CultureData_GetDateSeparator_m3C6557C5359B5FF5713CC4D0FA7248D4E7C0BAFA(L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Globalization.CultureData::GetDateSeparator(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetDateSeparator_m3C6557C5359B5FF5713CC4D0FA7248D4E7C0BAFA (String_t* ___format0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FAD5F459796535C69B7596F77C500F18530E8BB); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; String_t* L_1; L_1 = CultureData_GetSeparator_mCE80430A17738DBBC9DBE5A6F7C0C2D0B3FD2697(L_0, _stringLiteral1FAD5F459796535C69B7596F77C500F18530E8BB, /*hidden argument*/NULL); return L_1; } } // System.String System.Globalization.CultureData::GetSeparator(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetSeparator_mCE80430A17738DBBC9DBE5A6F7C0C2D0B3FD2697 (String_t* ___format0, String_t* ___timeParts1, 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 = 0x0; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___format0; String_t* L_1 = ___timeParts1; int32_t L_2; L_2 = CultureData_IndexOfTimePart_m31A89C2EF74A78A6F9AD91DFB27415539101635E(L_0, 0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_004f; } } { String_t* L_4 = ___format0; int32_t L_5 = V_0; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_0015: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_0; String_t* L_9 = ___format0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_002c; } } { String_t* L_11 = ___format0; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); Il2CppChar L_14 = V_1; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0015; } } IL_002c: { int32_t L_15 = V_0; V_2 = L_15; int32_t L_16 = V_2; String_t* L_17 = ___format0; NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_004f; } } { String_t* L_19 = ___format0; int32_t L_20 = V_2; String_t* L_21 = ___timeParts1; int32_t L_22; L_22 = CultureData_IndexOfTimePart_m31A89C2EF74A78A6F9AD91DFB27415539101635E(L_19, L_20, L_21, /*hidden argument*/NULL); V_3 = L_22; int32_t L_23 = V_3; if ((((int32_t)L_23) == ((int32_t)(-1)))) { goto IL_004f; } } { String_t* L_24 = ___format0; int32_t L_25 = V_2; int32_t L_26 = V_3; String_t* L_27; L_27 = CultureData_UnescapeNlsString_m1FAFC6DCC6CACBDD86F3C7CAC373DD7D38CDAAA0(L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL); return L_27; } IL_004f: { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_28; } } // System.Int32 System.Globalization.CultureData::IndexOfTimePart(System.String,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_IndexOfTimePart_m31A89C2EF74A78A6F9AD91DFB27415539101635E (String_t* ___format0, int32_t ___startIndex1, String_t* ___timeParts2, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { V_0 = (bool)0; int32_t L_0 = ___startIndex1; V_1 = L_0; goto IL_005d; } IL_0006: { bool L_1 = V_0; if (L_1) { goto IL_001b; } } { String_t* L_2 = ___timeParts2; String_t* L_3 = ___format0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_6; L_6 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_2, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_001b; } } { int32_t L_7 = V_1; return L_7; } IL_001b: { String_t* L_8 = ___format0; int32_t L_9 = V_1; NullCheck(L_8); Il2CppChar L_10; L_10 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; Il2CppChar L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)((int32_t)39)))) { goto IL_0054; } } { Il2CppChar L_12 = V_2; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)92))))) { goto IL_0059; } } { int32_t L_13 = V_1; String_t* L_14 = ___format0; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) >= ((int32_t)L_15))) { goto IL_0059; } } { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); String_t* L_17 = ___format0; int32_t L_18 = V_1; NullCheck(L_17); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, L_18, /*hidden argument*/NULL); V_2 = L_19; Il2CppChar L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)39)))) { goto IL_0059; } } { Il2CppChar L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)((int32_t)92)))) { goto IL_0059; } } { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); goto IL_0059; } IL_0054: { bool L_23 = V_0; V_0 = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0); } IL_0059: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_005d: { int32_t L_25 = V_1; String_t* L_26 = ___format0; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0006; } } { return (-1); } } // System.String System.Globalization.CultureData::UnescapeNlsString(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_UnescapeNlsString_m1FAFC6DCC6CACBDD86F3C7CAC373DD7D38CDAAA0 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { V_0 = (StringBuilder_t *)NULL; int32_t L_0 = ___start1; V_1 = L_0; goto IL_0076; } IL_0006: { String_t* L_1 = ___str0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; Il2CppChar L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)39)))) { goto IL_001a; } } { Il2CppChar L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)92)))) { goto IL_0030; } } { goto IL_0061; } IL_001a: { StringBuilder_t * L_6 = V_0; if (L_6) { goto IL_0072; } } { String_t* L_7 = ___str0; int32_t L_8 = ___start1; int32_t L_9 = V_1; int32_t L_10 = ___start1; String_t* L_11 = ___str0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m973465AB5F1591B478FF881D5B9DBC47224F7FBC(L_13, L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_0072; } IL_0030: { StringBuilder_t * L_14 = V_0; if (L_14) { goto IL_0044; } } { String_t* L_15 = ___str0; int32_t L_16 = ___start1; int32_t L_17 = V_1; int32_t L_18 = ___start1; String_t* L_19 = ___str0; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m973465AB5F1591B478FF881D5B9DBC47224F7FBC(L_21, L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), L_20, /*hidden argument*/NULL); V_0 = L_21; } IL_0044: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); int32_t L_23 = V_1; String_t* L_24 = ___str0; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) >= ((int32_t)L_25))) { goto IL_0072; } } { StringBuilder_t * L_26 = V_0; String_t* L_27 = ___str0; int32_t L_28 = V_1; NullCheck(L_27); Il2CppChar L_29; L_29 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_27, L_28, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_26, L_29, /*hidden argument*/NULL); goto IL_0072; } IL_0061: { StringBuilder_t * L_31 = V_0; if (!L_31) { goto IL_0072; } } { StringBuilder_t * L_32 = V_0; String_t* L_33 = ___str0; int32_t L_34 = V_1; NullCheck(L_33); Il2CppChar L_35; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_33, L_34, /*hidden argument*/NULL); NullCheck(L_32); StringBuilder_t * L_36; L_36 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_32, L_35, /*hidden argument*/NULL); } IL_0072: { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0076: { int32_t L_38 = V_1; String_t* L_39 = ___str0; NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); if ((((int32_t)L_38) >= ((int32_t)L_40))) { goto IL_0083; } } { int32_t L_41 = V_1; int32_t L_42 = ___end2; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_0006; } } IL_0083: { StringBuilder_t * L_43 = V_0; if (L_43) { goto IL_0093; } } { String_t* L_44 = ___str0; int32_t L_45 = ___start1; int32_t L_46 = ___end2; int32_t L_47 = ___start1; NullCheck(L_44); String_t* L_48; L_48 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_44, L_45, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), (int32_t)1)), /*hidden argument*/NULL); return L_48; } IL_0093: { StringBuilder_t * L_49 = V_0; NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49); return L_50; } } // System.String[] System.Globalization.CultureData::ReescapeWin32Strings(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* CultureData_ReescapeWin32Strings_m2BC34824C7541A843F99E96B0E6462766805C409 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___array0, const RuntimeMethod* method) { { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = ___array0; return L_0; } } // System.String System.Globalization.CultureData::ReescapeWin32String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_ReescapeWin32String_mF75AC1587EF582BF36E66CEE5D4273FDD10A436A (String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; return L_0; } } // System.Void System.Globalization.CultureData::GetNFIValues(System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_GetNFIValues_mA5792DAF9DAFC0BFC0F9DBFAB20EE1125F5C1687 (CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * __this, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___nfi0, const RuntimeMethod* method) { { bool L_0; L_0 = CultureData_get_IsInvariantCulture_m5900D149867D3560BDB1276490B00060ED885E64(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0014; } } { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1 = ___nfi0; int32_t L_2 = __this->get_numberIndex_13(); CultureData_fill_number_data_mE3704DB608088F2CA834A83C840F9D6D863784C6(L_1, L_2, /*hidden argument*/NULL); } IL_0014: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_3 = ___nfi0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4 = ___nfi0; NullCheck(L_4); int32_t L_5 = L_4->get_numberDecimalDigits_21(); NullCheck(L_3); L_3->set_percentDecimalDigits_28(L_5); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6 = ___nfi0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_7 = ___nfi0; NullCheck(L_7); String_t* L_8 = L_7->get_numberDecimalSeparator_6(); NullCheck(L_6); L_6->set_percentDecimalSeparator_15(L_8); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9 = ___nfi0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_10 = ___nfi0; NullCheck(L_10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = L_10->get_numberGroupSizes_1(); NullCheck(L_9); L_9->set_percentGroupSizes_3(L_11); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_12 = ___nfi0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_13 = ___nfi0; NullCheck(L_13); String_t* L_14 = L_13->get_numberGroupSeparator_7(); NullCheck(L_12); L_12->set_percentGroupSeparator_16(L_14); return; } } // System.Void System.Globalization.CultureData::fill_number_data(System.Globalization.NumberFormatInfo,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_number_data_mE3704DB608088F2CA834A83C840F9D6D863784C6 (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___nfi0, int32_t ___numberIndex1, const RuntimeMethod* method) { typedef void (*CultureData_fill_number_data_mE3704DB608088F2CA834A83C840F9D6D863784C6_ftn) (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *, int32_t); using namespace il2cpp::icalls; ((CultureData_fill_number_data_mE3704DB608088F2CA834A83C840F9D6D863784C6_ftn)mscorlib::System::Globalization::CultureData::fill_number_data) (___nfi0, ___numberIndex1); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Globalization.CultureInfo IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_pinvoke(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke& marshaled) { Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL); } IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_pinvoke_back(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke& marshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled) { Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL); } // Conversion method for clean up from marshalling of: System.Globalization.CultureInfo IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_pinvoke_cleanup(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Globalization.CultureInfo IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_com(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com& marshaled) { Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL); } IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_com_back(const CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com& marshaled, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98& unmarshaled) { Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL); } // Conversion method for clean up from marshalling of: System.Globalization.CultureInfo IL2CPP_EXTERN_C void CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshal_com_cleanup(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com& marshaled) { } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_invariant_culture_info_0(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method) { { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = Thread_get_CurrentCulture_m08B216EA7CE554F98EB601108206C01A54CAAC5F(L_0, /*hidden argument*/NULL); return L_1; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentUICulture_mD9F5F20EC688B22875DCC1D543E693649EEA6B76 (const RuntimeMethod* method) { { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_0); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = Thread_get_CurrentUICulture_mC935CB78924A5E49E196448247AB1BAE8F87E7D2(L_0, /*hidden argument*/NULL); return L_1; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_ConstructCurrentCulture_m67C55DA58189120D7CDAD6945A6D6603537AB8B6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_default_current_culture_2(); if (!L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_default_current_culture_2(); return L_1; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); String_t* L_2; L_2 = CultureInfo_get_current_locale_name_m281D09543ED0103A4F06B39C2D88F4A4DA1DA8E9(/*hidden argument*/NULL); V_0 = L_2; V_1 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL; String_t* L_3 = V_0; if (!L_3) { goto IL_0024; } } IL_0018: try {// begin try (depth: 1) String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_CreateSpecificCulture_m1BB43B0DB265BC2D85B099C6FC701BE928D686F9(L_4, /*hidden argument*/NULL); V_1 = L_5; goto IL_0024; }// 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_0021; } throw e; } CATCH_0021: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0024; }// end catch (depth: 1) IL_0024: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = V_1; if (L_6) { goto IL_002f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); V_1 = L_7; goto IL_003d; } IL_002f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_1; NullCheck(L_8); L_8->set_m_isReadOnly_3((bool)1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = V_1; NullCheck(L_9); L_9->set_m_useUserOverride_9((bool)1); } IL_003d: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->set_default_current_culture_2(L_10); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_1; return L_11; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_ConstructCurrentUICulture_mC7BA40F222BDF1FA8941141DE395A4F846C5EC80 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_ConstructCurrentCulture_m67C55DA58189120D7CDAD6945A6D6603537AB8B6(/*hidden argument*/NULL); return L_0; } } // System.String System.Globalization.CultureInfo::get_Territory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_territory_19(); return L_0; } } // System.Int32 System.Globalization.CultureInfo::get_LCID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_get_LCID_m8DED9F76509ED0D75FB10F48324037F3E1BD69C6 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cultureID_4(); return L_0; } } // System.String System.Globalization.CultureInfo::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Name_mFEBAF6E8852C70290E9C2DCA9FF6B3DB241F54FA (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_13(); return L_0; } } // System.Globalization.Calendar System.Globalization.CultureInfo::get_Calendar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * CultureInfo_get_Calendar_m960CD11CCFBEE18446FAE476FFB556F042CB06A4 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * L_0 = __this->get_calendar_24(); if (L_0) { goto IL_0027; } } { bool L_1 = __this->get_constructed_26(); if (L_1) { goto IL_0016; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_0016: { int32_t L_2 = __this->get_default_calendar_type_8(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * L_3; L_3 = CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83(L_2, /*hidden argument*/NULL); __this->set_calendar_24(L_3); } IL_0027: { Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * L_4 = __this->get_calendar_24(); return L_4; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_Parent_mF2F098ADF0DC906E048A06156D3B6CF344EF8E9F (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68EE214556CB91C1B2949193CD52A9DE3C612273); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6372DCB70C29683F1FBB9EE492B1C5B0764CF38); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get_parent_culture_25(); if (L_0) { goto IL_00f9; } } { bool L_1 = __this->get_constructed_26(); if (L_1) { goto IL_0019; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_0019: { int32_t L_2 = __this->get_parent_lcid_5(); int32_t L_3 = __this->get_cultureID_4(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_009f; } } { int32_t L_4 = __this->get_parent_lcid_5(); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)31748))))) { goto IL_0064; } } { String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this); NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)121))))) { goto IL_0064; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7(L_9, _stringLiteral68EE214556CB91C1B2949193CD52A9DE3C612273, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = L_9; V_0 = L_10; __this->set_parent_culture_25(L_10); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_0; return L_11; } IL_0064: { int32_t L_12 = __this->get_parent_lcid_5(); if ((!(((uint32_t)L_12) == ((uint32_t)4)))) { goto IL_009d; } } { String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_14, /*hidden argument*/NULL); NullCheck(L_13); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)121))))) { goto IL_009d; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7(L_17, _stringLiteralB6372DCB70C29683F1FBB9EE492B1C5B0764CF38, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18 = L_17; V_0 = L_18; __this->set_parent_culture_25(L_18); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19 = V_0; return L_19; } IL_009d: { return (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL; } IL_009f: { int32_t L_20 = __this->get_parent_lcid_5(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)127))))) { goto IL_00b6; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); __this->set_parent_culture_25(L_21); goto IL_00f9; } IL_00b6: { int32_t L_22 = __this->get_cultureID_4(); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)127))))) { goto IL_00c9; } } { __this->set_parent_culture_25(__this); goto IL_00f9; } IL_00c9: { int32_t L_23 = __this->get_cultureID_4(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)1028))))) { goto IL_00e8; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7(L_24, _stringLiteral737BFFF97B66248A4653D6DA8ADA91C6C1065CAF, /*hidden argument*/NULL); __this->set_parent_culture_25(L_24); goto IL_00f9; } IL_00e8: { int32_t L_25 = __this->get_parent_lcid_5(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m9A51F2BC5C6EFFA706C82A4DA70AFB918F195230(L_26, L_25, /*hidden argument*/NULL); __this->set_parent_culture_25(L_26); } IL_00f9: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27 = __this->get_parent_culture_25(); return L_27; } } // System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * CultureInfo_get_TextInfo_m68FFD9DC4EC53C6F8EE3FD1D6CE799F2E3683416 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_0 = __this->get_textInfo_12(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_004e; } } { bool L_1 = __this->get_constructed_26(); if (L_1) { goto IL_0018; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_0018: { V_0 = __this; V_1 = (bool)0; } IL_001c: try {// begin try (depth: 1) { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_3 = __this->get_textInfo_12(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_0042; } } IL_002e: { bool L_4 = __this->get_m_isReadOnly_3(); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_5; L_5 = CultureInfo_CreateTextInfo_m101A37890885BB4CC2F71C44AA70DAD832E554AA(__this, L_4, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_textInfo_12(L_5); } IL_0042: { IL2CPP_LEAVE(0x4E, FINALLY_0044); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_004d; } } IL_0047: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_004d: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_8 = __this->get_textInfo_12(); il2cpp_codegen_memory_barrier(); return L_8; } } // System.Object System.Globalization.CultureInfo::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfo_Clone_m0DE044474F2F7434E4BFB2C1188279EFB1CE604E (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { bool L_0 = __this->get_constructed_26(); if (L_0) { goto IL_000e; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_000e: { RuntimeObject * L_1; L_1 = Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392(__this, /*hidden argument*/NULL); V_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = V_0; NullCheck(L_2); L_2->set_m_isReadOnly_3((bool)0); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = V_0; NullCheck(L_3); L_3->set_cached_serialized_form_27((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, __this); if (L_4) { goto IL_005c; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = V_0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6; L_6 = VirtualFuncInvoker0< NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, __this); NullCheck(L_6); RuntimeObject * L_7; L_7 = NumberFormatInfo_Clone_m3973789E1D3DD15BD7BB485B7BD89432C37AF82D(L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtualActionInvoker1< NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(15 /* System.Void System.Globalization.CultureInfo::set_NumberFormat(System.Globalization.NumberFormatInfo) */, L_5, ((NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)CastclassSealed((RuntimeObject*)L_7, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_0; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_9; L_9 = VirtualFuncInvoker0< DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, __this); NullCheck(L_9); RuntimeObject * L_10; L_10 = DateTimeFormatInfo_Clone_m03B9F4F2FA242BB0F9952B0AFA499690E4BD442D(L_9, /*hidden argument*/NULL); NullCheck(L_8); VirtualActionInvoker1< DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * >::Invoke(17 /* System.Void System.Globalization.CultureInfo::set_DateTimeFormat(System.Globalization.DateTimeFormatInfo) */, L_8, ((DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)CastclassSealed((RuntimeObject*)L_10, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var))); } IL_005c: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_0; return L_11; } } // System.Boolean System.Globalization.CultureInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_Equals_mA104AE0D28E958342754D4F5666839EBA7725070 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)IsInstClass((RuntimeObject*)L_0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = V_0; if (!L_1) { goto IL_002a; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_cultureID_4(); int32_t L_4 = __this->get_cultureID_4(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_002a; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get_m_name_13(); String_t* L_7 = __this->get_m_name_13(); bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_002a: { return (bool)0; } } // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* CultureInfo_GetCultures_mA8B0B9E30332EEA6FB40720AFF46FDFCE41C1E68 (int32_t ___types0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* V_2 = NULL; int32_t V_3 = 0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_4 = NULL; Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 V_5; memset((&V_5), 0, sizeof(V_5)); Il2CppChar V_6 = 0x0; { int32_t L_0 = ___types0; int32_t L_1 = ___types0; V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); int32_t L_2 = ___types0; V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); int32_t L_3 = ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); bool L_4 = V_0; bool L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_6; L_6 = CultureInfo_internal_get_cultures_m73ACDAC422E8854B1F1A5F4810947809D3A37BFB((bool)L_3, L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; V_3 = 0; if (!L_3) { goto IL_00c1; } } { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_7 = V_2; NullCheck(L_7); if (!(((RuntimeArray*)L_7)->max_length)) { goto IL_00c1; } } { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_8 = V_2; NullCheck(L_8); int32_t L_9 = 0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = (L_8)->GetAt(static_cast(L_9)); if (L_10) { goto IL_00c1; } } { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_11 = V_2; int32_t L_12 = V_3; int32_t L_13 = L_12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14; L_14 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Globalization.CultureInfo::Clone() */, L_14); NullCheck(L_11); ArrayElementTypeCheck (L_11, ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_15, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); (L_11)->SetAt(static_cast(L_13), (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_15, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); goto IL_00c1; } IL_004b: { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_16 = V_2; int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19 = (L_16)->GetAt(static_cast(L_18)); V_4 = L_19; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = V_4; NullCheck(L_20); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_21; L_21 = CultureInfo_GetTextInfoData_m4CECA66D347D11DE3D06107635E4806C58AB1A96(L_20, /*hidden argument*/NULL); V_5 = L_21; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_22 = V_2; int32_t L_23 = V_3; NullCheck(L_22); int32_t L_24 = L_23; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25 = (L_22)->GetAt(static_cast(L_24)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26 = V_4; NullCheck(L_26); String_t* L_27 = L_26->get_m_name_13(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_28 = V_4; NullCheck(L_28); int32_t L_29 = L_28->get_datetime_index_6(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30 = V_4; NullCheck(L_30); int32_t L_31; L_31 = CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258(L_30, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = V_4; NullCheck(L_32); int32_t L_33 = L_32->get_number_index_7(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = V_4; NullCheck(L_34); String_t* L_35 = L_34->get_iso2lang_17(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_36 = V_5; int32_t L_37 = L_36.get_ansi_0(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_38 = V_5; int32_t L_39 = L_38.get_oem_3(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_40 = V_5; int32_t L_41 = L_40.get_mac_2(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_42 = V_5; int32_t L_43 = L_42.get_ebcdic_1(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_44 = V_5; bool L_45 = L_44.get_right_to_left_4(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_46 = V_5; uint8_t L_47 = L_46.get_list_sep_5(); V_6 = L_47; String_t* L_48; L_48 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_6), /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_49; L_49 = CultureData_GetCultureData_mD4486FFF385264D6F91E2FE4BCBBBF70E471D4E1(L_27, (bool)0, L_29, L_31, L_33, L_35, L_37, L_39, L_41, L_43, L_45, L_48, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_m_cultureData_28(L_49); int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00c1: { int32_t L_51 = V_3; CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_52 = V_2; NullCheck(L_52); if ((((int32_t)L_51) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))) { goto IL_004b; } } { CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* L_53 = V_2; return L_53; } } // System.Globalization.CultureInfo/Data System.Globalization.CultureInfo::GetTextInfoData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 CultureInfo_GetTextInfoData_m4CECA66D347D11DE3D06107635E4806C58AB1A96 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { void* L_0 = __this->get_textinfo_data_22(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_1 = (*(Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 *)L_0); return L_1; } } // System.Int32 System.Globalization.CultureInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_GetHashCode_m95AA7F2F35CC0337A310EEC40F74805310716FB5 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { int32_t* L_0 = __this->get_address_of_cultureID_4(); int32_t L_1; L_1 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::ReadOnly(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_ReadOnly_m15A94C4FD9D4C2641781E9F315C7E3A24037CF2C (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___ci0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___ci0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA2C5769FCAE972C3F44D650D6158435384CEFC8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_ReadOnly_m15A94C4FD9D4C2641781E9F315C7E3A24037CF2C_RuntimeMethod_var))); } IL_000e: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___ci0; NullCheck(L_2); bool L_3 = L_2->get_m_isReadOnly_3(); if (!L_3) { goto IL_0018; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___ci0; return L_4; } IL_0018: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = ___ci0; NullCheck(L_5); RuntimeObject * L_6; L_6 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Globalization.CultureInfo::Clone() */, L_5); V_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)CastclassClass((RuntimeObject*)L_6, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7 = V_0; NullCheck(L_7); L_7->set_m_isReadOnly_3((bool)1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_0; NullCheck(L_8); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_9 = L_8->get_numInfo_10(); il2cpp_codegen_memory_barrier(); if (!L_9) { goto IL_004a; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_0; NullCheck(L_11); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_12 = L_11->get_numInfo_10(); il2cpp_codegen_memory_barrier(); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_13; L_13 = NumberFormatInfo_ReadOnly_m4460DB4CE8B1E941A62EDF5BA0D298C5DA0902D4(L_12, /*hidden argument*/NULL); NullCheck(L_10); il2cpp_codegen_memory_barrier(); L_10->set_numInfo_10(L_13); } IL_004a: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = V_0; NullCheck(L_14); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_15 = L_14->get_dateTimeInfo_11(); il2cpp_codegen_memory_barrier(); if (!L_15) { goto IL_0069; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17 = V_0; NullCheck(L_17); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_18 = L_17->get_dateTimeInfo_11(); il2cpp_codegen_memory_barrier(); IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_19; L_19 = DateTimeFormatInfo_ReadOnly_m3FE435170A585AD8987DE6840705742528C5FBE0(L_18, /*hidden argument*/NULL); NullCheck(L_16); il2cpp_codegen_memory_barrier(); L_16->set_dateTimeInfo_11(L_19); } IL_0069: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = V_0; NullCheck(L_20); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_21 = L_20->get_textInfo_12(); il2cpp_codegen_memory_barrier(); if (!L_21) { goto IL_0088; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_22 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23 = V_0; NullCheck(L_23); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_24 = L_23->get_textInfo_12(); il2cpp_codegen_memory_barrier(); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_25; L_25 = TextInfo_ReadOnly_m6EE77D7CE06E5A3843456195B1074149B4B9DC7B(L_24, /*hidden argument*/NULL); NullCheck(L_22); il2cpp_codegen_memory_barrier(); L_22->set_textInfo_12(L_25); } IL_0088: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26 = V_0; return L_26; } } // System.String System.Globalization.CultureInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_ToString_m36008C9C5A28E5FA7191F8B386D714E68DE630C3 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_13(); return L_0; } } // System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * CultureInfo_get_CompareInfo_mEAAEC048998317716EDC6D98ED582445FD6903F5 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_0 = __this->get_compareInfo_21(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_0048; } } { bool L_1 = __this->get_constructed_26(); if (L_1) { goto IL_0018; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_0018: { V_0 = __this; V_1 = (bool)0; } IL_001c: try {// begin try (depth: 1) { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_1), /*hidden argument*/NULL); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_3 = __this->get_compareInfo_21(); il2cpp_codegen_memory_barrier(); if (L_3) { goto IL_003c; } } IL_002e: { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_4 = (CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 *)il2cpp_codegen_object_new(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_il2cpp_TypeInfo_var); CompareInfo__ctor_m1E81C42D747D946A24D1999E714CFB9DDE120725(L_4, __this, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_compareInfo_21(L_4); } IL_003c: { IL2CPP_LEAVE(0x48, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0047; } } IL_0041: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0047: { IL2CPP_END_FINALLY(62) } }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_7 = __this->get_compareInfo_21(); il2cpp_codegen_memory_barrier(); return L_7; } } // System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_IsNeutralCulture_m6FB8BC7D81FED70F94AEF06410AB6DCE097789D6 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cultureID_4(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)127))))) { goto IL_000c; } } { return (bool)0; } IL_000c: { bool L_1 = __this->get_constructed_26(); if (L_1) { goto IL_001a; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_001a: { String_t* L_2 = __this->get_territory_19(); return (bool)((((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Void System.Globalization.CultureInfo::CheckNeutral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_CheckNeutral_mD3E46C7B38E42D5F6E6C1936F29737942B534A08 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { return; } } // System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * CultureInfo_get_NumberFormat_mDA1A1E8DF574E27368FAFFA94852DDA4507A3F42 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * V_0 = NULL; { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0 = __this->get_numInfo_10(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_002b; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_1 = __this->get_m_cultureData_28(); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2 = (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)il2cpp_codegen_object_new(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var); NumberFormatInfo__ctor_m2A25711B8A061EFA38961DAEDD76B4E4DB3FF5BA(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_3 = V_0; bool L_4 = __this->get_m_isReadOnly_3(); NullCheck(L_3); L_3->set_isReadOnly_30(L_4); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_5 = V_0; il2cpp_codegen_memory_barrier(); __this->set_numInfo_10(L_5); } IL_002b: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_6 = __this->get_numInfo_10(); il2cpp_codegen_memory_barrier(); return L_6; } } // System.Void System.Globalization.CultureInfo::set_NumberFormat(System.Globalization.NumberFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_set_NumberFormat_m065FCBE74A525C668178498E24B88E9343BE9D4B (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___value0, const RuntimeMethod* method) { { bool L_0 = __this->get_constructed_26(); if (L_0) { goto IL_000e; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_000e: { bool L_1 = __this->get_m_isReadOnly_3(); if (!L_1) { goto IL_0021; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E99087DF42DFC2A7700CEAFEE6597DE3B85543E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_set_NumberFormat_m065FCBE74A525C668178498E24B88E9343BE9D4B_RuntimeMethod_var))); } IL_0021: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_3 = ___value0; if (L_3) { goto IL_002f; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9984154AD3BBBFB579DE047DA8E06E81190C9591)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_set_NumberFormat_m065FCBE74A525C668178498E24B88E9343BE9D4B_RuntimeMethod_var))); } IL_002f: { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_5 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_numInfo_10(L_5); return; } } // System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * CultureInfo_get_DateTimeFormat_m0F419FAF15B8661351673C1DD0FF6C3D81BF9682 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * V_0 = NULL; { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_0 = __this->get_dateTimeInfo_11(); il2cpp_codegen_memory_barrier(); if (!L_0) { goto IL_0013; } } { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_1 = __this->get_dateTimeInfo_11(); il2cpp_codegen_memory_barrier(); return L_1; } IL_0013: { bool L_2 = __this->get_constructed_26(); if (L_2) { goto IL_0021; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_0021: { CultureInfo_CheckNeutral_mD3E46C7B38E42D5F6E6C1936F29737942B534A08(__this, /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_3 = __this->get_m_cultureData_28(); Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * L_4; L_4 = VirtualFuncInvoker0< Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * >::Invoke(8 /* System.Globalization.Calendar System.Globalization.CultureInfo::get_Calendar() */, __this); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_5 = (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 *)il2cpp_codegen_object_new(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_il2cpp_TypeInfo_var); DateTimeFormatInfo__ctor_m864526BDC1882B6DFE907709769DC8D8E694B3CC(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_6 = V_0; bool L_7 = __this->get_m_isReadOnly_3(); NullCheck(L_6); L_6->set_m_isReadOnly_44(L_7); Thread_MemoryBarrier_m9E2B68F7889D5D3AD76126930EE120D51C1B3402(/*hidden argument*/NULL); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_8 = V_0; il2cpp_codegen_memory_barrier(); __this->set_dateTimeInfo_11(L_8); DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_9 = __this->get_dateTimeInfo_11(); il2cpp_codegen_memory_barrier(); return L_9; } } // System.Void System.Globalization.CultureInfo::set_DateTimeFormat(System.Globalization.DateTimeFormatInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_set_DateTimeFormat_m152E663428270D497C9DD9DCC346F0F9838EFAB2 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___value0, const RuntimeMethod* method) { { bool L_0 = __this->get_constructed_26(); if (L_0) { goto IL_000e; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_000e: { bool L_1 = __this->get_m_isReadOnly_3(); if (!L_1) { goto IL_0021; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E99087DF42DFC2A7700CEAFEE6597DE3B85543E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_set_DateTimeFormat_m152E663428270D497C9DD9DCC346F0F9838EFAB2_RuntimeMethod_var))); } IL_0021: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_3 = ___value0; if (L_3) { goto IL_002f; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF04C94614E8A877CBA6D90F269CB54E88A56A6E9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_set_DateTimeFormat_m152E663428270D497C9DD9DCC346F0F9838EFAB2_RuntimeMethod_var))); } IL_002f: { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_5 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_dateTimeInfo_11(L_5); return; } } // System.String System.Globalization.CultureInfo::get_EnglishName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_EnglishName_mE43EA277CC82EAE3D1BBCF072C2B55AD47BB04B9 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_constructed_26(); if (L_0) { goto IL_000e; } } { CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D(__this, /*hidden argument*/NULL); } IL_000e: { String_t* L_1 = __this->get_englishname_14(); return L_1; } } // System.Boolean System.Globalization.CultureInfo::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m2A30670E5820573D6E2EB1B9EC2744824816F837 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_m_isReadOnly_3(); return L_0; } } // System.Object System.Globalization.CultureInfo::GetFormat(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfo_GetFormat_mD0C63AD164C660C2F8411BDDC04696E18BA053C7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, Type_t * ___formatType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { V_0 = NULL; Type_t * L_0 = ___formatType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001d; } } { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_4; L_4 = VirtualFuncInvoker0< NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, __this); V_0 = L_4; goto IL_0036; } IL_001d: { Type_t * L_5 = ___formatType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); bool L_8; L_8 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0036; } } { DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * L_9; L_9 = VirtualFuncInvoker0< DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, __this); V_0 = L_9; } IL_0036: { RuntimeObject * L_10 = V_0; return L_10; } } // System.Void System.Globalization.CultureInfo::Construct() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_Construct_m1FB94A54C8502500847D85352D31C0F83A650C5D (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_cultureID_4(); bool L_1; L_1 = CultureInfo_construct_internal_locale_from_lcid_mB033B9B7BD969B7BDFC913FEE6D48056ADA912DB(__this, L_0, /*hidden argument*/NULL); __this->set_constructed_26((bool)1); return; } } // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_lcid(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_lcid_mB033B9B7BD969B7BDFC913FEE6D48056ADA912DB (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___lcid0, const RuntimeMethod* method) { typedef bool (*CultureInfo_construct_internal_locale_from_lcid_mB033B9B7BD969B7BDFC913FEE6D48056ADA912DB_ftn) (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, int32_t); using namespace il2cpp::icalls; return ((CultureInfo_construct_internal_locale_from_lcid_mB033B9B7BD969B7BDFC913FEE6D48056ADA912DB_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_lcid) (__this, ___lcid0); } // System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, const RuntimeMethod* method) { typedef bool (*CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB_ftn) (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, String_t*); using namespace il2cpp::icalls; return ((CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_name) (__this, ___name0); } // System.String System.Globalization.CultureInfo::get_current_locale_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_current_locale_name_m281D09543ED0103A4F06B39C2D88F4A4DA1DA8E9 (const RuntimeMethod* method) { typedef String_t* (*CultureInfo_get_current_locale_name_m281D09543ED0103A4F06B39C2D88F4A4DA1DA8E9_ftn) (); using namespace il2cpp::icalls; return ((CultureInfo_get_current_locale_name_m281D09543ED0103A4F06B39C2D88F4A4DA1DA8E9_ftn)mscorlib::System::Globalization::CultureInfo::get_current_locale_name) (); } // System.Globalization.CultureInfo[] System.Globalization.CultureInfo::internal_get_cultures(System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* CultureInfo_internal_get_cultures_m73ACDAC422E8854B1F1A5F4810947809D3A37BFB (bool ___neutral0, bool ___specific1, bool ___installed2, const RuntimeMethod* method) { typedef CultureInfoU5BU5D_t375A6A46468161A83582EA3CE4E43D94DA9C1574* (*CultureInfo_internal_get_cultures_m73ACDAC422E8854B1F1A5F4810947809D3A37BFB_ftn) (bool, bool, bool); using namespace il2cpp::icalls; return ((CultureInfo_internal_get_cultures_m73ACDAC422E8854B1F1A5F4810947809D3A37BFB_ftn)mscorlib::System::Globalization::CultureInfo::internal_get_cultures) (___neutral0, ___specific1, ___installed2); } // System.Void System.Globalization.CultureInfo::ConstructInvariant(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_ConstructInvariant_mAA31B93958C8D5F170193EEA18C6EFE38D0517E1 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, bool ___read_only0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16EE8AC9B9196A68CF5C20D074DCC78E2780129E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87BF0F9A16D49B7B87A65BA0CB954AA493DECC0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCBCF5ABE35600EAFD21FA4DC1F78EBBBCAD041EB); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { __this->set_cultureID_4(((int32_t)127)); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_numInfo_10(L_0); bool L_1 = ___read_only0; if (L_1) { goto IL_0032; } } { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2 = __this->get_numInfo_10(); il2cpp_codegen_memory_barrier(); NullCheck(L_2); RuntimeObject * L_3; L_3 = NumberFormatInfo_Clone_m3973789E1D3DD15BD7BB485B7BD89432C37AF82D(L_2, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_numInfo_10(((NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)CastclassSealed((RuntimeObject*)L_3, NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_il2cpp_TypeInfo_var))); } IL_0032: { TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_4; L_4 = TextInfo_get_Invariant_mEC603FEC2335D1CD5D827C4ECA44D7DC815B3C43(/*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); __this->set_textInfo_12(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_m_name_13(L_5); String_t* L_6 = _stringLiteral16EE8AC9B9196A68CF5C20D074DCC78E2780129E; V_0 = L_6; __this->set_nativename_15(L_6); String_t* L_7 = V_0; __this->set_englishname_14(L_7); __this->set_iso3lang_16(_stringLiteralA87BF0F9A16D49B7B87A65BA0CB954AA493DECC0); __this->set_iso2lang_17(_stringLiteralCBCF5ABE35600EAFD21FA4DC1F78EBBBCAD041EB); __this->set_win3lang_18(_stringLiteralA87BF0F9A16D49B7B87A65BA0CB954AA493DECC0); __this->set_default_calendar_type_8(((int32_t)257)); return; } } // System.Globalization.TextInfo System.Globalization.CultureInfo::CreateTextInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * CultureInfo_CreateTextInfo_m101A37890885BB4CC2F71C44AA70DAD832E554AA (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, bool ___readOnly0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_0 = __this->get_m_cultureData_28(); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_1 = (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C *)il2cpp_codegen_object_new(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C_il2cpp_TypeInfo_var); TextInfo__ctor_m508B936EA438F37591CCE37041B1273A9283F67B(L_1, L_0, /*hidden argument*/NULL); TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * L_2 = L_1; bool L_3 = ___readOnly0; NullCheck(L_2); TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9_inline(L_2, L_3, /*hidden argument*/NULL); return L_2; } } // System.Void System.Globalization.CultureInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m9A51F2BC5C6EFFA706C82A4DA70AFB918F195230 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___culture0, const RuntimeMethod* method) { { int32_t L_0 = ___culture0; CultureInfo__ctor_m3BA65E5577E1C90B6173D76CBE58065DA823F326(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m3BA65E5577E1C90B6173D76CBE58065DA823F326 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___culture0, bool ___useUserOverride1, const RuntimeMethod* method) { { int32_t L_0 = ___culture0; bool L_1 = ___useUserOverride1; CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, int32_t ___culture0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method) { Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___culture0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D_RuntimeMethod_var))); } IL_001a: { __this->set_constructed_26((bool)1); bool L_2 = ___read_only2; __this->set_m_isReadOnly_3(L_2); bool L_3 = ___useUserOverride1; __this->set_m_useUserOverride_9(L_3); int32_t L_4 = ___culture0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)127))))) { goto IL_0047; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_5; L_5 = CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF(/*hidden argument*/NULL); __this->set_m_cultureData_28(L_5); bool L_6 = ___read_only2; CultureInfo_ConstructInvariant_mAA31B93958C8D5F170193EEA18C6EFE38D0517E1(__this, L_6, /*hidden argument*/NULL); return; } IL_0047: { int32_t L_7 = ___culture0; bool L_8; L_8 = CultureInfo_construct_internal_locale_from_lcid_mB033B9B7BD969B7BDFC913FEE6D48056ADA912DB(__this, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0089; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9; L_9 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_11; L_11 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___culture0), L_10, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_13; L_13 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&___culture0), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD68508B50CDE1B2E777400476044304CB8149311)), L_12, /*hidden argument*/NULL); String_t* L_14; L_14 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9142B651B92814E3077C4197DD0091F9FD8ECAF4)), L_11, L_13, /*hidden argument*/NULL); V_1 = L_14; String_t* L_15 = V_1; CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C * L_16 = (CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C_il2cpp_TypeInfo_var))); CultureNotFoundException__ctor_mD0FFBC025FBAABAFCF8DB514A4B164A98D9E4D4A(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D_RuntimeMethod_var))); } IL_0089: { Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_17; L_17 = CultureInfo_GetTextInfoData_m4CECA66D347D11DE3D06107635E4806C58AB1A96(__this, /*hidden argument*/NULL); V_0 = L_17; String_t* L_18 = __this->get_m_name_13(); bool L_19 = __this->get_m_useUserOverride_9(); int32_t L_20 = __this->get_datetime_index_6(); int32_t L_21; L_21 = CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258(__this, /*hidden argument*/NULL); int32_t L_22 = __this->get_number_index_7(); String_t* L_23 = __this->get_iso2lang_17(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_24 = V_0; int32_t L_25 = L_24.get_ansi_0(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_26 = V_0; int32_t L_27 = L_26.get_oem_3(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_28 = V_0; int32_t L_29 = L_28.get_mac_2(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_30 = V_0; int32_t L_31 = L_30.get_ebcdic_1(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_32 = V_0; bool L_33 = L_32.get_right_to_left_4(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_34 = V_0; uint8_t L_35 = L_34.get_list_sep_5(); V_2 = L_35; String_t* L_36; L_36 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_2), /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_37; L_37 = CultureData_GetCultureData_mD4486FFF385264D6F91E2FE4BCBBBF70E471D4E1(L_18, L_19, L_20, L_21, L_22, L_23, L_25, L_27, L_29, L_31, L_33, L_36, /*hidden argument*/NULL); __this->set_m_cultureData_28(L_37); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m0571D491E0A491EB03A3645B5965511AC0B5DFD7 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; CultureInfo__ctor_mFE3CE1D3E1DFE3CDC8FA7E61D581805123837F7D(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mFE3CE1D3E1DFE3CDC8FA7E61D581805123837F7D (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, bool ___useUserOverride1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; bool L_1 = ___useUserOverride1; CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, String_t* ___name0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 V_0; memset((&V_0), 0, sizeof(V_0)); Il2CppChar V_1 = 0x0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23_RuntimeMethod_var))); } IL_0014: { __this->set_constructed_26((bool)1); bool L_2 = ___read_only2; __this->set_m_isReadOnly_3(L_2); bool L_3 = ___useUserOverride1; __this->set_m_useUserOverride_9(L_3); Type_t * L_4; L_4 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); bool L_7; L_7 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_4, L_6, /*hidden argument*/NULL); __this->set_m_isInherited_29(L_7); String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005f; } } { CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_10; L_10 = CultureData_get_Invariant_m691DD086A42421A73E091169E1D280122EA298BF(/*hidden argument*/NULL); __this->set_m_cultureData_28(L_10); bool L_11 = ___read_only2; CultureInfo_ConstructInvariant_mAA31B93958C8D5F170193EEA18C6EFE38D0517E1(__this, L_11, /*hidden argument*/NULL); return; } IL_005f: { String_t* L_12 = ___name0; NullCheck(L_12); String_t* L_13; L_13 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_12, /*hidden argument*/NULL); bool L_14; L_14 = CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB(__this, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0074; } } { String_t* L_15 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); Exception_t * L_16; L_16 = CultureInfo_CreateNotFoundException_mE8F4C42AA97D587313FA497CB787A5FDCC663C4D(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23_RuntimeMethod_var))); } IL_0074: { Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_17; L_17 = CultureInfo_GetTextInfoData_m4CECA66D347D11DE3D06107635E4806C58AB1A96(__this, /*hidden argument*/NULL); V_0 = L_17; String_t* L_18 = __this->get_m_name_13(); bool L_19 = ___useUserOverride1; int32_t L_20 = __this->get_datetime_index_6(); int32_t L_21; L_21 = CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258(__this, /*hidden argument*/NULL); int32_t L_22 = __this->get_number_index_7(); String_t* L_23 = __this->get_iso2lang_17(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_24 = V_0; int32_t L_25 = L_24.get_ansi_0(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_26 = V_0; int32_t L_27 = L_26.get_oem_3(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_28 = V_0; int32_t L_29 = L_28.get_mac_2(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_30 = V_0; int32_t L_31 = L_30.get_ebcdic_1(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_32 = V_0; bool L_33 = L_32.get_right_to_left_4(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_34 = V_0; uint8_t L_35 = L_34.get_list_sep_5(); V_1 = L_35; String_t* L_36; L_36 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_1), /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_37; L_37 = CultureData_GetCultureData_mD4486FFF385264D6F91E2FE4BCBBBF70E471D4E1(L_18, L_19, L_20, L_21, L_22, L_23, L_25, L_27, L_29, L_31, L_33, L_36, /*hidden argument*/NULL); __this->set_m_cultureData_28(L_37); return; } } // System.Void System.Globalization.CultureInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m82444A718D57D491551B7BB399AD1DA1FD07D465 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_constructed_26((bool)1); return; } } // System.Void System.Globalization.CultureInfo::insert_into_shared_tables(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_insert_into_shared_tables_mA25287C94FDF140958B19C099703422A854A0D52 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7FF93F8F008C4921D719E95DAC6A204DAD0B7E44_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mBEEED4096DA995C6A59E8F6117E71DFF63E2706D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m44BDA2AA7ABE514535989B8E02D191FF52889767_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mC356354D6C50DB960F89F0908AABE2FCA41EC3F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * L_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_number_35(); if (L_0) { goto IL_001b; } } { Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * L_1 = (Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 *)il2cpp_codegen_object_new(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402_il2cpp_TypeInfo_var); Dictionary_2__ctor_m7FF93F8F008C4921D719E95DAC6A204DAD0B7E44(L_1, /*hidden argument*/Dictionary_2__ctor_m7FF93F8F008C4921D719E95DAC6A204DAD0B7E44_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->set_shared_by_number_35(L_1); Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * L_2 = (Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC *)il2cpp_codegen_object_new(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC_il2cpp_TypeInfo_var); Dictionary_2__ctor_mBEEED4096DA995C6A59E8F6117E71DFF63E2706D(L_2, /*hidden argument*/Dictionary_2__ctor_mBEEED4096DA995C6A59E8F6117E71DFF63E2706D_RuntimeMethod_var); ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->set_shared_by_name_36(L_2); } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * L_3 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_number_35(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___c0; NullCheck(L_4); int32_t L_5 = L_4->get_cultureID_4(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = ___c0; NullCheck(L_3); Dictionary_2_set_Item_mC356354D6C50DB960F89F0908AABE2FCA41EC3F5(L_3, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_mC356354D6C50DB960F89F0908AABE2FCA41EC3F5_RuntimeMethod_var); Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * L_7 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_name_36(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = ___c0; NullCheck(L_8); String_t* L_9 = L_8->get_m_name_13(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___c0; NullCheck(L_7); Dictionary_2_set_Item_m44BDA2AA7ABE514535989B8E02D191FF52889767(L_7, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m44BDA2AA7ABE514535989B8E02D191FF52889767_RuntimeMethod_var); return; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_GetCultureInfo_mB0697F9A11B0ECED167EF993E87AF22C201A16A6 (int32_t ___culture0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7C3C57E21A619C0FEE0F407E9569510F371CE5F6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___culture0; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC80EAF7D556B35E97D7BD4261C87B1BF066A0221)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_GetCultureInfo_mB0697F9A11B0ECED167EF993E87AF22C201A16A6_RuntimeMethod_var))); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_table_lock_1(); V_1 = L_2; V_2 = (bool)0; } IL_001c: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * L_4 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_number_35(); if (!L_4) { goto IL_003e; } } IL_002b: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * L_5 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_number_35(); int32_t L_6 = ___culture0; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m7C3C57E21A619C0FEE0F407E9569510F371CE5F6(L_5, L_6, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m7C3C57E21A619C0FEE0F407E9569510F371CE5F6_RuntimeMethod_var); if (!L_7) { goto IL_003e; } } IL_003a: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_0; V_3 = L_8; IL2CPP_LEAVE(0x5B, FINALLY_0051); } IL_003e: { int32_t L_9 = ___culture0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D(L_10, L_9, (bool)0, (bool)1, /*hidden argument*/NULL); V_0 = L_10; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_insert_into_shared_tables_mA25287C94FDF140958B19C099703422A854A0D52(L_11, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = V_0; V_3 = L_12; IL2CPP_LEAVE(0x5B, FINALLY_0051); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: {// begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_005a; } } IL_0054: { RuntimeObject * L_14 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_005a: { IL2CPP_END_FINALLY(81) } }// end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5B, IL_005b) } IL_005b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = V_3; return L_15; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m39174291BF1D51F14BA94389E720EBF6E1AD4AE7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; RuntimeObject * V_1 = NULL; bool V_2 = false; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3_RuntimeMethod_var))); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_table_lock_1(); V_1 = L_2; V_2 = (bool)0; } IL_0016: try {// begin try (depth: 1) { RuntimeObject * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * L_4 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_name_36(); if (!L_4) { goto IL_0038; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * L_5 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_shared_by_name_36(); String_t* L_6 = ___name0; NullCheck(L_5); bool L_7; L_7 = Dictionary_2_TryGetValue_m39174291BF1D51F14BA94389E720EBF6E1AD4AE7(L_5, L_6, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m39174291BF1D51F14BA94389E720EBF6E1AD4AE7_RuntimeMethod_var); if (!L_7) { goto IL_0038; } } IL_0034: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = V_0; V_3 = L_8; IL2CPP_LEAVE(0x55, FINALLY_004b); } IL_0038: { String_t* L_9 = ___name0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23(L_10, L_9, (bool)0, (bool)1, /*hidden argument*/NULL); V_0 = L_10; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_insert_into_shared_tables_mA25287C94FDF140958B19C099703422A854A0D52(L_11, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = V_0; V_3 = L_12; IL2CPP_LEAVE(0x55, FINALLY_004b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004b; } FINALLY_004b: {// begin finally (depth: 1) { bool L_13 = V_2; if (!L_13) { goto IL_0054; } } IL_004e: { RuntimeObject * L_14 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_0054: { IL2CPP_END_FINALLY(75) } }// end finally (depth: 1) IL2CPP_CLEANUP(75) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x55, IL_0055) } IL_0055: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = V_3; return L_15; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateCulture(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_CreateCulture_mE6241480FD513F95C07D7B765B245BCD5B7962D9 (String_t* ___name0, bool ___reference1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B4_0 = 0; int32_t G_B8_0 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = ___reference1; if (!L_2) { goto IL_0019; } } { bool L_3 = V_2; if (L_3) { goto IL_0013; } } { G_B4_0 = 1; goto IL_0014; } IL_0013: { G_B4_0 = 0; } IL_0014: { V_1 = (bool)G_B4_0; V_0 = (bool)0; goto IL_0023; } IL_0019: { V_0 = (bool)0; bool L_4 = V_2; if (L_4) { goto IL_0021; } } { G_B8_0 = 1; goto IL_0022; } IL_0021: { G_B8_0 = 0; } IL_0022: { V_1 = (bool)G_B8_0; } IL_0023: { String_t* L_5 = ___name0; bool L_6 = V_1; bool L_7 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m9172FF7D9C9BE3C96B83FB9302623D3A3CEE2C23(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCulture(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_CreateSpecificCulture_m1BB43B0DB265BC2D85B099C6FC701BE928D686F9 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; Il2CppChar V_4 = 0x0; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_CreateSpecificCulture_m1BB43B0DB265BC2D85B099C6FC701BE928D686F9_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); return L_4; } IL_001c: { String_t* L_5 = ___name0; V_0 = L_5; String_t* L_6 = ___name0; NullCheck(L_6); String_t* L_7; L_7 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_6, /*hidden argument*/NULL); ___name0 = L_7; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m82444A718D57D491551B7BB399AD1DA1FD07D465(L_8, /*hidden argument*/NULL); V_1 = L_8; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = V_1; String_t* L_10 = ___name0; NullCheck(L_9); bool L_11; L_11 = CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB(L_9, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_006f; } } { String_t* L_12 = ___name0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_3; if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0064; } } { goto IL_0054; } IL_0044: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = V_1; String_t* L_16 = ___name0; int32_t L_17 = V_3; NullCheck(L_16); String_t* L_18; L_18 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_16, 0, L_17, /*hidden argument*/NULL); NullCheck(L_15); bool L_19; L_19 = CultureInfo_construct_internal_locale_from_name_mE0F01E365A81CCEA2C8F5FAC1AF69E63AD15AECB(L_15, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0064; } } IL_0054: { String_t* L_20 = ___name0; int32_t L_21 = V_3; NullCheck(L_20); int32_t L_22; L_22 = String_LastIndexOf_m8DB57B87F39952A78925B5BF9BBB49B3EFA28155(L_20, ((int32_t)45), ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL); int32_t L_23 = L_22; V_3 = L_23; if ((((int32_t)L_23) > ((int32_t)0))) { goto IL_0044; } } IL_0064: { int32_t L_24 = V_3; if ((((int32_t)L_24) > ((int32_t)0))) { goto IL_006f; } } { String_t* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); Exception_t * L_26; L_26 = CultureInfo_CreateNotFoundException_mE8F4C42AA97D587313FA497CB787A5FDCC663C4D(L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_CreateSpecificCulture_m1BB43B0DB265BC2D85B099C6FC701BE928D686F9_RuntimeMethod_var))); } IL_006f: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27 = V_1; NullCheck(L_27); bool L_28; L_28 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, L_27); if (!L_28) { goto IL_0083; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29 = V_1; NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_29); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_31; L_31 = CultureInfo_CreateSpecificCultureFromNeutral_mF6CF569184E7F4CDD6385094B46ADB092A3B26ED(L_30, /*hidden argument*/NULL); V_1 = L_31; } IL_0083: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = V_1; NullCheck(L_32); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_33; L_33 = CultureInfo_GetTextInfoData_m4CECA66D347D11DE3D06107635E4806C58AB1A96(L_32, /*hidden argument*/NULL); V_2 = L_33; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = V_1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_35 = V_1; NullCheck(L_35); String_t* L_36 = L_35->get_m_name_13(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_37 = V_1; NullCheck(L_37); int32_t L_38 = L_37->get_datetime_index_6(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39 = V_1; NullCheck(L_39); int32_t L_40; L_40 = CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258(L_39, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_41 = V_1; NullCheck(L_41); int32_t L_42 = L_41->get_number_index_7(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_43 = V_1; NullCheck(L_43); String_t* L_44 = L_43->get_iso2lang_17(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_45 = V_2; int32_t L_46 = L_45.get_ansi_0(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_47 = V_2; int32_t L_48 = L_47.get_oem_3(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_49 = V_2; int32_t L_50 = L_49.get_mac_2(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_51 = V_2; int32_t L_52 = L_51.get_ebcdic_1(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_53 = V_2; bool L_54 = L_53.get_right_to_left_4(); Data_tD2910A75571233E80DF4714C1F6CBB1852B3BF68 L_55 = V_2; uint8_t L_56 = L_55.get_list_sep_5(); V_4 = L_56; String_t* L_57; L_57 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&V_4), /*hidden argument*/NULL); CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * L_58; L_58 = CultureData_GetCultureData_mD4486FFF385264D6F91E2FE4BCBBBF70E471D4E1(L_36, (bool)0, L_38, L_40, L_42, L_44, L_46, L_48, L_50, L_52, L_54, L_57, /*hidden argument*/NULL); NullCheck(L_34); L_34->set_m_cultureData_28(L_58); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_59 = V_1; return L_59; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCultureFromNeutral(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_CreateSpecificCultureFromNeutral_mF6CF569184E7F4CDD6385094B46ADB092A3B26ED (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E4A9A185B6712A65E65B031DB40DF99F92AB33); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral040DF303AB643ECC7214BADF32D9CCC762164872); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04C2F40D8E9D03FBA04FB854ED81107CF80CBECB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral064BFBA7CD1992140FB4470CAFCBD85D77C2E9DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral099CB8FC1642D2D81AC1397BC23C08FED86D8B76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BB39DE8D1B747008B7AA481357BD906FEA90B6F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BD0C0E387C7BBC4DC4847B62BDC38C8461134FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BE577CB8C86B8EA16F7B8F6FC9843E2AEDEA223); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C45DB50527FCFAD456E74EB416B617329505309); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EDC31B46C4E1B7B125CEFD368219B096CCBDCAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FC1228FE865A563B1BAA7422C1B3D13E1A148F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10E88D340E477ADF254E0143091B9F05949045EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D84D91751D70ACE8BFBBBF2228F414B00120791); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral239BE766E81D947F3B5DE3B9094AC4A316DA7A0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2996F88710AC063B34FCB3E2F7542E20E1F40EDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD776B6E9A75540E993F500C384D4CEA82BDE93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral351C23AF0275A2B0CF29AA49A61447E39AA19C35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38E2D61DF26BB16DB5C12B6BD9E18DCED3861C8A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B0698B62A26CA2140DAC043A6FBEEED6F314865); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C6131E30B0F09369E3C458383D88C899F66286B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4979435BC414A38C6A847CE4F6602518D9E784DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4AB1DCF31D061B4D9219ADB62408D6124FFF8C39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B130E0ADBF6FB23936B4840940446D75AC705BC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5757AA0803DE438C476C457F880F11993691A9A4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57CDF9A5D0724782466D34EC1B70B971EFA42E41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A3C149389D483F52266679249B957786C7B25BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AF23720B2A92C8FB7E5A66960FC8110D661FFFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5ED2411CDDE244C0E1917EE2D73CE6A079129988); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F705BF28C36D6FA64D5CBA37F49FCC59DD0417B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63B2A291AF64BAC9BB40447598948852CE65AB8D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63BA93AC7CF41AB73D269CB243ACB3C694D877FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64A5E9680698425577D5D18E6CFC9BCF9EB06799); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64FDDBB3A17B80D53FC0D7EEDA16B4F2BADC8653); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral659CCF3D95E8F2611B54F318E238DEE0331D9159); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A16F28AF01E63DCD06496A0EC0043070A25037); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68475E64D3943C9BB7F5E25BD175FCA30A7BAB36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D10514B53BD6CA59432CBF0DEB82739081F9A79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70CF70BEE2E6DFDE9DC7CEDD951035044A83A9D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71F3D21EC6000C6373838EE3052D4655D73C6FD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral751761CFC425090DF37953B66E095E074C493B82); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75E5BD68BD5FC6F8499F8DDD2A07E4343D47D56D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A16FD7D249042A9D233668C0647E9AF2682E343); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B5AF553DE3D5551CF1B0CCF3472C0A829FBE225); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83677DCCB7BB033AEF32E9B3A36A19419362B50D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8749E8EC67225E6C75E9EDF4844D0C66D6B94686); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral927CEC03EA04D1174386AC2859736CDAE1C008FB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92B0DDA6AFF45F8345D174CA89AA52AD69F87220); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96681A2B198D42859DB500CC97021274BD2004F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97B00FD8314B9B3431027FDEC04736184544263B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99A6A8743D5ED5896ABE5698B451AA3317055239); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA36A334192126F9F46985D1ECB5A56CBA9459993); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5E647CA0212569C45180F8F600A33336912CE54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA72DCB0EF3FF1483F791CC80571B04B02676C702); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADFD31FDE650D1F0531CCF7D411114DC4A5B882F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB195BA344125DBCF6B810A01852CD1C74504A5B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB610FC064990B160316CF3965298D3D0B0FB682B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA0F36134CE3CE52AE20222DF2DE67DF30E37F6F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC37E00830E563613A3F072B67951C315A4F57AF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDA1D29DF9F065579BF7D991474F40033F838B8B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC24E9C0CF8B34DB1AC50A92DE742EC2193059B9E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3823D59BCFF78F17A489A6C4E58280F659AB791); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5539816FE0F211A60E6DED42EA53503919DA1BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC888C8652498AE95D2FBCDD291667D0E21632778); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF1DF3D01D3BBBEF5EAC2928EDE923915C545779); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD18145FF81B759979A794F91A98AE8233353F271); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE04425427BEC952925CB61F41D0D86F692627818); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE06B55C4BBE3AA67B273C38DB42C4D3F91B17F7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2712CAF0B5338EFB4C223971C31A2A34AF148C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE454C2669650BE573DA82F515EF9D0EA4EA46B03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE58C91047D3C602D9139D1765C6C0CFDEA023796); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE629D5AD10E1457CA140384294F67BEFBF1544A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE79F0FEED9DB67454EC6695433F468AEA44BB4D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9A83B049D8B46E7FB5210D131E851C12BF0FB05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECDF0EAD37E44911D2181967F4DF8310B3F62B1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1BDA35EAB7EEB35F0CA81866CED4BFB34C9B979); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF212D94BEE0D78BF235F1FDC1DDF220E3E0A36DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF782CA2715DE295A191C3C03381648B4B6C7F877); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB09FA7ED7D5C1049E1BE87C18DFB91683B362CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEBC1864D2194F9C85F8426EB9D3393797F2C0B6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEC3F470221B6468175661EEDCA3787F19325BB5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; uint32_t V_2 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); String_t* L_1; L_1 = String_ToLowerInvariant_m070E99F11A6005755BD6579A6CC835694395F79F(L_0, /*hidden argument*/NULL); V_1 = L_1; String_t* L_2 = V_1; uint32_t L_3; L_3 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_mB93B5E37F36C3B39E066B11F88014D2A69612967(L_2, /*hidden argument*/NULL); V_2 = L_3; uint32_t L_4 = V_2; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)1344898993))))) { goto IL_04d3; } } { uint32_t L_5 = V_2; if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)1128614327))))) { goto IL_0276; } } { uint32_t L_6 = V_2; if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)1025408520))))) { goto IL_014d; } } { uint32_t L_7 = V_2; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)975938470))))) { goto IL_00be; } } { uint32_t L_8 = V_2; if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)926444256))))) { goto IL_0080; } } { uint32_t L_9 = V_2; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)896475900))))) { goto IL_0065; } } { uint32_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)((int32_t)275533995)))) { goto IL_1091; } } { uint32_t L_11 = V_2; if ((((int32_t)L_11) == ((int32_t)((int32_t)896475900)))) { goto IL_09d7; } } { goto IL_1b38; } IL_0065: { uint32_t L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)((int32_t)925484199)))) { goto IL_0faa; } } { uint32_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)((int32_t)926444256)))) { goto IL_0d9d; } } { goto IL_1b38; } IL_0080: { uint32_t L_14 = V_2; if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)944060518))))) { goto IL_00a3; } } { uint32_t L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)942383232)))) { goto IL_0a55; } } { uint32_t L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)944060518)))) { goto IL_131c; } } { goto IL_1b38; } IL_00a3: { uint32_t L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)944899161)))) { goto IL_11b7; } } { uint32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)975938470)))) { goto IL_0a6a; } } { goto IL_1b38; } IL_00be: { uint32_t L_19 = V_2; if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)996684602))))) { goto IL_0104; } } { uint32_t L_20 = V_2; if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)977615756))))) { goto IL_00e9; } } { uint32_t L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)((int32_t)976777113)))) { goto IL_0db2; } } { uint32_t L_22 = V_2; if ((((int32_t)L_22) == ((int32_t)((int32_t)977615756)))) { goto IL_1346; } } { goto IL_1b38; } IL_00e9: { uint32_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)991980614)))) { goto IL_0ca1; } } { uint32_t L_24 = V_2; if ((((int32_t)L_24) == ((int32_t)((int32_t)996684602)))) { goto IL_0fbf; } } { goto IL_1b38; } IL_0104: { uint32_t L_25 = V_2; if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)1011170994))))) { goto IL_0127; } } { uint32_t L_26 = V_2; if ((((int32_t)L_26) == ((int32_t)((int32_t)1009493708)))) { goto IL_0a40; } } { uint32_t L_27 = V_2; if ((((int32_t)L_27) == ((int32_t)((int32_t)1011170994)))) { goto IL_1331; } } { goto IL_1b38; } IL_0127: { uint32_t L_28 = V_2; if ((((int32_t)L_28) == ((int32_t)((int32_t)1011465184)))) { goto IL_1481; } } { uint32_t L_29 = V_2; if ((((int32_t)L_29) == ((int32_t)((int32_t)1012009637)))) { goto IL_11e1; } } { uint32_t L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)1025408520)))) { goto IL_13ee; } } { goto IL_1b38; } IL_014d: { uint32_t L_31 = V_2; if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)1092248970))))) { goto IL_01e7; } } { uint32_t L_32 = V_2; if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)1058693732))))) { goto IL_019e; } } { uint32_t L_33 = V_2; if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)1044726232))))) { goto IL_0183; } } { uint32_t L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)((int32_t)1044181779)))) { goto IL_0e6f; } } { uint32_t L_35 = V_2; if ((((int32_t)L_35) == ((int32_t)((int32_t)1044726232)))) { goto IL_1385; } } { goto IL_1b38; } IL_0183: { uint32_t L_36 = V_2; if ((((int32_t)L_36) == ((int32_t)((int32_t)1045564875)))) { goto IL_120b; } } { uint32_t L_37 = V_2; if ((((int32_t)L_37) == ((int32_t)((int32_t)1058693732)))) { goto IL_0ba5; } } { goto IL_1b38; } IL_019e: { uint32_t L_38 = V_2; if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)1076162899))))) { goto IL_01c1; } } { uint32_t L_39 = V_2; if ((((int32_t)L_39) == ((int32_t)((int32_t)1075868709)))) { goto IL_0c8c; } } { uint32_t L_40 = V_2; if ((((int32_t)L_40) == ((int32_t)((int32_t)1076162899)))) { goto IL_09ad; } } { goto IL_1b38; } IL_01c1: { uint32_t L_41 = V_2; if ((((int32_t)L_41) == ((int32_t)((int32_t)1079120113)))) { goto IL_11f6; } } { uint32_t L_42 = V_2; if ((((int32_t)L_42) == ((int32_t)((int32_t)1087741671)))) { goto IL_0a16; } } { uint32_t L_43 = V_2; if ((((int32_t)L_43) == ((int32_t)((int32_t)1092248970)))) { goto IL_0bba; } } { goto IL_1b38; } IL_01e7: { uint32_t L_44 = V_2; if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)1110556780))))) { goto IL_022d; } } { uint32_t L_45 = V_2; if ((!(((uint32_t)L_45) <= ((uint32_t)((int32_t)1095059089))))) { goto IL_0212; } } { uint32_t L_46 = V_2; if ((((int32_t)L_46) == ((int32_t)((int32_t)1094514636)))) { goto IL_0eae; } } { uint32_t L_47 = V_2; if ((((int32_t)L_47) == ((int32_t)((int32_t)1095059089)))) { goto IL_1370; } } { goto IL_1b38; } IL_0212: { uint32_t L_48 = V_2; if ((((int32_t)L_48) == ((int32_t)((int32_t)1110159422)))) { goto IL_0a94; } } { uint32_t L_49 = V_2; if ((((int32_t)L_49) == ((int32_t)((int32_t)1110556780)))) { goto IL_0f17; } } { goto IL_1b38; } IL_022d: { uint32_t L_50 = V_2; if ((!(((uint32_t)L_50) <= ((uint32_t)((int32_t)1126201566))))) { goto IL_0250; } } { uint32_t L_51 = V_2; if ((((int32_t)L_51) == ((int32_t)((int32_t)1111292255)))) { goto IL_0ec3; } } { uint32_t L_52 = V_2; if ((((int32_t)L_52) == ((int32_t)((int32_t)1126201566)))) { goto IL_0cb6; } } { goto IL_1b38; } IL_0250: { uint32_t L_53 = V_2; if ((((int32_t)L_53) == ((int32_t)((int32_t)1126937041)))) { goto IL_0a7f; } } { uint32_t L_54 = V_2; if ((((int32_t)L_54) == ((int32_t)((int32_t)1128069874)))) { goto IL_0e84; } } { uint32_t L_55 = V_2; if ((((int32_t)L_55) == ((int32_t)((int32_t)1128614327)))) { goto IL_139a; } } { goto IL_1b38; } IL_0276: { uint32_t L_56 = V_2; if ((!(((uint32_t)L_56) <= ((uint32_t)((int32_t)1213341065))))) { goto IL_03aa; } } { uint32_t L_57 = V_2; if ((!(((uint32_t)L_57) <= ((uint32_t)((int32_t)1177122803))))) { goto IL_031b; } } { uint32_t L_58 = V_2; if ((!(((uint32_t)L_58) <= ((uint32_t)((int32_t)1162022470))))) { goto IL_02d2; } } { uint32_t L_59 = V_2; if ((!(((uint32_t)L_59) <= ((uint32_t)((int32_t)1144553303))))) { goto IL_02b7; } } { uint32_t L_60 = V_2; if ((((int32_t)L_60) == ((int32_t)((int32_t)1129452970)))) { goto IL_1220; } } { uint32_t L_61 = V_2; if ((((int32_t)L_61) == ((int32_t)((int32_t)1144553303)))) { goto IL_0dc7; } } { goto IL_1b38; } IL_02b7: { uint32_t L_62 = V_2; if ((((int32_t)L_62) == ((int32_t)((int32_t)1144847493)))) { goto IL_0e99; } } { uint32_t L_63 = V_2; if ((((int32_t)L_63) == ((int32_t)((int32_t)1162022470)))) { goto IL_142d; } } { goto IL_1b38; } IL_02d2: { uint32_t L_64 = V_2; if ((!(((uint32_t)L_64) <= ((uint32_t)((int32_t)1163008208))))) { goto IL_02f5; } } { uint32_t L_65 = V_2; if ((((int32_t)L_65) == ((int32_t)((int32_t)1162757945)))) { goto IL_10e5; } } { uint32_t L_66 = V_2; if ((((int32_t)L_66) == ((int32_t)((int32_t)1163008208)))) { goto IL_129e; } } { goto IL_1b38; } IL_02f5: { uint32_t L_67 = V_2; if ((((int32_t)L_67) == ((int32_t)((int32_t)1164435231)))) { goto IL_14d5; } } { uint32_t L_68 = V_2; if ((((int32_t)L_68) == ((int32_t)((int32_t)1176137065)))) { goto IL_0bcf; } } { uint32_t L_69 = V_2; if ((((int32_t)L_69) == ((int32_t)((int32_t)1177122803)))) { goto IL_0b27; } } { goto IL_1b38; } IL_031b: { uint32_t L_70 = V_2; if ((!(((uint32_t)L_70) <= ((uint32_t)((int32_t)1195724803))))) { goto IL_0361; } } { uint32_t L_71 = V_2; if ((!(((uint32_t)L_71) <= ((uint32_t)((int32_t)1194444875))))) { goto IL_0346; } } { uint32_t L_72 = V_2; if ((((int32_t)L_72) == ((int32_t)((int32_t)1192914684)))) { goto IL_0be4; } } { uint32_t L_73 = V_2; if ((((int32_t)L_73) == ((int32_t)((int32_t)1194444875)))) { goto IL_0f02; } } { goto IL_1b38; } IL_0346: { uint32_t L_74 = V_2; if ((((int32_t)L_74) == ((int32_t)((int32_t)1194886160)))) { goto IL_0df1; } } { uint32_t L_75 = V_2; if ((((int32_t)L_75) == ((int32_t)((int32_t)1195724803)))) { goto IL_13af; } } { goto IL_1b38; } IL_0361: { uint32_t L_76 = V_2; if ((!(((uint32_t)L_76) <= ((uint32_t)((int32_t)1211324057))))) { goto IL_0384; } } { uint32_t L_77 = V_2; if ((((int32_t)L_77) == ((int32_t)((int32_t)1209692303)))) { goto IL_0bf9; } } { uint32_t L_78 = V_2; if ((((int32_t)L_78) == ((int32_t)((int32_t)1211324057)))) { goto IL_0e1b; } } { goto IL_1b38; } IL_0384: { uint32_t L_79 = V_2; if ((((int32_t)L_79) == ((int32_t)((int32_t)1211663779)))) { goto IL_0e06; } } { uint32_t L_80 = V_2; if ((((int32_t)L_80) == ((int32_t)((int32_t)1211957969)))) { goto IL_0e5a; } } { uint32_t L_81 = V_2; if ((((int32_t)L_81) == ((int32_t)((int32_t)1213341065)))) { goto IL_1289; } } { goto IL_1b38; } IL_03aa: { uint32_t L_82 = V_2; if ((!(((uint32_t)L_82) <= ((uint32_t)((int32_t)1277200137))))) { goto IL_0444; } } { uint32_t L_83 = V_2; if ((!(((uint32_t)L_83) <= ((uint32_t)((int32_t)1231251517))))) { goto IL_03fb; } } { uint32_t L_84 = V_2; if ((!(((uint32_t)L_84) <= ((uint32_t)((int32_t)1227161470))))) { goto IL_03e0; } } { uint32_t L_85 = V_2; if ((((int32_t)L_85) == ((int32_t)((int32_t)1213488160)))) { goto IL_118d; } } { uint32_t L_86 = V_2; if ((((int32_t)L_86) == ((int32_t)((int32_t)1227161470)))) { goto IL_0998; } } { goto IL_1b38; } IL_03e0: { uint32_t L_87 = V_2; if ((((int32_t)L_87) == ((int32_t)((int32_t)1230118684)))) { goto IL_12dd; } } { uint32_t L_88 = V_2; if ((((int32_t)L_88) == ((int32_t)((int32_t)1231251517)))) { goto IL_14ab; } } { goto IL_1b38; } IL_03fb: { uint32_t L_89 = V_2; if ((!(((uint32_t)L_89) <= ((uint32_t)((int32_t)1246896303))))) { goto IL_041e; } } { uint32_t L_90 = V_2; if ((((int32_t)L_90) == ((int32_t)((int32_t)1237973804)))) { goto IL_146c; } } { uint32_t L_91 = V_2; if ((((int32_t)L_91) == ((int32_t)((int32_t)1246896303)))) { goto IL_12f2; } } { goto IL_1b38; } IL_041e: { uint32_t L_92 = V_2; if ((((int32_t)L_92) == ((int32_t)((int32_t)1247043398)))) { goto IL_11a2; } } { uint32_t L_93 = V_2; if ((((int32_t)L_93) == ((int32_t)((int32_t)1260172255)))) { goto IL_0b90; } } { uint32_t L_94 = V_2; if ((((int32_t)L_94) == ((int32_t)((int32_t)1277200137)))) { goto IL_0ce0; } } { goto IL_1b38; } IL_0444: { uint32_t L_95 = V_2; if ((!(((uint32_t)L_95) <= ((uint32_t)((int32_t)1296390517))))) { goto IL_048a; } } { uint32_t L_96 = V_2; if ((!(((uint32_t)L_96) <= ((uint32_t)((int32_t)1278921350))))) { goto IL_046f; } } { uint32_t L_97 = V_2; if ((((int32_t)L_97) == ((int32_t)((int32_t)1277347232)))) { goto IL_0c77; } } { uint32_t L_98 = V_2; if ((((int32_t)L_98) == ((int32_t)((int32_t)1278921350)))) { goto IL_0d73; } } { goto IL_1b38; } IL_046f: { uint32_t L_99 = V_2; if ((((int32_t)L_99) == ((int32_t)((int32_t)1296243422)))) { goto IL_1442; } } { uint32_t L_100 = V_2; if ((((int32_t)L_100) == ((int32_t)((int32_t)1296390517)))) { goto IL_13c4; } } { goto IL_1b38; } IL_048a: { uint32_t L_101 = V_2; if ((!(((uint32_t)L_101) <= ((uint32_t)((int32_t)1312329493))))) { goto IL_04ad; } } { uint32_t L_102 = V_2; if ((((int32_t)L_102) == ((int32_t)((int32_t)1311490850)))) { goto IL_0abe; } } { uint32_t L_103 = V_2; if ((((int32_t)L_103) == ((int32_t)((int32_t)1312329493)))) { goto IL_0ddc; } } { goto IL_1b38; } IL_04ad: { uint32_t L_104 = V_2; if ((((int32_t)L_104) == ((int32_t)((int32_t)1328268469)))) { goto IL_0aa9; } } { uint32_t L_105 = V_2; if ((((int32_t)L_105) == ((int32_t)((int32_t)1329254207)))) { goto IL_0d49; } } { uint32_t L_106 = V_2; if ((((int32_t)L_106) == ((int32_t)((int32_t)1344898993)))) { goto IL_0b3c; } } { goto IL_1b38; } IL_04d3: { uint32_t L_107 = V_2; if ((!(((uint32_t)L_107) <= ((uint32_t)((int32_t)1646454850))))) { goto IL_073b; } } { uint32_t L_108 = V_2; if ((!(((uint32_t)L_108) <= ((uint32_t)((int32_t)1545391778))))) { goto IL_0612; } } { uint32_t L_109 = V_2; if ((!(((uint32_t)L_109) <= ((uint32_t)((int32_t)1462636516))))) { goto IL_0583; } } { uint32_t L_110 = V_2; if ((!(((uint32_t)L_110) <= ((uint32_t)((int32_t)1428492898))))) { goto IL_053a; } } { uint32_t L_111 = V_2; if ((!(((uint32_t)L_111) <= ((uint32_t)((int32_t)1347311754))))) { goto IL_051f; } } { uint32_t L_112 = V_2; if ((((int32_t)L_112) == ((int32_t)((int32_t)1346178921)))) { goto IL_0eed; } } { uint32_t L_113 = V_2; if ((((int32_t)L_113) == ((int32_t)((int32_t)1347311754)))) { goto IL_10d0; } } { goto IL_1b38; } IL_051f: { uint32_t L_114 = V_2; if ((((int32_t)L_114) == ((int32_t)((int32_t)1424802581)))) { goto IL_135b; } } { uint32_t L_115 = V_2; if ((((int32_t)L_115) == ((int32_t)((int32_t)1428492898)))) { goto IL_0a01; } } { goto IL_1b38; } IL_053a: { uint32_t L_116 = V_2; if ((!(((uint32_t)L_116) <= ((uint32_t)((int32_t)1429850248))))) { goto IL_055d; } } { uint32_t L_117 = V_2; if ((((int32_t)L_117) == ((int32_t)((int32_t)1429081278)))) { goto IL_0fe9; } } { uint32_t L_118 = V_2; if ((((int32_t)L_118) == ((int32_t)((int32_t)1429850248)))) { goto IL_0ccb; } } { goto IL_1b38; } IL_055d: { uint32_t L_119 = V_2; if ((((int32_t)L_119) == ((int32_t)((int32_t)1445858897)))) { goto IL_0ffe; } } { uint32_t L_120 = V_2; if ((((int32_t)L_120) == ((int32_t)((int32_t)1461901041)))) { goto IL_0c62; } } { uint32_t L_121 = V_2; if ((((int32_t)L_121) == ((int32_t)((int32_t)1462636516)))) { goto IL_1013; } } { goto IL_1b38; } IL_0583: { uint32_t L_122 = V_2; if ((!(((uint32_t)L_122) <= ((uint32_t)((int32_t)1479958588))))) { goto IL_05c9; } } { uint32_t L_123 = V_2; if ((!(((uint32_t)L_123) <= ((uint32_t)((int32_t)1478281302))))) { goto IL_05ae; } } { uint32_t L_124 = V_2; if ((((int32_t)L_124) == ((int32_t)((int32_t)1463180969)))) { goto IL_1028; } } { uint32_t L_125 = V_2; if ((((int32_t)L_125) == ((int32_t)((int32_t)1478281302)))) { goto IL_0b51; } } { goto IL_1b38; } IL_05ae: { uint32_t L_126 = V_2; if ((((int32_t)L_126) == ((int32_t)((int32_t)1479119945)))) { goto IL_0afd; } } { uint32_t L_127 = V_2; if ((((int32_t)L_127) == ((int32_t)((int32_t)1479958588)))) { goto IL_103d; } } { goto IL_1b38; } IL_05c9: { uint32_t L_128 = V_2; if ((!(((uint32_t)L_128) <= ((uint32_t)((int32_t)1483209992))))) { goto IL_05ec; } } { uint32_t L_129 = V_2; if ((((int32_t)L_129) == ((int32_t)((int32_t)1480252778)))) { goto IL_0d88; } } { uint32_t L_130 = V_2; if ((((int32_t)L_130) == ((int32_t)((int32_t)1483209992)))) { goto IL_153e; } } { goto IL_1b38; } IL_05ec: { uint32_t L_131 = V_2; if ((((int32_t)L_131) == ((int32_t)((int32_t)1514352469)))) { goto IL_1403; } } { uint32_t L_132 = V_2; if ((((int32_t)L_132) == ((int32_t)((int32_t)1529997255)))) { goto IL_0f41; } } { uint32_t L_133 = V_2; if ((((int32_t)L_133) == ((int32_t)((int32_t)1545391778)))) { goto IL_0b66; } } { goto IL_1b38; } IL_0612: { uint32_t L_134 = V_2; if ((!(((uint32_t)L_134) <= ((uint32_t)((int32_t)1579491469))))) { goto IL_06ac; } } { uint32_t L_135 = V_2; if ((!(((uint32_t)L_135) <= ((uint32_t)((int32_t)1551553596))))) { goto IL_0663; } } { uint32_t L_136 = V_2; if ((!(((uint32_t)L_136) <= ((uint32_t)((int32_t)1546524611))))) { goto IL_0648; } } { uint32_t L_137 = V_2; if ((((int32_t)L_137) == ((int32_t)((int32_t)1545789136)))) { goto IL_0c23; } } { uint32_t L_138 = V_2; if ((((int32_t)L_138) == ((int32_t)((int32_t)1546524611)))) { goto IL_0f56; } } { goto IL_1b38; } IL_0648: { uint32_t L_139 = V_2; if ((((int32_t)L_139) == ((int32_t)((int32_t)1547363254)))) { goto IL_0d1f; } } { uint32_t L_140 = V_2; if ((((int32_t)L_140) == ((int32_t)((int32_t)1551553596)))) { goto IL_10fa; } } { goto IL_1b38; } IL_0663: { uint32_t L_141 = V_2; if ((!(((uint32_t)L_141) <= ((uint32_t)((int32_t)1563552493))))) { goto IL_0686; } } { uint32_t L_142 = V_2; if ((((int32_t)L_142) == ((int32_t)((int32_t)1562713850)))) { goto IL_09c2; } } { uint32_t L_143 = V_2; if ((((int32_t)L_143) == ((int32_t)((int32_t)1563552493)))) { goto IL_0f2c; } } { goto IL_1b38; } IL_0686: { uint32_t L_144 = V_2; if ((((int32_t)L_144) == ((int32_t)((int32_t)1563699588)))) { goto IL_10bb; } } { uint32_t L_145 = V_2; if ((((int32_t)L_145) == ((int32_t)((int32_t)1565420801)))) { goto IL_1124; } } { uint32_t L_146 = V_2; if ((((int32_t)L_146) == ((int32_t)((int32_t)1579491469)))) { goto IL_09ec; } } { goto IL_1b38; } IL_06ac: { uint32_t L_147 = V_2; if ((!(((uint32_t)L_147) <= ((uint32_t)((int32_t)1596857468))))) { goto IL_06f2; } } { uint32_t L_148 = V_2; if ((!(((uint32_t)L_148) <= ((uint32_t)((int32_t)1581462945))))) { goto IL_06d7; } } { uint32_t L_149 = V_2; if ((((int32_t)L_149) == ((int32_t)((int32_t)1580079849)))) { goto IL_0f6b; } } { uint32_t L_150 = V_2; if ((((int32_t)L_150) == ((int32_t)((int32_t)1581462945)))) { goto IL_1418; } } { goto IL_1b38; } IL_06d7: { uint32_t L_151 = V_2; if ((((int32_t)L_151) == ((int32_t)((int32_t)1582198420)))) { goto IL_110f; } } { uint32_t L_152 = V_2; if ((((int32_t)L_152) == ((int32_t)((int32_t)1596857468)))) { goto IL_0f80; } } { goto IL_1b38; } IL_06f2: { uint32_t L_153 = V_2; if ((!(((uint32_t)L_153) <= ((uint32_t)((int32_t)1616151016))))) { goto IL_0715; } } { uint32_t L_154 = V_2; if ((((int32_t)L_154) == ((int32_t)((int32_t)1614473730)))) { goto IL_0cf5; } } { uint32_t L_155 = V_2; if ((((int32_t)L_155) == ((int32_t)((int32_t)1616151016)))) { goto IL_1163; } } { goto IL_1b38; } IL_0715: { uint32_t L_156 = V_2; if ((((int32_t)L_156) == ((int32_t)((int32_t)1630412706)))) { goto IL_0f95; } } { uint32_t L_157 = V_2; if ((((int32_t)L_157) == ((int32_t)((int32_t)1630957159)))) { goto IL_1052; } } { uint32_t L_158 = V_2; if ((((int32_t)L_158) == ((int32_t)((int32_t)1646454850)))) { goto IL_0c4d; } } { goto IL_1b38; } IL_073b: { uint32_t L_159 = V_2; if ((!(((uint32_t)L_159) <= ((uint32_t)((int32_t)-1282466426))))) { goto IL_086f; } } { uint32_t L_160 = V_2; if ((!(((uint32_t)L_160) <= ((uint32_t)((int32_t)1748694682))))) { goto IL_07e0; } } { uint32_t L_161 = V_2; if ((!(((uint32_t)L_161) <= ((uint32_t)((int32_t)1649706254))))) { goto IL_0797; } } { uint32_t L_162 = V_2; if ((!(((uint32_t)L_162) <= ((uint32_t)((int32_t)1647734778))))) { goto IL_077c; } } { uint32_t L_163 = V_2; if ((((int32_t)L_163) == ((int32_t)((int32_t)1646896135)))) { goto IL_0b12; } } { uint32_t L_164 = V_2; if ((((int32_t)L_164) == ((int32_t)((int32_t)1647734778)))) { goto IL_107c; } } { goto IL_1b38; } IL_077c: { uint32_t L_165 = V_2; if ((((int32_t)L_165) == ((int32_t)((int32_t)1648867611)))) { goto IL_1496; } } { uint32_t L_166 = V_2; if ((((int32_t)L_166) == ((int32_t)((int32_t)1649706254)))) { goto IL_1178; } } { goto IL_1b38; } IL_0797: { uint32_t L_167 = V_2; if ((!(((uint32_t)L_167) <= ((uint32_t)((int32_t)1664512397))))) { goto IL_07ba; } } { uint32_t L_168 = V_2; if ((((int32_t)L_168) == ((int32_t)((int32_t)1650441729)))) { goto IL_14c0; } } { uint32_t L_169 = V_2; if ((((int32_t)L_169) == ((int32_t)((int32_t)1664512397)))) { goto IL_1067; } } { goto IL_1b38; } IL_07ba: { uint32_t L_170 = V_2; if ((((int32_t)L_170) == ((int32_t)((int32_t)1680010088)))) { goto IL_0c0e; } } { uint32_t L_171 = V_2; if ((((int32_t)L_171) == ((int32_t)((int32_t)1680473867)))) { goto IL_0e30; } } { uint32_t L_172 = V_2; if ((((int32_t)L_172) == ((int32_t)((int32_t)1748694682)))) { goto IL_0d34; } } { goto IL_1b38; } IL_07e0: { uint32_t L_173 = V_2; if ((!(((uint32_t)L_173) <= ((uint32_t)((int32_t)2046577884))))) { goto IL_0826; } } { uint32_t L_174 = V_2; if ((!(((uint32_t)L_174) <= ((uint32_t)((int32_t)1816099348))))) { goto IL_080b; } } { uint32_t L_175 = V_2; if ((((int32_t)L_175) == ((int32_t)((int32_t)1790977000)))) { goto IL_0ae8; } } { uint32_t L_176 = V_2; if ((((int32_t)L_176) == ((int32_t)((int32_t)1816099348)))) { goto IL_0e45; } } { goto IL_1b38; } IL_080b: { uint32_t L_177 = V_2; if ((((int32_t)L_177) == ((int32_t)((int32_t)1848919111)))) { goto IL_10a6; } } { uint32_t L_178 = V_2; if ((((int32_t)L_178) == ((int32_t)((int32_t)2046577884)))) { goto IL_0ed8; } } { goto IL_1b38; } IL_0826: { uint32_t L_179 = V_2; if ((!(((uint32_t)L_179) <= ((uint32_t)((int32_t)-2097029397))))) { goto IL_0849; } } { uint32_t L_180 = V_2; if ((((int32_t)L_180) == ((int32_t)((int32_t)-2114506301)))) { goto IL_1514; } } { uint32_t L_181 = V_2; if ((((int32_t)L_181) == ((int32_t)((int32_t)-2097029397)))) { goto IL_1529; } } { goto IL_1b38; } IL_0849: { uint32_t L_182 = V_2; if ((((int32_t)L_182) == ((int32_t)((int32_t)-2030618206)))) { goto IL_14ea; } } { uint32_t L_183 = V_2; if ((((int32_t)L_183) == ((int32_t)((int32_t)-2013141302)))) { goto IL_14ff; } } { uint32_t L_184 = V_2; if ((((int32_t)L_184) == ((int32_t)((int32_t)-1282466426)))) { goto IL_12c8; } } { goto IL_1b38; } IL_086f: { uint32_t L_185 = V_2; if ((!(((uint32_t)L_185) <= ((uint32_t)((int32_t)-499364495))))) { goto IL_0909; } } { uint32_t L_186 = V_2; if ((!(((uint32_t)L_186) <= ((uint32_t)((int32_t)-1000824663))))) { goto IL_08c0; } } { uint32_t L_187 = V_2; if ((!(((uint32_t)L_187) <= ((uint32_t)((int32_t)-1070508222))))) { goto IL_08a5; } } { uint32_t L_188 = V_2; if ((((int32_t)L_188) == ((int32_t)((int32_t)-1120547033)))) { goto IL_0ad3; } } { uint32_t L_189 = V_2; if ((((int32_t)L_189) == ((int32_t)((int32_t)-1070508222)))) { goto IL_13d9; } } { goto IL_1b38; } IL_08a5: { uint32_t L_190 = V_2; if ((((int32_t)L_190) == ((int32_t)((int32_t)-1054646714)))) { goto IL_0b7b; } } { uint32_t L_191 = V_2; if ((((int32_t)L_191) == ((int32_t)((int32_t)-1000824663)))) { goto IL_1307; } } { goto IL_1b38; } IL_08c0: { uint32_t L_192 = V_2; if ((!(((uint32_t)L_192) <= ((uint32_t)((int32_t)-635659997))))) { goto IL_08e3; } } { uint32_t L_193 = V_2; if ((((int32_t)L_193) == ((int32_t)((int32_t)-958094860)))) { goto IL_0c38; } } { uint32_t L_194 = V_2; if ((((int32_t)L_194) == ((int32_t)((int32_t)-635659997)))) { goto IL_11cc; } } { goto IL_1b38; } IL_08e3: { uint32_t L_195 = V_2; if ((((int32_t)L_195) == ((int32_t)((int32_t)-616910902)))) { goto IL_1274; } } { uint32_t L_196 = V_2; if ((((int32_t)L_196) == ((int32_t)((int32_t)-533022807)))) { goto IL_125f; } } { uint32_t L_197 = V_2; if ((((int32_t)L_197) == ((int32_t)((int32_t)-499364495)))) { goto IL_12b3; } } { goto IL_1b38; } IL_0909: { uint32_t L_198 = V_2; if ((!(((uint32_t)L_198) <= ((uint32_t)((int32_t)-341932697))))) { goto IL_094f; } } { uint32_t L_199 = V_2; if ((!(((uint32_t)L_199) <= ((uint32_t)((int32_t)-382024236))))) { goto IL_0934; } } { uint32_t L_200 = V_2; if ((((int32_t)L_200) == ((int32_t)((int32_t)-465912331)))) { goto IL_124a; } } { uint32_t L_201 = V_2; if ((((int32_t)L_201) == ((int32_t)((int32_t)-382024236)))) { goto IL_1235; } } { goto IL_1b38; } IL_0934: { uint32_t L_202 = V_2; if ((((int32_t)L_202) == ((int32_t)((int32_t)-376555237)))) { goto IL_1457; } } { uint32_t L_203 = V_2; if ((((int32_t)L_203) == ((int32_t)((int32_t)-341932697)))) { goto IL_0fd4; } } { goto IL_1b38; } IL_094f: { uint32_t L_204 = V_2; if ((!(((uint32_t)L_204) <= ((uint32_t)((int32_t)-253670045))))) { goto IL_0972; } } { uint32_t L_205 = V_2; if ((((int32_t)L_205) == ((int32_t)((int32_t)-295804760)))) { goto IL_0a2b; } } { uint32_t L_206 = V_2; if ((((int32_t)L_206) == ((int32_t)((int32_t)-253670045)))) { goto IL_114e; } } { goto IL_1b38; } IL_0972: { uint32_t L_207 = V_2; if ((((int32_t)L_207) == ((int32_t)((int32_t)-191759542)))) { goto IL_0d5e; } } { uint32_t L_208 = V_2; if ((((int32_t)L_208) == ((int32_t)((int32_t)-18783379)))) { goto IL_1139; } } { uint32_t L_209 = V_2; if ((((int32_t)L_209) == ((int32_t)((int32_t)-14695608)))) { goto IL_0d0a; } } { goto IL_1b38; } IL_0998: { String_t* L_210 = V_1; bool L_211; L_211 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_210, _stringLiteralDE923A0A39342ECBAD1253F5A36CD36E9E72666D, /*hidden argument*/NULL); if (L_211) { goto IL_1553; } } { goto IL_1b38; } IL_09ad: { String_t* L_212 = V_1; bool L_213; L_213 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_212, _stringLiteralA36A334192126F9F46985D1ECB5A56CBA9459993, /*hidden argument*/NULL); if (L_213) { goto IL_155e; } } { goto IL_1b38; } IL_09c2: { String_t* L_214 = V_1; bool L_215; L_215 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_214, _stringLiteral903B8C1EF36009AA876A865426B6853A18141FFA, /*hidden argument*/NULL); if (L_215) { goto IL_1569; } } { goto IL_1b38; } IL_09d7: { String_t* L_216 = V_1; bool L_217; L_217 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_216, _stringLiteral3C6131E30B0F09369E3C458383D88C899F66286B, /*hidden argument*/NULL); if (L_217) { goto IL_1574; } } { goto IL_1b38; } IL_09ec: { String_t* L_218 = V_1; bool L_219; L_219 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_218, _stringLiteral0BB39DE8D1B747008B7AA481357BD906FEA90B6F, /*hidden argument*/NULL); if (L_219) { goto IL_157f; } } { goto IL_1b38; } IL_0a01: { String_t* L_220 = V_1; bool L_221; L_221 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_220, _stringLiteral5A1377E9EF04424037697E06412CDB6F29BDE412, /*hidden argument*/NULL); if (L_221) { goto IL_158a; } } { goto IL_1b38; } IL_0a16: { String_t* L_222 = V_1; bool L_223; L_223 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_222, _stringLiteralD18145FF81B759979A794F91A98AE8233353F271, /*hidden argument*/NULL); if (L_223) { goto IL_1595; } } { goto IL_1b38; } IL_0a2b: { String_t* L_224 = V_1; bool L_225; L_225 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_224, _stringLiteral64A5E9680698425577D5D18E6CFC9BCF9EB06799, /*hidden argument*/NULL); if (L_225) { goto IL_15a0; } } { goto IL_1b38; } IL_0a40: { String_t* L_226 = V_1; bool L_227; L_227 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_226, _stringLiteral3B0698B62A26CA2140DAC043A6FBEEED6F314865, /*hidden argument*/NULL); if (L_227) { goto IL_15ab; } } { goto IL_1b38; } IL_0a55: { String_t* L_228 = V_1; bool L_229; L_229 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_228, _stringLiteralB5965463376BB283A639934AF66DD9F2A1A062AA, /*hidden argument*/NULL); if (L_229) { goto IL_15b6; } } { goto IL_1b38; } IL_0a6a: { String_t* L_230 = V_1; bool L_231; L_231 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_230, _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1, /*hidden argument*/NULL); if (L_231) { goto IL_15c1; } } { goto IL_1b38; } IL_0a7f: { String_t* L_232 = V_1; bool L_233; L_233 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_232, _stringLiteral7B5AF553DE3D5551CF1B0CCF3472C0A829FBE225, /*hidden argument*/NULL); if (L_233) { goto IL_15cc; } } { goto IL_1b38; } IL_0a94: { String_t* L_234 = V_1; bool L_235; L_235 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_234, _stringLiteral0BE577CB8C86B8EA16F7B8F6FC9843E2AEDEA223, /*hidden argument*/NULL); if (L_235) { goto IL_15d7; } } { goto IL_1b38; } IL_0aa9: { String_t* L_236 = V_1; bool L_237; L_237 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_236, _stringLiteral4979435BC414A38C6A847CE4F6602518D9E784DC, /*hidden argument*/NULL); if (L_237) { goto IL_15e2; } } { goto IL_1b38; } IL_0abe: { String_t* L_238 = V_1; bool L_239; L_239 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_238, _stringLiteral1D84D91751D70ACE8BFBBBF2228F414B00120791, /*hidden argument*/NULL); if (L_239) { goto IL_15ed; } } { goto IL_1b38; } IL_0ad3: { String_t* L_240 = V_1; bool L_241; L_241 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_240, _stringLiteral5F705BF28C36D6FA64D5CBA37F49FCC59DD0417B, /*hidden argument*/NULL); if (L_241) { goto IL_15f8; } } { goto IL_1b38; } IL_0ae8: { String_t* L_242 = V_1; bool L_243; L_243 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_242, _stringLiteralF1BDA35EAB7EEB35F0CA81866CED4BFB34C9B979, /*hidden argument*/NULL); if (L_243) { goto IL_1603; } } { goto IL_1b38; } IL_0afd: { String_t* L_244 = V_1; bool L_245; L_245 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_244, _stringLiteralBD150095AD1723163A0791D57A71CFF29421A88E, /*hidden argument*/NULL); if (L_245) { goto IL_160e; } } { goto IL_1b38; } IL_0b12: { String_t* L_246 = V_1; bool L_247; L_247 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_246, _stringLiteralE04425427BEC952925CB61F41D0D86F692627818, /*hidden argument*/NULL); if (L_247) { goto IL_1619; } } { goto IL_1b38; } IL_0b27: { String_t* L_248 = V_1; bool L_249; L_249 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_248, _stringLiteral9FCE27425740686001DEDF0E34460EF2890AB0C3, /*hidden argument*/NULL); if (L_249) { goto IL_1624; } } { goto IL_1b38; } IL_0b3c: { String_t* L_250 = V_1; bool L_251; L_251 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_250, _stringLiteral2AD776B6E9A75540E993F500C384D4CEA82BDE93, /*hidden argument*/NULL); if (L_251) { goto IL_162f; } } { goto IL_1b38; } IL_0b51: { String_t* L_252 = V_1; bool L_253; L_253 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_252, _stringLiteral7D8699446610575017F99BEA3E02DCF807B45CAB, /*hidden argument*/NULL); if (L_253) { goto IL_163a; } } { goto IL_1b38; } IL_0b66: { String_t* L_254 = V_1; bool L_255; L_255 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_254, _stringLiteralDC4A06A0DE599F745DBDD44A6FDE6212859D3A5F, /*hidden argument*/NULL); if (L_255) { goto IL_1645; } } { goto IL_1b38; } IL_0b7b: { String_t* L_256 = V_1; bool L_257; L_257 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_256, _stringLiteralFEBC1864D2194F9C85F8426EB9D3393797F2C0B6, /*hidden argument*/NULL); if (L_257) { goto IL_1650; } } { goto IL_1b38; } IL_0b90: { String_t* L_258 = V_1; bool L_259; L_259 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_258, _stringLiteral17AC704962207F5BE007EB0B56C85EBAD02ED46D, /*hidden argument*/NULL); if (L_259) { goto IL_165b; } } { goto IL_1b38; } IL_0ba5: { String_t* L_260 = V_1; bool L_261; L_261 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_260, _stringLiteral561357A43AFC43D221B9F230B04E836DD73101EB, /*hidden argument*/NULL); if (L_261) { goto IL_1666; } } { goto IL_1b38; } IL_0bba: { String_t* L_262 = V_1; bool L_263; L_263 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_262, _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096, /*hidden argument*/NULL); if (L_263) { goto IL_1671; } } { goto IL_1b38; } IL_0bcf: { String_t* L_264 = V_1; bool L_265; L_265 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_264, _stringLiteral77EE5971434CDE6F74A1DAE44D94954E1624D77C, /*hidden argument*/NULL); if (L_265) { goto IL_167c; } } { goto IL_1b38; } IL_0be4: { String_t* L_266 = V_1; bool L_267; L_267 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_266, _stringLiteralD5B20EA6805F285482807C61CD81D1509724E3CC, /*hidden argument*/NULL); if (L_267) { goto IL_1687; } } { goto IL_1b38; } IL_0bf9: { String_t* L_268 = V_1; bool L_269; L_269 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_268, _stringLiteral6B888C10342DD1C8AE97657EEA10E4A180B3258E, /*hidden argument*/NULL); if (L_269) { goto IL_1692; } } { goto IL_1b38; } IL_0c0e: { String_t* L_270 = V_1; bool L_271; L_271 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_270, _stringLiteralD2BEAB73AAD00173ABC88D6B9770E5E817422169, /*hidden argument*/NULL); if (L_271) { goto IL_169d; } } { goto IL_1b38; } IL_0c23: { String_t* L_272 = V_1; bool L_273; L_273 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_272, _stringLiteral91C5120C562094A257C8FC3C676B64F1E0403765, /*hidden argument*/NULL); if (L_273) { goto IL_16a8; } } { goto IL_1b38; } IL_0c38: { String_t* L_274 = V_1; bool L_275; L_275 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_274, _stringLiteralC888C8652498AE95D2FBCDD291667D0E21632778, /*hidden argument*/NULL); if (L_275) { goto IL_16b3; } } { goto IL_1b38; } IL_0c4d: { String_t* L_276 = V_1; bool L_277; L_277 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_276, _stringLiteral6BF72B6E90E497119B7EEA6511CFEB06890528B4, /*hidden argument*/NULL); if (L_277) { goto IL_16be; } } { goto IL_1b38; } IL_0c62: { String_t* L_278 = V_1; bool L_279; L_279 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_278, _stringLiteral203DD5C89072A85E4D8D935A3028CCC3E3855F85, /*hidden argument*/NULL); if (L_279) { goto IL_16c9; } } { goto IL_1b38; } IL_0c77: { String_t* L_280 = V_1; bool L_281; L_281 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_280, _stringLiteralE79F0FEED9DB67454EC6695433F468AEA44BB4D1, /*hidden argument*/NULL); if (L_281) { goto IL_16d4; } } { goto IL_1b38; } IL_0c8c: { String_t* L_282 = V_1; bool L_283; L_283 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_282, _stringLiteralBA0F36134CE3CE52AE20222DF2DE67DF30E37F6F, /*hidden argument*/NULL); if (L_283) { goto IL_16df; } } { goto IL_1b38; } IL_0ca1: { String_t* L_284 = V_1; bool L_285; L_285 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_284, _stringLiteral83677DCCB7BB033AEF32E9B3A36A19419362B50D, /*hidden argument*/NULL); if (L_285) { goto IL_16ea; } } { goto IL_1b38; } IL_0cb6: { String_t* L_286 = V_1; bool L_287; L_287 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_286, _stringLiteral2C1F6ECC3899941B9784C410015470523413C9C7, /*hidden argument*/NULL); if (L_287) { goto IL_16f5; } } { goto IL_1b38; } IL_0ccb: { String_t* L_288 = V_1; bool L_289; L_289 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_288, _stringLiteral351C23AF0275A2B0CF29AA49A61447E39AA19C35, /*hidden argument*/NULL); if (L_289) { goto IL_1700; } } { goto IL_1b38; } IL_0ce0: { String_t* L_290 = V_1; bool L_291; L_291 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_290, _stringLiteral906D5CF6AF62277AD560B3E530BDF582945077E2, /*hidden argument*/NULL); if (L_291) { goto IL_170b; } } { goto IL_1b38; } IL_0cf5: { String_t* L_292 = V_1; bool L_293; L_293 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_292, _stringLiteral040DF303AB643ECC7214BADF32D9CCC762164872, /*hidden argument*/NULL); if (L_293) { goto IL_1716; } } { goto IL_1b38; } IL_0d0a: { String_t* L_294 = V_1; bool L_295; L_295 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_294, _stringLiteralC24E9C0CF8B34DB1AC50A92DE742EC2193059B9E, /*hidden argument*/NULL); if (L_295) { goto IL_1721; } } { goto IL_1b38; } IL_0d1f: { String_t* L_296 = V_1; bool L_297; L_297 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_296, _stringLiteral7D63FA1B6FEDA67964D3FCDCB12764101D65571C, /*hidden argument*/NULL); if (L_297) { goto IL_172c; } } { goto IL_1b38; } IL_0d34: { String_t* L_298 = V_1; bool L_299; L_299 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_298, _stringLiteralF21700510B497B89FEE85DE675D6E241730F23A7, /*hidden argument*/NULL); if (L_299) { goto IL_1737; } } { goto IL_1b38; } IL_0d49: { String_t* L_300 = V_1; bool L_301; L_301 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_300, _stringLiteral97B00FD8314B9B3431027FDEC04736184544263B, /*hidden argument*/NULL); if (L_301) { goto IL_1742; } } { goto IL_1b38; } IL_0d5e: { String_t* L_302 = V_1; bool L_303; L_303 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_302, _stringLiteralBDA1D29DF9F065579BF7D991474F40033F838B8B, /*hidden argument*/NULL); if (L_303) { goto IL_174d; } } { goto IL_1b38; } IL_0d73: { String_t* L_304 = V_1; bool L_305; L_305 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_304, _stringLiteral220702BCC5C1C54BEDED83D77E4E5425AFBCE65C, /*hidden argument*/NULL); if (L_305) { goto IL_1758; } } { goto IL_1b38; } IL_0d88: { String_t* L_306 = V_1; bool L_307; L_307 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_306, _stringLiteral93F6FCB49E18D5B0ECC8968BDA5B20BD0E710915, /*hidden argument*/NULL); if (L_307) { goto IL_1763; } } { goto IL_1b38; } IL_0d9d: { String_t* L_308 = V_1; bool L_309; L_309 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_308, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, /*hidden argument*/NULL); if (L_309) { goto IL_176e; } } { goto IL_1b38; } IL_0db2: { String_t* L_310 = V_1; bool L_311; L_311 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_310, _stringLiteral99A6A8743D5ED5896ABE5698B451AA3317055239, /*hidden argument*/NULL); if (L_311) { goto IL_1779; } } { goto IL_1b38; } IL_0dc7: { String_t* L_312 = V_1; bool L_313; L_313 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_312, _stringLiteral5757AA0803DE438C476C457F880F11993691A9A4, /*hidden argument*/NULL); if (L_313) { goto IL_1784; } } { goto IL_1b38; } IL_0ddc: { String_t* L_314 = V_1; bool L_315; L_315 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_314, _stringLiteralC3EC0475D7BECB6F89847EE0E364B00D04507118, /*hidden argument*/NULL); if (L_315) { goto IL_178f; } } { goto IL_1b38; } IL_0df1: { String_t* L_316 = V_1; bool L_317; L_317 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_316, _stringLiteral1B62E5629805E3224249BCAA0D9ECBB4C84AE48B, /*hidden argument*/NULL); if (L_317) { goto IL_179a; } } { goto IL_1b38; } IL_0e06: { String_t* L_318 = V_1; bool L_319; L_319 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_318, _stringLiteralFB09FA7ED7D5C1049E1BE87C18DFB91683B362CB, /*hidden argument*/NULL); if (L_319) { goto IL_17a5; } } { goto IL_1b38; } IL_0e1b: { String_t* L_320 = V_1; bool L_321; L_321 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_320, _stringLiteral64FDDBB3A17B80D53FC0D7EEDA16B4F2BADC8653, /*hidden argument*/NULL); if (L_321) { goto IL_17b0; } } { goto IL_1b38; } IL_0e30: { String_t* L_322 = V_1; bool L_323; L_323 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_322, _stringLiteral659CCF3D95E8F2611B54F318E238DEE0331D9159, /*hidden argument*/NULL); if (L_323) { goto IL_17bb; } } { goto IL_1b38; } IL_0e45: { String_t* L_324 = V_1; bool L_325; L_325 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_324, _stringLiteral0C45DB50527FCFAD456E74EB416B617329505309, /*hidden argument*/NULL); if (L_325) { goto IL_17c6; } } { goto IL_1b38; } IL_0e5a: { String_t* L_326 = V_1; bool L_327; L_327 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_326, _stringLiteral5C5B6FF00E25EE4ACC0830B1F455754D7F3FE489, /*hidden argument*/NULL); if (L_327) { goto IL_17d1; } } { goto IL_1b38; } IL_0e6f: { String_t* L_328 = V_1; bool L_329; L_329 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_328, _stringLiteralDF6876F97D3A794DFE335ED213FEAC02250943B5, /*hidden argument*/NULL); if (L_329) { goto IL_17dc; } } { goto IL_1b38; } IL_0e84: { String_t* L_330 = V_1; bool L_331; L_331 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_330, _stringLiteral75E5BD68BD5FC6F8499F8DDD2A07E4343D47D56D, /*hidden argument*/NULL); if (L_331) { goto IL_17e7; } } { goto IL_1b38; } IL_0e99: { String_t* L_332 = V_1; bool L_333; L_333 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_332, _stringLiteral70CF70BEE2E6DFDE9DC7CEDD951035044A83A9D7, /*hidden argument*/NULL); if (L_333) { goto IL_17f2; } } { goto IL_1b38; } IL_0eae: { String_t* L_334 = V_1; bool L_335; L_335 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_334, _stringLiteralEE7AED752F6AD5A5F8A33B746714FFFA2B8EE1F5, /*hidden argument*/NULL); if (L_335) { goto IL_17fd; } } { goto IL_1b38; } IL_0ec3: { String_t* L_336 = V_1; bool L_337; L_337 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_336, _stringLiteral4B0E509E3481549FC8F096287EFB425FAAFC38A4, /*hidden argument*/NULL); if (L_337) { goto IL_1808; } } { goto IL_1b38; } IL_0ed8: { String_t* L_338 = V_1; bool L_339; L_339 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_338, _stringLiteralB47E4DDAD8A38BDD9E35C9A2FEADD936CFBACE67, /*hidden argument*/NULL); if (L_339) { goto IL_1813; } } { goto IL_1b38; } IL_0eed: { String_t* L_340 = V_1; bool L_341; L_341 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_340, _stringLiteral10E88D340E477ADF254E0143091B9F05949045EA, /*hidden argument*/NULL); if (L_341) { goto IL_181e; } } { goto IL_1b38; } IL_0f02: { String_t* L_342 = V_1; bool L_343; L_343 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_342, _stringLiteral0EDC31B46C4E1B7B125CEFD368219B096CCBDCAD, /*hidden argument*/NULL); if (L_343) { goto IL_1829; } } { goto IL_1b38; } IL_0f17: { String_t* L_344 = V_1; bool L_345; L_345 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_344, _stringLiteral02E4A9A185B6712A65E65B031DB40DF99F92AB33, /*hidden argument*/NULL); if (L_345) { goto IL_1834; } } { goto IL_1b38; } IL_0f2c: { String_t* L_346 = V_1; bool L_347; L_347 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_346, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/NULL); if (L_347) { goto IL_183f; } } { goto IL_1b38; } IL_0f41: { String_t* L_348 = V_1; bool L_349; L_349 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_348, _stringLiteralFA3B5499785CBEEA66513CEE09402FBF10AF5FBF, /*hidden argument*/NULL); if (L_349) { goto IL_184a; } } { goto IL_1b38; } IL_0f56: { String_t* L_350 = V_1; bool L_351; L_351 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_350, _stringLiteralE9A83B049D8B46E7FB5210D131E851C12BF0FB05, /*hidden argument*/NULL); if (L_351) { goto IL_1855; } } { goto IL_1b38; } IL_0f6b: { String_t* L_352 = V_1; bool L_353; L_353 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_352, _stringLiteral9EBB3627BF7342DA0A07FB50F5D893E3928207E3, /*hidden argument*/NULL); if (L_353) { goto IL_1860; } } { goto IL_1b38; } IL_0f80: { String_t* L_354 = V_1; bool L_355; L_355 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_354, _stringLiteralE06B55C4BBE3AA67B273C38DB42C4D3F91B17F7A, /*hidden argument*/NULL); if (L_355) { goto IL_186b; } } { goto IL_1b38; } IL_0f95: { String_t* L_356 = V_1; bool L_357; L_357 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_356, _stringLiteralEB85CFD71F8FD31993E155F9175F2D58A9E386FD, /*hidden argument*/NULL); if (L_357) { goto IL_1876; } } { goto IL_1b38; } IL_0faa: { String_t* L_358 = V_1; bool L_359; L_359 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_358, _stringLiteral4B130E0ADBF6FB23936B4840940446D75AC705BC, /*hidden argument*/NULL); if (L_359) { goto IL_1881; } } { goto IL_1b38; } IL_0fbf: { String_t* L_360 = V_1; bool L_361; L_361 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_360, _stringLiteral8749E8EC67225E6C75E9EDF4844D0C66D6B94686, /*hidden argument*/NULL); if (L_361) { goto IL_188c; } } { goto IL_1b38; } IL_0fd4: { String_t* L_362 = V_1; bool L_363; L_363 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_362, _stringLiteral63B2A291AF64BAC9BB40447598948852CE65AB8D, /*hidden argument*/NULL); if (L_363) { goto IL_1897; } } { goto IL_1b38; } IL_0fe9: { String_t* L_364 = V_1; bool L_365; L_365 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_364, _stringLiteralF1FD855194600A852AEC715A81C76C06A819C1A0, /*hidden argument*/NULL); if (L_365) { goto IL_18a2; } } { goto IL_1b38; } IL_0ffe: { String_t* L_366 = V_1; bool L_367; L_367 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_366, _stringLiteral5BFB046F8A244A5090ECD5F19EF3A6A728E2F5B7, /*hidden argument*/NULL); if (L_367) { goto IL_18ad; } } { goto IL_1b38; } IL_1013: { String_t* L_368 = V_1; bool L_369; L_369 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_368, _stringLiteral63BA93AC7CF41AB73D269CB243ACB3C694D877FB, /*hidden argument*/NULL); if (L_369) { goto IL_18b8; } } { goto IL_1b38; } IL_1028: { String_t* L_370 = V_1; bool L_371; L_371 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_370, _stringLiteral239BE766E81D947F3B5DE3B9094AC4A316DA7A0D, /*hidden argument*/NULL); if (L_371) { goto IL_18c3; } } { goto IL_1b38; } IL_103d: { String_t* L_372 = V_1; bool L_373; L_373 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_372, _stringLiteralC5539816FE0F211A60E6DED42EA53503919DA1BA, /*hidden argument*/NULL); if (L_373) { goto IL_18ce; } } { goto IL_1b38; } IL_1052: { String_t* L_374 = V_1; bool L_375; L_375 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_374, _stringLiteral6DB33ADD301402F08747C4EE933A8EF10A8128F7, /*hidden argument*/NULL); if (L_375) { goto IL_18d9; } } { goto IL_1b38; } IL_1067: { String_t* L_376 = V_1; bool L_377; L_377 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_376, _stringLiteralE58C91047D3C602D9139D1765C6C0CFDEA023796, /*hidden argument*/NULL); if (L_377) { goto IL_18e4; } } { goto IL_1b38; } IL_107c: { String_t* L_378 = V_1; bool L_379; L_379 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_378, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); if (L_379) { goto IL_18ef; } } { goto IL_1b38; } IL_1091: { String_t* L_380 = V_1; bool L_381; L_381 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_380, _stringLiteral71F3D21EC6000C6373838EE3052D4655D73C6FD0, /*hidden argument*/NULL); if (L_381) { goto IL_18fa; } } { goto IL_1b38; } IL_10a6: { String_t* L_382 = V_1; bool L_383; L_383 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_382, _stringLiteralA5E647CA0212569C45180F8F600A33336912CE54, /*hidden argument*/NULL); if (L_383) { goto IL_1905; } } { goto IL_1b38; } IL_10bb: { String_t* L_384 = V_1; bool L_385; L_385 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_384, _stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7, /*hidden argument*/NULL); if (L_385) { goto IL_1910; } } { goto IL_1b38; } IL_10d0: { String_t* L_386 = V_1; bool L_387; L_387 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_386, _stringLiteral76942BF481EEEDADAD7318895758C9C1241AEC8F, /*hidden argument*/NULL); if (L_387) { goto IL_191b; } } { goto IL_1b38; } IL_10e5: { String_t* L_388 = V_1; bool L_389; L_389 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_388, _stringLiteralD744E0023ACB34526A1B142EFA90B5CFF45FDC53, /*hidden argument*/NULL); if (L_389) { goto IL_1926; } } { goto IL_1b38; } IL_10fa: { String_t* L_390 = V_1; bool L_391; L_391 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_390, _stringLiteral4AB1DCF31D061B4D9219ADB62408D6124FFF8C39, /*hidden argument*/NULL); if (L_391) { goto IL_1931; } } { goto IL_1b38; } IL_110f: { String_t* L_392 = V_1; bool L_393; L_393 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_392, _stringLiteral65A16F28AF01E63DCD06496A0EC0043070A25037, /*hidden argument*/NULL); if (L_393) { goto IL_193c; } } { goto IL_1b38; } IL_1124: { String_t* L_394 = V_1; bool L_395; L_395 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_394, _stringLiteral17A5AD13F3B52AA01A6CBB2F9F414BE34E8AB9A9, /*hidden argument*/NULL); if (L_395) { goto IL_1947; } } { goto IL_1b38; } IL_1139: { String_t* L_396 = V_1; bool L_397; L_397 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_396, _stringLiteralF782CA2715DE295A191C3C03381648B4B6C7F877, /*hidden argument*/NULL); if (L_397) { goto IL_1952; } } { goto IL_1b38; } IL_114e: { String_t* L_398 = V_1; bool L_399; L_399 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_398, _stringLiteralFEC3F470221B6468175661EEDCA3787F19325BB5, /*hidden argument*/NULL); if (L_399) { goto IL_195d; } } { goto IL_1b38; } IL_1163: { String_t* L_400 = V_1; bool L_401; L_401 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_400, _stringLiteralCF1DF3D01D3BBBEF5EAC2928EDE923915C545779, /*hidden argument*/NULL); if (L_401) { goto IL_1968; } } { goto IL_1b38; } IL_1178: { String_t* L_402 = V_1; bool L_403; L_403 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_402, _stringLiteral09DBABCF47D177922630CF7626523A2E035CFB16, /*hidden argument*/NULL); if (L_403) { goto IL_1973; } } { goto IL_1b38; } IL_118d: { String_t* L_404 = V_1; bool L_405; L_405 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_404, _stringLiteralC295AE7F3D676E2CAA3DE0DC641EF335E57A2E37, /*hidden argument*/NULL); if (L_405) { goto IL_197e; } } { goto IL_1b38; } IL_11a2: { String_t* L_406 = V_1; bool L_407; L_407 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_406, _stringLiteral5ED2411CDDE244C0E1917EE2D73CE6A079129988, /*hidden argument*/NULL); if (L_407) { goto IL_1989; } } { goto IL_1b38; } IL_11b7: { String_t* L_408 = V_1; bool L_409; L_409 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_408, _stringLiteral5204BE9DC83E65F70358D48FB17D94E257C49CE8, /*hidden argument*/NULL); if (L_409) { goto IL_1994; } } { goto IL_1b38; } IL_11cc: { String_t* L_410 = V_1; bool L_411; L_411 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_410, _stringLiteral6D10514B53BD6CA59432CBF0DEB82739081F9A79, /*hidden argument*/NULL); if (L_411) { goto IL_199f; } } { goto IL_1b38; } IL_11e1: { String_t* L_412 = V_1; bool L_413; L_413 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_412, _stringLiteralA72DCB0EF3FF1483F791CC80571B04B02676C702, /*hidden argument*/NULL); if (L_413) { goto IL_19aa; } } { goto IL_1b38; } IL_11f6: { String_t* L_414 = V_1; bool L_415; L_415 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_414, _stringLiteralF212D94BEE0D78BF235F1FDC1DDF220E3E0A36DE, /*hidden argument*/NULL); if (L_415) { goto IL_19b5; } } { goto IL_1b38; } IL_120b: { String_t* L_416 = V_1; bool L_417; L_417 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_416, _stringLiteral82F3BE480580F58EE08D437D524BB2A9AD438EE4, /*hidden argument*/NULL); if (L_417) { goto IL_19c0; } } { goto IL_1b38; } IL_1220: { String_t* L_418 = V_1; bool L_419; L_419 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_418, _stringLiteralC4729ED69061AF5587EABEA577EE432AC85A94DB, /*hidden argument*/NULL); if (L_419) { goto IL_19cb; } } { goto IL_1b38; } IL_1235: { String_t* L_420 = V_1; bool L_421; L_421 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_420, _stringLiteral7A16FD7D249042A9D233668C0647E9AF2682E343, /*hidden argument*/NULL); if (L_421) { goto IL_19d6; } } { goto IL_1b38; } IL_124a: { String_t* L_422 = V_1; bool L_423; L_423 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_422, _stringLiteralE629D5AD10E1457CA140384294F67BEFBF1544A5, /*hidden argument*/NULL); if (L_423) { goto IL_19e1; } } { goto IL_1b38; } IL_125f: { String_t* L_424 = V_1; bool L_425; L_425 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_424, _stringLiteral0FC1228FE865A563B1BAA7422C1B3D13E1A148F5, /*hidden argument*/NULL); if (L_425) { goto IL_19ec; } } { goto IL_1b38; } IL_1274: { String_t* L_426 = V_1; bool L_427; L_427 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_426, _stringLiteralB610FC064990B160316CF3965298D3D0B0FB682B, /*hidden argument*/NULL); if (L_427) { goto IL_19f7; } } { goto IL_1b38; } IL_1289: { String_t* L_428 = V_1; bool L_429; L_429 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_428, _stringLiteral3CB282C0242220D94FA6144DEBD4B0639B0AF2D2, /*hidden argument*/NULL); if (L_429) { goto IL_1a02; } } { goto IL_1b38; } IL_129e: { String_t* L_430 = V_1; bool L_431; L_431 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_430, _stringLiteral824A9D9A2BAC4D0020E78F328C3A5908C950B369, /*hidden argument*/NULL); if (L_431) { goto IL_1a0d; } } { goto IL_1b38; } IL_12b3: { String_t* L_432 = V_1; bool L_433; L_433 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_432, _stringLiteralBC37E00830E563613A3F072B67951C315A4F57AF, /*hidden argument*/NULL); if (L_433) { goto IL_1a18; } } { goto IL_1b38; } IL_12c8: { String_t* L_434 = V_1; bool L_435; L_435 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_434, _stringLiteralADFD31FDE650D1F0531CCF7D411114DC4A5B882F, /*hidden argument*/NULL); if (L_435) { goto IL_1a23; } } { goto IL_1b38; } IL_12dd: { String_t* L_436 = V_1; bool L_437; L_437 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_436, _stringLiteralA3DC94CE2E4ADB08254413E0E3386625CB614D76, /*hidden argument*/NULL); if (L_437) { goto IL_1a2e; } } { goto IL_1b38; } IL_12f2: { String_t* L_438 = V_1; bool L_439; L_439 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_438, _stringLiteral88E3C56A0A05CDCA8842AD92657A14FCD3B2B544, /*hidden argument*/NULL); if (L_439) { goto IL_1a39; } } { goto IL_1b38; } IL_1307: { String_t* L_440 = V_1; bool L_441; L_441 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_440, _stringLiteral21A9516B38B8F85533C426D767A3FF8CF349E1D3, /*hidden argument*/NULL); if (L_441) { goto IL_1a44; } } { goto IL_1b38; } IL_131c: { String_t* L_442 = V_1; bool L_443; L_443 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_442, _stringLiteral9AAA7AE1E1C11EC0AC6F4E185BB804D2E4E6A166, /*hidden argument*/NULL); if (L_443) { goto IL_1a4f; } } { goto IL_1b38; } IL_1331: { String_t* L_444 = V_1; bool L_445; L_445 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_444, _stringLiteral751761CFC425090DF37953B66E095E074C493B82, /*hidden argument*/NULL); if (L_445) { goto IL_1a5a; } } { goto IL_1b38; } IL_1346: { String_t* L_446 = V_1; bool L_447; L_447 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_446, _stringLiteral92B0DDA6AFF45F8345D174CA89AA52AD69F87220, /*hidden argument*/NULL); if (L_447) { goto IL_1a65; } } { goto IL_1b38; } IL_135b: { String_t* L_448 = V_1; bool L_449; L_449 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_448, _stringLiteral5A3C149389D483F52266679249B957786C7B25BA, /*hidden argument*/NULL); if (L_449) { goto IL_1a70; } } { goto IL_1b38; } IL_1370: { String_t* L_450 = V_1; bool L_451; L_451 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_450, _stringLiteral2BAE1EC4AD1D2DAA7FBBE5C17BB3EC9CC7AB734A, /*hidden argument*/NULL); if (L_451) { goto IL_1a7b; } } { goto IL_1b38; } IL_1385: { String_t* L_452 = V_1; bool L_453; L_453 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_452, _stringLiteral68475E64D3943C9BB7F5E25BD175FCA30A7BAB36, /*hidden argument*/NULL); if (L_453) { goto IL_1a86; } } { goto IL_1b38; } IL_139a: { String_t* L_454 = V_1; bool L_455; L_455 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_454, _stringLiteral04C2F40D8E9D03FBA04FB854ED81107CF80CBECB, /*hidden argument*/NULL); if (L_455) { goto IL_1a91; } } { goto IL_1b38; } IL_13af: { String_t* L_456 = V_1; bool L_457; L_457 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_456, _stringLiteral541ADAD93719A7753AA265CAD6BA6276D2686025, /*hidden argument*/NULL); if (L_457) { goto IL_1a9c; } } { goto IL_1b38; } IL_13c4: { String_t* L_458 = V_1; bool L_459; L_459 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_458, _stringLiteralB7493CB56184FE60E2814265912AAD0416579D8C, /*hidden argument*/NULL); if (L_459) { goto IL_1aa7; } } { goto IL_1b38; } IL_13d9: { String_t* L_460 = V_1; bool L_461; L_461 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_460, _stringLiteral927CEC03EA04D1174386AC2859736CDAE1C008FB, /*hidden argument*/NULL); if (L_461) { goto IL_1ab2; } } { goto IL_1b38; } IL_13ee: { String_t* L_462 = V_1; bool L_463; L_463 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_462, _stringLiteral099CB8FC1642D2D81AC1397BC23C08FED86D8B76, /*hidden argument*/NULL); if (L_463) { goto IL_1abd; } } { goto IL_1b38; } IL_1403: { String_t* L_464 = V_1; bool L_465; L_465 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_464, _stringLiteral064BFBA7CD1992140FB4470CAFCBD85D77C2E9DE, /*hidden argument*/NULL); if (L_465) { goto IL_1ac8; } } { goto IL_1b38; } IL_1418: { String_t* L_466 = V_1; bool L_467; L_467 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_466, _stringLiteralA31F29C367D53AD7C824C843BE0DEB228E4B5EBC, /*hidden argument*/NULL); if (L_467) { goto IL_1ad0; } } { goto IL_1b38; } IL_142d: { String_t* L_468 = V_1; bool L_469; L_469 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_468, _stringLiteralD855921847CD8826B294837FFCD67EA7FB0788CB, /*hidden argument*/NULL); if (L_469) { goto IL_1ad8; } } { goto IL_1b38; } IL_1442: { String_t* L_470 = V_1; bool L_471; L_471 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_470, _stringLiteralE775FE4A2871D37C251B317E38ACC6FB15BA78D1, /*hidden argument*/NULL); if (L_471) { goto IL_1ae0; } } { goto IL_1b38; } IL_1457: { String_t* L_472 = V_1; bool L_473; L_473 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_472, _stringLiteralECDF0EAD37E44911D2181967F4DF8310B3F62B1D, /*hidden argument*/NULL); if (L_473) { goto IL_1ae8; } } { goto IL_1b38; } IL_146c: { String_t* L_474 = V_1; bool L_475; L_475 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_474, _stringLiteralB195BA344125DBCF6B810A01852CD1C74504A5B7, /*hidden argument*/NULL); if (L_475) { goto IL_1af0; } } { goto IL_1b38; } IL_1481: { String_t* L_476 = V_1; bool L_477; L_477 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_476, _stringLiteral8D927104AAFE48366762B70DC5E7CA34D1C0D5BE, /*hidden argument*/NULL); if (L_477) { goto IL_1af8; } } { goto IL_1b38; } IL_1496: { String_t* L_478 = V_1; bool L_479; L_479 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_478, _stringLiteral5AF23720B2A92C8FB7E5A66960FC8110D661FFFA, /*hidden argument*/NULL); if (L_479) { goto IL_1b00; } } { goto IL_1b38; } IL_14ab: { String_t* L_480 = V_1; bool L_481; L_481 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_480, _stringLiteral38E2D61DF26BB16DB5C12B6BD9E18DCED3861C8A, /*hidden argument*/NULL); if (L_481) { goto IL_1b08; } } { goto IL_1b38; } IL_14c0: { String_t* L_482 = V_1; bool L_483; L_483 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_482, _stringLiteral0BD0C0E387C7BBC4DC4847B62BDC38C8461134FF, /*hidden argument*/NULL); if (L_483) { goto IL_1b10; } } { goto IL_1b38; } IL_14d5: { String_t* L_484 = V_1; bool L_485; L_485 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_484, _stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6, /*hidden argument*/NULL); if (L_485) { goto IL_1b18; } } { goto IL_1b38; } IL_14ea: { String_t* L_486 = V_1; bool L_487; L_487 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_486, _stringLiteral57CDF9A5D0724782466D34EC1B70B971EFA42E41, /*hidden argument*/NULL); if (L_487) { goto IL_1b20; } } { goto IL_1b38; } IL_14ff: { String_t* L_488 = V_1; bool L_489; L_489 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_488, _stringLiteralE454C2669650BE573DA82F515EF9D0EA4EA46B03, /*hidden argument*/NULL); if (L_489) { goto IL_1b20; } } { goto IL_1b38; } IL_1514: { String_t* L_490 = V_1; bool L_491; L_491 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_490, _stringLiteralC3823D59BCFF78F17A489A6C4E58280F659AB791, /*hidden argument*/NULL); if (L_491) { goto IL_1b28; } } { goto IL_1b38; } IL_1529: { String_t* L_492 = V_1; bool L_493; L_493 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_492, _stringLiteralE2712CAF0B5338EFB4C223971C31A2A34AF148C7, /*hidden argument*/NULL); if (L_493) { goto IL_1b28; } } { goto IL_1b38; } IL_153e: { String_t* L_494 = V_1; bool L_495; L_495 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_494, _stringLiteral2996F88710AC063B34FCB3E2F7542E20E1F40EDB, /*hidden argument*/NULL); if (L_495) { goto IL_1b30; } } { goto IL_1b38; } IL_1553: { V_0 = ((int32_t)1078); goto IL_1b49; } IL_155e: { V_0 = ((int32_t)1118); goto IL_1b49; } IL_1569: { V_0 = ((int32_t)1025); goto IL_1b49; } IL_1574: { V_0 = ((int32_t)1146); goto IL_1b49; } IL_157f: { V_0 = ((int32_t)1101); goto IL_1b49; } IL_158a: { V_0 = ((int32_t)1068); goto IL_1b49; } IL_1595: { V_0 = ((int32_t)2092); goto IL_1b49; } IL_15a0: { V_0 = ((int32_t)1068); goto IL_1b49; } IL_15ab: { V_0 = ((int32_t)1133); goto IL_1b49; } IL_15b6: { V_0 = ((int32_t)1059); goto IL_1b49; } IL_15c1: { V_0 = ((int32_t)1026); goto IL_1b49; } IL_15cc: { V_0 = ((int32_t)1093); goto IL_1b49; } IL_15d7: { V_0 = ((int32_t)1105); goto IL_1b49; } IL_15e2: { V_0 = ((int32_t)1150); goto IL_1b49; } IL_15ed: { V_0 = ((int32_t)5146); goto IL_1b49; } IL_15f8: { V_0 = ((int32_t)8218); goto IL_1b49; } IL_1603: { V_0 = ((int32_t)5146); goto IL_1b49; } IL_160e: { V_0 = ((int32_t)1027); goto IL_1b49; } IL_1619: { V_0 = ((int32_t)1155); goto IL_1b49; } IL_1624: { V_0 = ((int32_t)1029); goto IL_1b49; } IL_162f: { V_0 = ((int32_t)1106); goto IL_1b49; } IL_163a: { V_0 = ((int32_t)1030); goto IL_1b49; } IL_1645: { V_0 = ((int32_t)1031); goto IL_1b49; } IL_1650: { V_0 = ((int32_t)2094); goto IL_1b49; } IL_165b: { V_0 = ((int32_t)1125); goto IL_1b49; } IL_1666: { V_0 = ((int32_t)1032); goto IL_1b49; } IL_1671: { V_0 = ((int32_t)1033); goto IL_1b49; } IL_167c: { V_0 = ((int32_t)3082); goto IL_1b49; } IL_1687: { V_0 = ((int32_t)1061); goto IL_1b49; } IL_1692: { V_0 = ((int32_t)1069); goto IL_1b49; } IL_169d: { V_0 = ((int32_t)1065); goto IL_1b49; } IL_16a8: { V_0 = ((int32_t)1035); goto IL_1b49; } IL_16b3: { V_0 = ((int32_t)1124); goto IL_1b49; } IL_16be: { V_0 = ((int32_t)1080); goto IL_1b49; } IL_16c9: { V_0 = ((int32_t)1036); goto IL_1b49; } IL_16d4: { V_0 = ((int32_t)1122); goto IL_1b49; } IL_16df: { V_0 = ((int32_t)2108); goto IL_1b49; } IL_16ea: { V_0 = ((int32_t)1169); goto IL_1b49; } IL_16f5: { V_0 = ((int32_t)1110); goto IL_1b49; } IL_1700: { V_0 = ((int32_t)1156); goto IL_1b49; } IL_170b: { V_0 = ((int32_t)1095); goto IL_1b49; } IL_1716: { V_0 = ((int32_t)1128); goto IL_1b49; } IL_1721: { V_0 = ((int32_t)1128); goto IL_1b49; } IL_172c: { V_0 = ((int32_t)1037); goto IL_1b49; } IL_1737: { V_0 = ((int32_t)1081); goto IL_1b49; } IL_1742: { V_0 = ((int32_t)1050); goto IL_1b49; } IL_174d: { V_0 = ((int32_t)1070); goto IL_1b49; } IL_1758: { V_0 = ((int32_t)1038); goto IL_1b49; } IL_1763: { V_0 = ((int32_t)1067); goto IL_1b49; } IL_176e: { V_0 = ((int32_t)1057); goto IL_1b49; } IL_1779: { V_0 = ((int32_t)1136); goto IL_1b49; } IL_1784: { V_0 = ((int32_t)1144); goto IL_1b49; } IL_178f: { V_0 = ((int32_t)1039); goto IL_1b49; } IL_179a: { V_0 = ((int32_t)1040); goto IL_1b49; } IL_17a5: { V_0 = ((int32_t)2141); goto IL_1b49; } IL_17b0: { V_0 = ((int32_t)1117); goto IL_1b49; } IL_17bb: { V_0 = ((int32_t)2141); goto IL_1b49; } IL_17c6: { V_0 = ((int32_t)1041); goto IL_1b49; } IL_17d1: { V_0 = ((int32_t)1079); goto IL_1b49; } IL_17dc: { V_0 = ((int32_t)1087); goto IL_1b49; } IL_17e7: { V_0 = ((int32_t)1135); goto IL_1b49; } IL_17f2: { V_0 = ((int32_t)1107); goto IL_1b49; } IL_17fd: { V_0 = ((int32_t)1099); goto IL_1b49; } IL_1808: { V_0 = ((int32_t)1042); goto IL_1b49; } IL_1813: { V_0 = ((int32_t)1111); goto IL_1b49; } IL_181e: { V_0 = ((int32_t)1088); goto IL_1b49; } IL_1829: { V_0 = ((int32_t)1134); goto IL_1b49; } IL_1834: { V_0 = ((int32_t)1108); goto IL_1b49; } IL_183f: { V_0 = ((int32_t)1063); goto IL_1b49; } IL_184a: { V_0 = ((int32_t)1062); goto IL_1b49; } IL_1855: { V_0 = ((int32_t)1153); goto IL_1b49; } IL_1860: { V_0 = ((int32_t)1071); goto IL_1b49; } IL_186b: { V_0 = ((int32_t)1100); goto IL_1b49; } IL_1876: { V_0 = ((int32_t)1104); goto IL_1b49; } IL_1881: { V_0 = ((int32_t)1104); goto IL_1b49; } IL_188c: { V_0 = ((int32_t)2128); goto IL_1b49; } IL_1897: { V_0 = ((int32_t)1148); goto IL_1b49; } IL_18a2: { V_0 = ((int32_t)1102); goto IL_1b49; } IL_18ad: { V_0 = ((int32_t)1086); goto IL_1b49; } IL_18b8: { V_0 = ((int32_t)1082); goto IL_1b49; } IL_18c3: { V_0 = ((int32_t)1044); goto IL_1b49; } IL_18ce: { V_0 = ((int32_t)1121); goto IL_1b49; } IL_18d9: { V_0 = ((int32_t)1043); goto IL_1b49; } IL_18e4: { V_0 = ((int32_t)2068); goto IL_1b49; } IL_18ef: { V_0 = ((int32_t)1044); goto IL_1b49; } IL_18fa: { V_0 = ((int32_t)1132); goto IL_1b49; } IL_1905: { V_0 = ((int32_t)1154); goto IL_1b49; } IL_1910: { V_0 = ((int32_t)1096); goto IL_1b49; } IL_191b: { V_0 = ((int32_t)1094); goto IL_1b49; } IL_1926: { V_0 = ((int32_t)1045); goto IL_1b49; } IL_1931: { V_0 = ((int32_t)1164); goto IL_1b49; } IL_193c: { V_0 = ((int32_t)1123); goto IL_1b49; } IL_1947: { V_0 = ((int32_t)1046); goto IL_1b49; } IL_1952: { V_0 = ((int32_t)1158); goto IL_1b49; } IL_195d: { V_0 = ((int32_t)1131); goto IL_1b49; } IL_1968: { V_0 = ((int32_t)1047); goto IL_1b49; } IL_1973: { V_0 = ((int32_t)1048); goto IL_1b49; } IL_197e: { V_0 = ((int32_t)1049); goto IL_1b49; } IL_1989: { V_0 = ((int32_t)1159); goto IL_1b49; } IL_1994: { V_0 = ((int32_t)1103); goto IL_1b49; } IL_199f: { V_0 = ((int32_t)1157); goto IL_1b49; } IL_19aa: { V_0 = ((int32_t)1083); goto IL_1b49; } IL_19b5: { V_0 = ((int32_t)1115); goto IL_1b49; } IL_19c0: { V_0 = ((int32_t)1051); goto IL_1b49; } IL_19cb: { V_0 = ((int32_t)1060); goto IL_1b49; } IL_19d6: { V_0 = ((int32_t)7227); goto IL_1b49; } IL_19e1: { V_0 = ((int32_t)5179); goto IL_1b49; } IL_19ec: { V_0 = ((int32_t)9275); goto IL_1b49; } IL_19f7: { V_0 = ((int32_t)8251); goto IL_1b49; } IL_1a02: { V_0 = ((int32_t)1052); goto IL_1b49; } IL_1a0d: { V_0 = ((int32_t)9242); goto IL_1b49; } IL_1a18: { V_0 = ((int32_t)10266); goto IL_1b49; } IL_1a23: { V_0 = ((int32_t)9242); goto IL_1b49; } IL_1a2e: { V_0 = ((int32_t)1053); goto IL_1b49; } IL_1a39: { V_0 = ((int32_t)1089); goto IL_1b49; } IL_1a44: { V_0 = ((int32_t)1114); goto IL_1b49; } IL_1a4f: { V_0 = ((int32_t)1097); goto IL_1b49; } IL_1a5a: { V_0 = ((int32_t)1098); goto IL_1b49; } IL_1a65: { V_0 = ((int32_t)1064); goto IL_1b49; } IL_1a70: { V_0 = ((int32_t)1064); goto IL_1b49; } IL_1a7b: { V_0 = ((int32_t)1054); goto IL_1b49; } IL_1a86: { V_0 = ((int32_t)1090); goto IL_1b49; } IL_1a91: { V_0 = ((int32_t)1074); goto IL_1b49; } IL_1a9c: { V_0 = ((int32_t)1055); goto IL_1b49; } IL_1aa7: { V_0 = ((int32_t)1092); goto IL_1b49; } IL_1ab2: { V_0 = ((int32_t)2143); goto IL_1b49; } IL_1abd: { V_0 = ((int32_t)2143); goto IL_1b49; } IL_1ac8: { V_0 = ((int32_t)1152); goto IL_1b49; } IL_1ad0: { V_0 = ((int32_t)1058); goto IL_1b49; } IL_1ad8: { V_0 = ((int32_t)1056); goto IL_1b49; } IL_1ae0: { V_0 = ((int32_t)1091); goto IL_1b49; } IL_1ae8: { V_0 = ((int32_t)2115); goto IL_1b49; } IL_1af0: { V_0 = ((int32_t)1091); goto IL_1b49; } IL_1af8: { V_0 = ((int32_t)1066); goto IL_1b49; } IL_1b00: { V_0 = ((int32_t)1160); goto IL_1b49; } IL_1b08: { V_0 = ((int32_t)1076); goto IL_1b49; } IL_1b10: { V_0 = ((int32_t)1130); goto IL_1b49; } IL_1b18: { V_0 = ((int32_t)2052); goto IL_1b49; } IL_1b20: { V_0 = ((int32_t)2052); goto IL_1b49; } IL_1b28: { V_0 = ((int32_t)3076); goto IL_1b49; } IL_1b30: { V_0 = ((int32_t)1077); goto IL_1b49; } IL_1b38: { String_t* L_496 = ___name0; String_t* L_497; L_497 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral11E62B19BF342A86FAC1129A0317C39E0B854B99)), L_496, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_498 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_498, L_497, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_498, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_CreateSpecificCultureFromNeutral_mF6CF569184E7F4CDD6385094B46ADB092A3B26ED_RuntimeMethod_var))); } IL_1b49: { int32_t L_499 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_500 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_m9A51F2BC5C6EFFA706C82A4DA70AFB918F195230(L_500, L_499, /*hidden argument*/NULL); return L_500; } } // System.Int32 System.Globalization.CultureInfo::get_CalendarType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_default_calendar_type_8(); V_0 = ((int32_t)((int32_t)L_0>>(int32_t)8)); int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0023; } case 1: { goto IL_0025; } case 2: { goto IL_0027; } case 3: { goto IL_002a; } } } { goto IL_002c; } IL_0023: { return 1; } IL_0025: { return 7; } IL_0027: { return ((int32_t)23); } IL_002a: { return 6; } IL_002c: { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_2 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DD68F8797C190051683A5160706F306B98637A0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_get_CalendarType_mB40D34DA16B8CFDBD783E3332A80376952E12258_RuntimeMethod_var))); } } // System.Globalization.Calendar System.Globalization.CultureInfo::CreateCalendar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83 (int32_t ___calendarType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23A4DD54214FC8073CEB73B68F41EC141A19D2FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B10639708A9EDA1C77DB76B9A462AC3EE089CA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBDEADA2FE9E87576E5D96A01F43C1062F118DC9); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Type_t * V_1 = NULL; int32_t V_2 = 0; { V_0 = (String_t*)NULL; int32_t L_0 = ___calendarType0; V_2 = ((int32_t)((int32_t)L_0>>(int32_t)8)); int32_t L_1 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0020; } case 1: { goto IL_002d; } case 2: { goto IL_0035; } case 3: { goto IL_003d; } } } { goto IL_0045; } IL_0020: { int32_t L_2 = ___calendarType0; GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B * L_3 = (GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B *)il2cpp_codegen_object_new(GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_il2cpp_TypeInfo_var); GregorianCalendar__ctor_m1704CA6429AD05A33F51B989876A357106DF90FC(L_3, ((int32_t)((int32_t)L_2&(int32_t)((int32_t)255))), /*hidden argument*/NULL); return L_3; } IL_002d: { V_0 = _stringLiteral4B10639708A9EDA1C77DB76B9A462AC3EE089CA3; goto IL_005b; } IL_0035: { V_0 = _stringLiteralFBDEADA2FE9E87576E5D96A01F43C1062F118DC9; goto IL_005b; } IL_003d: { V_0 = _stringLiteral23A4DD54214FC8073CEB73B68F41EC141A19D2FD; goto IL_005b; } IL_0045: { int32_t L_4 = ___calendarType0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = String_Concat_m4D0DDA7FEDB75304E5FDAF8489A0478EE58A45F2(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8273FD0A2345FD1A87DA0B361AC742F02192BAEB)), L_6, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_8 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83_RuntimeMethod_var))); } IL_005b: { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = il2cpp_codegen_get_type(Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var, L_9, (bool)0, CultureInfo_CreateCalendar_m54B73CA8B965F5B14131CCD4B690DBF299BA7B83_RuntimeMethod_var); V_1 = L_10; Type_t * L_11 = V_1; bool L_12; L_12 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0073; } } { GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B * L_13 = (GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B *)il2cpp_codegen_object_new(GregorianCalendar_tABB0DE5379F7854B653A5E2577CE330D42933F6B_il2cpp_TypeInfo_var); GregorianCalendar__ctor_m1704CA6429AD05A33F51B989876A357106DF90FC(L_13, 1, /*hidden argument*/NULL); return L_13; } IL_0073: { Type_t * L_14 = V_1; RuntimeObject * L_15; L_15 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295(L_14, /*hidden argument*/NULL); return ((Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A *)CastclassClass((RuntimeObject*)L_15, Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A_il2cpp_TypeInfo_var)); } } // System.Exception System.Globalization.CultureInfo::CreateNotFoundException(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * CultureInfo_CreateNotFoundException_mE8F4C42AA97D587313FA497CB787A5FDCC663C4D (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF748949B412656FE1821117C3B4E716C3866F79); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD42F80E7C19C40D7972DD304F9ED27FB69474570); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1; L_1 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralAF748949B412656FE1821117C3B4E716C3866F79, L_0, _stringLiteralD42F80E7C19C40D7972DD304F9ED27FB69474570, /*hidden argument*/NULL); CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C * L_2 = (CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C *)il2cpp_codegen_object_new(CultureNotFoundException_tF7A5916D7F7C5CC3780AF5C14DE18006B4DD161C_il2cpp_TypeInfo_var); CultureNotFoundException__ctor_mD0FFBC025FBAABAFCF8DB514A4B164A98D9E4D4A(L_2, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_1, /*hidden argument*/NULL); return L_2; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_DefaultThreadCurrentCulture_mA8E3D80BFECBF1DAF917B9FD43225B32CE7EC832 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_s_DefaultThreadCurrentCulture_34(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_DefaultThreadCurrentUICulture_m92E21699424FEFC0A15D065CC11AF73919484AE9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->get_s_DefaultThreadCurrentUICulture_33(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.String System.Globalization.CultureInfo::get_SortName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_SortName_mB0617CF8B75431B13A7E3D470E9868B35747E9B6 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_13(); return L_0; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_UserDefaultUICulture_mC4D48983323DDBBFC96829FA0837C6D48470E237 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_ConstructCurrentUICulture_mC7BA40F222BDF1FA8941141DE395A4F846C5EC80(/*hidden argument*/NULL); return L_0; } } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_UserDefaultCulture_m1E51BCF0DD908958638CA18EC9CFEB1F931A6F86 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_ConstructCurrentCulture_m67C55DA58189120D7CDAD6945A6D6603537AB8B6(/*hidden argument*/NULL); return L_0; } } // System.Void System.Globalization.CultureInfo::CheckDomainSafetyObject(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_CheckDomainSafetyObject_m429D3754AAAF55BBA57051FEFFDB0427CDD699AF (RuntimeObject * ___obj0, RuntimeObject * ___container1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); NullCheck(L_1); Assembly_t * L_2; L_2 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_4); Assembly_t * L_5; L_5 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4); bool L_6; L_6 = Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5(L_2, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0047; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_8; L_8 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE3C76B3CDA8D8C92E500B0B989E4CDCB27514E0D)), /*hidden argument*/NULL); RuntimeObject * L_9 = ___obj0; NullCheck(L_9); Type_t * L_10; L_10 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_9, /*hidden argument*/NULL); RuntimeObject * L_11 = ___container1; NullCheck(L_11); Type_t * L_12; L_12 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = String_Format_m8892FAD3E9F1E11E6176840DC1EA0C40DF1F0C2B(L_7, L_8, L_10, L_12, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_14 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_CheckDomainSafetyObject_m429D3754AAAF55BBA57051FEFFDB0427CDD699AF_RuntimeMethod_var))); } IL_0047: { return; } } // System.Boolean System.Globalization.CultureInfo::get_HasInvariantCultureName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_HasInvariantCultureName_mF425E502C2BEEF8946C3C45D6EA30AE2E2141505 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_mE77B4CD8A3492C63BB47780AC2DEEE48CA3C221A (String_t* ___cultureName0, bool ___throwException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { V_0 = 0; goto IL_0041; } IL_0004: { String_t* L_0 = ___cultureName0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; Il2CppChar L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_4; L_4 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_003d; } } { Il2CppChar L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)45)))) { goto IL_003d; } } { Il2CppChar L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)95)))) { goto IL_003d; } } { bool L_7 = ___throwException1; if (!L_7) { goto IL_003b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; String_t* L_10 = ___cultureName0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); String_t* L_11; L_11 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37F88415E2C5D0ACDF9D5144CD9817B3D6664F7E)), L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_VerifyCultureName_mE77B4CD8A3492C63BB47780AC2DEEE48CA3C221A_RuntimeMethod_var))); } IL_003b: { return (bool)0; } IL_003d: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0041: { int32_t L_14 = V_0; String_t* L_15 = ___cultureName0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0004; } } { return (bool)1; } } // System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_m1CEF67D4763541BA361CAC59691B2852AF4D64A5 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, bool ___throwException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; NullCheck(L_0); bool L_1 = L_0->get_m_isInherited_29(); if (L_1) { goto IL_000a; } } { return (bool)1; } IL_000a: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_2); bool L_4 = ___throwException1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); bool L_5; L_5 = CultureInfo_VerifyCultureName_mE77B4CD8A3492C63BB47780AC2DEEE48CA3C221A(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Globalization.CultureInfo::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__cctor_mBC94CBD9EEECE6BE5B1914AFE9E2C2B58F1BB2F6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)il2cpp_codegen_object_new(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo__ctor_mAC66CAB89131207D9320BCFD452AA926EC9C296D(L_0, ((int32_t)127), (bool)0, (bool)1, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->set_invariant_culture_info_0(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))->set_shared_table_lock_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CrossAppDomainData_get_ProcessID_mF88FE6DE59E9704FBECDDE9395E258A03F6F2A54_inline (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__processGuid_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CrossAppDomainData_get_DomainID_mA92FABDF89A959B74BB28F329DA50F035D0C5957_inline (CrossAppDomainData_t92D017A6163A5F7EFAB22F5441E9D63F42EC8B43 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__DomainID_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_0 = __this->get__context_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool CryptoStream_get_HasFlushedFinalBlock_m73381F54A505A0CF2224348FB1F30A8DB40AABAA_inline (CryptoStream_tF66A4175F53BDFFC4936AF7FD02BD54C5B024B66 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__finalBlockTransformed_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_flags_4(); return (int32_t)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_m48F81D66BBBE5AC95CC1FB7E17885672F7A14CA9_inline (TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * __this, bool ___readOnly0, const RuntimeMethod* method) { { bool L_0 = ___readOnly0; __this->set_m_isReadOnly_1(L_0); return; } }