#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include #include "icalls/mscorlib/System.Security.Cryptography/RNGCryptoServiceProvider.h" #include "icalls/mscorlib/System.Runtime.Remoting.Proxies/RealProxy.h" #include "icalls/mscorlib/System.Globalization/RegionInfo.h" #include "icalls/mscorlib/System.Runtime.Remoting/RemotingServices.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 VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Threading.AsyncLocal`1 struct AsyncLocal_1_t480A201BA0D1C62C2C6FA6598EEDF7BB35D85349; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // 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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IList`1 struct IList_1_t3E87CE13545DCDCC8B84467E291E5102D93A5BA6; // System.Collections.Generic.IList`1 struct IList_1_tC94A6A591E58FD9BB826AF5D15001E425B682707; // System.Collections.Generic.IList`1 struct IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t643390FEAB46EFC9FBC9286134BD21291A0B50DB; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5055F9153B6CD1765C9BB7D782E1266B244DC577; // System.Collections.Generic.List`1 struct List_1_t053589A158AAF0B471CF80825616560409AF43D4; // System.Collections.Generic.List`1 struct List_1_t6C44C0357D6C8D5FA8F1019C5D37D11A0AEC8544; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7; // System.Threading.Tasks.Shared`1 struct Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t2FFD15B36080D94D1EC30179B687835605827B2D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tB3A98FA5DB4C7CED7B40D0A389FAA5EAA0709EA7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t6D8EF0A11B0C0A47C33CF24CE76E416CA72EEC41; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t633F4A976A850748FCE40DDD4E5962E08996D402; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Exception[] struct ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D; // System.Runtime.Remoting.Messaging.Header[] struct HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A; // System.Runtime.Remoting.Contexts.IContextAttribute[] struct IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6; // System.Threading.Tasks.IndexRange[] struct IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14; // 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.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Runtime.Serialization.ObjectHolder[] struct ObjectHolderU5BU5D_tB0134C25BE5EE8773D2724BD2D76B396A1024703; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.RuntimeType[] struct RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.TypeCode[] struct TypeCodeU5BU5D_t739FFE1DCDDA7CAB8776CF8717CD472E32DC59AE; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Threading.WaitHandle[] struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Runtime.Remoting.ActivatedClientTypeEntry struct ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3; // System.Runtime.Remoting.ActivatedServiceTypeEntry struct ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274; // System.Runtime.Remoting.Messaging.ArgInfo struct ArgInfo_tA94BF0451B100D18BFBC2EDA7947AFD4E2F5F7A2; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824; // System.Security.Cryptography.AsymmetricAlgorithm struct AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F; // System.Security.Cryptography.AsymmetricKeyExchangeDeformatter struct AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47; // System.Security.Cryptography.AsymmetricKeyExchangeFormatter struct AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B; // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.BadImageFormatException struct BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A; // Mono.Math.BigInteger struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55; // System.IO.BinaryReader struct BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Runtime.Remoting.Messaging.CallContextRemotingData struct CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E; // System.Runtime.Remoting.Messaging.CallContextSecurityData struct CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431; // System.Runtime.Remoting.ChannelData struct ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827; // System.Runtime.Remoting.ClientActivatedIdentity struct ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6; // System.Runtime.Remoting.ClientIdentity struct ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Runtime.Remoting.ConfigHandler struct ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760; // System.Runtime.Remoting.Messaging.ConstructionCall struct ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C; // System.Runtime.Remoting.Messaging.ConstructionResponse struct ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Runtime.Remoting.Contexts.Context struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Runtime.Remoting.Contexts.ContextCallbackObject struct ContextCallbackObject_t0E2D94904CEC51006BE71AE154A7E7D9CD4AFA4B; // System.Runtime.Remoting.Channels.CrossAppDomainSink struct CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586; // System.Runtime.Remoting.Contexts.CrossContextChannel struct CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD; // System.Security.AccessControl.CryptoKeySecurity struct CryptoKeySecurity_tCE877564182EC9B0971E4014404636BD55B87EE2; // 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.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Runtime.Serialization.DeserializationEventHandler struct DeserializationEventHandler_t96163039FFB39DB4A7BA9C218D9F11D400B9EE86; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t374B470D20F1FAF60F0578EE489846E6E283984B; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C; // System.Exception struct Exception_t; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414; // System.Resources.FileBasedResourceGroveler struct FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759; // System.Security.Cryptography.HashAlgorithm struct HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Runtime.Remoting.Activation.IActivator struct IActivator_t860F083B53B1F949344E0FF8326AF82316B2A5CA; // System.Runtime.Remoting.IChannelInfo struct IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Runtime.Remoting.Activation.IConstructionCallMessage struct IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7; // System.Runtime.Remoting.Activation.IConstructionReturnMessage struct IConstructionReturnMessage_t81215227E34D8CDBBD6B23E2C123F92C13299F09; // System.Runtime.Remoting.Contexts.IContextAttribute struct IContextAttribute_t2DE63AB70FAE132F1759A219D2BDBC36C4CDF9A6; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Runtime.Remoting.IEnvoyInfo struct IEnvoyInfo_t0D9B51B59DD51C108742B0B18E09DC1B0AD6B713; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Runtime.Remoting.Lifetime.ILease struct ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // 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.Runtime.Remoting.Messaging.IMethodMessage struct IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C; // System.Runtime.Remoting.Messaging.IMethodReturnMessage struct IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA; // System.Security.Principal.IPrincipal struct IPrincipal_t850ACE1F48327B64F266DD2C6FD8C5F56E4889E2; // Microsoft.Win32.IRegistryApi struct IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463; // System.Runtime.Remoting.IRemotingTypeInfo struct IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E; // System.Resources.IResourceGroveler struct IResourceGroveler_tD738FE6B83F63AC66FDD73BCD3193016FDEBFAB0; // System.Resources.IResourceReader struct IResourceReader_tB5A7F9D51AB1F5FEC29628E2E541338D44A88379; // System.Runtime.Serialization.ISerializationSurrogate struct ISerializationSurrogate_tC20BD4E08AA053727BE2CC53F4B95E9A2C4BEF8D; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA; // System.Runtime.Remoting.Identity struct Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5; // System.Runtime.Remoting.Messaging.IllogicalCallContext struct IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046; // System.Threading.InternalThread struct InternalThread_t12B78B27503AE19E9122E212419A66843BF746EB; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A; // System.Security.Cryptography.KeySizes struct KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3; // 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.Runtime.Remoting.Messaging.MCMDictionary struct MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF; // System.Security.Cryptography.MD5 struct MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB; // System.Resources.ManifestBasedResourceGroveler struct ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // System.Reflection.MethodBase struct MethodBase_t; // System.Runtime.Remoting.Messaging.MethodCall struct MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Remoting.Messaging.MethodResponse struct MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5; // System.Runtime.Remoting.Messaging.MethodReturnDictionary struct MethodReturnDictionary_tCD3B3B0F69F53EF7653CB5E6B175628E8FD54531; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC; // System.MonoTypeInfo struct MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79; // 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.Runtime.Remoting.Messaging.ObjRefSurrogate struct ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A; // System.Runtime.Serialization.ObjectHolderList struct ObjectHolderList_t6EC019D0FA1ACB5A6B6DE3B99E9523C8D7675291; // System.Runtime.Serialization.ObjectManager struct ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96; // System.Security.Cryptography.PKCS1MaskGenerationMethod struct PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // System.Security.Util.Parser struct Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D; // System.IO.PinnedBufferMemoryStream struct PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78; // System.Runtime.Remoting.ProviderData struct ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582; // System.Security.Cryptography.RNGCryptoServiceProvider struct RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1; // System.Security.Cryptography.RSA struct RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B; // System.Security.Cryptography.RSACryptoServiceProvider struct RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7; // System.Security.Cryptography.RSAEncryptionPadding struct RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65; // System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter struct RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113; // System.Security.Cryptography.RSAOAEPKeyExchangeFormatter struct RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D; // System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter struct RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A; // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD; // 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.RSAPKCS1SignatureDescription struct RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095; // System.Security.Cryptography.RSAPKCS1SignatureFormatter struct RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6; // System.Security.Cryptography.RSASignaturePadding struct RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // System.Threading.Tasks.RangeManager struct RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571; // System.RankException struct RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C; // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo struct ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744; // System.ReflectionOnlyType struct ReflectionOnlyType_t1EF43BEB5E0AD43FB262489E6493EB1A444B0F06; // System.Reflection.ReflectionTypeLoadException struct ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C; // System.Globalization.RegionInfo struct RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268; // Microsoft.Win32.RegistryKeyComparer struct RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3; // System.Runtime.ConstrainedExecution.ReliabilityContractAttribute struct ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971; // System.Runtime.Remoting.Activation.RemoteActivationAttribute struct RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82; // System.Runtime.Remoting.Activation.RemoteActivator struct RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F; // System.Runtime.Remoting.RemotingException struct RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B; // System.Runtime.Remoting.Proxies.RemotingProxy struct RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63; // System.Runtime.Remoting.Messaging.RemotingSurrogate struct RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC; // System.Runtime.Remoting.Messaging.RemotingSurrogateSelector struct RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA; // System.ResolveEventArgs struct ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089; // System.Resources.ResourceFallbackManager struct ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652; // System.Resources.ResourceManager struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A; // System.Resources.ResourceReader struct ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492; // System.Resources.ResourceSet struct ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F; // System.Runtime.Remoting.Messaging.ReturnMessage struct ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9; // System.Reflection.RuntimeAssembly struct RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56; // System.Reflection.RuntimeConstructorInfo struct RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07; // System.Security.Cryptography.SHA1 struct SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E; // System.Security.Cryptography.SHA256 struct SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452; // System.Security.Cryptography.SHA384 struct SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9; // System.Security.Cryptography.SHA512 struct SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8; // System.Runtime.InteropServices.SafeBuffer struct SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2; // System.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B; // Microsoft.Win32.SafeHandles.SafeRegistryHandle struct SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1; // System.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2; // System.Security.SecureString struct SecureString_t19F65D6480BBCE2D5F24F21B7F4E6C7841698D94; // System.Security.SecurityDocument struct SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977; // System.Security.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache struct SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit struct SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D; // System.Runtime.Serialization.Formatters.Binary.SerStack struct SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8; // System.Runtime.Serialization.SerializationEventHandler struct SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8; // System.Security.Cryptography.SignatureDescription struct SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A; // System.Runtime.Remoting.SingleCallIdentity struct SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27; // System.Runtime.Remoting.SingletonIdentity struct SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Reflection.StrongNameKeyPair struct StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF; // System.Threading.SynchronizationContext struct SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.Threading.Thread struct Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414; // System.Security.Util.Tokenizer struct Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8; // System.Type struct Type_t; // Microsoft.Win32.UnixRegistryApi struct UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22; // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB; // System.WeakReference struct WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76; // System.Runtime.Remoting.WellKnownClientTypeEntry struct WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD; // System.Runtime.Remoting.WellKnownServiceTypeEntry struct WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D; // Microsoft.Win32.Win32RegistryApi struct Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_tA37081FAEBE21D83D216225B4489BA8A37B4E13C; // System.Reflection.CustomAttributeData/LazyCAttrData struct LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22; // System.Runtime.Remoting.RemotingServices/CACD struct CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB; // System.Resources.ResourceFallbackManager/d__5 struct U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC; // System.Resources.ResourceManager/CultureNameResourceSetPair struct CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84; // System.Resources.ResourceManager/ResourceManagerMediator struct ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C; // System.Resources.ResourceReader/ResourceEnumerator struct ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1; // Mono.RuntimeStructs/RemoteClass struct RemoteClass_t2AA6BAAC498863265F1C9186436C782645A4A902; // Mono.Xml.SmallXmlParser/AttrListImpl struct AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA; // Mono.Xml.SmallXmlParser/IContentHandler struct IContentHandler_t4DCBE1BBF3C625846A210931388615BFCCF7AA25; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; IL2CPP_EXTERN_C RuntimeClass* ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274_il2cpp_TypeInfo_var; 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* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827_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* ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_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* CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_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* CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastResourceComparer_tB7209D9F84211D726E260A068C0C6C82E290DD3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConstructionReturnMessage_t81215227E34D8CDBBD6B23E2C123F92C13299F09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tD3A05093CC693F4CAF8A51394DDC82F17894FC55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t5A94E8E50B18D2397D8BDC3485B1E4CA2614141C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_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* IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResourceGroveler_tD738FE6B83F63AC66FDD73BCD3193016FDEBFAB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_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* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_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* ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_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* RSAEncryptionPaddingMode_t3C0AC09AB2172E846C59FBDA45701DCC1CDED8A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSASignaturePaddingMode_t422EFAEA6CBACFAD72B2EBEE38B50E2FEB1423E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourceTypeCode_t4AE457F699E48FF36523029D776124B4264B570C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_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* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5_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* U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0109BB49CDFA2F464982CA911DEF8A984B1ADDDC; IL2CPP_EXTERN_C String_t* _stringLiteral04F339E2067485077633DE2026F6468EC3550949; IL2CPP_EXTERN_C String_t* _stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7; IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral08325EBD3F98F56ECBD5A88334753C82A59BB0EB; IL2CPP_EXTERN_C String_t* _stringLiteral085EB94908CA7962D8666204E1774BC6C4DAFE93; IL2CPP_EXTERN_C String_t* _stringLiteral09174D3E29A9B03ED0881B294D3636484DC8E7A7; IL2CPP_EXTERN_C String_t* _stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD; IL2CPP_EXTERN_C String_t* _stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78; IL2CPP_EXTERN_C String_t* _stringLiteral0A796170302D4ECCE2B27627900D3B9D9A3D3399; IL2CPP_EXTERN_C String_t* _stringLiteral0B13DBA89352DE2AB5BF58874997A4FD1A921ED2; IL2CPP_EXTERN_C String_t* _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763; IL2CPP_EXTERN_C String_t* _stringLiteral0C8B86172194FBF0F6526CAE5586880254B67FBD; IL2CPP_EXTERN_C String_t* _stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47; IL2CPP_EXTERN_C String_t* _stringLiteral1009529A874680F74C20466A4DC605BB5FBE0343; IL2CPP_EXTERN_C String_t* _stringLiteral10DFA10384477091B86CB5D09DA89577EA03ECF9; IL2CPP_EXTERN_C String_t* _stringLiteral110D1733D85BF5EFB139B95FF286BB627337195E; IL2CPP_EXTERN_C String_t* _stringLiteral118E38B2D412E6F22C505D9D88DD635BB1155008; IL2CPP_EXTERN_C String_t* _stringLiteral11ADCE921591924F92707F79E214CE470098E76F; IL2CPP_EXTERN_C String_t* _stringLiteral12B56AAEF4122B38BC5B497AC9481A8A8DD8B99A; IL2CPP_EXTERN_C String_t* _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1; IL2CPP_EXTERN_C String_t* _stringLiteral13BB2AD989FEC83ED98D76BDE3BB22D63263AC5E; IL2CPP_EXTERN_C String_t* _stringLiteral143702F219857B8B63186EA07A611D836C18BF4B; IL2CPP_EXTERN_C String_t* _stringLiteral14C34BD3F66781E25B06A29154AFFCEAF4629ED8; IL2CPP_EXTERN_C String_t* _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD; IL2CPP_EXTERN_C String_t* _stringLiteral17B7BDF7BE9F40B19990BB6BB9ABA19761B213C8; IL2CPP_EXTERN_C String_t* _stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7; IL2CPP_EXTERN_C String_t* _stringLiteral1B3E7AAC4DACF245D01365DAFBFC4E7CC149D9D4; IL2CPP_EXTERN_C String_t* _stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F; IL2CPP_EXTERN_C String_t* _stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5; IL2CPP_EXTERN_C String_t* _stringLiteral237BF13CF020851E39DBDC714759A48505212CF5; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral27651EB3C34E0A11A886ACFFFB27C68F6B0F0B7D; IL2CPP_EXTERN_C String_t* _stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98; IL2CPP_EXTERN_C String_t* _stringLiteral2D8CA3B710614056F57274832A67E7C9ADE59181; IL2CPP_EXTERN_C String_t* _stringLiteral303279455A5F05DC361A9702CDFC0AEC7A31C202; IL2CPP_EXTERN_C String_t* _stringLiteral3050B959B65E7987322E043FCD280E4871419178; IL2CPP_EXTERN_C String_t* _stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88; IL2CPP_EXTERN_C String_t* _stringLiteral36EA4AE37F3D9E8DB8296F5A31E191DCA2F631DC; IL2CPP_EXTERN_C String_t* _stringLiteral3792CAE3D944C750A90C6EAB820EBB80F23128A8; IL2CPP_EXTERN_C String_t* _stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE; IL2CPP_EXTERN_C String_t* _stringLiteral3A5974406F0828AABB6EF1757D953F2859F9B2E5; IL2CPP_EXTERN_C String_t* _stringLiteral3B17741531D54CD1AED28E049653D794244D54A7; IL2CPP_EXTERN_C String_t* _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7; IL2CPP_EXTERN_C String_t* _stringLiteral3D035DCB96CA60D50F7833D51ACE62543C133C5F; IL2CPP_EXTERN_C String_t* _stringLiteral3E0BA531A882BD4C30FC3CC53ABABEC24FB20DE5; IL2CPP_EXTERN_C String_t* _stringLiteral3E15DCB4981883D18EADB79D0E8B07FA459D310C; IL2CPP_EXTERN_C String_t* _stringLiteral4094934C3B5EA42383D17EB1A75BC93F1C01C751; IL2CPP_EXTERN_C String_t* _stringLiteral421D87CB39AEFB620F4500E914A7C45D02B4E8B1; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86; IL2CPP_EXTERN_C String_t* _stringLiteral42FCF63D17717E94129B1681B68C3D08DBD7E187; IL2CPP_EXTERN_C String_t* _stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9; IL2CPP_EXTERN_C String_t* _stringLiteral473FBDF69A439D9D2EF7326D46C4A09C4FEFF80E; IL2CPP_EXTERN_C String_t* _stringLiteral479E676AFC213420AC961329E92C15BD3045A54A; IL2CPP_EXTERN_C String_t* _stringLiteral48A932D52F2443BFCD9EABA8E0F9219F164AD5B0; IL2CPP_EXTERN_C String_t* _stringLiteral49A7EA21ECB328D154FA2262BB41626D795F4D90; IL2CPP_EXTERN_C String_t* _stringLiteral4C165AC935D6227499C3BBAAE617813538CCD53F; IL2CPP_EXTERN_C String_t* _stringLiteral4DC69077601DADAE28CCBFA66211C18EA0CA9C72; IL2CPP_EXTERN_C String_t* _stringLiteral4EDB96BC7FB13DCA5DD4D432246DFF4E4C2768AF; IL2CPP_EXTERN_C String_t* _stringLiteral4F48857B510C4CD816E8095ED473B71C9E49FC83; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral5077DC27D5D9FE897849D23B577020F46D6DF9E1; IL2CPP_EXTERN_C String_t* _stringLiteral51110E17CA94BC00F4A876802AC4AC26E7E482B1; IL2CPP_EXTERN_C String_t* _stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F; IL2CPP_EXTERN_C String_t* _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; IL2CPP_EXTERN_C String_t* _stringLiteral52CF963C5CA315A7810A381C1C956168DB9485EA; IL2CPP_EXTERN_C String_t* _stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4; IL2CPP_EXTERN_C String_t* _stringLiteral54F0351CE0E948CDD13FFB7D9BD61B44D8942DA0; IL2CPP_EXTERN_C String_t* _stringLiteral55DAB60CD344FFD34E16292DA4DECD967CD55236; IL2CPP_EXTERN_C String_t* _stringLiteral598D43D0FFA5F7E44602478AD0E68FA3FFF5BCCE; IL2CPP_EXTERN_C String_t* _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3C654A03E23C1086CA5655ED12AD84E541D9C; IL2CPP_EXTERN_C String_t* _stringLiteral5C2B287AA9E20644FBF7B4A84D7867432285D7F6; IL2CPP_EXTERN_C String_t* _stringLiteral5C462EE2919FF6E5064829DDA12B78239867F7FB; IL2CPP_EXTERN_C String_t* _stringLiteral5CE50CCB0F1BF7D42FBD9271D1FA1C329E9CD8D5; IL2CPP_EXTERN_C String_t* _stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93; IL2CPP_EXTERN_C String_t* _stringLiteral5EAC7821D3146E3E5AA5B53530F1797167C3D4A4; IL2CPP_EXTERN_C String_t* _stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2; IL2CPP_EXTERN_C String_t* _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB; IL2CPP_EXTERN_C String_t* _stringLiteral685113E80F7727890E98EFD4D624EBB5609E8264; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6A9B5A1A5676E6DA408359AC1B7D80469A166CF5; IL2CPP_EXTERN_C String_t* _stringLiteral6BBACEC2AF7F52E71DDFBD94D23CB7140B770916; IL2CPP_EXTERN_C String_t* _stringLiteral6CD670400494BC9B6128BDD440B066911E10553D; IL2CPP_EXTERN_C String_t* _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44; IL2CPP_EXTERN_C String_t* _stringLiteral6FB73D834B8161D53CADB30A465BA02D56523CEB; IL2CPP_EXTERN_C String_t* _stringLiteral708EA931A38023D3879BD5BF435745BF9B5D9C68; IL2CPP_EXTERN_C String_t* _stringLiteral74B7400D292F84A15E9A8AA9A73ED0B39C8F79FD; IL2CPP_EXTERN_C String_t* _stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117; IL2CPP_EXTERN_C String_t* _stringLiteral7864CED25EA26825E709D6716119C48FC3CAD49C; IL2CPP_EXTERN_C String_t* _stringLiteral7A275E9B1BB31F78FAFCDDF015B8B539D552944C; IL2CPP_EXTERN_C String_t* _stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C; IL2CPP_EXTERN_C String_t* _stringLiteral7B0BED111ACEC20E3FDB3CB4723DABB14A607459; IL2CPP_EXTERN_C String_t* _stringLiteral7B80E1C921AA4F976C3D36A0CA5D7008F791FA61; IL2CPP_EXTERN_C String_t* _stringLiteral7C9A5D04354BCB8D222D58870F3DB1F3639741BF; IL2CPP_EXTERN_C String_t* _stringLiteral7CE7BE942DD7F80105C4D6B37DEAFFC4DE57477B; IL2CPP_EXTERN_C String_t* _stringLiteral7F05C0A8BBC91D6841AA777C79F913F381024C50; IL2CPP_EXTERN_C String_t* _stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8; IL2CPP_EXTERN_C String_t* _stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A; IL2CPP_EXTERN_C String_t* _stringLiteral83314EA460FCEFD3C214A42664EEA4D9E9280DF4; IL2CPP_EXTERN_C String_t* _stringLiteral83628CAE86B00A15762B76BBEEE36C39AE50273F; IL2CPP_EXTERN_C String_t* _stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08; IL2CPP_EXTERN_C String_t* _stringLiteral848A97F7360A08955AB3B08A739AFC04D590A51A; IL2CPP_EXTERN_C String_t* _stringLiteral85F02773B30D7E03E02058A46638441028F4AD00; IL2CPP_EXTERN_C String_t* _stringLiteral86A1D5983E899BFCC1B8D83C44231A4F60497E4D; IL2CPP_EXTERN_C String_t* _stringLiteral86B722D4252EEE2D48A679A0CC73715F9B989719; IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1; IL2CPP_EXTERN_C String_t* _stringLiteral87254B87EFE7A82850E53C9703C3E9FAF7F20C3F; IL2CPP_EXTERN_C String_t* _stringLiteral882AD41FD98E301986427165C0B4D87BA813F51E; IL2CPP_EXTERN_C String_t* _stringLiteral886322BF8B31AB390F36237FC5A394EA3CAD2311; IL2CPP_EXTERN_C String_t* _stringLiteral88CF9561BD0F901CDC3145E84CB9EBF44003B989; IL2CPP_EXTERN_C String_t* _stringLiteral8A047FD9B4CCBDFD3876EB4B4AB623EF03671DC3; IL2CPP_EXTERN_C String_t* _stringLiteral8A35A5A606A26A4D99037EBDB96315DF7B053B48; IL2CPP_EXTERN_C String_t* _stringLiteral8B6077D89780BF02C1F44BDFC46D163FDF2E4ED2; IL2CPP_EXTERN_C String_t* _stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910; IL2CPP_EXTERN_C String_t* _stringLiteral9147A5DE05C835A624231D172225C669B704834F; IL2CPP_EXTERN_C String_t* _stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA; IL2CPP_EXTERN_C String_t* _stringLiteral942D36C7E2AD338DF92973E7DA31C28DE4933ACF; IL2CPP_EXTERN_C String_t* _stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D; IL2CPP_EXTERN_C String_t* _stringLiteral95DA3FC7722DD1C65280ACB8BF456EF76775963D; IL2CPP_EXTERN_C String_t* _stringLiteral96325E100B6D9B143970D293B953738A60B52D79; IL2CPP_EXTERN_C String_t* _stringLiteral968B85315B4ED49137CB3D4BE5341B2857017C56; IL2CPP_EXTERN_C String_t* _stringLiteral978FB90AF633E9C6AE551B38A69424384D151E9D; IL2CPP_EXTERN_C String_t* _stringLiteral97B6B54C4BC93ACD2AE3E79C7D8301B9848A9ACA; IL2CPP_EXTERN_C String_t* _stringLiteral9B400949628F18A01DB8BD871B07EAFD01B395A8; IL2CPP_EXTERN_C String_t* _stringLiteral9C8AAE8FFEEEA1D546E01CAFC3AD0CBD2BEAC3E9; IL2CPP_EXTERN_C String_t* _stringLiteral9F82D7696936E7D5CBA5E8B75E0EDEF606017949; IL2CPP_EXTERN_C String_t* _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158; IL2CPP_EXTERN_C String_t* _stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469; IL2CPP_EXTERN_C String_t* _stringLiteralA6764DE62CAAC98C061DFB6497CB17A74D971CB1; IL2CPP_EXTERN_C String_t* _stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085; IL2CPP_EXTERN_C String_t* _stringLiteralA8D47AE1AF058376130F84972F3A870CF462AAAA; IL2CPP_EXTERN_C String_t* _stringLiteralAA1D48414A28F21C40B4FBBC3C4A5144772287AB; IL2CPP_EXTERN_C String_t* _stringLiteralAB44AED1F8533DF887C42A9D9AA0A2AB246920D3; IL2CPP_EXTERN_C String_t* _stringLiteralABEFECC44DB82DBED264ED0A4B3BC4E606790DD4; IL2CPP_EXTERN_C String_t* _stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465; IL2CPP_EXTERN_C String_t* _stringLiteralAC95B33101063E509D251150AFD474D6AD2E3DDD; IL2CPP_EXTERN_C String_t* _stringLiteralAEBB77D51CC94758BB0EBC9BEEF392785CD98A5A; IL2CPP_EXTERN_C String_t* _stringLiteralAEED46BF86CE1040B166D50581086EDDFA414125; IL2CPP_EXTERN_C String_t* _stringLiteralB09A7EB2043BD75CFD923CD1922392FD00DBA589; IL2CPP_EXTERN_C String_t* _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94; IL2CPP_EXTERN_C String_t* _stringLiteralB2017E3E2A003266489F89E52B73B8134622B43E; IL2CPP_EXTERN_C String_t* _stringLiteralB2D051DB2005E5D272F7650402709F72D75FF922; IL2CPP_EXTERN_C String_t* _stringLiteralB32EB29C07A02C41453F9839C8E2060029F1F89F; IL2CPP_EXTERN_C String_t* _stringLiteralB36231573E43663A3F7BA999008101ACA0AD2A8F; IL2CPP_EXTERN_C String_t* _stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B; IL2CPP_EXTERN_C String_t* _stringLiteralB56971125B023157EE72B1975D9FB9832A6CC2E6; IL2CPP_EXTERN_C String_t* _stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7; IL2CPP_EXTERN_C String_t* _stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884; IL2CPP_EXTERN_C String_t* _stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855; IL2CPP_EXTERN_C String_t* _stringLiteralB74E46895B2ADDA0DAE9ABE65FFF6C0157311E9D; IL2CPP_EXTERN_C String_t* _stringLiteralB786F94A76805784693B800EE79057F12D559607; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB7CA84FF3D9F3B09C51F6158A6CB2C7634C2AC27; IL2CPP_EXTERN_C String_t* _stringLiteralB887A5015E73D94AAFD666C9F0C2D6965A1EF3F2; IL2CPP_EXTERN_C String_t* _stringLiteralBAA62F736B3C4B5D4769C025C9E8767D87B729E7; IL2CPP_EXTERN_C String_t* _stringLiteralBAADE1C63842D962BC37E4B07F0B56E23A26C022; IL2CPP_EXTERN_C String_t* _stringLiteralBABE3225825740D4B38E1B426129BEB173526DB0; IL2CPP_EXTERN_C String_t* _stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD; IL2CPP_EXTERN_C String_t* _stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0; IL2CPP_EXTERN_C String_t* _stringLiteralBEBCAD503DAFAD374E75E2BDB4EE1E32D740361F; IL2CPP_EXTERN_C String_t* _stringLiteralBF9C24A100CF052C37D416AF79A050CE5F426650; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC6ABD1B83CE485DC0FCD6B4ED511459F165BE694; IL2CPP_EXTERN_C String_t* _stringLiteralC7A7939E82BEFEF8DDB755713442AA62963F09F8; IL2CPP_EXTERN_C String_t* _stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0; IL2CPP_EXTERN_C String_t* _stringLiteralC981BE9C1F04078473AFB89D43A49C223508D178; IL2CPP_EXTERN_C String_t* _stringLiteralC9B8816A919F38F832A034340453CDF80CB5EE29; IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; IL2CPP_EXTERN_C String_t* _stringLiteralCE0681CF145A9088B87C49B9D2082CE9B432DDE2; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralD0F468BEC5D3406D86F26A2D9F63332D43DEBE21; IL2CPP_EXTERN_C String_t* _stringLiteralD46621FCDFA78A57FA39EF3174253B2BCFCA7D37; IL2CPP_EXTERN_C String_t* _stringLiteralD7A459B3CE5C576DF6A82C15CBB9C9198D385D7F; IL2CPP_EXTERN_C String_t* _stringLiteralD83E6451A66A42CA6C15A0E72F329277C30648E8; IL2CPP_EXTERN_C String_t* _stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706; IL2CPP_EXTERN_C String_t* _stringLiteralD8FCCE85D63A9F325222DCFC0F90AD682EAA9E73; IL2CPP_EXTERN_C String_t* _stringLiteralDA39F9AE1465FB1F5899C048F1CDCBA81494B0C8; IL2CPP_EXTERN_C String_t* _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4; IL2CPP_EXTERN_C String_t* _stringLiteralDAED33CDDD0C7213A55D129C380C13E49B7F40A9; IL2CPP_EXTERN_C String_t* _stringLiteralDB4CDE5D6F5DDE53E0B104AA20EB9307E403AE42; IL2CPP_EXTERN_C String_t* _stringLiteralDC92678F646C9D9E1B7EB843CE840E2B0420D5BF; IL2CPP_EXTERN_C String_t* _stringLiteralDD27A38C7410AC6659D1424D97D2F4860AD5FDBD; IL2CPP_EXTERN_C String_t* _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73; IL2CPP_EXTERN_C String_t* _stringLiteralDDD7AFB9FC6B5BA09E0D92380433C81C28C1DB66; IL2CPP_EXTERN_C String_t* _stringLiteralDFDDC424D897667F5331781E131C14937ADB9F4E; IL2CPP_EXTERN_C String_t* _stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D; IL2CPP_EXTERN_C String_t* _stringLiteralE42D61BA39360CA5C265A3C09AB8779B26DBA4CD; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralE7FA71C3E9EA039BD699AED0827735008677B9A6; IL2CPP_EXTERN_C String_t* _stringLiteralEB889FAA5A59688D1B723D24653CC8B316219275; IL2CPP_EXTERN_C String_t* _stringLiteralEC43C5A8247B803B831AF081D8FE25F8D370A6F1; IL2CPP_EXTERN_C String_t* _stringLiteralEE67AA51513582ADCB4ED14F6903989B89A622B1; IL2CPP_EXTERN_C String_t* _stringLiteralEE6C837A093D440EC48E017781059D9751CBB9B1; IL2CPP_EXTERN_C String_t* _stringLiteralEECEF841568ABC965FF7C65CC28EE041A9A4224C; IL2CPP_EXTERN_C String_t* _stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE; IL2CPP_EXTERN_C String_t* _stringLiteralF2F225F8883699F8AB0D8A2E36E1F91F3C91320A; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF5BB361E8D607645CB8E6D2D017993E005ECD0D9; IL2CPP_EXTERN_C String_t* _stringLiteralF971325EEA82CBA60A5701F38CBC74CECC59F1C3; IL2CPP_EXTERN_C String_t* _stringLiteralFA5862D346214867EFF1566286F8FEF8850A7639; IL2CPP_EXTERN_C String_t* _stringLiteralFBDBCA6C1831E0639F1A8F519D3C29F891E3C084; IL2CPP_EXTERN_C String_t* _stringLiteralFC5CC7BB98ECF64D404EAA01F8E9760353E4B56C; IL2CPP_EXTERN_C String_t* _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34; IL2CPP_EXTERN_C String_t* _stringLiteralFD48E940AB4046C2C8344BD46CB54A2ACDC31BD4; IL2CPP_EXTERN_C String_t* _stringLiteralFE9AF4FDBD2FA6CD5CC4C6361F0BFDF49243FD16; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m74CF0CC6689F6D9FA11A3EA88F56379279BC483B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsValue_m1751DB287099CE527CCF0F4BB8776C8A583586E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mED7A5DAA7836EDD8F8B7F18743F22533B85A6BDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9AB8ED5A5DE9B492597306B61EB715A71BCCA97B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_GetBytes_mCF882EE110E3C99B82989E2E64785CBEA00BF89D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_GetNonZeroBytes_mF857C31176E3575754B3AA6F7CE655F98DE8F7DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_Common_m8913A133150DC17F9FE49D4293AB86E880C3890B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_DecryptValue_mFF16B39FE09E0177CD343E01598731EA442237AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_Decrypt_mB8794F1F551F5FC2CBBD2C0582242DCC6FFD1060_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_Encrypt_mEA67690E518425A50223706649EB90862B390150_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_ExportParameters_mF38EF8443829869F2708FEFB7D30F9D603BEA5C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_GetAlgorithmId_mBCF65476A21A3E503A22BE3AB990304E6A36D8BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_GetHashFromString_mBC410F51EEE176845E5D6721A690C50A62EE317E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_ImportCspBlob_m9F783EC97D55A3471073B33A6ECB4CD98F0FC4C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_InternalHashToHashAlgorithm_mD24AE245A46D893CEB4FDE4643E3CCCF6147A049_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_OnKeyGenerated_mC82A3D387E875FDABB6A2F7CE1F6B8A0A25F9169_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_SignData_m134A53266DFA92FFCD8072B24813D14B02A80A0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_SignHash_m2B2FF654985F99C8DF0B9819CDF363ECD71377EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_SignHash_mF4475D1DC40AB6C3AD0ACB6AA30DEC8CD18DA023_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_VerifyData_m964CA559E9084A6EECCB08F3EB0E47FD0D226834_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSACryptoServiceProvider_VerifyHash_m966EA51E74CC282FAD2E5BCEDF8F7338E66F844A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAEncryptionPadding__ctor_m254724BE3CD8135381554A766BDB93B86D3D95BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_DecryptValue_mC8EED0F6D6C6BDE8BF35D04010EC686B64876D98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_EncryptValue_mA88F3826945B57038496AAA245D192436D9B6F91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ExportParameters_m57B0C600DE644E9D8A2F9BAB232D462E8BAA3EE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ImportParameters_m9A14ACFEF5561D0BEC273EF8886EC15A8B865C72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_ToXmlString_m70C6B40B9294B88543BC23EDD6633B8F98B4AF3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAManaged_get_KeySize_m3236217D57D6499FD1FF7B695A864876290AB117_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAOAEPKeyExchangeDeformatter_DecryptKeyExchange_m1184AD0DD927157AC831BECFB553BC0ADA38A5DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAOAEPKeyExchangeDeformatter_SetKey_mB4108C8ACCBC516AE864E32575107291325716A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAOAEPKeyExchangeDeformatter__ctor_m9CF0804F06791ED354B49105B75FA3073D25A502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAOAEPKeyExchangeFormatter_CreateKeyExchange_m551167A1385DFC2C2BB2B613A5936164EC1BF069_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAOAEPKeyExchangeFormatter_SetKey_mE77C0A80CF793CB4903787AB39A03ACC26F39BD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAOAEPKeyExchangeFormatter__ctor_mBEEAEBC065A2CC950D53397F75E675275917C86F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1KeyExchangeDeformatter_DecryptKeyExchange_mB40A5602F84AA337A433AB58689B72E6F0DAB8F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1KeyExchangeDeformatter_SetKey_m8D1BDB4B6CCCA92893B81CBA38D1241E89101E2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1KeyExchangeDeformatter__ctor_mC2F1E7D5C32E4B37D2DB2F4555C2FDD8EBEB1804_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_mE644820025D1F74958E469650AAE7F40BB17BBD3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1KeyExchangeFormatter_SetKey_m789A2280E99468816B1C06B8A869030A9911D092_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1KeyExchangeFormatter__ctor_m761C7145B9D3BE57370D9D361E4FD2A5F8B52735_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m9628BE31B169EEBA8FB1AA0C01A536920B74D8E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureDeformatter_SetKey_mD9CA710E1640E9A2EE0FC23AB9CD9489B13FE4D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureDeformatter_VerifySignature_mAF43329FD4B0EF4AE0138F322948EA15236BF9B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureFormatter_CreateSignature_m7E336F678BDD81D214368FB066A6E12FC0F38898_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureFormatter_SetHashAlgorithm_m26C6DE0C34F366B8874EEC04530C84E96FF01B67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSAPKCS1SignatureFormatter_SetKey_m5D8D4354FD14727B5046186BC3022F6D348D67D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSASignaturePadding__ctor_m6D661AD36D5BD9175B61161FB9ABB60F2AD3F190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_DecryptValue_m0CBF7CFE9A5926BD399D0F6281E0B0CAE977C792_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_Decrypt_m285BE83FF5B871179A8DCB551883CB14E26D2F43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_EncryptValue_m6683426D29204618BF37E34D069A9ADDB9911493_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_Encrypt_m317B415F8781CA45DFF951BE3EE23D918DFF6841_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_FromXmlString_mF5F15E855347C6A6CE4482D4198BB90892A7DAD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_HashData_m0BE64F58099E93F8B5ED99EEC24B06ABA930C384_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_HashData_mAA5C65429E956D2029884CD640642CAAE44AEAAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_SignData_m4E9A10A2568D87ABD9A37D2733A3145135D36F4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_SignData_m9B2A3292024BF77C80008537D3EC7A16E18A60A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_SignHash_m75EA6DED0AD4141D06294A8906D98E4CB7FD0757_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_VerifyData_m08C823D72ABE48684DBC99C813F1A3CBD18A3C66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_VerifyData_m68254F6B453D918B27BBA1746942BC9FCDCC2F53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RSA_VerifyHash_mFB2BDB7188B15EC48C313B347FB947A36D59016E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RandomNumberGenerator_GetBytes_mC6AA82DD0FB48DEFD9A8016A1FAF74ACC661922C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RandomNumberGenerator_GetNonZeroBytes_m99F32735C260A43B21F40B4E6C68EB42664C315C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Random_NextBytes_mFCEAD9FBB922E2485CB3FB949848B2A7D9629D8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Random_Next_m21B9B5549D5481E970DBCA2AEB126DE506B8BD2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Random_Next_m60152F7F899C8DE90A439822178FD0D14A541099_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetMemberInfo_m8889A36DA4D0D403A68C6154DA42CFBE224DDC82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetMemberType_m683D26C69742B5E5DC0AD430B594821FD5F094DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetMemberTypes_m597C52EE7DCD991C4A3A54DDBAC269F0EC42D642_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadObjectInfo_GetType_m9E9660FB0E973A0DC4D9C0AF4178C28F14171CB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RealProxy_GetAppDomainTarget_m44835EA289E7A24161A34ED24A5CAFCB0299442F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RealProxy_PrivateInvoke_m1EB0DC22FEA714AD301EB70D5D2CDD542431BBFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionOnlyType_get_TypeHandle_mEB219ADFC555599DD552C801BC2CF2D0DA1BFAAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionTypeLoadException_GetObjectData_m180F7BA340F9DEC802E8BA25B266068F0DB8BF23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegionInfo_GetByTerritory_m065E30620C032E84F6941CE6DAAC95C41E979C47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegionInfo__ctor_m739A15D6DF0E1A5A0B595CB7450400BF2659CC36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegionInfo__ctor_mB3D9688404BD1770A42E7FBF330A8735FD63AA15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegionInfo__ctor_mCA8A758A8F30374D45989C922805AECA75ABD13A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisteredWaitHandle_DoCallBack_m7F1A271D9AD3DBB0E9C6FF25BF9F012D86748BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_AssertKeyNameLength_m8BA168487988DCBFBE7C245C1D80296C09C39B2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_CreateMarkedForDeletionException_m103F398C6634069CDA044D087F69BFEACADE96E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_GetHiveName_mA839EBB35160096DA72F7550B3ACB56001274543_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RegistryKey_get_Hive_m2D566474E3E6ED89000E4188A943455E634CB2F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemoteActivator_Activate_mBD191CA86186E0D8FC17AE59A48A5A6EEFABDA2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemoteActivator_get_NextActivator_m8314D37AE5B67EFB73FEC0A24A91012E09EC480C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_RegisterActivatedClientType_m7BBF50FD073A6C2083299B68B7EBEC9DF48AA942_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_RegisterChannels_m4D93EF54F8BC7E103C5D3E5316D6F602C4831BAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_RegisterWellKnownClientType_m6498BBACA27149DF5D2EE1722F0B1CC34AF20D8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingConfiguration_SetCustomErrorsMode_m782F7DBB94F4596E488BB1FB3B0635C7B8D87CC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_GetMethodBaseFromMethodMessage_m062E872734651F8E26F553862513901E2FFB9C29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_GetObjectData_m577EAB458C8B002F7371C1AA0659E5F24D7C2700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_InternalExecuteMessage_mD4B941ABB6D0A77C8A48ECCF8E1EAB02E155E073_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_Marshal_m6461C8043F83AFA9F06126FECFFF23ADB0B3B534_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingSurrogate_GetObjectData_m0D496519E3F3CAF44A94D12FA19BE2D9DC99D2FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RemotingSurrogate_SetObjectData_m8BEBA2A91805EB25E62446F7747D6DAA9A3EFFC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager_GetResourceSet_m53A2FAB92192DDAD9CC6772E891FF9E8DDBE31D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager_GetSatelliteContractVersion_m292310E13B8C3D25C6C246D5C79D21C0A200E7DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager_GetString_m526E13120D0ACFBD43621A8D4ACE38F17BBBD92A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager__ctor_m71706EDDD65E34D84909C9C65591C6FD7C6D95A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_DeserializeObject_m7B535207624B3146CBB7920F2AED799C06EFFF1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_FindPosForResource_m4E578241859F035A26A32C75D947CA2BD074BA66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_GetEnumerator_mDCC74CF82DBA17E4A3E1FB68FD3F71DE891DB6AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_GetValueForNameIndex_mA8FDC3C1C68F64AC94ADAC6D6B3AA98C39903222_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_LoadString_m91BBA61E9BFF645CF1408D8952264A6A8114672D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_ReadResources_m4E4B43FD9FC317785AAEDFA6818CBE8383CC6E7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB_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* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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* ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OneWayAttribute_t1A6A3AC65EFBD9875E35205A3625856CCDD34DEA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeResourceSet_tE6CEE5AD87FD9B32ABB7C6738D4B04104FE5CE3A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_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* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_com; struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_pinvoke; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678;; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com;; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke; struct Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke;; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; 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 MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8;; struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com; struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com;; struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke; struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke;; struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com; struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_pinvoke; struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com; struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D; struct IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6; struct IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499; struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; struct RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3; 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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA : 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_t6D8EF0A11B0C0A47C33CF24CE76E416CA72EEC41* ___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_t643390FEAB46EFC9FBC9286134BD21291A0B50DB * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t2FFD15B36080D94D1EC30179B687835605827B2D * ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___entries_1)); } inline EntryU5BU5D_t6D8EF0A11B0C0A47C33CF24CE76E416CA72EEC41* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t6D8EF0A11B0C0A47C33CF24CE76E416CA72EEC41** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t6D8EF0A11B0C0A47C33CF24CE76E416CA72EEC41* 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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___keys_7)); } inline KeyCollection_t643390FEAB46EFC9FBC9286134BD21291A0B50DB * get_keys_7() const { return ___keys_7; } inline KeyCollection_t643390FEAB46EFC9FBC9286134BD21291A0B50DB ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t643390FEAB46EFC9FBC9286134BD21291A0B50DB * 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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ___values_8)); } inline ValueCollection_t2FFD15B36080D94D1EC30179B687835605827B2D * get_values_8() const { return ___values_8; } inline ValueCollection_t2FFD15B36080D94D1EC30179B687835605827B2D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t2FFD15B36080D94D1EC30179B687835605827B2D * 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_t46A02F90A8D65228E634FEFFC9BE32C560592BBA, ____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_tF591ED968D904B93A92B04B711C65E797B9D6E5E : 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_t633F4A976A850748FCE40DDD4E5962E08996D402* ___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_t5055F9153B6CD1765C9BB7D782E1266B244DC577 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tB3A98FA5DB4C7CED7B40D0A389FAA5EAA0709EA7 * ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___entries_1)); } inline EntryU5BU5D_t633F4A976A850748FCE40DDD4E5962E08996D402* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t633F4A976A850748FCE40DDD4E5962E08996D402** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t633F4A976A850748FCE40DDD4E5962E08996D402* 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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___keys_7)); } inline KeyCollection_t5055F9153B6CD1765C9BB7D782E1266B244DC577 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t5055F9153B6CD1765C9BB7D782E1266B244DC577 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t5055F9153B6CD1765C9BB7D782E1266B244DC577 * 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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ___values_8)); } inline ValueCollection_tB3A98FA5DB4C7CED7B40D0A389FAA5EAA0709EA7 * get_values_8() const { return ___values_8; } inline ValueCollection_tB3A98FA5DB4C7CED7B40D0A389FAA5EAA0709EA7 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tB3A98FA5DB4C7CED7B40D0A389FAA5EAA0709EA7 * 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_tF591ED968D904B93A92B04B711C65E797B9D6E5E, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____items_1)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__items_1() const { return ____items_1; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_StaticFields, ____emptyArray_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__emptyArray_5() const { return ____emptyArray_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Threading.Tasks.Shared`1 struct Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 : public RuntimeObject { public: // T System.Threading.Tasks.Shared`1::Value int64_t ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804, ___Value_0)); } inline int64_t get_Value_0() const { return ___Value_0; } inline int64_t* get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(int64_t value) { ___Value_0 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // 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.AsymmetricKeyExchangeDeformatter struct AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 : public RuntimeObject { public: public: }; // System.Security.Cryptography.AsymmetricKeyExchangeFormatter struct AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 : public RuntimeObject { public: public: }; // System.Security.Cryptography.AsymmetricSignatureDeformatter struct AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 : public RuntimeObject { public: public: }; // System.Security.Cryptography.AsymmetricSignatureFormatter struct AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B : public RuntimeObject { public: public: }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // Mono.Math.BigInteger struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 : public RuntimeObject { public: // System.UInt32 Mono.Math.BigInteger::length uint32_t ___length_0; // System.UInt32[] Mono.Math.BigInteger::data UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___data_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00, ___length_0)); } inline uint32_t get_length_0() const { return ___length_0; } inline uint32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(uint32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_data_1() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00, ___data_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_data_1() const { return ___data_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_data_1() { return &___data_1; } inline void set_data_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_1), (void*)value); } }; struct BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields { public: // System.UInt32[] Mono.Math.BigInteger::smallPrimes UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___smallPrimes_2; // System.Security.Cryptography.RandomNumberGenerator Mono.Math.BigInteger::rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___rng_3; public: inline static int32_t get_offset_of_smallPrimes_2() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields, ___smallPrimes_2)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_smallPrimes_2() const { return ___smallPrimes_2; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_smallPrimes_2() { return &___smallPrimes_2; } inline void set_smallPrimes_2(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___smallPrimes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___smallPrimes_2), (void*)value); } inline static int32_t get_offset_of_rng_3() { return static_cast(offsetof(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_StaticFields, ___rng_3)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_rng_3() const { return ___rng_3; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_rng_3() { return &___rng_3; } inline void set_rng_3(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___rng_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rng_3), (void*)value); } }; // System.IO.BinaryReader struct BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_stream_0; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_buffer_1; // System.Text.Decoder System.IO.BinaryReader::m_decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___m_decoder_2; // System.Byte[] System.IO.BinaryReader::m_charBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___m_charBytes_3; // System.Char[] System.IO.BinaryReader::m_singleChar CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_singleChar_4; // System.Char[] System.IO.BinaryReader::m_charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_charBuffer_5; // System.Int32 System.IO.BinaryReader::m_maxCharsSize int32_t ___m_maxCharsSize_6; // System.Boolean System.IO.BinaryReader::m_2BytesPerChar bool ___m_2BytesPerChar_7; // System.Boolean System.IO.BinaryReader::m_isMemoryStream bool ___m_isMemoryStream_8; // System.Boolean System.IO.BinaryReader::m_leaveOpen bool ___m_leaveOpen_9; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_stream_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_stream_0() const { return ___m_stream_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stream_0), (void*)value); } inline static int32_t get_offset_of_m_buffer_1() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_buffer_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_buffer_1() const { return ___m_buffer_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_buffer_1() { return &___m_buffer_1; } inline void set_m_buffer_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_buffer_1), (void*)value); } inline static int32_t get_offset_of_m_decoder_2() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_decoder_2)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_m_decoder_2() const { return ___m_decoder_2; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_m_decoder_2() { return &___m_decoder_2; } inline void set_m_decoder_2(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___m_decoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_decoder_2), (void*)value); } inline static int32_t get_offset_of_m_charBytes_3() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_charBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_m_charBytes_3() const { return ___m_charBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_m_charBytes_3() { return &___m_charBytes_3; } inline void set_m_charBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___m_charBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBytes_3), (void*)value); } inline static int32_t get_offset_of_m_singleChar_4() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_singleChar_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_singleChar_4() const { return ___m_singleChar_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_singleChar_4() { return &___m_singleChar_4; } inline void set_m_singleChar_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_singleChar_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_singleChar_4), (void*)value); } inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_charBuffer_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_charBuffer_5() const { return ___m_charBuffer_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; } inline void set_m_charBuffer_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_charBuffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBuffer_5), (void*)value); } inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_maxCharsSize_6)); } inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; } inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; } inline void set_m_maxCharsSize_6(int32_t value) { ___m_maxCharsSize_6 = value; } inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_2BytesPerChar_7)); } inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; } inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; } inline void set_m_2BytesPerChar_7(bool value) { ___m_2BytesPerChar_7 = value; } inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_isMemoryStream_8)); } inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; } inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; } inline void set_m_isMemoryStream_8(bool value) { ___m_isMemoryStream_8 = value; } inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast(offsetof(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128, ___m_leaveOpen_9)); } inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; } inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; } inline void set_m_leaveOpen_9(bool value) { ___m_leaveOpen_9 = value; } }; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Runtime.Remoting.ChannelData struct ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 : public RuntimeObject { public: // System.String System.Runtime.Remoting.ChannelData::Ref String_t* ___Ref_0; // System.String System.Runtime.Remoting.ChannelData::Type String_t* ___Type_1; // System.String System.Runtime.Remoting.ChannelData::Id String_t* ___Id_2; // System.String System.Runtime.Remoting.ChannelData::DelayLoadAsClientChannel String_t* ___DelayLoadAsClientChannel_3; // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::_serverProviders ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____serverProviders_4; // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::_clientProviders ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____clientProviders_5; // System.Collections.Hashtable System.Runtime.Remoting.ChannelData::_customProperties Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____customProperties_6; public: inline static int32_t get_offset_of_Ref_0() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ___Ref_0)); } inline String_t* get_Ref_0() const { return ___Ref_0; } inline String_t** get_address_of_Ref_0() { return &___Ref_0; } inline void set_Ref_0(String_t* value) { ___Ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ref_0), (void*)value); } inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ___Type_1)); } inline String_t* get_Type_1() const { return ___Type_1; } inline String_t** get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(String_t* value) { ___Type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_1), (void*)value); } inline static int32_t get_offset_of_Id_2() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ___Id_2)); } inline String_t* get_Id_2() const { return ___Id_2; } inline String_t** get_address_of_Id_2() { return &___Id_2; } inline void set_Id_2(String_t* value) { ___Id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Id_2), (void*)value); } inline static int32_t get_offset_of_DelayLoadAsClientChannel_3() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ___DelayLoadAsClientChannel_3)); } inline String_t* get_DelayLoadAsClientChannel_3() const { return ___DelayLoadAsClientChannel_3; } inline String_t** get_address_of_DelayLoadAsClientChannel_3() { return &___DelayLoadAsClientChannel_3; } inline void set_DelayLoadAsClientChannel_3(String_t* value) { ___DelayLoadAsClientChannel_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelayLoadAsClientChannel_3), (void*)value); } inline static int32_t get_offset_of__serverProviders_4() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ____serverProviders_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__serverProviders_4() const { return ____serverProviders_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__serverProviders_4() { return &____serverProviders_4; } inline void set__serverProviders_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____serverProviders_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverProviders_4), (void*)value); } inline static int32_t get_offset_of__clientProviders_5() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ____clientProviders_5)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__clientProviders_5() const { return ____clientProviders_5; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__clientProviders_5() { return &____clientProviders_5; } inline void set__clientProviders_5(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____clientProviders_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____clientProviders_5), (void*)value); } inline static int32_t get_offset_of__customProperties_6() { return static_cast(offsetof(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827, ____customProperties_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__customProperties_6() const { return ____customProperties_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__customProperties_6() { return &____customProperties_6; } inline void set__customProperties_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____customProperties_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____customProperties_6), (void*)value); } }; // System.Runtime.Remoting.Channels.ChannelServices struct ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28 : public RuntimeObject { public: public: }; struct ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields { public: // System.Collections.ArrayList System.Runtime.Remoting.Channels.ChannelServices::registeredChannels ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___registeredChannels_0; // System.Collections.ArrayList System.Runtime.Remoting.Channels.ChannelServices::delayedClientChannels ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___delayedClientChannels_1; // System.Runtime.Remoting.Contexts.CrossContextChannel System.Runtime.Remoting.Channels.ChannelServices::_crossContextSink CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * ____crossContextSink_2; // System.String System.Runtime.Remoting.Channels.ChannelServices::CrossContextUrl String_t* ___CrossContextUrl_3; // System.Collections.IList System.Runtime.Remoting.Channels.ChannelServices::oldStartModeTypes RuntimeObject* ___oldStartModeTypes_4; public: inline static int32_t get_offset_of_registeredChannels_0() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___registeredChannels_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_registeredChannels_0() const { return ___registeredChannels_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_registeredChannels_0() { return &___registeredChannels_0; } inline void set_registeredChannels_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___registeredChannels_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___registeredChannels_0), (void*)value); } inline static int32_t get_offset_of_delayedClientChannels_1() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___delayedClientChannels_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_delayedClientChannels_1() const { return ___delayedClientChannels_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_delayedClientChannels_1() { return &___delayedClientChannels_1; } inline void set_delayedClientChannels_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___delayedClientChannels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___delayedClientChannels_1), (void*)value); } inline static int32_t get_offset_of__crossContextSink_2() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ____crossContextSink_2)); } inline CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * get__crossContextSink_2() const { return ____crossContextSink_2; } inline CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD ** get_address_of__crossContextSink_2() { return &____crossContextSink_2; } inline void set__crossContextSink_2(CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * value) { ____crossContextSink_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____crossContextSink_2), (void*)value); } inline static int32_t get_offset_of_CrossContextUrl_3() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___CrossContextUrl_3)); } inline String_t* get_CrossContextUrl_3() const { return ___CrossContextUrl_3; } inline String_t** get_address_of_CrossContextUrl_3() { return &___CrossContextUrl_3; } inline void set_CrossContextUrl_3(String_t* value) { ___CrossContextUrl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrossContextUrl_3), (void*)value); } inline static int32_t get_offset_of_oldStartModeTypes_4() { return static_cast(offsetof(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields, ___oldStartModeTypes_4)); } inline RuntimeObject* get_oldStartModeTypes_4() const { return ___oldStartModeTypes_4; } inline RuntimeObject** get_address_of_oldStartModeTypes_4() { return &___oldStartModeTypes_4; } inline void set_oldStartModeTypes_4(RuntimeObject* value) { ___oldStartModeTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldStartModeTypes_4), (void*)value); } }; // System.Runtime.Remoting.ConfigHandler struct ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760 : public RuntimeObject { public: // System.Collections.ArrayList System.Runtime.Remoting.ConfigHandler::typeEntries ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___typeEntries_0; // System.Collections.ArrayList System.Runtime.Remoting.ConfigHandler::channelInstances ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___channelInstances_1; // System.Runtime.Remoting.ChannelData System.Runtime.Remoting.ConfigHandler::currentChannel ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * ___currentChannel_2; // System.Collections.Stack System.Runtime.Remoting.ConfigHandler::currentProviderData Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___currentProviderData_3; // System.String System.Runtime.Remoting.ConfigHandler::currentClientUrl String_t* ___currentClientUrl_4; // System.String System.Runtime.Remoting.ConfigHandler::appName String_t* ___appName_5; // System.String System.Runtime.Remoting.ConfigHandler::currentXmlPath String_t* ___currentXmlPath_6; // System.Boolean System.Runtime.Remoting.ConfigHandler::onlyDelayedChannels bool ___onlyDelayedChannels_7; public: inline static int32_t get_offset_of_typeEntries_0() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___typeEntries_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_typeEntries_0() const { return ___typeEntries_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_typeEntries_0() { return &___typeEntries_0; } inline void set_typeEntries_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___typeEntries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeEntries_0), (void*)value); } inline static int32_t get_offset_of_channelInstances_1() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___channelInstances_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_channelInstances_1() const { return ___channelInstances_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_channelInstances_1() { return &___channelInstances_1; } inline void set_channelInstances_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___channelInstances_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___channelInstances_1), (void*)value); } inline static int32_t get_offset_of_currentChannel_2() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___currentChannel_2)); } inline ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * get_currentChannel_2() const { return ___currentChannel_2; } inline ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 ** get_address_of_currentChannel_2() { return &___currentChannel_2; } inline void set_currentChannel_2(ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * value) { ___currentChannel_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentChannel_2), (void*)value); } inline static int32_t get_offset_of_currentProviderData_3() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___currentProviderData_3)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_currentProviderData_3() const { return ___currentProviderData_3; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_currentProviderData_3() { return &___currentProviderData_3; } inline void set_currentProviderData_3(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___currentProviderData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentProviderData_3), (void*)value); } inline static int32_t get_offset_of_currentClientUrl_4() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___currentClientUrl_4)); } inline String_t* get_currentClientUrl_4() const { return ___currentClientUrl_4; } inline String_t** get_address_of_currentClientUrl_4() { return &___currentClientUrl_4; } inline void set_currentClientUrl_4(String_t* value) { ___currentClientUrl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentClientUrl_4), (void*)value); } inline static int32_t get_offset_of_appName_5() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___appName_5)); } inline String_t* get_appName_5() const { return ___appName_5; } inline String_t** get_address_of_appName_5() { return &___appName_5; } inline void set_appName_5(String_t* value) { ___appName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___appName_5), (void*)value); } inline static int32_t get_offset_of_currentXmlPath_6() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___currentXmlPath_6)); } inline String_t* get_currentXmlPath_6() const { return ___currentXmlPath_6; } inline String_t** get_address_of_currentXmlPath_6() { return &___currentXmlPath_6; } inline void set_currentXmlPath_6(String_t* value) { ___currentXmlPath_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentXmlPath_6), (void*)value); } inline static int32_t get_offset_of_onlyDelayedChannels_7() { return static_cast(offsetof(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760, ___onlyDelayedChannels_7)); } inline bool get_onlyDelayedChannels_7() const { return ___onlyDelayedChannels_7; } inline bool* get_address_of_onlyDelayedChannels_7() { return &___onlyDelayedChannels_7; } inline void set_onlyDelayedChannels_7(bool value) { ___onlyDelayedChannels_7 = value; } }; // 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.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.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.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.Reflection.CustomAttributeData struct CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 : public RuntimeObject { public: // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; // System.Reflection.CustomAttributeData/LazyCAttrData System.Reflection.CustomAttributeData::lazyData LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 * ___lazyData_3; public: inline static int32_t get_offset_of_ctorInfo_0() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___ctorInfo_0)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get_ctorInfo_0() const { return ___ctorInfo_0; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; } inline void set_ctorInfo_0(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ___ctorInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctorInfo_0), (void*)value); } inline static int32_t get_offset_of_ctorArgs_1() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___ctorArgs_1)); } inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; } inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; } inline void set_ctorArgs_1(RuntimeObject* value) { ___ctorArgs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctorArgs_1), (void*)value); } inline static int32_t get_offset_of_namedArgs_2() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___namedArgs_2)); } inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; } inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; } inline void set_namedArgs_2(RuntimeObject* value) { ___namedArgs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___namedArgs_2), (void*)value); } inline static int32_t get_offset_of_lazyData_3() { return static_cast(offsetof(CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85, ___lazyData_3)); } inline LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 * get_lazyData_3() const { return ___lazyData_3; } inline LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 ** get_address_of_lazyData_3() { return &___lazyData_3; } inline void set_lazyData_3(LazyCAttrData_tD37F889F6B356AF76AB242D449CAEEFAE826F8C3 * value) { ___lazyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lazyData_3), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Resources.FileBasedResourceGroveler struct FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805 : public RuntimeObject { public: // System.Resources.ResourceManager/ResourceManagerMediator System.Resources.FileBasedResourceGroveler::_mediator ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * ____mediator_0; public: inline static int32_t get_offset_of__mediator_0() { return static_cast(offsetof(FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805, ____mediator_0)); } inline ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * get__mediator_0() const { return ____mediator_0; } inline ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C ** get_address_of__mediator_0() { return &____mediator_0; } inline void set__mediator_0(ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * value) { ____mediator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____mediator_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; } }; // Mono.Security.Cryptography.KeyPairPersistence struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A : public RuntimeObject { public: // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::_params CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ____params_4; // System.String Mono.Security.Cryptography.KeyPairPersistence::_keyvalue String_t* ____keyvalue_5; // System.String Mono.Security.Cryptography.KeyPairPersistence::_filename String_t* ____filename_6; // System.String Mono.Security.Cryptography.KeyPairPersistence::_container String_t* ____container_7; public: inline static int32_t get_offset_of__params_4() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A, ____params_4)); } inline CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * get__params_4() const { return ____params_4; } inline CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC ** get_address_of__params_4() { return &____params_4; } inline void set__params_4(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * value) { ____params_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____params_4), (void*)value); } inline static int32_t get_offset_of__keyvalue_5() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A, ____keyvalue_5)); } inline String_t* get__keyvalue_5() const { return ____keyvalue_5; } inline String_t** get_address_of__keyvalue_5() { return &____keyvalue_5; } inline void set__keyvalue_5(String_t* value) { ____keyvalue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyvalue_5), (void*)value); } inline static int32_t get_offset_of__filename_6() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A, ____filename_6)); } inline String_t* get__filename_6() const { return ____filename_6; } inline String_t** get_address_of__filename_6() { return &____filename_6; } inline void set__filename_6(String_t* value) { ____filename_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____filename_6), (void*)value); } inline static int32_t get_offset_of__container_7() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A, ____container_7)); } inline String_t* get__container_7() const { return ____container_7; } inline String_t** get_address_of__container_7() { return &____container_7; } inline void set__container_7(String_t* value) { ____container_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____container_7), (void*)value); } }; struct KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_StaticFields { public: // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_userPathExists bool ____userPathExists_0; // System.String Mono.Security.Cryptography.KeyPairPersistence::_userPath String_t* ____userPath_1; // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::_machinePathExists bool ____machinePathExists_2; // System.String Mono.Security.Cryptography.KeyPairPersistence::_machinePath String_t* ____machinePath_3; // System.Object Mono.Security.Cryptography.KeyPairPersistence::lockobj RuntimeObject * ___lockobj_8; public: inline static int32_t get_offset_of__userPathExists_0() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_StaticFields, ____userPathExists_0)); } inline bool get__userPathExists_0() const { return ____userPathExists_0; } inline bool* get_address_of__userPathExists_0() { return &____userPathExists_0; } inline void set__userPathExists_0(bool value) { ____userPathExists_0 = value; } inline static int32_t get_offset_of__userPath_1() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_StaticFields, ____userPath_1)); } inline String_t* get__userPath_1() const { return ____userPath_1; } inline String_t** get_address_of__userPath_1() { return &____userPath_1; } inline void set__userPath_1(String_t* value) { ____userPath_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____userPath_1), (void*)value); } inline static int32_t get_offset_of__machinePathExists_2() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_StaticFields, ____machinePathExists_2)); } inline bool get__machinePathExists_2() const { return ____machinePathExists_2; } inline bool* get_address_of__machinePathExists_2() { return &____machinePathExists_2; } inline void set__machinePathExists_2(bool value) { ____machinePathExists_2 = value; } inline static int32_t get_offset_of__machinePath_3() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_StaticFields, ____machinePath_3)); } inline String_t* get__machinePath_3() const { return ____machinePath_3; } inline String_t** get_address_of__machinePath_3() { return &____machinePath_3; } inline void set__machinePath_3(String_t* value) { ____machinePath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____machinePath_3), (void*)value); } inline static int32_t get_offset_of_lockobj_8() { return static_cast(offsetof(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_StaticFields, ___lockobj_8)); } inline RuntimeObject * get_lockobj_8() const { return ___lockobj_8; } inline RuntimeObject ** get_address_of_lockobj_8() { return &___lockobj_8; } inline void set_lockobj_8(RuntimeObject * value) { ___lockobj_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockobj_8), (void*)value); } }; // System.Security.Cryptography.KeySizes struct KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 : public RuntimeObject { public: // System.Int32 System.Security.Cryptography.KeySizes::m_minSize int32_t ___m_minSize_0; // System.Int32 System.Security.Cryptography.KeySizes::m_maxSize int32_t ___m_maxSize_1; // System.Int32 System.Security.Cryptography.KeySizes::m_skipSize int32_t ___m_skipSize_2; public: inline static int32_t get_offset_of_m_minSize_0() { return static_cast(offsetof(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3, ___m_minSize_0)); } inline int32_t get_m_minSize_0() const { return ___m_minSize_0; } inline int32_t* get_address_of_m_minSize_0() { return &___m_minSize_0; } inline void set_m_minSize_0(int32_t value) { ___m_minSize_0 = value; } inline static int32_t get_offset_of_m_maxSize_1() { return static_cast(offsetof(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3, ___m_maxSize_1)); } inline int32_t get_m_maxSize_1() const { return ___m_maxSize_1; } inline int32_t* get_address_of_m_maxSize_1() { return &___m_maxSize_1; } inline void set_m_maxSize_1(int32_t value) { ___m_maxSize_1 = value; } inline static int32_t get_offset_of_m_skipSize_2() { return static_cast(offsetof(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3, ___m_skipSize_2)); } inline int32_t get_m_skipSize_2() const { return ___m_skipSize_2; } inline int32_t* get_address_of_m_skipSize_2() { return &___m_skipSize_2; } inline void set_m_skipSize_2(int32_t value) { ___m_skipSize_2 = value; } }; // System.Runtime.Remoting.Messaging.LogicalCallContext struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Remoting.Messaging.LogicalCallContext::m_Datastore Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___m_Datastore_2; // System.Runtime.Remoting.Messaging.CallContextRemotingData System.Runtime.Remoting.Messaging.LogicalCallContext::m_RemotingData CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * ___m_RemotingData_3; // System.Runtime.Remoting.Messaging.CallContextSecurityData System.Runtime.Remoting.Messaging.LogicalCallContext::m_SecurityData CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * ___m_SecurityData_4; // System.Object System.Runtime.Remoting.Messaging.LogicalCallContext::m_HostContext RuntimeObject * ___m_HostContext_5; // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::m_IsCorrelationMgr bool ___m_IsCorrelationMgr_6; // System.Runtime.Remoting.Messaging.Header[] System.Runtime.Remoting.Messaging.LogicalCallContext::_sendHeaders HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* ____sendHeaders_7; // System.Runtime.Remoting.Messaging.Header[] System.Runtime.Remoting.Messaging.LogicalCallContext::_recvHeaders HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* ____recvHeaders_8; public: inline static int32_t get_offset_of_m_Datastore_2() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_Datastore_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_m_Datastore_2() const { return ___m_Datastore_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_m_Datastore_2() { return &___m_Datastore_2; } inline void set_m_Datastore_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___m_Datastore_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Datastore_2), (void*)value); } inline static int32_t get_offset_of_m_RemotingData_3() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_RemotingData_3)); } inline CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * get_m_RemotingData_3() const { return ___m_RemotingData_3; } inline CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E ** get_address_of_m_RemotingData_3() { return &___m_RemotingData_3; } inline void set_m_RemotingData_3(CallContextRemotingData_t91D21A898FED729F67E6899F29076D9CF39E419E * value) { ___m_RemotingData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RemotingData_3), (void*)value); } inline static int32_t get_offset_of_m_SecurityData_4() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_SecurityData_4)); } inline CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * get_m_SecurityData_4() const { return ___m_SecurityData_4; } inline CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 ** get_address_of_m_SecurityData_4() { return &___m_SecurityData_4; } inline void set_m_SecurityData_4(CallContextSecurityData_t57A7D75CA887E871D0AF1E3AF1AB9624AB99B431 * value) { ___m_SecurityData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SecurityData_4), (void*)value); } inline static int32_t get_offset_of_m_HostContext_5() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_HostContext_5)); } inline RuntimeObject * get_m_HostContext_5() const { return ___m_HostContext_5; } inline RuntimeObject ** get_address_of_m_HostContext_5() { return &___m_HostContext_5; } inline void set_m_HostContext_5(RuntimeObject * value) { ___m_HostContext_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HostContext_5), (void*)value); } inline static int32_t get_offset_of_m_IsCorrelationMgr_6() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ___m_IsCorrelationMgr_6)); } inline bool get_m_IsCorrelationMgr_6() const { return ___m_IsCorrelationMgr_6; } inline bool* get_address_of_m_IsCorrelationMgr_6() { return &___m_IsCorrelationMgr_6; } inline void set_m_IsCorrelationMgr_6(bool value) { ___m_IsCorrelationMgr_6 = value; } inline static int32_t get_offset_of__sendHeaders_7() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ____sendHeaders_7)); } inline HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* get__sendHeaders_7() const { return ____sendHeaders_7; } inline HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A** get_address_of__sendHeaders_7() { return &____sendHeaders_7; } inline void set__sendHeaders_7(HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* value) { ____sendHeaders_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____sendHeaders_7), (void*)value); } inline static int32_t get_offset_of__recvHeaders_8() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3, ____recvHeaders_8)); } inline HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* get__recvHeaders_8() const { return ____recvHeaders_8; } inline HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A** get_address_of__recvHeaders_8() { return &____recvHeaders_8; } inline void set__recvHeaders_8(HeaderU5BU5D_tD8542967EE9EDAFE9A62A9CE92B5D7589B35C42A* value) { ____recvHeaders_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____recvHeaders_8), (void*)value); } }; struct LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_StaticFields { public: // System.Type System.Runtime.Remoting.Messaging.LogicalCallContext::s_callContextType Type_t * ___s_callContextType_0; public: inline static int32_t get_offset_of_s_callContextType_0() { return static_cast(offsetof(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_StaticFields, ___s_callContextType_0)); } inline Type_t * get_s_callContextType_0() const { return ___s_callContextType_0; } inline Type_t ** get_address_of_s_callContextType_0() { return &___s_callContextType_0; } inline void set_s_callContextType_0(Type_t * value) { ___s_callContextType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_callContextType_0), (void*)value); } }; // System.Resources.ManifestBasedResourceGroveler struct ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 : public RuntimeObject { public: // System.Resources.ResourceManager/ResourceManagerMediator System.Resources.ManifestBasedResourceGroveler::_mediator ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * ____mediator_0; public: inline static int32_t get_offset_of__mediator_0() { return static_cast(offsetof(ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483, ____mediator_0)); } inline ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * get__mediator_0() const { return ____mediator_0; } inline ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C ** get_address_of__mediator_0() { return &____mediator_0; } inline void set__mediator_0(ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * value) { ____mediator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____mediator_0), (void*)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.Security.Cryptography.MaskGenerationMethod struct MaskGenerationMethod_t60144916594E810B8D6D1091ACE519A4F4E20A2E : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.MethodCall struct MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Messaging.MethodCall::_uri String_t* ____uri_0; // System.String System.Runtime.Remoting.Messaging.MethodCall::_typeName String_t* ____typeName_1; // System.String System.Runtime.Remoting.Messaging.MethodCall::_methodName String_t* ____methodName_2; // System.Object[] System.Runtime.Remoting.Messaging.MethodCall::_args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____args_3; // System.Type[] System.Runtime.Remoting.Messaging.MethodCall::_methodSignature TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____methodSignature_4; // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.MethodCall::_methodBase MethodBase_t * ____methodBase_5; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.MethodCall::_callContext LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____callContext_6; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Messaging.MethodCall::_targetIdentity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____targetIdentity_7; // System.Type[] System.Runtime.Remoting.Messaging.MethodCall::_genericArguments TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____genericArguments_8; // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::ExternalProperties RuntimeObject* ___ExternalProperties_9; // System.Collections.IDictionary System.Runtime.Remoting.Messaging.MethodCall::InternalProperties RuntimeObject* ___InternalProperties_10; public: inline static int32_t get_offset_of__uri_0() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____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); } inline static int32_t get_offset_of__typeName_1() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____typeName_1)); } inline String_t* get__typeName_1() const { return ____typeName_1; } inline String_t** get_address_of__typeName_1() { return &____typeName_1; } inline void set__typeName_1(String_t* value) { ____typeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeName_1), (void*)value); } inline static int32_t get_offset_of__methodName_2() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____methodName_2)); } inline String_t* get__methodName_2() const { return ____methodName_2; } inline String_t** get_address_of__methodName_2() { return &____methodName_2; } inline void set__methodName_2(String_t* value) { ____methodName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodName_2), (void*)value); } inline static int32_t get_offset_of__args_3() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____args_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__args_3() const { return ____args_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__args_3() { return &____args_3; } inline void set__args_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____args_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____args_3), (void*)value); } inline static int32_t get_offset_of__methodSignature_4() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____methodSignature_4)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__methodSignature_4() const { return ____methodSignature_4; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__methodSignature_4() { return &____methodSignature_4; } inline void set__methodSignature_4(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____methodSignature_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodSignature_4), (void*)value); } inline static int32_t get_offset_of__methodBase_5() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____methodBase_5)); } inline MethodBase_t * get__methodBase_5() const { return ____methodBase_5; } inline MethodBase_t ** get_address_of__methodBase_5() { return &____methodBase_5; } inline void set__methodBase_5(MethodBase_t * value) { ____methodBase_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodBase_5), (void*)value); } inline static int32_t get_offset_of__callContext_6() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____callContext_6)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__callContext_6() const { return ____callContext_6; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__callContext_6() { return &____callContext_6; } inline void set__callContext_6(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____callContext_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____callContext_6), (void*)value); } inline static int32_t get_offset_of__targetIdentity_7() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____targetIdentity_7)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get__targetIdentity_7() const { return ____targetIdentity_7; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of__targetIdentity_7() { return &____targetIdentity_7; } inline void set__targetIdentity_7(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ____targetIdentity_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetIdentity_7), (void*)value); } inline static int32_t get_offset_of__genericArguments_8() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ____genericArguments_8)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__genericArguments_8() const { return ____genericArguments_8; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__genericArguments_8() { return &____genericArguments_8; } inline void set__genericArguments_8(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____genericArguments_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericArguments_8), (void*)value); } inline static int32_t get_offset_of_ExternalProperties_9() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ___ExternalProperties_9)); } inline RuntimeObject* get_ExternalProperties_9() const { return ___ExternalProperties_9; } inline RuntimeObject** get_address_of_ExternalProperties_9() { return &___ExternalProperties_9; } inline void set_ExternalProperties_9(RuntimeObject* value) { ___ExternalProperties_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExternalProperties_9), (void*)value); } inline static int32_t get_offset_of_InternalProperties_10() { return static_cast(offsetof(MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2, ___InternalProperties_10)); } inline RuntimeObject* get_InternalProperties_10() const { return ___InternalProperties_10; } inline RuntimeObject** get_address_of_InternalProperties_10() { return &___InternalProperties_10; } inline void set_InternalProperties_10(RuntimeObject* value) { ___InternalProperties_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalProperties_10), (void*)value); } }; // 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.Runtime.Remoting.ObjRef struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 : public RuntimeObject { public: // System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::channel_info RuntimeObject* ___channel_info_0; // System.String System.Runtime.Remoting.ObjRef::uri String_t* ___uri_1; // System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::typeInfo RuntimeObject* ___typeInfo_2; // System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::envoyInfo RuntimeObject* ___envoyInfo_3; // System.Int32 System.Runtime.Remoting.ObjRef::flags int32_t ___flags_4; // System.Type System.Runtime.Remoting.ObjRef::_serverType Type_t * ____serverType_5; public: inline static int32_t get_offset_of_channel_info_0() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___channel_info_0)); } inline RuntimeObject* get_channel_info_0() const { return ___channel_info_0; } inline RuntimeObject** get_address_of_channel_info_0() { return &___channel_info_0; } inline void set_channel_info_0(RuntimeObject* value) { ___channel_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___channel_info_0), (void*)value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___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_typeInfo_2() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___typeInfo_2)); } inline RuntimeObject* get_typeInfo_2() const { return ___typeInfo_2; } inline RuntimeObject** get_address_of_typeInfo_2() { return &___typeInfo_2; } inline void set_typeInfo_2(RuntimeObject* value) { ___typeInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeInfo_2), (void*)value); } inline static int32_t get_offset_of_envoyInfo_3() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___envoyInfo_3)); } inline RuntimeObject* get_envoyInfo_3() const { return ___envoyInfo_3; } inline RuntimeObject** get_address_of_envoyInfo_3() { return &___envoyInfo_3; } inline void set_envoyInfo_3(RuntimeObject* value) { ___envoyInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___envoyInfo_3), (void*)value); } inline static int32_t get_offset_of_flags_4() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ___flags_4)); } inline int32_t get_flags_4() const { return ___flags_4; } inline int32_t* get_address_of_flags_4() { return &___flags_4; } inline void set_flags_4(int32_t value) { ___flags_4 = value; } inline static int32_t get_offset_of__serverType_5() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3, ____serverType_5)); } inline Type_t * get__serverType_5() const { return ____serverType_5; } inline Type_t ** get_address_of__serverType_5() { return &____serverType_5; } inline void set__serverType_5(Type_t * value) { ____serverType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____serverType_5), (void*)value); } }; struct ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields { public: // System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef int32_t ___MarshalledObjectRef_6; // System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef int32_t ___WellKnowObjectRef_7; public: inline static int32_t get_offset_of_MarshalledObjectRef_6() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields, ___MarshalledObjectRef_6)); } inline int32_t get_MarshalledObjectRef_6() const { return ___MarshalledObjectRef_6; } inline int32_t* get_address_of_MarshalledObjectRef_6() { return &___MarshalledObjectRef_6; } inline void set_MarshalledObjectRef_6(int32_t value) { ___MarshalledObjectRef_6 = value; } inline static int32_t get_offset_of_WellKnowObjectRef_7() { return static_cast(offsetof(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_StaticFields, ___WellKnowObjectRef_7)); } inline int32_t get_WellKnowObjectRef_7() const { return ___WellKnowObjectRef_7; } inline int32_t* get_address_of_WellKnowObjectRef_7() { return &___WellKnowObjectRef_7; } inline void set_WellKnowObjectRef_7(int32_t value) { ___WellKnowObjectRef_7 = value; } }; // System.Runtime.Remoting.Messaging.ObjRefSurrogate struct ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F : public RuntimeObject { public: public: }; // System.Security.Util.Parser struct Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D : public RuntimeObject { public: // System.Security.SecurityDocument System.Security.Util.Parser::_doc SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * ____doc_0; // System.Security.Util.Tokenizer System.Security.Util.Parser::_t Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * ____t_1; public: inline static int32_t get_offset_of__doc_0() { return static_cast(offsetof(Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D, ____doc_0)); } inline SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * get__doc_0() const { return ____doc_0; } inline SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 ** get_address_of__doc_0() { return &____doc_0; } inline void set__doc_0(SecurityDocument_tC36E578CDEC6DADD3A27BE1293BC53FBE640F977 * value) { ____doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____doc_0), (void*)value); } inline static int32_t get_offset_of__t_1() { return static_cast(offsetof(Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D, ____t_1)); } inline Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * get__t_1() const { return ____t_1; } inline Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 ** get_address_of__t_1() { return &____t_1; } inline void set__t_1(Tokenizer_tC9C4CF0DF3CDC3293AD160D86AD50F4AEB022DE8 * value) { ____t_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____t_1), (void*)value); } }; // System.IO.Path struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921 : public RuntimeObject { public: public: }; struct Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; // System.Char[] System.IO.Path::trimEndCharsWindows CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsWindows_8; // System.Char[] System.IO.Path::trimEndCharsUnix CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimEndCharsUnix_9; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___DirectorySeparatorStr_4), (void*)value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsWindows_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; } inline void set_trimEndCharsWindows_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsWindows_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value); } inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast(offsetof(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields, ___trimEndCharsUnix_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; } inline void set_trimEndCharsUnix_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___trimEndCharsUnix_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value); } }; // System.Runtime.Remoting.ProviderData struct ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 : public RuntimeObject { public: // System.String System.Runtime.Remoting.ProviderData::Ref String_t* ___Ref_0; // System.String System.Runtime.Remoting.ProviderData::Type String_t* ___Type_1; // System.String System.Runtime.Remoting.ProviderData::Id String_t* ___Id_2; // System.Collections.Hashtable System.Runtime.Remoting.ProviderData::CustomProperties Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___CustomProperties_3; // System.Collections.IList System.Runtime.Remoting.ProviderData::CustomData RuntimeObject* ___CustomData_4; public: inline static int32_t get_offset_of_Ref_0() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___Ref_0)); } inline String_t* get_Ref_0() const { return ___Ref_0; } inline String_t** get_address_of_Ref_0() { return &___Ref_0; } inline void set_Ref_0(String_t* value) { ___Ref_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ref_0), (void*)value); } inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___Type_1)); } inline String_t* get_Type_1() const { return ___Type_1; } inline String_t** get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(String_t* value) { ___Type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Type_1), (void*)value); } inline static int32_t get_offset_of_Id_2() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___Id_2)); } inline String_t* get_Id_2() const { return ___Id_2; } inline String_t** get_address_of_Id_2() { return &___Id_2; } inline void set_Id_2(String_t* value) { ___Id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Id_2), (void*)value); } inline static int32_t get_offset_of_CustomProperties_3() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___CustomProperties_3)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_CustomProperties_3() const { return ___CustomProperties_3; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_CustomProperties_3() { return &___CustomProperties_3; } inline void set_CustomProperties_3(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___CustomProperties_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomProperties_3), (void*)value); } inline static int32_t get_offset_of_CustomData_4() { return static_cast(offsetof(ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582, ___CustomData_4)); } inline RuntimeObject* get_CustomData_4() const { return ___CustomData_4; } inline RuntimeObject** get_address_of_CustomData_4() { return &___CustomData_4; } inline void set_CustomData_4(RuntimeObject* value) { ___CustomData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomData_4), (void*)value); } }; // System.Random struct Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 : public RuntimeObject { public: // System.Int32 System.Random::inext int32_t ___inext_0; // System.Int32 System.Random::inextp int32_t ___inextp_1; // System.Int32[] System.Random::SeedArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___SeedArray_2; public: inline static int32_t get_offset_of_inext_0() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inext_0)); } inline int32_t get_inext_0() const { return ___inext_0; } inline int32_t* get_address_of_inext_0() { return &___inext_0; } inline void set_inext_0(int32_t value) { ___inext_0 = value; } inline static int32_t get_offset_of_inextp_1() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___inextp_1)); } inline int32_t get_inextp_1() const { return ___inextp_1; } inline int32_t* get_address_of_inextp_1() { return &___inextp_1; } inline void set_inextp_1(int32_t value) { ___inextp_1 = value; } inline static int32_t get_offset_of_SeedArray_2() { return static_cast(offsetof(Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118, ___SeedArray_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_SeedArray_2() const { return ___SeedArray_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_SeedArray_2() { return &___SeedArray_2; } inline void set_SeedArray_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___SeedArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeedArray_2), (void*)value); } }; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 : public RuntimeObject { public: public: }; // System.Threading.Tasks.RangeManager struct RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571 : public RuntimeObject { public: // System.Threading.Tasks.IndexRange[] System.Threading.Tasks.RangeManager::m_indexRanges IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* ___m_indexRanges_0; // System.Boolean System.Threading.Tasks.RangeManager::_use32BitCurrentIndex bool ____use32BitCurrentIndex_1; // System.Int32 System.Threading.Tasks.RangeManager::m_nCurrentIndexRangeToAssign int32_t ___m_nCurrentIndexRangeToAssign_2; // System.Int64 System.Threading.Tasks.RangeManager::m_nStep int64_t ___m_nStep_3; public: inline static int32_t get_offset_of_m_indexRanges_0() { return static_cast(offsetof(RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571, ___m_indexRanges_0)); } inline IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* get_m_indexRanges_0() const { return ___m_indexRanges_0; } inline IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14** get_address_of_m_indexRanges_0() { return &___m_indexRanges_0; } inline void set_m_indexRanges_0(IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* value) { ___m_indexRanges_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_indexRanges_0), (void*)value); } inline static int32_t get_offset_of__use32BitCurrentIndex_1() { return static_cast(offsetof(RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571, ____use32BitCurrentIndex_1)); } inline bool get__use32BitCurrentIndex_1() const { return ____use32BitCurrentIndex_1; } inline bool* get_address_of__use32BitCurrentIndex_1() { return &____use32BitCurrentIndex_1; } inline void set__use32BitCurrentIndex_1(bool value) { ____use32BitCurrentIndex_1 = value; } inline static int32_t get_offset_of_m_nCurrentIndexRangeToAssign_2() { return static_cast(offsetof(RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571, ___m_nCurrentIndexRangeToAssign_2)); } inline int32_t get_m_nCurrentIndexRangeToAssign_2() const { return ___m_nCurrentIndexRangeToAssign_2; } inline int32_t* get_address_of_m_nCurrentIndexRangeToAssign_2() { return &___m_nCurrentIndexRangeToAssign_2; } inline void set_m_nCurrentIndexRangeToAssign_2(int32_t value) { ___m_nCurrentIndexRangeToAssign_2 = value; } inline static int32_t get_offset_of_m_nStep_3() { return static_cast(offsetof(RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571, ___m_nStep_3)); } inline int64_t get_m_nStep_3() const { return ___m_nStep_3; } inline int64_t* get_address_of_m_nStep_3() { return &___m_nStep_3; } inline void set_m_nStep_3(int64_t value) { ___m_nStep_3 = value; } }; // System.Collections.ReadOnlyCollectionBase struct ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Globalization.RegionInfo struct RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A : public RuntimeObject { public: // System.Int32 System.Globalization.RegionInfo::regionId int32_t ___regionId_1; // System.String System.Globalization.RegionInfo::iso2Name String_t* ___iso2Name_2; // System.String System.Globalization.RegionInfo::iso3Name String_t* ___iso3Name_3; // System.String System.Globalization.RegionInfo::win3Name String_t* ___win3Name_4; // System.String System.Globalization.RegionInfo::englishName String_t* ___englishName_5; // System.String System.Globalization.RegionInfo::nativeName String_t* ___nativeName_6; // System.String System.Globalization.RegionInfo::currencySymbol String_t* ___currencySymbol_7; // System.String System.Globalization.RegionInfo::isoCurrencySymbol String_t* ___isoCurrencySymbol_8; // System.String System.Globalization.RegionInfo::currencyEnglishName String_t* ___currencyEnglishName_9; // System.String System.Globalization.RegionInfo::currencyNativeName String_t* ___currencyNativeName_10; public: inline static int32_t get_offset_of_regionId_1() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___regionId_1)); } inline int32_t get_regionId_1() const { return ___regionId_1; } inline int32_t* get_address_of_regionId_1() { return &___regionId_1; } inline void set_regionId_1(int32_t value) { ___regionId_1 = value; } inline static int32_t get_offset_of_iso2Name_2() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___iso2Name_2)); } inline String_t* get_iso2Name_2() const { return ___iso2Name_2; } inline String_t** get_address_of_iso2Name_2() { return &___iso2Name_2; } inline void set_iso2Name_2(String_t* value) { ___iso2Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2Name_2), (void*)value); } inline static int32_t get_offset_of_iso3Name_3() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___iso3Name_3)); } inline String_t* get_iso3Name_3() const { return ___iso3Name_3; } inline String_t** get_address_of_iso3Name_3() { return &___iso3Name_3; } inline void set_iso3Name_3(String_t* value) { ___iso3Name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3Name_3), (void*)value); } inline static int32_t get_offset_of_win3Name_4() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___win3Name_4)); } inline String_t* get_win3Name_4() const { return ___win3Name_4; } inline String_t** get_address_of_win3Name_4() { return &___win3Name_4; } inline void set_win3Name_4(String_t* value) { ___win3Name_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3Name_4), (void*)value); } inline static int32_t get_offset_of_englishName_5() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___englishName_5)); } inline String_t* get_englishName_5() const { return ___englishName_5; } inline String_t** get_address_of_englishName_5() { return &___englishName_5; } inline void set_englishName_5(String_t* value) { ___englishName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishName_5), (void*)value); } inline static int32_t get_offset_of_nativeName_6() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___nativeName_6)); } inline String_t* get_nativeName_6() const { return ___nativeName_6; } inline String_t** get_address_of_nativeName_6() { return &___nativeName_6; } inline void set_nativeName_6(String_t* value) { ___nativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeName_6), (void*)value); } inline static int32_t get_offset_of_currencySymbol_7() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___currencySymbol_7)); } inline String_t* get_currencySymbol_7() const { return ___currencySymbol_7; } inline String_t** get_address_of_currencySymbol_7() { return &___currencySymbol_7; } inline void set_currencySymbol_7(String_t* value) { ___currencySymbol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_7), (void*)value); } inline static int32_t get_offset_of_isoCurrencySymbol_8() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___isoCurrencySymbol_8)); } inline String_t* get_isoCurrencySymbol_8() const { return ___isoCurrencySymbol_8; } inline String_t** get_address_of_isoCurrencySymbol_8() { return &___isoCurrencySymbol_8; } inline void set_isoCurrencySymbol_8(String_t* value) { ___isoCurrencySymbol_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___isoCurrencySymbol_8), (void*)value); } inline static int32_t get_offset_of_currencyEnglishName_9() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___currencyEnglishName_9)); } inline String_t* get_currencyEnglishName_9() const { return ___currencyEnglishName_9; } inline String_t** get_address_of_currencyEnglishName_9() { return &___currencyEnglishName_9; } inline void set_currencyEnglishName_9(String_t* value) { ___currencyEnglishName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyEnglishName_9), (void*)value); } inline static int32_t get_offset_of_currencyNativeName_10() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A, ___currencyNativeName_10)); } inline String_t* get_currencyNativeName_10() const { return ___currencyNativeName_10; } inline String_t** get_address_of_currencyNativeName_10() { return &___currencyNativeName_10; } inline void set_currencyNativeName_10(String_t* value) { ___currencyNativeName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyNativeName_10), (void*)value); } }; struct RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_StaticFields { public: // System.Globalization.RegionInfo System.Globalization.RegionInfo::currentRegion RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * ___currentRegion_0; public: inline static int32_t get_offset_of_currentRegion_0() { return static_cast(offsetof(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_StaticFields, ___currentRegion_0)); } inline RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * get_currentRegion_0() const { return ___currentRegion_0; } inline RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A ** get_address_of_currentRegion_0() { return &___currentRegion_0; } inline void set_currentRegion_0(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * value) { ___currentRegion_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentRegion_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Globalization.RegionInfo struct RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_pinvoke { int32_t ___regionId_1; char* ___iso2Name_2; char* ___iso3Name_3; char* ___win3Name_4; char* ___englishName_5; char* ___nativeName_6; char* ___currencySymbol_7; char* ___isoCurrencySymbol_8; char* ___currencyEnglishName_9; char* ___currencyNativeName_10; }; // Native definition for COM marshalling of System.Globalization.RegionInfo struct RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_com { int32_t ___regionId_1; Il2CppChar* ___iso2Name_2; Il2CppChar* ___iso3Name_3; Il2CppChar* ___win3Name_4; Il2CppChar* ___englishName_5; Il2CppChar* ___nativeName_6; Il2CppChar* ___currencySymbol_7; Il2CppChar* ___isoCurrencySymbol_8; Il2CppChar* ___currencyEnglishName_9; Il2CppChar* ___currencyNativeName_10; }; // Microsoft.Win32.Registry struct Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65 : public RuntimeObject { public: public: }; struct Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields { public: // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::ClassesRoot RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___ClassesRoot_0; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentConfig RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___CurrentConfig_1; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::CurrentUser RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___CurrentUser_2; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::DynData RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___DynData_3; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::LocalMachine RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___LocalMachine_4; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::PerformanceData RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___PerformanceData_5; // Microsoft.Win32.RegistryKey Microsoft.Win32.Registry::Users RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___Users_6; public: inline static int32_t get_offset_of_ClassesRoot_0() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___ClassesRoot_0)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_ClassesRoot_0() const { return ___ClassesRoot_0; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_ClassesRoot_0() { return &___ClassesRoot_0; } inline void set_ClassesRoot_0(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___ClassesRoot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassesRoot_0), (void*)value); } inline static int32_t get_offset_of_CurrentConfig_1() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___CurrentConfig_1)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_CurrentConfig_1() const { return ___CurrentConfig_1; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_CurrentConfig_1() { return &___CurrentConfig_1; } inline void set_CurrentConfig_1(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___CurrentConfig_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CurrentConfig_1), (void*)value); } inline static int32_t get_offset_of_CurrentUser_2() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___CurrentUser_2)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_CurrentUser_2() const { return ___CurrentUser_2; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_CurrentUser_2() { return &___CurrentUser_2; } inline void set_CurrentUser_2(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___CurrentUser_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___CurrentUser_2), (void*)value); } inline static int32_t get_offset_of_DynData_3() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___DynData_3)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_DynData_3() const { return ___DynData_3; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_DynData_3() { return &___DynData_3; } inline void set_DynData_3(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___DynData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___DynData_3), (void*)value); } inline static int32_t get_offset_of_LocalMachine_4() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___LocalMachine_4)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_LocalMachine_4() const { return ___LocalMachine_4; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_LocalMachine_4() { return &___LocalMachine_4; } inline void set_LocalMachine_4(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___LocalMachine_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LocalMachine_4), (void*)value); } inline static int32_t get_offset_of_PerformanceData_5() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___PerformanceData_5)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_PerformanceData_5() const { return ___PerformanceData_5; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_PerformanceData_5() { return &___PerformanceData_5; } inline void set_PerformanceData_5(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___PerformanceData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PerformanceData_5), (void*)value); } inline static int32_t get_offset_of_Users_6() { return static_cast(offsetof(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields, ___Users_6)); } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * get_Users_6() const { return ___Users_6; } inline RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 ** get_address_of_Users_6() { return &___Users_6; } inline void set_Users_6(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * value) { ___Users_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Users_6), (void*)value); } }; // Microsoft.Win32.RegistryKeyComparer struct RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 : public RuntimeObject { public: public: }; // System.Runtime.Remoting.RemotingConfiguration struct RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5 : public RuntimeObject { public: public: }; struct RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields { public: // System.String System.Runtime.Remoting.RemotingConfiguration::applicationID String_t* ___applicationID_0; // System.String System.Runtime.Remoting.RemotingConfiguration::applicationName String_t* ___applicationName_1; // System.String System.Runtime.Remoting.RemotingConfiguration::processGuid String_t* ___processGuid_2; // System.Boolean System.Runtime.Remoting.RemotingConfiguration::defaultConfigRead bool ___defaultConfigRead_3; // System.Boolean System.Runtime.Remoting.RemotingConfiguration::defaultDelayedConfigRead bool ___defaultDelayedConfigRead_4; // System.String System.Runtime.Remoting.RemotingConfiguration::_errorMode String_t* ____errorMode_5; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::wellKnownClientEntries Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___wellKnownClientEntries_6; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::activatedClientEntries Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___activatedClientEntries_7; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::wellKnownServiceEntries Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___wellKnownServiceEntries_8; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::activatedServiceEntries Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___activatedServiceEntries_9; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::channelTemplates Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___channelTemplates_10; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::clientProviderTemplates Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___clientProviderTemplates_11; // System.Collections.Hashtable System.Runtime.Remoting.RemotingConfiguration::serverProviderTemplates Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___serverProviderTemplates_12; public: inline static int32_t get_offset_of_applicationID_0() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___applicationID_0)); } inline String_t* get_applicationID_0() const { return ___applicationID_0; } inline String_t** get_address_of_applicationID_0() { return &___applicationID_0; } inline void set_applicationID_0(String_t* value) { ___applicationID_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___applicationID_0), (void*)value); } inline static int32_t get_offset_of_applicationName_1() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___applicationName_1)); } inline String_t* get_applicationName_1() const { return ___applicationName_1; } inline String_t** get_address_of_applicationName_1() { return &___applicationName_1; } inline void set_applicationName_1(String_t* value) { ___applicationName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___applicationName_1), (void*)value); } inline static int32_t get_offset_of_processGuid_2() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___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); } inline static int32_t get_offset_of_defaultConfigRead_3() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___defaultConfigRead_3)); } inline bool get_defaultConfigRead_3() const { return ___defaultConfigRead_3; } inline bool* get_address_of_defaultConfigRead_3() { return &___defaultConfigRead_3; } inline void set_defaultConfigRead_3(bool value) { ___defaultConfigRead_3 = value; } inline static int32_t get_offset_of_defaultDelayedConfigRead_4() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___defaultDelayedConfigRead_4)); } inline bool get_defaultDelayedConfigRead_4() const { return ___defaultDelayedConfigRead_4; } inline bool* get_address_of_defaultDelayedConfigRead_4() { return &___defaultDelayedConfigRead_4; } inline void set_defaultDelayedConfigRead_4(bool value) { ___defaultDelayedConfigRead_4 = value; } inline static int32_t get_offset_of__errorMode_5() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ____errorMode_5)); } inline String_t* get__errorMode_5() const { return ____errorMode_5; } inline String_t** get_address_of__errorMode_5() { return &____errorMode_5; } inline void set__errorMode_5(String_t* value) { ____errorMode_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorMode_5), (void*)value); } inline static int32_t get_offset_of_wellKnownClientEntries_6() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___wellKnownClientEntries_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_wellKnownClientEntries_6() const { return ___wellKnownClientEntries_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_wellKnownClientEntries_6() { return &___wellKnownClientEntries_6; } inline void set_wellKnownClientEntries_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___wellKnownClientEntries_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___wellKnownClientEntries_6), (void*)value); } inline static int32_t get_offset_of_activatedClientEntries_7() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___activatedClientEntries_7)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_activatedClientEntries_7() const { return ___activatedClientEntries_7; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_activatedClientEntries_7() { return &___activatedClientEntries_7; } inline void set_activatedClientEntries_7(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___activatedClientEntries_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___activatedClientEntries_7), (void*)value); } inline static int32_t get_offset_of_wellKnownServiceEntries_8() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___wellKnownServiceEntries_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_wellKnownServiceEntries_8() const { return ___wellKnownServiceEntries_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_wellKnownServiceEntries_8() { return &___wellKnownServiceEntries_8; } inline void set_wellKnownServiceEntries_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___wellKnownServiceEntries_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___wellKnownServiceEntries_8), (void*)value); } inline static int32_t get_offset_of_activatedServiceEntries_9() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___activatedServiceEntries_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_activatedServiceEntries_9() const { return ___activatedServiceEntries_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_activatedServiceEntries_9() { return &___activatedServiceEntries_9; } inline void set_activatedServiceEntries_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___activatedServiceEntries_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___activatedServiceEntries_9), (void*)value); } inline static int32_t get_offset_of_channelTemplates_10() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___channelTemplates_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_channelTemplates_10() const { return ___channelTemplates_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_channelTemplates_10() { return &___channelTemplates_10; } inline void set_channelTemplates_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___channelTemplates_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___channelTemplates_10), (void*)value); } inline static int32_t get_offset_of_clientProviderTemplates_11() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___clientProviderTemplates_11)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_clientProviderTemplates_11() const { return ___clientProviderTemplates_11; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_clientProviderTemplates_11() { return &___clientProviderTemplates_11; } inline void set_clientProviderTemplates_11(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___clientProviderTemplates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___clientProviderTemplates_11), (void*)value); } inline static int32_t get_offset_of_serverProviderTemplates_12() { return static_cast(offsetof(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields, ___serverProviderTemplates_12)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_serverProviderTemplates_12() const { return ___serverProviderTemplates_12; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_serverProviderTemplates_12() { return &___serverProviderTemplates_12; } inline void set_serverProviderTemplates_12(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___serverProviderTemplates_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___serverProviderTemplates_12), (void*)value); } }; // System.Runtime.Remoting.RemotingServices struct RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786 : public RuntimeObject { public: public: }; struct RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields { public: // System.Collections.Hashtable System.Runtime.Remoting.RemotingServices::uri_hash Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___uri_hash_0; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter System.Runtime.Remoting.RemotingServices::_serializationFormatter BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * ____serializationFormatter_1; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter System.Runtime.Remoting.RemotingServices::_deserializationFormatter BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * ____deserializationFormatter_2; // System.String System.Runtime.Remoting.RemotingServices::app_id String_t* ___app_id_3; // System.Object System.Runtime.Remoting.RemotingServices::app_id_lock RuntimeObject * ___app_id_lock_4; // System.Int32 System.Runtime.Remoting.RemotingServices::next_id int32_t ___next_id_5; // System.Reflection.MethodInfo System.Runtime.Remoting.RemotingServices::FieldSetterMethod MethodInfo_t * ___FieldSetterMethod_6; // System.Reflection.MethodInfo System.Runtime.Remoting.RemotingServices::FieldGetterMethod MethodInfo_t * ___FieldGetterMethod_7; public: inline static int32_t get_offset_of_uri_hash_0() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ___uri_hash_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_uri_hash_0() const { return ___uri_hash_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_uri_hash_0() { return &___uri_hash_0; } inline void set_uri_hash_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___uri_hash_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_hash_0), (void*)value); } inline static int32_t get_offset_of__serializationFormatter_1() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ____serializationFormatter_1)); } inline BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * get__serializationFormatter_1() const { return ____serializationFormatter_1; } inline BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 ** get_address_of__serializationFormatter_1() { return &____serializationFormatter_1; } inline void set__serializationFormatter_1(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * value) { ____serializationFormatter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializationFormatter_1), (void*)value); } inline static int32_t get_offset_of__deserializationFormatter_2() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ____deserializationFormatter_2)); } inline BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * get__deserializationFormatter_2() const { return ____deserializationFormatter_2; } inline BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 ** get_address_of__deserializationFormatter_2() { return &____deserializationFormatter_2; } inline void set__deserializationFormatter_2(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * value) { ____deserializationFormatter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____deserializationFormatter_2), (void*)value); } inline static int32_t get_offset_of_app_id_3() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ___app_id_3)); } inline String_t* get_app_id_3() const { return ___app_id_3; } inline String_t** get_address_of_app_id_3() { return &___app_id_3; } inline void set_app_id_3(String_t* value) { ___app_id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___app_id_3), (void*)value); } inline static int32_t get_offset_of_app_id_lock_4() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ___app_id_lock_4)); } inline RuntimeObject * get_app_id_lock_4() const { return ___app_id_lock_4; } inline RuntimeObject ** get_address_of_app_id_lock_4() { return &___app_id_lock_4; } inline void set_app_id_lock_4(RuntimeObject * value) { ___app_id_lock_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___app_id_lock_4), (void*)value); } inline static int32_t get_offset_of_next_id_5() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ___next_id_5)); } inline int32_t get_next_id_5() const { return ___next_id_5; } inline int32_t* get_address_of_next_id_5() { return &___next_id_5; } inline void set_next_id_5(int32_t value) { ___next_id_5 = value; } inline static int32_t get_offset_of_FieldSetterMethod_6() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ___FieldSetterMethod_6)); } inline MethodInfo_t * get_FieldSetterMethod_6() const { return ___FieldSetterMethod_6; } inline MethodInfo_t ** get_address_of_FieldSetterMethod_6() { return &___FieldSetterMethod_6; } inline void set_FieldSetterMethod_6(MethodInfo_t * value) { ___FieldSetterMethod_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldSetterMethod_6), (void*)value); } inline static int32_t get_offset_of_FieldGetterMethod_7() { return static_cast(offsetof(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields, ___FieldGetterMethod_7)); } inline MethodInfo_t * get_FieldGetterMethod_7() const { return ___FieldGetterMethod_7; } inline MethodInfo_t ** get_address_of_FieldGetterMethod_7() { return &___FieldGetterMethod_7; } inline void set_FieldGetterMethod_7(MethodInfo_t * value) { ___FieldGetterMethod_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldGetterMethod_7), (void*)value); } }; // System.Runtime.Remoting.Messaging.RemotingSurrogate struct RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC : public RuntimeObject { public: public: }; // System.Runtime.Remoting.Messaging.RemotingSurrogateSelector struct RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA : public RuntimeObject { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::_next RuntimeObject* ____next_3; public: inline static int32_t get_offset_of__next_3() { return static_cast(offsetof(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA, ____next_3)); } inline RuntimeObject* get__next_3() const { return ____next_3; } inline RuntimeObject** get_address_of__next_3() { return &____next_3; } inline void set__next_3(RuntimeObject* value) { ____next_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_3), (void*)value); } }; struct RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields { public: // System.Type System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::s_cachedTypeObjRef Type_t * ___s_cachedTypeObjRef_0; // System.Runtime.Remoting.Messaging.ObjRefSurrogate System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::_objRefSurrogate ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F * ____objRefSurrogate_1; // System.Runtime.Remoting.Messaging.RemotingSurrogate System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::_objRemotingSurrogate RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * ____objRemotingSurrogate_2; public: inline static int32_t get_offset_of_s_cachedTypeObjRef_0() { return static_cast(offsetof(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields, ___s_cachedTypeObjRef_0)); } inline Type_t * get_s_cachedTypeObjRef_0() const { return ___s_cachedTypeObjRef_0; } inline Type_t ** get_address_of_s_cachedTypeObjRef_0() { return &___s_cachedTypeObjRef_0; } inline void set_s_cachedTypeObjRef_0(Type_t * value) { ___s_cachedTypeObjRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_cachedTypeObjRef_0), (void*)value); } inline static int32_t get_offset_of__objRefSurrogate_1() { return static_cast(offsetof(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields, ____objRefSurrogate_1)); } inline ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F * get__objRefSurrogate_1() const { return ____objRefSurrogate_1; } inline ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F ** get_address_of__objRefSurrogate_1() { return &____objRefSurrogate_1; } inline void set__objRefSurrogate_1(ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F * value) { ____objRefSurrogate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____objRefSurrogate_1), (void*)value); } inline static int32_t get_offset_of__objRemotingSurrogate_2() { return static_cast(offsetof(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields, ____objRemotingSurrogate_2)); } inline RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * get__objRemotingSurrogate_2() const { return ____objRemotingSurrogate_2; } inline RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC ** get_address_of__objRemotingSurrogate_2() { return &____objRemotingSurrogate_2; } inline void set__objRemotingSurrogate_2(RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * value) { ____objRemotingSurrogate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____objRemotingSurrogate_2), (void*)value); } }; // System.Resources.ResourceFallbackManager struct ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 : public RuntimeObject { public: // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager::m_startingCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_startingCulture_0; // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager::m_neutralResourcesCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___m_neutralResourcesCulture_1; // System.Boolean System.Resources.ResourceFallbackManager::m_useParents bool ___m_useParents_2; public: inline static int32_t get_offset_of_m_startingCulture_0() { return static_cast(offsetof(ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652, ___m_startingCulture_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_startingCulture_0() const { return ___m_startingCulture_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_startingCulture_0() { return &___m_startingCulture_0; } inline void set_m_startingCulture_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_startingCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_startingCulture_0), (void*)value); } inline static int32_t get_offset_of_m_neutralResourcesCulture_1() { return static_cast(offsetof(ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652, ___m_neutralResourcesCulture_1)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_m_neutralResourcesCulture_1() const { return ___m_neutralResourcesCulture_1; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_m_neutralResourcesCulture_1() { return &___m_neutralResourcesCulture_1; } inline void set_m_neutralResourcesCulture_1(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___m_neutralResourcesCulture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_neutralResourcesCulture_1), (void*)value); } inline static int32_t get_offset_of_m_useParents_2() { return static_cast(offsetof(ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652, ___m_useParents_2)); } inline bool get_m_useParents_2() const { return ___m_useParents_2; } inline bool* get_address_of_m_useParents_2() { return &___m_useParents_2; } inline void set_m_useParents_2(bool value) { ___m_useParents_2 = value; } }; // System.Resources.ResourceReader struct ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 : public RuntimeObject { public: // System.IO.BinaryReader System.Resources.ResourceReader::_store BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * ____store_0; // System.Collections.Generic.Dictionary`2 System.Resources.ResourceReader::_resCache Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA * ____resCache_1; // System.Int64 System.Resources.ResourceReader::_nameSectionOffset int64_t ____nameSectionOffset_2; // System.Int64 System.Resources.ResourceReader::_dataSectionOffset int64_t ____dataSectionOffset_3; // System.Int32[] System.Resources.ResourceReader::_nameHashes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____nameHashes_4; // System.Int32* System.Resources.ResourceReader::_nameHashesPtr int32_t* ____nameHashesPtr_5; // System.Int32[] System.Resources.ResourceReader::_namePositions Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____namePositions_6; // System.Int32* System.Resources.ResourceReader::_namePositionsPtr int32_t* ____namePositionsPtr_7; // System.RuntimeType[] System.Resources.ResourceReader::_typeTable RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* ____typeTable_8; // System.Int32[] System.Resources.ResourceReader::_typeNamePositions Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____typeNamePositions_9; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter System.Resources.ResourceReader::_objFormatter BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * ____objFormatter_10; // System.Int32 System.Resources.ResourceReader::_numResources int32_t ____numResources_11; // System.IO.UnmanagedMemoryStream System.Resources.ResourceReader::_ums UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * ____ums_12; // System.Int32 System.Resources.ResourceReader::_version int32_t ____version_13; public: inline static int32_t get_offset_of__store_0() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____store_0)); } inline BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * get__store_0() const { return ____store_0; } inline BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 ** get_address_of__store_0() { return &____store_0; } inline void set__store_0(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * value) { ____store_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____store_0), (void*)value); } inline static int32_t get_offset_of__resCache_1() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____resCache_1)); } inline Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA * get__resCache_1() const { return ____resCache_1; } inline Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA ** get_address_of__resCache_1() { return &____resCache_1; } inline void set__resCache_1(Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA * value) { ____resCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____resCache_1), (void*)value); } inline static int32_t get_offset_of__nameSectionOffset_2() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____nameSectionOffset_2)); } inline int64_t get__nameSectionOffset_2() const { return ____nameSectionOffset_2; } inline int64_t* get_address_of__nameSectionOffset_2() { return &____nameSectionOffset_2; } inline void set__nameSectionOffset_2(int64_t value) { ____nameSectionOffset_2 = value; } inline static int32_t get_offset_of__dataSectionOffset_3() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____dataSectionOffset_3)); } inline int64_t get__dataSectionOffset_3() const { return ____dataSectionOffset_3; } inline int64_t* get_address_of__dataSectionOffset_3() { return &____dataSectionOffset_3; } inline void set__dataSectionOffset_3(int64_t value) { ____dataSectionOffset_3 = value; } inline static int32_t get_offset_of__nameHashes_4() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____nameHashes_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__nameHashes_4() const { return ____nameHashes_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__nameHashes_4() { return &____nameHashes_4; } inline void set__nameHashes_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____nameHashes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____nameHashes_4), (void*)value); } inline static int32_t get_offset_of__nameHashesPtr_5() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____nameHashesPtr_5)); } inline int32_t* get__nameHashesPtr_5() const { return ____nameHashesPtr_5; } inline int32_t** get_address_of__nameHashesPtr_5() { return &____nameHashesPtr_5; } inline void set__nameHashesPtr_5(int32_t* value) { ____nameHashesPtr_5 = value; } inline static int32_t get_offset_of__namePositions_6() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____namePositions_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__namePositions_6() const { return ____namePositions_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__namePositions_6() { return &____namePositions_6; } inline void set__namePositions_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____namePositions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____namePositions_6), (void*)value); } inline static int32_t get_offset_of__namePositionsPtr_7() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____namePositionsPtr_7)); } inline int32_t* get__namePositionsPtr_7() const { return ____namePositionsPtr_7; } inline int32_t** get_address_of__namePositionsPtr_7() { return &____namePositionsPtr_7; } inline void set__namePositionsPtr_7(int32_t* value) { ____namePositionsPtr_7 = value; } inline static int32_t get_offset_of__typeTable_8() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____typeTable_8)); } inline RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* get__typeTable_8() const { return ____typeTable_8; } inline RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4** get_address_of__typeTable_8() { return &____typeTable_8; } inline void set__typeTable_8(RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* value) { ____typeTable_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeTable_8), (void*)value); } inline static int32_t get_offset_of__typeNamePositions_9() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____typeNamePositions_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__typeNamePositions_9() const { return ____typeNamePositions_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__typeNamePositions_9() { return &____typeNamePositions_9; } inline void set__typeNamePositions_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____typeNamePositions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeNamePositions_9), (void*)value); } inline static int32_t get_offset_of__objFormatter_10() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____objFormatter_10)); } inline BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * get__objFormatter_10() const { return ____objFormatter_10; } inline BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 ** get_address_of__objFormatter_10() { return &____objFormatter_10; } inline void set__objFormatter_10(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * value) { ____objFormatter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____objFormatter_10), (void*)value); } inline static int32_t get_offset_of__numResources_11() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____numResources_11)); } inline int32_t get__numResources_11() const { return ____numResources_11; } inline int32_t* get_address_of__numResources_11() { return &____numResources_11; } inline void set__numResources_11(int32_t value) { ____numResources_11 = value; } inline static int32_t get_offset_of__ums_12() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____ums_12)); } inline UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * get__ums_12() const { return ____ums_12; } inline UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 ** get_address_of__ums_12() { return &____ums_12; } inline void set__ums_12(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * value) { ____ums_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ums_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } }; // System.Resources.ResourceSet struct ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F : public RuntimeObject { public: // System.Resources.IResourceReader System.Resources.ResourceSet::Reader RuntimeObject* ___Reader_0; // System.Collections.Hashtable System.Resources.ResourceSet::Table Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___Table_1; // System.Collections.Hashtable System.Resources.ResourceSet::_caseInsensitiveTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____caseInsensitiveTable_2; public: inline static int32_t get_offset_of_Reader_0() { return static_cast(offsetof(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F, ___Reader_0)); } inline RuntimeObject* get_Reader_0() const { return ___Reader_0; } inline RuntimeObject** get_address_of_Reader_0() { return &___Reader_0; } inline void set_Reader_0(RuntimeObject* value) { ___Reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Reader_0), (void*)value); } inline static int32_t get_offset_of_Table_1() { return static_cast(offsetof(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F, ___Table_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_Table_1() const { return ___Table_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_Table_1() { return &___Table_1; } inline void set_Table_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___Table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Table_1), (void*)value); } inline static int32_t get_offset_of__caseInsensitiveTable_2() { return static_cast(offsetof(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F, ____caseInsensitiveTable_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__caseInsensitiveTable_2() const { return ____caseInsensitiveTable_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__caseInsensitiveTable_2() { return &____caseInsensitiveTable_2; } inline void set__caseInsensitiveTable_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____caseInsensitiveTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____caseInsensitiveTable_2), (void*)value); } }; // 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.SecurityElement struct SecurityElement_tB9682077760936136392270197F642224B2141CC : public RuntimeObject { public: // System.String System.Security.SecurityElement::text String_t* ___text_0; // System.String System.Security.SecurityElement::tag String_t* ___tag_1; // System.Collections.ArrayList System.Security.SecurityElement::attributes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___attributes_2; // System.Collections.ArrayList System.Security.SecurityElement::children ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___children_3; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value); } inline static int32_t get_offset_of_tag_1() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___tag_1)); } inline String_t* get_tag_1() const { return ___tag_1; } inline String_t** get_address_of_tag_1() { return &___tag_1; } inline void set_tag_1(String_t* value) { ___tag_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value); } inline static int32_t get_offset_of_attributes_2() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___attributes_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_attributes_2() const { return ___attributes_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_attributes_2() { return &___attributes_2; } inline void set_attributes_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value); } inline static int32_t get_offset_of_children_3() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC, ___children_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_children_3() const { return ___children_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_children_3() { return &___children_3; } inline void set_children_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___children_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value); } }; struct SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields { public: // System.Char[] System.Security.SecurityElement::invalid_tag_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_tag_chars_4; // System.Char[] System.Security.SecurityElement::invalid_text_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_text_chars_5; // System.Char[] System.Security.SecurityElement::invalid_attr_name_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_attr_name_chars_6; // System.Char[] System.Security.SecurityElement::invalid_attr_value_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_attr_value_chars_7; // System.Char[] System.Security.SecurityElement::invalid_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___invalid_chars_8; public: inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_tag_chars_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; } inline void set_invalid_tag_chars_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_tag_chars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value); } inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_text_chars_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; } inline void set_invalid_text_chars_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_text_chars_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value); } inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_attr_name_chars_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; } inline void set_invalid_attr_name_chars_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_attr_name_chars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value); } inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_attr_value_chars_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; } inline void set_invalid_attr_value_chars_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_attr_value_chars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value); } inline static int32_t get_offset_of_invalid_chars_8() { return static_cast(offsetof(SecurityElement_tB9682077760936136392270197F642224B2141CC_StaticFields, ___invalid_chars_8)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_invalid_chars_8() const { return ___invalid_chars_8; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_invalid_chars_8() { return &___invalid_chars_8; } inline void set_invalid_chars_8(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___invalid_chars_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache struct SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB : public RuntimeObject { public: // System.String System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::fullTypeName String_t* ___fullTypeName_0; // System.String System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::assemblyString String_t* ___assemblyString_1; // System.Boolean System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::hasTypeForwardedFrom bool ___hasTypeForwardedFrom_2; // System.Reflection.MemberInfo[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberInfos MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ___memberInfos_3; // System.String[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames_4; // System.Type[] System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::memberTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___memberTypes_5; public: inline static int32_t get_offset_of_fullTypeName_0() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___fullTypeName_0)); } inline String_t* get_fullTypeName_0() const { return ___fullTypeName_0; } inline String_t** get_address_of_fullTypeName_0() { return &___fullTypeName_0; } inline void set_fullTypeName_0(String_t* value) { ___fullTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullTypeName_0), (void*)value); } inline static int32_t get_offset_of_assemblyString_1() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___assemblyString_1)); } inline String_t* get_assemblyString_1() const { return ___assemblyString_1; } inline String_t** get_address_of_assemblyString_1() { return &___assemblyString_1; } inline void set_assemblyString_1(String_t* value) { ___assemblyString_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___assemblyString_1), (void*)value); } inline static int32_t get_offset_of_hasTypeForwardedFrom_2() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___hasTypeForwardedFrom_2)); } inline bool get_hasTypeForwardedFrom_2() const { return ___hasTypeForwardedFrom_2; } inline bool* get_address_of_hasTypeForwardedFrom_2() { return &___hasTypeForwardedFrom_2; } inline void set_hasTypeForwardedFrom_2(bool value) { ___hasTypeForwardedFrom_2 = value; } inline static int32_t get_offset_of_memberInfos_3() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___memberInfos_3)); } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* get_memberInfos_3() const { return ___memberInfos_3; } inline MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E** get_address_of_memberInfos_3() { return &___memberInfos_3; } inline void set_memberInfos_3(MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* value) { ___memberInfos_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberInfos_3), (void*)value); } inline static int32_t get_offset_of_memberNames_4() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___memberNames_4)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_memberNames_4() const { return ___memberNames_4; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_memberNames_4() { return &___memberNames_4; } inline void set_memberNames_4(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___memberNames_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberNames_4), (void*)value); } inline static int32_t get_offset_of_memberTypes_5() { return static_cast(offsetof(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB, ___memberTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_memberTypes_5() const { return ___memberTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_memberTypes_5() { return &___memberTypes_5; } inline void set_memberTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___memberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberTypes_5), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit struct SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::seenBeforeTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___seenBeforeTable_0; // System.Int32 System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::objectInfoIdCount int32_t ___objectInfoIdCount_1; // System.Runtime.Serialization.Formatters.Binary.SerStack System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit::oiPool SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * ___oiPool_2; public: inline static int32_t get_offset_of_seenBeforeTable_0() { return static_cast(offsetof(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D, ___seenBeforeTable_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_seenBeforeTable_0() const { return ___seenBeforeTable_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_seenBeforeTable_0() { return &___seenBeforeTable_0; } inline void set_seenBeforeTable_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___seenBeforeTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___seenBeforeTable_0), (void*)value); } inline static int32_t get_offset_of_objectInfoIdCount_1() { return static_cast(offsetof(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D, ___objectInfoIdCount_1)); } inline int32_t get_objectInfoIdCount_1() const { return ___objectInfoIdCount_1; } inline int32_t* get_address_of_objectInfoIdCount_1() { return &___objectInfoIdCount_1; } inline void set_objectInfoIdCount_1(int32_t value) { ___objectInfoIdCount_1 = value; } inline static int32_t get_offset_of_oiPool_2() { return static_cast(offsetof(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D, ___oiPool_2)); } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * get_oiPool_2() const { return ___oiPool_2; } inline SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC ** get_address_of_oiPool_2() { return &___oiPool_2; } inline void set_oiPool_2(SerStack_tF095DBA17E9C56FB512013B83F330194A4BB8AAC * value) { ___oiPool_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___oiPool_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); } }; // Mono.Xml.SmallXmlParser struct SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 : public RuntimeObject { public: // Mono.Xml.SmallXmlParser/IContentHandler Mono.Xml.SmallXmlParser::handler RuntimeObject* ___handler_0; // System.IO.TextReader Mono.Xml.SmallXmlParser::reader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___reader_1; // System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___elementNames_2; // System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___xmlSpaces_3; // System.String Mono.Xml.SmallXmlParser::xmlSpace String_t* ___xmlSpace_4; // System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer StringBuilder_t * ___buffer_5; // System.Char[] Mono.Xml.SmallXmlParser::nameBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___nameBuffer_6; // System.Boolean Mono.Xml.SmallXmlParser::isWhitespace bool ___isWhitespace_7; // Mono.Xml.SmallXmlParser/AttrListImpl Mono.Xml.SmallXmlParser::attributes AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * ___attributes_8; // System.Int32 Mono.Xml.SmallXmlParser::line int32_t ___line_9; // System.Int32 Mono.Xml.SmallXmlParser::column int32_t ___column_10; // System.Boolean Mono.Xml.SmallXmlParser::resetColumn bool ___resetColumn_11; public: inline static int32_t get_offset_of_handler_0() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___handler_0)); } inline RuntimeObject* get_handler_0() const { return ___handler_0; } inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; } inline void set_handler_0(RuntimeObject* value) { ___handler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___reader_1)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_reader_1() const { return ___reader_1; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_elementNames_2() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___elementNames_2)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_elementNames_2() const { return ___elementNames_2; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_elementNames_2() { return &___elementNames_2; } inline void set_elementNames_2(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___elementNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value); } inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___xmlSpaces_3)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_xmlSpaces_3() const { return ___xmlSpaces_3; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; } inline void set_xmlSpaces_3(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___xmlSpaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value); } inline static int32_t get_offset_of_xmlSpace_4() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___xmlSpace_4)); } inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; } inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; } inline void set_xmlSpace_4(String_t* value) { ___xmlSpace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___buffer_5)); } inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; } inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(StringBuilder_t * value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value); } inline static int32_t get_offset_of_nameBuffer_6() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___nameBuffer_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_nameBuffer_6() const { return ___nameBuffer_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_nameBuffer_6() { return &___nameBuffer_6; } inline void set_nameBuffer_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___nameBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value); } inline static int32_t get_offset_of_isWhitespace_7() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___isWhitespace_7)); } inline bool get_isWhitespace_7() const { return ___isWhitespace_7; } inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; } inline void set_isWhitespace_7(bool value) { ___isWhitespace_7 = value; } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___attributes_8)); } inline AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * get_attributes_8() const { return ___attributes_8; } inline AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA ** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttrListImpl_t3FA46929BCFFF60313A5940AAB20513699DC58BA * value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value); } inline static int32_t get_offset_of_line_9() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___line_9)); } inline int32_t get_line_9() const { return ___line_9; } inline int32_t* get_address_of_line_9() { return &___line_9; } inline void set_line_9(int32_t value) { ___line_9 = value; } inline static int32_t get_offset_of_column_10() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___column_10)); } inline int32_t get_column_10() const { return ___column_10; } inline int32_t* get_address_of_column_10() { return &___column_10; } inline void set_column_10(int32_t value) { ___column_10 = value; } inline static int32_t get_offset_of_resetColumn_11() { return static_cast(offsetof(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7, ___resetColumn_11)); } inline bool get_resetColumn_11() const { return ___resetColumn_11; } inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; } inline void set_resetColumn_11(bool value) { ___resetColumn_11 = 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.Runtime.Remoting.TypeEntry struct TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 : public RuntimeObject { public: // System.String System.Runtime.Remoting.TypeEntry::assembly_name String_t* ___assembly_name_0; // System.String System.Runtime.Remoting.TypeEntry::type_name String_t* ___type_name_1; public: inline static int32_t get_offset_of_assembly_name_0() { return static_cast(offsetof(TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5, ___assembly_name_0)); } inline String_t* get_assembly_name_0() const { return ___assembly_name_0; } inline String_t** get_address_of_assembly_name_0() { return &___assembly_name_0; } inline void set_assembly_name_0(String_t* value) { ___assembly_name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___assembly_name_0), (void*)value); } inline static int32_t get_offset_of_type_name_1() { return static_cast(offsetof(TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5, ___type_name_1)); } inline String_t* get_type_name_1() const { return ___type_name_1; } inline String_t** get_address_of_type_name_1() { return &___type_name_1; } inline void set_type_name_1(String_t* value) { ___type_name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_name_1), (void*)value); } }; // Microsoft.Win32.UnixRegistryApi struct UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22 : public RuntimeObject { public: public: }; // 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.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_0; // System.Int32 System.Version::_Minor int32_t ____Minor_1; // System.Int32 System.Version::_Build int32_t ____Build_2; // System.Int32 System.Version::_Revision int32_t ____Revision_3; public: inline static int32_t get_offset_of__Major_0() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Major_0)); } inline int32_t get__Major_0() const { return ____Major_0; } inline int32_t* get_address_of__Major_0() { return &____Major_0; } inline void set__Major_0(int32_t value) { ____Major_0 = value; } inline static int32_t get_offset_of__Minor_1() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Minor_1)); } inline int32_t get__Minor_1() const { return ____Minor_1; } inline int32_t* get_address_of__Minor_1() { return &____Minor_1; } inline void set__Minor_1(int32_t value) { ____Minor_1 = value; } inline static int32_t get_offset_of__Build_2() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Build_2)); } inline int32_t get__Build_2() const { return ____Build_2; } inline int32_t* get_address_of__Build_2() { return &____Build_2; } inline void set__Build_2(int32_t value) { ____Build_2 = value; } inline static int32_t get_offset_of__Revision_3() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Revision_3)); } inline int32_t get__Revision_3() const { return ____Revision_3; } inline int32_t* get_address_of__Revision_3() { return &____Revision_3; } inline void set__Revision_3(int32_t value) { ____Revision_3 = value; } }; struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_StaticFields { public: // System.Char[] System.Version::SeparatorsArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___SeparatorsArray_4; public: inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_StaticFields, ___SeparatorsArray_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; } inline void set_SeparatorsArray_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___SeparatorsArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SeparatorsArray_4), (void*)value); } }; // Microsoft.Win32.Win32RegistryApi struct Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B : public RuntimeObject { public: // System.Int32 Microsoft.Win32.Win32RegistryApi::NativeBytesPerCharacter int32_t ___NativeBytesPerCharacter_0; public: inline static int32_t get_offset_of_NativeBytesPerCharacter_0() { return static_cast(offsetof(Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B, ___NativeBytesPerCharacter_0)); } inline int32_t get_NativeBytesPerCharacter_0() const { return ___NativeBytesPerCharacter_0; } inline int32_t* get_address_of_NativeBytesPerCharacter_0() { return &___NativeBytesPerCharacter_0; } inline void set_NativeBytesPerCharacter_0(int32_t value) { ___NativeBytesPerCharacter_0 = value; } }; // System.Runtime.Remoting.RemotingServices/CACD struct CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB : public RuntimeObject { public: // System.Object System.Runtime.Remoting.RemotingServices/CACD::d RuntimeObject * ___d_0; // System.Object System.Runtime.Remoting.RemotingServices/CACD::c RuntimeObject * ___c_1; public: inline static int32_t get_offset_of_d_0() { return static_cast(offsetof(CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB, ___d_0)); } inline RuntimeObject * get_d_0() const { return ___d_0; } inline RuntimeObject ** get_address_of_d_0() { return &___d_0; } inline void set_d_0(RuntimeObject * value) { ___d_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_0), (void*)value); } inline static int32_t get_offset_of_c_1() { return static_cast(offsetof(CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB, ___c_1)); } inline RuntimeObject * get_c_1() const { return ___c_1; } inline RuntimeObject ** get_address_of_c_1() { return &___c_1; } inline void set_c_1(RuntimeObject * value) { ___c_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_1), (void*)value); } }; // System.Resources.ResourceFallbackManager/d__5 struct U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC : public RuntimeObject { public: // System.Int32 System.Resources.ResourceFallbackManager/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager/d__5::<>2__current CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___U3CU3E2__current_1; // System.Resources.ResourceFallbackManager System.Resources.ResourceFallbackManager/d__5::<>4__this ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * ___U3CU3E4__this_2; // System.Globalization.CultureInfo System.Resources.ResourceFallbackManager/d__5::5__1 CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___U3CcurrentCultureU3E5__1_3; // System.Boolean System.Resources.ResourceFallbackManager/d__5::5__2 bool ___U3CreachedNeutralResourcesCultureU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC, ___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_U3CU3E2__current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC, ___U3CU3E2__current_1)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC, ___U3CU3E4__this_2)); } inline ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CcurrentCultureU3E5__1_3() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC, ___U3CcurrentCultureU3E5__1_3)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_U3CcurrentCultureU3E5__1_3() const { return ___U3CcurrentCultureU3E5__1_3; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_U3CcurrentCultureU3E5__1_3() { return &___U3CcurrentCultureU3E5__1_3; } inline void set_U3CcurrentCultureU3E5__1_3(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___U3CcurrentCultureU3E5__1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcurrentCultureU3E5__1_3), (void*)value); } inline static int32_t get_offset_of_U3CreachedNeutralResourcesCultureU3E5__2_4() { return static_cast(offsetof(U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC, ___U3CreachedNeutralResourcesCultureU3E5__2_4)); } inline bool get_U3CreachedNeutralResourcesCultureU3E5__2_4() const { return ___U3CreachedNeutralResourcesCultureU3E5__2_4; } inline bool* get_address_of_U3CreachedNeutralResourcesCultureU3E5__2_4() { return &___U3CreachedNeutralResourcesCultureU3E5__2_4; } inline void set_U3CreachedNeutralResourcesCultureU3E5__2_4(bool value) { ___U3CreachedNeutralResourcesCultureU3E5__2_4 = value; } }; // System.Resources.ResourceManager/CultureNameResourceSetPair struct CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 : public RuntimeObject { public: // System.String System.Resources.ResourceManager/CultureNameResourceSetPair::lastCultureName String_t* ___lastCultureName_0; // System.Resources.ResourceSet System.Resources.ResourceManager/CultureNameResourceSetPair::lastResourceSet ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ___lastResourceSet_1; public: inline static int32_t get_offset_of_lastCultureName_0() { return static_cast(offsetof(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84, ___lastCultureName_0)); } inline String_t* get_lastCultureName_0() const { return ___lastCultureName_0; } inline String_t** get_address_of_lastCultureName_0() { return &___lastCultureName_0; } inline void set_lastCultureName_0(String_t* value) { ___lastCultureName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastCultureName_0), (void*)value); } inline static int32_t get_offset_of_lastResourceSet_1() { return static_cast(offsetof(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84, ___lastResourceSet_1)); } inline ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * get_lastResourceSet_1() const { return ___lastResourceSet_1; } inline ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** get_address_of_lastResourceSet_1() { return &___lastResourceSet_1; } inline void set_lastResourceSet_1(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * value) { ___lastResourceSet_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastResourceSet_1), (void*)value); } }; // System.Resources.ResourceManager/ResourceManagerMediator struct ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C : public RuntimeObject { public: // System.Resources.ResourceManager System.Resources.ResourceManager/ResourceManagerMediator::_rm ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * ____rm_0; public: inline static int32_t get_offset_of__rm_0() { return static_cast(offsetof(ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C, ____rm_0)); } inline ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * get__rm_0() const { return ____rm_0; } inline ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A ** get_address_of__rm_0() { return &____rm_0; } inline void set__rm_0(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * value) { ____rm_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rm_0), (void*)value); } }; // System.Resources.ResourceReader/ResourceEnumerator struct ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 : public RuntimeObject { public: // System.Resources.ResourceReader System.Resources.ResourceReader/ResourceEnumerator::_reader ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * ____reader_0; // System.Boolean System.Resources.ResourceReader/ResourceEnumerator::_currentIsValid bool ____currentIsValid_1; // System.Int32 System.Resources.ResourceReader/ResourceEnumerator::_currentName int32_t ____currentName_2; // System.Int32 System.Resources.ResourceReader/ResourceEnumerator::_dataPosition int32_t ____dataPosition_3; public: inline static int32_t get_offset_of__reader_0() { return static_cast(offsetof(ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1, ____reader_0)); } inline ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * get__reader_0() const { return ____reader_0; } inline ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 ** get_address_of__reader_0() { return &____reader_0; } inline void set__reader_0(ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * value) { ____reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____reader_0), (void*)value); } inline static int32_t get_offset_of__currentIsValid_1() { return static_cast(offsetof(ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1, ____currentIsValid_1)); } inline bool get__currentIsValid_1() const { return ____currentIsValid_1; } inline bool* get_address_of__currentIsValid_1() { return &____currentIsValid_1; } inline void set__currentIsValid_1(bool value) { ____currentIsValid_1 = value; } inline static int32_t get_offset_of__currentName_2() { return static_cast(offsetof(ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1, ____currentName_2)); } inline int32_t get__currentName_2() const { return ____currentName_2; } inline int32_t* get_address_of__currentName_2() { return &____currentName_2; } inline void set__currentName_2(int32_t value) { ____currentName_2 = value; } inline static int32_t get_offset_of__dataPosition_3() { return static_cast(offsetof(ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1, ____dataPosition_3)); } inline int32_t get__dataPosition_3() const { return ____dataPosition_3; } inline int32_t* get_address_of__dataPosition_3() { return &____dataPosition_3; } inline void set__dataPosition_3(int32_t value) { ____dataPosition_3 = 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.Runtime.Remoting.ActivatedClientTypeEntry struct ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 : public TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 { public: // System.String System.Runtime.Remoting.ActivatedClientTypeEntry::applicationUrl String_t* ___applicationUrl_2; // System.Type System.Runtime.Remoting.ActivatedClientTypeEntry::obj_type Type_t * ___obj_type_3; public: inline static int32_t get_offset_of_applicationUrl_2() { return static_cast(offsetof(ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3, ___applicationUrl_2)); } inline String_t* get_applicationUrl_2() const { return ___applicationUrl_2; } inline String_t** get_address_of_applicationUrl_2() { return &___applicationUrl_2; } inline void set_applicationUrl_2(String_t* value) { ___applicationUrl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___applicationUrl_2), (void*)value); } inline static int32_t get_offset_of_obj_type_3() { return static_cast(offsetof(ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3, ___obj_type_3)); } inline Type_t * get_obj_type_3() const { return ___obj_type_3; } inline Type_t ** get_address_of_obj_type_3() { return &___obj_type_3; } inline void set_obj_type_3(Type_t * value) { ___obj_type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_type_3), (void*)value); } }; // System.Runtime.Remoting.ActivatedServiceTypeEntry struct ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 : public TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 { public: // System.Type System.Runtime.Remoting.ActivatedServiceTypeEntry::obj_type Type_t * ___obj_type_2; public: inline static int32_t get_offset_of_obj_type_2() { return static_cast(offsetof(ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274, ___obj_type_2)); } inline Type_t * get_obj_type_2() const { return ___obj_type_2; } inline Type_t ** get_address_of_obj_type_2() { return &___obj_type_2; } inline void set_obj_type_2(Type_t * value) { ___obj_type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_type_2), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Runtime.Remoting.ClientIdentity struct ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E : public Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 { public: // System.WeakReference System.Runtime.Remoting.ClientIdentity::_proxyReference WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * ____proxyReference_7; public: inline static int32_t get_offset_of__proxyReference_7() { return static_cast(offsetof(ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E, ____proxyReference_7)); } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * get__proxyReference_7() const { return ____proxyReference_7; } inline WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 ** get_address_of__proxyReference_7() { return &____proxyReference_7; } inline void set__proxyReference_7(WeakReference_tB8558D16C98417FD98C920C42C0CC5C9FF825C76 * value) { ____proxyReference_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____proxyReference_7), (void*)value); } }; // System.Runtime.Remoting.Messaging.ConstructionCall struct ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C : public MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2 { public: // System.Runtime.Remoting.Activation.IActivator System.Runtime.Remoting.Messaging.ConstructionCall::_activator RuntimeObject* ____activator_11; // System.Object[] System.Runtime.Remoting.Messaging.ConstructionCall::_activationAttributes ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____activationAttributes_12; // System.Collections.IList System.Runtime.Remoting.Messaging.ConstructionCall::_contextProperties RuntimeObject* ____contextProperties_13; // System.Type System.Runtime.Remoting.Messaging.ConstructionCall::_activationType Type_t * ____activationType_14; // System.String System.Runtime.Remoting.Messaging.ConstructionCall::_activationTypeName String_t* ____activationTypeName_15; // System.Boolean System.Runtime.Remoting.Messaging.ConstructionCall::_isContextOk bool ____isContextOk_16; // System.Runtime.Remoting.Proxies.RemotingProxy System.Runtime.Remoting.Messaging.ConstructionCall::_sourceProxy RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * ____sourceProxy_17; public: inline static int32_t get_offset_of__activator_11() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____activator_11)); } inline RuntimeObject* get__activator_11() const { return ____activator_11; } inline RuntimeObject** get_address_of__activator_11() { return &____activator_11; } inline void set__activator_11(RuntimeObject* value) { ____activator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____activator_11), (void*)value); } inline static int32_t get_offset_of__activationAttributes_12() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____activationAttributes_12)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__activationAttributes_12() const { return ____activationAttributes_12; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__activationAttributes_12() { return &____activationAttributes_12; } inline void set__activationAttributes_12(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____activationAttributes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____activationAttributes_12), (void*)value); } inline static int32_t get_offset_of__contextProperties_13() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____contextProperties_13)); } inline RuntimeObject* get__contextProperties_13() const { return ____contextProperties_13; } inline RuntimeObject** get_address_of__contextProperties_13() { return &____contextProperties_13; } inline void set__contextProperties_13(RuntimeObject* value) { ____contextProperties_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____contextProperties_13), (void*)value); } inline static int32_t get_offset_of__activationType_14() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____activationType_14)); } inline Type_t * get__activationType_14() const { return ____activationType_14; } inline Type_t ** get_address_of__activationType_14() { return &____activationType_14; } inline void set__activationType_14(Type_t * value) { ____activationType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____activationType_14), (void*)value); } inline static int32_t get_offset_of__activationTypeName_15() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____activationTypeName_15)); } inline String_t* get__activationTypeName_15() const { return ____activationTypeName_15; } inline String_t** get_address_of__activationTypeName_15() { return &____activationTypeName_15; } inline void set__activationTypeName_15(String_t* value) { ____activationTypeName_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____activationTypeName_15), (void*)value); } inline static int32_t get_offset_of__isContextOk_16() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____isContextOk_16)); } inline bool get__isContextOk_16() const { return ____isContextOk_16; } inline bool* get_address_of__isContextOk_16() { return &____isContextOk_16; } inline void set__isContextOk_16(bool value) { ____isContextOk_16 = value; } inline static int32_t get_offset_of__sourceProxy_17() { return static_cast(offsetof(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C, ____sourceProxy_17)); } inline RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * get__sourceProxy_17() const { return ____sourceProxy_17; } inline RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 ** get_address_of__sourceProxy_17() { return &____sourceProxy_17; } inline void set__sourceProxy_17(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * value) { ____sourceProxy_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____sourceProxy_17), (void*)value); } }; // System.Runtime.Remoting.Messaging.ConstructionResponse struct ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE : public MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 { public: public: }; // System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 { public: // System.Type System.Reflection.CustomAttributeTypedArgument::argumentType Type_t * ___argumentType_0; // System.Object System.Reflection.CustomAttributeTypedArgument::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_argumentType_0() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___argumentType_0)); } inline Type_t * get_argumentType_0() const { return ___argumentType_0; } inline Type_t ** get_address_of_argumentType_0() { return &___argumentType_0; } inline void set_argumentType_0(Type_t * value) { ___argumentType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentType_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_pinvoke { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // Native definition for COM marshalling of System.Reflection.CustomAttributeTypedArgument struct CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910_marshaled_com { Type_t * ___argumentType_0; Il2CppIUnknown* ___value_1; }; // 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.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Security.Cryptography.HashAlgorithmName struct HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 { public: // System.String System.Security.Cryptography.HashAlgorithmName::_name String_t* ____name_0; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Security.Cryptography.HashAlgorithmName struct HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90_marshaled_pinvoke { char* ____name_0; }; // Native definition for COM marshalling of System.Security.Cryptography.HashAlgorithmName struct HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90_marshaled_com { Il2CppChar* ____name_0; }; // System.Threading.Tasks.IndexRange struct IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 { public: // System.Int64 System.Threading.Tasks.IndexRange::m_nFromInclusive int64_t ___m_nFromInclusive_0; // System.Int64 System.Threading.Tasks.IndexRange::m_nToExclusive int64_t ___m_nToExclusive_1; // System.Threading.Tasks.Shared`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.IndexRange::m_nSharedCurrentIndexOffset Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * ___m_nSharedCurrentIndexOffset_2; // System.Int32 System.Threading.Tasks.IndexRange::m_bRangeFinished int32_t ___m_bRangeFinished_3; public: inline static int32_t get_offset_of_m_nFromInclusive_0() { return static_cast(offsetof(IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3, ___m_nFromInclusive_0)); } inline int64_t get_m_nFromInclusive_0() const { return ___m_nFromInclusive_0; } inline int64_t* get_address_of_m_nFromInclusive_0() { return &___m_nFromInclusive_0; } inline void set_m_nFromInclusive_0(int64_t value) { ___m_nFromInclusive_0 = value; } inline static int32_t get_offset_of_m_nToExclusive_1() { return static_cast(offsetof(IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3, ___m_nToExclusive_1)); } inline int64_t get_m_nToExclusive_1() const { return ___m_nToExclusive_1; } inline int64_t* get_address_of_m_nToExclusive_1() { return &___m_nToExclusive_1; } inline void set_m_nToExclusive_1(int64_t value) { ___m_nToExclusive_1 = value; } inline static int32_t get_offset_of_m_nSharedCurrentIndexOffset_2() { return static_cast(offsetof(IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3, ___m_nSharedCurrentIndexOffset_2)); } inline Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * get_m_nSharedCurrentIndexOffset_2() const { return ___m_nSharedCurrentIndexOffset_2; } inline Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 ** get_address_of_m_nSharedCurrentIndexOffset_2() { return &___m_nSharedCurrentIndexOffset_2; } inline void set_m_nSharedCurrentIndexOffset_2(Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * value) { ___m_nSharedCurrentIndexOffset_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nSharedCurrentIndexOffset_2), (void*)value); } inline static int32_t get_offset_of_m_bRangeFinished_3() { return static_cast(offsetof(IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3, ___m_bRangeFinished_3)); } inline int32_t get_m_bRangeFinished_3() const { return ___m_bRangeFinished_3; } inline int32_t* get_address_of_m_bRangeFinished_3() { return &___m_bRangeFinished_3; } inline void set_m_bRangeFinished_3(int32_t value) { ___m_bRangeFinished_3 = value; } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.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.PKCS1MaskGenerationMethod struct PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 : public MaskGenerationMethod_t60144916594E810B8D6D1091ACE519A4F4E20A2E { public: // System.String System.Security.Cryptography.PKCS1MaskGenerationMethod::HashNameValue String_t* ___HashNameValue_0; public: inline static int32_t get_offset_of_HashNameValue_0() { return static_cast(offsetof(PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441, ___HashNameValue_0)); } inline String_t* get_HashNameValue_0() const { return ___HashNameValue_0; } inline String_t** get_address_of_HashNameValue_0() { return &___HashNameValue_0; } inline void set_HashNameValue_0(String_t* value) { ___HashNameValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___HashNameValue_0), (void*)value); } }; // System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA, ____byRef_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA_marshaled_com { int32_t* ____byRef_0; }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.Remoting.Proxies.ProxyAttribute struct ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { 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.Threading.Tasks.RangeWorker struct RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 { public: // System.Threading.Tasks.IndexRange[] System.Threading.Tasks.RangeWorker::m_indexRanges IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* ___m_indexRanges_0; // System.Int32 System.Threading.Tasks.RangeWorker::m_nCurrentIndexRange int32_t ___m_nCurrentIndexRange_1; // System.Int64 System.Threading.Tasks.RangeWorker::m_nStep int64_t ___m_nStep_2; // System.Int64 System.Threading.Tasks.RangeWorker::m_nIncrementValue int64_t ___m_nIncrementValue_3; // System.Int64 System.Threading.Tasks.RangeWorker::m_nMaxIncrementValue int64_t ___m_nMaxIncrementValue_4; // System.Boolean System.Threading.Tasks.RangeWorker::_use32BitCurrentIndex bool ____use32BitCurrentIndex_5; public: inline static int32_t get_offset_of_m_indexRanges_0() { return static_cast(offsetof(RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3, ___m_indexRanges_0)); } inline IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* get_m_indexRanges_0() const { return ___m_indexRanges_0; } inline IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14** get_address_of_m_indexRanges_0() { return &___m_indexRanges_0; } inline void set_m_indexRanges_0(IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* value) { ___m_indexRanges_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_indexRanges_0), (void*)value); } inline static int32_t get_offset_of_m_nCurrentIndexRange_1() { return static_cast(offsetof(RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3, ___m_nCurrentIndexRange_1)); } inline int32_t get_m_nCurrentIndexRange_1() const { return ___m_nCurrentIndexRange_1; } inline int32_t* get_address_of_m_nCurrentIndexRange_1() { return &___m_nCurrentIndexRange_1; } inline void set_m_nCurrentIndexRange_1(int32_t value) { ___m_nCurrentIndexRange_1 = value; } inline static int32_t get_offset_of_m_nStep_2() { return static_cast(offsetof(RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3, ___m_nStep_2)); } inline int64_t get_m_nStep_2() const { return ___m_nStep_2; } inline int64_t* get_address_of_m_nStep_2() { return &___m_nStep_2; } inline void set_m_nStep_2(int64_t value) { ___m_nStep_2 = value; } inline static int32_t get_offset_of_m_nIncrementValue_3() { return static_cast(offsetof(RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3, ___m_nIncrementValue_3)); } inline int64_t get_m_nIncrementValue_3() const { return ___m_nIncrementValue_3; } inline int64_t* get_address_of_m_nIncrementValue_3() { return &___m_nIncrementValue_3; } inline void set_m_nIncrementValue_3(int64_t value) { ___m_nIncrementValue_3 = value; } inline static int32_t get_offset_of_m_nMaxIncrementValue_4() { return static_cast(offsetof(RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3, ___m_nMaxIncrementValue_4)); } inline int64_t get_m_nMaxIncrementValue_4() const { return ___m_nMaxIncrementValue_4; } inline int64_t* get_address_of_m_nMaxIncrementValue_4() { return &___m_nMaxIncrementValue_4; } inline void set_m_nMaxIncrementValue_4(int64_t value) { ___m_nMaxIncrementValue_4 = value; } inline static int32_t get_offset_of__use32BitCurrentIndex_5() { return static_cast(offsetof(RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3, ____use32BitCurrentIndex_5)); } inline bool get__use32BitCurrentIndex_5() const { return ____use32BitCurrentIndex_5; } inline bool* get_address_of__use32BitCurrentIndex_5() { return &____use32BitCurrentIndex_5; } inline void set__use32BitCurrentIndex_5(bool value) { ____use32BitCurrentIndex_5 = value; } }; // System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 : public RuntimeObject { public: // System.Type System.Runtime.Remoting.Proxies.RealProxy::class_to_proxy Type_t * ___class_to_proxy_0; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Proxies.RealProxy::_targetContext Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ____targetContext_1; // System.MarshalByRefObject System.Runtime.Remoting.Proxies.RealProxy::_server MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____server_2; // System.Int32 System.Runtime.Remoting.Proxies.RealProxy::_targetDomainId int32_t ____targetDomainId_3; // System.String System.Runtime.Remoting.Proxies.RealProxy::_targetUri String_t* ____targetUri_4; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::_objectIdentity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; // System.Object System.Runtime.Remoting.Proxies.RealProxy::_objTP RuntimeObject * ____objTP_6; // System.Object System.Runtime.Remoting.Proxies.RealProxy::_stubData RuntimeObject * ____stubData_7; public: inline static int32_t get_offset_of_class_to_proxy_0() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ___class_to_proxy_0)); } inline Type_t * get_class_to_proxy_0() const { return ___class_to_proxy_0; } inline Type_t ** get_address_of_class_to_proxy_0() { return &___class_to_proxy_0; } inline void set_class_to_proxy_0(Type_t * value) { ___class_to_proxy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___class_to_proxy_0), (void*)value); } inline static int32_t get_offset_of__targetContext_1() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetContext_1)); } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * get__targetContext_1() const { return ____targetContext_1; } inline Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 ** get_address_of__targetContext_1() { return &____targetContext_1; } inline void set__targetContext_1(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * value) { ____targetContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetContext_1), (void*)value); } inline static int32_t get_offset_of__server_2() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____server_2)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__server_2() const { return ____server_2; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__server_2() { return &____server_2; } inline void set__server_2(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____server_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____server_2), (void*)value); } inline static int32_t get_offset_of__targetDomainId_3() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetDomainId_3)); } inline int32_t get__targetDomainId_3() const { return ____targetDomainId_3; } inline int32_t* get_address_of__targetDomainId_3() { return &____targetDomainId_3; } inline void set__targetDomainId_3(int32_t value) { ____targetDomainId_3 = value; } inline static int32_t get_offset_of__targetUri_4() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____targetUri_4)); } inline String_t* get__targetUri_4() const { return ____targetUri_4; } inline String_t** get_address_of__targetUri_4() { return &____targetUri_4; } inline void set__targetUri_4(String_t* value) { ____targetUri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetUri_4), (void*)value); } inline static int32_t get_offset_of__objectIdentity_5() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____objectIdentity_5)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get__objectIdentity_5() const { return ____objectIdentity_5; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of__objectIdentity_5() { return &____objectIdentity_5; } inline void set__objectIdentity_5(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ____objectIdentity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____objectIdentity_5), (void*)value); } inline static int32_t get_offset_of__objTP_6() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____objTP_6)); } inline RuntimeObject * get__objTP_6() const { return ____objTP_6; } inline RuntimeObject ** get_address_of__objTP_6() { return &____objTP_6; } inline void set__objTP_6(RuntimeObject * value) { ____objTP_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____objTP_6), (void*)value); } inline static int32_t get_offset_of__stubData_7() { return static_cast(offsetof(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744, ____stubData_7)); } inline RuntimeObject * get__stubData_7() const { return ____stubData_7; } inline RuntimeObject ** get_address_of__stubData_7() { return &____stubData_7; } inline void set__stubData_7(RuntimeObject * value) { ____stubData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stubData_7), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke { Type_t * ___class_to_proxy_0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke* ____targetContext_1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke ____server_2; int32_t ____targetDomainId_3; char* ____targetUri_4; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; Il2CppIUnknown* ____objTP_6; Il2CppIUnknown* ____stubData_7; }; // Native definition for COM marshalling of System.Runtime.Remoting.Proxies.RealProxy struct RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com { Type_t * ___class_to_proxy_0; Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com* ____targetContext_1; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com* ____server_2; int32_t ____targetDomainId_3; Il2CppChar* ____targetUri_4; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ____objectIdentity_5; Il2CppIUnknown* ____objTP_6; Il2CppIUnknown* ____stubData_7; }; // Microsoft.Win32.RegistryKey struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Object Microsoft.Win32.RegistryKey::handle RuntimeObject * ___handle_1; // Microsoft.Win32.SafeHandles.SafeRegistryHandle Microsoft.Win32.RegistryKey::safe_handle SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * ___safe_handle_2; // System.Object Microsoft.Win32.RegistryKey::hive RuntimeObject * ___hive_3; // System.String Microsoft.Win32.RegistryKey::qname String_t* ___qname_4; // System.Boolean Microsoft.Win32.RegistryKey::isRemoteRoot bool ___isRemoteRoot_5; // System.Boolean Microsoft.Win32.RegistryKey::isWritable bool ___isWritable_6; public: inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___handle_1)); } inline RuntimeObject * get_handle_1() const { return ___handle_1; } inline RuntimeObject ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(RuntimeObject * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value); } inline static int32_t get_offset_of_safe_handle_2() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___safe_handle_2)); } inline SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * get_safe_handle_2() const { return ___safe_handle_2; } inline SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 ** get_address_of_safe_handle_2() { return &___safe_handle_2; } inline void set_safe_handle_2(SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * value) { ___safe_handle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___safe_handle_2), (void*)value); } inline static int32_t get_offset_of_hive_3() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___hive_3)); } inline RuntimeObject * get_hive_3() const { return ___hive_3; } inline RuntimeObject ** get_address_of_hive_3() { return &___hive_3; } inline void set_hive_3(RuntimeObject * value) { ___hive_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hive_3), (void*)value); } inline static int32_t get_offset_of_qname_4() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___qname_4)); } inline String_t* get_qname_4() const { return ___qname_4; } inline String_t** get_address_of_qname_4() { return &___qname_4; } inline void set_qname_4(String_t* value) { ___qname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_4), (void*)value); } inline static int32_t get_offset_of_isRemoteRoot_5() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___isRemoteRoot_5)); } inline bool get_isRemoteRoot_5() const { return ___isRemoteRoot_5; } inline bool* get_address_of_isRemoteRoot_5() { return &___isRemoteRoot_5; } inline void set_isRemoteRoot_5(bool value) { ___isRemoteRoot_5 = value; } inline static int32_t get_offset_of_isWritable_6() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268, ___isWritable_6)); } inline bool get_isWritable_6() const { return ___isWritable_6; } inline bool* get_address_of_isWritable_6() { return &___isWritable_6; } inline void set_isWritable_6(bool value) { ___isWritable_6 = value; } }; struct RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields { public: // Microsoft.Win32.IRegistryApi Microsoft.Win32.RegistryKey::RegistryApi RuntimeObject* ___RegistryApi_7; public: inline static int32_t get_offset_of_RegistryApi_7() { return static_cast(offsetof(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields, ___RegistryApi_7)); } inline RuntimeObject* get_RegistryApi_7() const { return ___RegistryApi_7; } inline RuntimeObject** get_address_of_RegistryApi_7() { return &___RegistryApi_7; } inline void set_RegistryApi_7(RuntimeObject* value) { ___RegistryApi_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___RegistryApi_7), (void*)value); } }; // System.Runtime.Remoting.Activation.RemoteActivationAttribute struct RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Collections.IList System.Runtime.Remoting.Activation.RemoteActivationAttribute::_contextProperties RuntimeObject* ____contextProperties_0; public: inline static int32_t get_offset_of__contextProperties_0() { return static_cast(offsetof(RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82, ____contextProperties_0)); } inline RuntimeObject* get__contextProperties_0() const { return ____contextProperties_0; } inline RuntimeObject** get_address_of__contextProperties_0() { return &____contextProperties_0; } inline void set__contextProperties_0(RuntimeObject* value) { ____contextProperties_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____contextProperties_0), (void*)value); } }; // System.Runtime.Remoting.Activation.RemoteActivator struct RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // System.ResolveEventArgs struct ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.String System.ResolveEventArgs::m_Name String_t* ___m_Name_1; // System.Reflection.Assembly System.ResolveEventArgs::m_Requesting Assembly_t * ___m_Requesting_2; public: inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D, ___m_Name_1)); } inline String_t* get_m_Name_1() const { return ___m_Name_1; } inline String_t** get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(String_t* value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_1), (void*)value); } inline static int32_t get_offset_of_m_Requesting_2() { return static_cast(offsetof(ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D, ___m_Requesting_2)); } inline Assembly_t * get_m_Requesting_2() const { return ___m_Requesting_2; } inline Assembly_t ** get_address_of_m_Requesting_2() { return &___m_Requesting_2; } inline void set_m_Requesting_2(Assembly_t * value) { ___m_Requesting_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Requesting_2), (void*)value); } }; // System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 { public: // System.Object System.Resources.ResourceLocator::_value RuntimeObject * ____value_0; // System.Int32 System.Resources.ResourceLocator::_dataPos int32_t ____dataPos_1; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11, ____value_0)); } inline RuntimeObject * get__value_0() const { return ____value_0; } inline RuntimeObject ** get_address_of__value_0() { return &____value_0; } inline void set__value_0(RuntimeObject * value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_0), (void*)value); } inline static int32_t get_offset_of__dataPos_1() { return static_cast(offsetof(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11, ____dataPos_1)); } inline int32_t get__dataPos_1() const { return ____dataPos_1; } inline int32_t* get_address_of__dataPos_1() { return &____dataPos_1; } inline void set__dataPos_1(int32_t value) { ____dataPos_1 = value; } }; // Native definition for P/Invoke marshalling of System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_pinvoke { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Native definition for COM marshalling of System.Resources.ResourceLocator struct ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_com { Il2CppIUnknown* ____value_0; int32_t ____dataPos_1; }; // Mono.RuntimeRemoteClassHandle struct RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD { public: // Mono.RuntimeStructs/RemoteClass* Mono.RuntimeRemoteClassHandle::value RemoteClass_t2AA6BAAC498863265F1C9186436C782645A4A902 * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD, ___value_0)); } inline RemoteClass_t2AA6BAAC498863265F1C9186436C782645A4A902 * get_value_0() const { return ___value_0; } inline RemoteClass_t2AA6BAAC498863265F1C9186436C782645A4A902 ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(RemoteClass_t2AA6BAAC498863265F1C9186436C782645A4A902 * value) { ___value_0 = value; } }; // 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.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Resources.SatelliteContractVersionAttribute::_version String_t* ____version_0; public: inline static int32_t get_offset_of__version_0() { return static_cast(offsetof(SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2, ____version_0)); } inline String_t* get__version_0() const { return ____version_0; } inline String_t** get_address_of__version_0() { return &____version_0; } inline void set__version_0(String_t* value) { ____version_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____version_0), (void*)value); } }; // 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.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (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.Remoting.WellKnownClientTypeEntry struct WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD : public TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 { public: // System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::obj_type Type_t * ___obj_type_2; // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::obj_url String_t* ___obj_url_3; // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::app_url String_t* ___app_url_4; public: inline static int32_t get_offset_of_obj_type_2() { return static_cast(offsetof(WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD, ___obj_type_2)); } inline Type_t * get_obj_type_2() const { return ___obj_type_2; } inline Type_t ** get_address_of_obj_type_2() { return &___obj_type_2; } inline void set_obj_type_2(Type_t * value) { ___obj_type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_type_2), (void*)value); } inline static int32_t get_offset_of_obj_url_3() { return static_cast(offsetof(WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD, ___obj_url_3)); } inline String_t* get_obj_url_3() const { return ___obj_url_3; } inline String_t** get_address_of_obj_url_3() { return &___obj_url_3; } inline void set_obj_url_3(String_t* value) { ___obj_url_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_url_3), (void*)value); } inline static int32_t get_offset_of_app_url_4() { return static_cast(offsetof(WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD, ___app_url_4)); } inline String_t* get_app_url_4() const { return ___app_url_4; } inline String_t** get_address_of_app_url_4() { return &___app_url_4; } inline void set_app_url_4(String_t* value) { ___app_url_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___app_url_4), (void*)value); } }; // System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext/Reader::m_ec ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; public: inline static int32_t get_offset_of_m_ec_0() { return static_cast(offsetof(Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C, ___m_ec_0)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_m_ec_0() const { return ___m_ec_0; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_m_ec_0() { return &___m_ec_0; } inline void set_m_ec_0(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___m_ec_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ec_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_pinvoke { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; }; // Native definition for COM marshalling of System.Threading.ExecutionContext/Reader struct Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C_marshaled_com { ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___m_ec_0; }; // System.Runtime.Remoting.Messaging.LogicalCallContext/Reader struct Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 { public: // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.LogicalCallContext/Reader::m_ctx LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___m_ctx_0; public: inline static int32_t get_offset_of_m_ctx_0() { return static_cast(offsetof(Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13, ___m_ctx_0)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get_m_ctx_0() const { return ___m_ctx_0; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of_m_ctx_0() { return &___m_ctx_0; } inline void set_m_ctx_0(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ___m_ctx_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ctx_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.LogicalCallContext/Reader struct Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13_marshaled_pinvoke { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___m_ctx_0; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.LogicalCallContext/Reader struct Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13_marshaled_com { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___m_ctx_0; }; // 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.AssemblyContentType struct AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE { public: // System.Int32 System.Reflection.AssemblyContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyContentType_t3D610214A4025EDAEA27C569340C2AC5B0B828AE, ___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.Configuration.Assemblies.AssemblyHashAlgorithm struct AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66 { public: // System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyHashAlgorithm_tAC2C042FAE3F5BCF6BEFA05671C2BE09A85D6E66, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.AssemblyNameFlags struct AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622 { public: // System.Int32 System.Reflection.AssemblyNameFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyNameFlags_t18020151897CB7FD3FA390EE3999ECCA3FEA7622, ___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.Configuration.Assemblies.AssemblyVersionCompatibility struct AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD { public: // System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AssemblyVersionCompatibility_t686857D4C42019A45D4309AB80A2517E3D34BEDD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.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.Runtime.Remoting.Messaging.CallType struct CallType_t15DF7BAFAD151752A76BBDA8F4D95AF3B4CA5444 { public: // System.Int32 System.Runtime.Remoting.Messaging.CallType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CallType_t15DF7BAFAD151752A76BBDA8F4D95AF3B4CA5444, ___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.ConstrainedExecution.Cer struct Cer_t64C71B0BD34D91BE01771856B7D1444ACFB7C517 { public: // System.Int32 System.Runtime.ConstrainedExecution.Cer::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Cer_t64C71B0BD34D91BE01771856B7D1444ACFB7C517, ___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.ClientActivatedIdentity struct ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 : public ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 { public: // System.MarshalByRefObject System.Runtime.Remoting.ClientActivatedIdentity::_targetThis MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ____targetThis_12; public: inline static int32_t get_offset_of__targetThis_12() { return static_cast(offsetof(ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6, ____targetThis_12)); } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * get__targetThis_12() const { return ____targetThis_12; } inline MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 ** get_address_of__targetThis_12() { return &____targetThis_12; } inline void set__targetThis_12(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * value) { ____targetThis_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____targetThis_12), (void*)value); } }; // System.Runtime.ConstrainedExecution.Consistency struct Consistency_tEE5485CF2F355DF32301D369AC52D1180D5331B3 { public: // System.Int32 System.Runtime.ConstrainedExecution.Consistency::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Consistency_tEE5485CF2F355DF32301D369AC52D1180D5331B3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)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.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.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.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___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.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2, ___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.Formatters.FormatterTypeStyle struct FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterTypeStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterTypeStyle_tE84DD5CF7A3D4E07A4881B66CE1AE112677A4E6A, ___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.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.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.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ProcessorArchitecture struct ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB { public: // System.Int32 System.Reflection.ProcessorArchitecture::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProcessorArchitecture_t80DDC787E34DBB9769E1CA90689FDB0131D60AAB, ___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.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.RSAEncryptionPaddingMode struct RSAEncryptionPaddingMode_t3C0AC09AB2172E846C59FBDA45701DCC1CDED8A9 { public: // System.Int32 System.Security.Cryptography.RSAEncryptionPaddingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RSAEncryptionPaddingMode_t3C0AC09AB2172E846C59FBDA45701DCC1CDED8A9, ___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; } }; // Mono.Security.Cryptography.RSAManaged struct RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 : public RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B { public: // System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible bool ___isCRTpossible_2; // System.Boolean Mono.Security.Cryptography.RSAManaged::keyBlinding bool ___keyBlinding_3; // System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated bool ___keypairGenerated_4; // System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed bool ___m_disposed_5; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___d_6; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___p_7; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___q_8; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___dp_9; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___dq_10; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___qInv_11; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___n_12; // Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___e_13; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * ___KeyGenerated_14; public: inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___isCRTpossible_2)); } inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; } inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; } inline void set_isCRTpossible_2(bool value) { ___isCRTpossible_2 = value; } inline static int32_t get_offset_of_keyBlinding_3() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___keyBlinding_3)); } inline bool get_keyBlinding_3() const { return ___keyBlinding_3; } inline bool* get_address_of_keyBlinding_3() { return &___keyBlinding_3; } inline void set_keyBlinding_3(bool value) { ___keyBlinding_3 = value; } inline static int32_t get_offset_of_keypairGenerated_4() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___keypairGenerated_4)); } inline bool get_keypairGenerated_4() const { return ___keypairGenerated_4; } inline bool* get_address_of_keypairGenerated_4() { return &___keypairGenerated_4; } inline void set_keypairGenerated_4(bool value) { ___keypairGenerated_4 = value; } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___m_disposed_5)); } inline bool get_m_disposed_5() const { return ___m_disposed_5; } inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; } inline void set_m_disposed_5(bool value) { ___m_disposed_5 = value; } inline static int32_t get_offset_of_d_6() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___d_6)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_d_6() const { return ___d_6; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_d_6() { return &___d_6; } inline void set_d_6(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___d_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___d_6), (void*)value); } inline static int32_t get_offset_of_p_7() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___p_7)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_p_7() const { return ___p_7; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_p_7() { return &___p_7; } inline void set_p_7(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___p_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___p_7), (void*)value); } inline static int32_t get_offset_of_q_8() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___q_8)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_q_8() const { return ___q_8; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_q_8() { return &___q_8; } inline void set_q_8(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___q_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_8), (void*)value); } inline static int32_t get_offset_of_dp_9() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___dp_9)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_dp_9() const { return ___dp_9; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_dp_9() { return &___dp_9; } inline void set_dp_9(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___dp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___dp_9), (void*)value); } inline static int32_t get_offset_of_dq_10() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___dq_10)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_dq_10() const { return ___dq_10; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_dq_10() { return &___dq_10; } inline void set_dq_10(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___dq_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dq_10), (void*)value); } inline static int32_t get_offset_of_qInv_11() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___qInv_11)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_qInv_11() const { return ___qInv_11; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_qInv_11() { return &___qInv_11; } inline void set_qInv_11(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___qInv_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___qInv_11), (void*)value); } inline static int32_t get_offset_of_n_12() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___n_12)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_n_12() const { return ___n_12; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_n_12() { return &___n_12; } inline void set_n_12(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___n_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___n_12), (void*)value); } inline static int32_t get_offset_of_e_13() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___e_13)); } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * get_e_13() const { return ___e_13; } inline BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 ** get_address_of_e_13() { return &___e_13; } inline void set_e_13(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * value) { ___e_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___e_13), (void*)value); } inline static int32_t get_offset_of_KeyGenerated_14() { return static_cast(offsetof(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65, ___KeyGenerated_14)); } inline KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * get_KeyGenerated_14() const { return ___KeyGenerated_14; } inline KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 ** get_address_of_KeyGenerated_14() { return &___KeyGenerated_14; } inline void set_KeyGenerated_14(KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * value) { ___KeyGenerated_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyGenerated_14), (void*)value); } }; // System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter struct RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 : public AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::_rsaKey RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsaKey_0; // System.Nullable`1 System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::_rsaOverridesDecrypt Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____rsaOverridesDecrypt_1; public: inline static int32_t get_offset_of__rsaKey_0() { return static_cast(offsetof(RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113, ____rsaKey_0)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsaKey_0() const { return ____rsaKey_0; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsaKey_0() { return &____rsaKey_0; } inline void set__rsaKey_0(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsaKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsaKey_0), (void*)value); } inline static int32_t get_offset_of__rsaOverridesDecrypt_1() { return static_cast(offsetof(RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113, ____rsaOverridesDecrypt_1)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__rsaOverridesDecrypt_1() const { return ____rsaOverridesDecrypt_1; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__rsaOverridesDecrypt_1() { return &____rsaOverridesDecrypt_1; } inline void set__rsaOverridesDecrypt_1(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____rsaOverridesDecrypt_1 = value; } }; // System.Security.Cryptography.RSAOAEPKeyExchangeFormatter struct RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D : public AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 { public: // System.Byte[] System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::ParameterValue ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___ParameterValue_0; // System.Security.Cryptography.RSA System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::_rsaKey RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsaKey_1; // System.Nullable`1 System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::_rsaOverridesEncrypt Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____rsaOverridesEncrypt_2; // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::RngValue RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___RngValue_3; public: inline static int32_t get_offset_of_ParameterValue_0() { return static_cast(offsetof(RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D, ___ParameterValue_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_ParameterValue_0() const { return ___ParameterValue_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_ParameterValue_0() { return &___ParameterValue_0; } inline void set_ParameterValue_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___ParameterValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ParameterValue_0), (void*)value); } inline static int32_t get_offset_of__rsaKey_1() { return static_cast(offsetof(RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D, ____rsaKey_1)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsaKey_1() const { return ____rsaKey_1; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsaKey_1() { return &____rsaKey_1; } inline void set__rsaKey_1(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsaKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsaKey_1), (void*)value); } inline static int32_t get_offset_of__rsaOverridesEncrypt_2() { return static_cast(offsetof(RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D, ____rsaOverridesEncrypt_2)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__rsaOverridesEncrypt_2() const { return ____rsaOverridesEncrypt_2; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__rsaOverridesEncrypt_2() { return &____rsaOverridesEncrypt_2; } inline void set__rsaOverridesEncrypt_2(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____rsaOverridesEncrypt_2 = value; } inline static int32_t get_offset_of_RngValue_3() { return static_cast(offsetof(RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D, ___RngValue_3)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_RngValue_3() const { return ___RngValue_3; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_RngValue_3() { return &___RngValue_3; } inline void set_RngValue_3(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___RngValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___RngValue_3), (void*)value); } }; // System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter struct RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A : public AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 { public: // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::_rsaKey RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsaKey_0; // System.Nullable`1 System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::_rsaOverridesDecrypt Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____rsaOverridesDecrypt_1; // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::RngValue RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___RngValue_2; public: inline static int32_t get_offset_of__rsaKey_0() { return static_cast(offsetof(RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A, ____rsaKey_0)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsaKey_0() const { return ____rsaKey_0; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsaKey_0() { return &____rsaKey_0; } inline void set__rsaKey_0(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsaKey_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsaKey_0), (void*)value); } inline static int32_t get_offset_of__rsaOverridesDecrypt_1() { return static_cast(offsetof(RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A, ____rsaOverridesDecrypt_1)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__rsaOverridesDecrypt_1() const { return ____rsaOverridesDecrypt_1; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__rsaOverridesDecrypt_1() { return &____rsaOverridesDecrypt_1; } inline void set__rsaOverridesDecrypt_1(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____rsaOverridesDecrypt_1 = value; } inline static int32_t get_offset_of_RngValue_2() { return static_cast(offsetof(RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A, ___RngValue_2)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_RngValue_2() const { return ___RngValue_2; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_RngValue_2() { return &___RngValue_2; } inline void set_RngValue_2(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___RngValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___RngValue_2), (void*)value); } }; // System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter struct RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD : public AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 { public: // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::RngValue RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___RngValue_0; // System.Security.Cryptography.RSA System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::_rsaKey RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ____rsaKey_1; // System.Nullable`1 System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::_rsaOverridesEncrypt Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____rsaOverridesEncrypt_2; public: inline static int32_t get_offset_of_RngValue_0() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD, ___RngValue_0)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get_RngValue_0() const { return ___RngValue_0; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of_RngValue_0() { return &___RngValue_0; } inline void set_RngValue_0(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ___RngValue_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___RngValue_0), (void*)value); } inline static int32_t get_offset_of__rsaKey_1() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD, ____rsaKey_1)); } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * get__rsaKey_1() const { return ____rsaKey_1; } inline RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B ** get_address_of__rsaKey_1() { return &____rsaKey_1; } inline void set__rsaKey_1(RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * value) { ____rsaKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____rsaKey_1), (void*)value); } inline static int32_t get_offset_of__rsaOverridesEncrypt_2() { return static_cast(offsetof(RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD, ____rsaOverridesEncrypt_2)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__rsaOverridesEncrypt_2() const { return ____rsaOverridesEncrypt_2; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__rsaOverridesEncrypt_2() { return &____rsaOverridesEncrypt_2; } inline void set__rsaOverridesEncrypt_2(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____rsaOverridesEncrypt_2 = 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.Security.Cryptography.RSASignaturePaddingMode struct RSASignaturePaddingMode_t422EFAEA6CBACFAD72B2EBEE38B50E2FEB1423E7 { public: // System.Int32 System.Security.Cryptography.RSASignaturePaddingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RSASignaturePaddingMode_t422EFAEA6CBACFAD72B2EBEE38B50E2FEB1423E7, ___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; } }; // Microsoft.Win32.RegistryHive struct RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709 { public: // System.Int32 Microsoft.Win32.RegistryHive::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709, ___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; } }; // Microsoft.Win32.RegistryValueKind struct RegistryValueKind_t94542CBA8F614FB3998DA5975ACBA30B36FA1FF9 { public: // System.Int32 Microsoft.Win32.RegistryValueKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegistryValueKind_t94542CBA8F614FB3998DA5975ACBA30B36FA1FF9, ___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; } }; // Microsoft.Win32.RegistryValueOptions struct RegistryValueOptions_t0A732A887823EDB29FA7A9D644C00B483210C4EA { public: // System.Int32 Microsoft.Win32.RegistryValueOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegistryValueOptions_t0A732A887823EDB29FA7A9D644C00B483210C4EA, ___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.Proxies.RemotingProxy struct RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 : public RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 { public: // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Proxies.RemotingProxy::_sink RuntimeObject* ____sink_10; // System.Boolean System.Runtime.Remoting.Proxies.RemotingProxy::_hasEnvoySink bool ____hasEnvoySink_11; // System.Runtime.Remoting.Messaging.ConstructionCall System.Runtime.Remoting.Proxies.RemotingProxy::_ctorCall ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * ____ctorCall_12; public: inline static int32_t get_offset_of__sink_10() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63, ____sink_10)); } inline RuntimeObject* get__sink_10() const { return ____sink_10; } inline RuntimeObject** get_address_of__sink_10() { return &____sink_10; } inline void set__sink_10(RuntimeObject* value) { ____sink_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____sink_10), (void*)value); } inline static int32_t get_offset_of__hasEnvoySink_11() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63, ____hasEnvoySink_11)); } inline bool get__hasEnvoySink_11() const { return ____hasEnvoySink_11; } inline bool* get_address_of__hasEnvoySink_11() { return &____hasEnvoySink_11; } inline void set__hasEnvoySink_11(bool value) { ____hasEnvoySink_11 = value; } inline static int32_t get_offset_of__ctorCall_12() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63, ____ctorCall_12)); } inline ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * get__ctorCall_12() const { return ____ctorCall_12; } inline ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C ** get_address_of__ctorCall_12() { return &____ctorCall_12; } inline void set__ctorCall_12(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * value) { ____ctorCall_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____ctorCall_12), (void*)value); } }; struct RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields { public: // System.Reflection.MethodInfo System.Runtime.Remoting.Proxies.RemotingProxy::_cache_GetTypeMethod MethodInfo_t * ____cache_GetTypeMethod_8; // System.Reflection.MethodInfo System.Runtime.Remoting.Proxies.RemotingProxy::_cache_GetHashCodeMethod MethodInfo_t * ____cache_GetHashCodeMethod_9; public: inline static int32_t get_offset_of__cache_GetTypeMethod_8() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields, ____cache_GetTypeMethod_8)); } inline MethodInfo_t * get__cache_GetTypeMethod_8() const { return ____cache_GetTypeMethod_8; } inline MethodInfo_t ** get_address_of__cache_GetTypeMethod_8() { return &____cache_GetTypeMethod_8; } inline void set__cache_GetTypeMethod_8(MethodInfo_t * value) { ____cache_GetTypeMethod_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____cache_GetTypeMethod_8), (void*)value); } inline static int32_t get_offset_of__cache_GetHashCodeMethod_9() { return static_cast(offsetof(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields, ____cache_GetHashCodeMethod_9)); } inline MethodInfo_t * get__cache_GetHashCodeMethod_9() const { return ____cache_GetHashCodeMethod_9; } inline MethodInfo_t ** get_address_of__cache_GetHashCodeMethod_9() { return &____cache_GetHashCodeMethod_9; } inline void set__cache_GetHashCodeMethod_9(MethodInfo_t * value) { ____cache_GetHashCodeMethod_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____cache_GetHashCodeMethod_9), (void*)value); } }; // System.Reflection.ResourceLocation struct ResourceLocation_tB1FF896DE4FBCB1AEB40C4DBB7AF42D2B1FC115D { public: // System.Int32 System.Reflection.ResourceLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ResourceLocation_tB1FF896DE4FBCB1AEB40C4DBB7AF42D2B1FC115D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Resources.ResourceTypeCode struct ResourceTypeCode_t4AE457F699E48FF36523029D776124B4264B570C { public: // System.Int32 System.Resources.ResourceTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ResourceTypeCode_t4AE457F699E48FF36523029D776124B4264B570C, ___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.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.Runtime.InteropServices.SafeHandle struct SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B : public CriticalFinalizerObject_tA3367C832FFE7434EB3C15C7136AF25524150997 { public: // System.IntPtr System.Runtime.InteropServices.SafeHandle::handle intptr_t ___handle_0; // System.Int32 System.Runtime.InteropServices.SafeHandle::_state int32_t ____state_1; // System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle bool ____ownsHandle_2; // System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized bool ____fullyInitialized_3; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of__state_1() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____state_1)); } inline int32_t get__state_1() const { return ____state_1; } inline int32_t* get_address_of__state_1() { return &____state_1; } inline void set__state_1(int32_t value) { ____state_1 = value; } inline static int32_t get_offset_of__ownsHandle_2() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____ownsHandle_2)); } inline bool get__ownsHandle_2() const { return ____ownsHandle_2; } inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; } inline void set__ownsHandle_2(bool value) { ____ownsHandle_2 = value; } inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast(offsetof(SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B, ____fullyInitialized_3)); } inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; } inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; } inline void set__fullyInitialized_3(bool value) { ____fullyInitialized_3 = value; } }; // System.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.Remoting.SingleCallIdentity struct SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 : public ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 { public: public: }; // System.Runtime.Remoting.SingletonIdentity struct SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 : public ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 { public: public: }; // System.Threading.StackCrawlMark struct StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5 { public: // System.Int32 System.Threading.StackCrawlMark::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StackCrawlMark_t2BEE6EC5F8EA322B986CA375A594BBD34B98EBA5, ___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.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___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_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * ___Null_4; public: inline static int32_t get_offset_of_Null_4() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_StaticFields, ___Null_4)); } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * get_Null_4() const { return ___Null_4; } inline StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 ** get_address_of_Null_4() { return &___Null_4; } inline void set_Null_4(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * value) { ___Null_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)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.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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.Runtime.Remoting.Proxies.TransparentProxy struct TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968 : public RuntimeObject { public: // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Proxies.TransparentProxy::_rp RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * ____rp_0; // Mono.RuntimeRemoteClassHandle System.Runtime.Remoting.Proxies.TransparentProxy::_class RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD ____class_1; // System.Boolean System.Runtime.Remoting.Proxies.TransparentProxy::_custom_type_info bool ____custom_type_info_2; public: inline static int32_t get_offset_of__rp_0() { return static_cast(offsetof(TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968, ____rp_0)); } inline RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * get__rp_0() const { return ____rp_0; } inline RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 ** get_address_of__rp_0() { return &____rp_0; } inline void set__rp_0(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * value) { ____rp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____rp_0), (void*)value); } inline static int32_t get_offset_of__class_1() { return static_cast(offsetof(TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968, ____class_1)); } inline RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD get__class_1() const { return ____class_1; } inline RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD * get_address_of__class_1() { return &____class_1; } inline void set__class_1(RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD value) { ____class_1 = value; } inline static int32_t get_offset_of__custom_type_info_2() { return static_cast(offsetof(TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968, ____custom_type_info_2)); } inline bool get__custom_type_info_2() const { return ____custom_type_info_2; } inline bool* get_address_of__custom_type_info_2() { return &____custom_type_info_2; } inline void set__custom_type_info_2(bool value) { ____custom_type_info_2 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Proxies.TransparentProxy struct TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968_marshaled_pinvoke { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke* ____rp_0; RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD ____class_1; int32_t ____custom_type_info_2; }; // Native definition for COM marshalling of System.Runtime.Remoting.Proxies.TransparentProxy struct TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968_marshaled_com { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com* ____rp_0; RuntimeRemoteClassHandle_t66BDDE3C92A62304AC03C09C19B8352EF4A494FD ____class_1; int32_t ____custom_type_info_2; }; // System.Runtime.Serialization.Formatters.TypeFilterLevel struct TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D { public: // System.Int32 System.Runtime.Serialization.Formatters.TypeFilterLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeFilterLevel_t7ED94310B4D2D5C697A19E0CE2327A7DC5B39C4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Resources.UltimateResourceFallbackLocation struct UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B { public: // System.Int32 System.Resources.UltimateResourceFallbackLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UltimateResourceFallbackLocation_tA4EBEA627CD0C386314EBB60D7A4225C435D0F0B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IntPtr System.Threading.WaitHandle::waitHandle intptr_t ___waitHandle_3; // Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___safeWaitHandle_4; // System.Boolean System.Threading.WaitHandle::hasThreadAffinity bool ___hasThreadAffinity_5; public: inline static int32_t get_offset_of_waitHandle_3() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___waitHandle_3)); } inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; } inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; } inline void set_waitHandle_3(intptr_t value) { ___waitHandle_3 = value; } inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___safeWaitHandle_4)); } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; } inline SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; } inline void set_safeWaitHandle_4(SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * value) { ___safeWaitHandle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value); } inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842, ___hasThreadAffinity_5)); } inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; } inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; } inline void set_hasThreadAffinity_5(bool value) { ___hasThreadAffinity_5 = value; } }; struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_10; public: inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast(offsetof(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_StaticFields, ___InvalidHandle_10)); } inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; } inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; } inline void set_InvalidHandle_10(intptr_t value) { ___InvalidHandle_10 = value; } }; // Native definition for P/Invoke marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // Native definition for COM marshalling of System.Threading.WaitHandle struct WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { intptr_t ___waitHandle_3; void* ___safeWaitHandle_4; int32_t ___hasThreadAffinity_5; }; // System.Runtime.Remoting.WellKnownObjectMode struct WellKnownObjectMode_tD0EDA73FE29C75F12EA90F0EBC7875BAD0E3E7BD { public: // System.Int32 System.Runtime.Remoting.WellKnownObjectMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WellKnownObjectMode_tD0EDA73FE29C75F12EA90F0EBC7875BAD0E3E7BD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.ExecutionContext/Flags struct Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4 { public: // System.Int32 System.Threading.ExecutionContext/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t84E4B7439C575026B3A9D10B43AC61B9709011E4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 : public RuntimeObject { public: // System.String System.Reflection.AssemblyName::name String_t* ___name_0; // System.String System.Reflection.AssemblyName::codebase String_t* ___codebase_1; // System.Int32 System.Reflection.AssemblyName::major int32_t ___major_2; // System.Int32 System.Reflection.AssemblyName::minor int32_t ___minor_3; // System.Int32 System.Reflection.AssemblyName::build int32_t ___build_4; // System.Int32 System.Reflection.AssemblyName::revision int32_t ___revision_5; // System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___cultureinfo_6; // System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags int32_t ___flags_7; // System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg int32_t ___hashalg_8; // System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; // System.Byte[] System.Reflection.AssemblyName::publicKey ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKey_10; // System.Byte[] System.Reflection.AssemblyName::keyToken ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyToken_11; // System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat int32_t ___versioncompat_12; // System.Version System.Reflection.AssemblyName::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; // System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture int32_t ___processor_architecture_14; // System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType int32_t ___contentType_15; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_codebase_1() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___codebase_1)); } inline String_t* get_codebase_1() const { return ___codebase_1; } inline String_t** get_address_of_codebase_1() { return &___codebase_1; } inline void set_codebase_1(String_t* value) { ___codebase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value); } inline static int32_t get_offset_of_major_2() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___major_2)); } inline int32_t get_major_2() const { return ___major_2; } inline int32_t* get_address_of_major_2() { return &___major_2; } inline void set_major_2(int32_t value) { ___major_2 = value; } inline static int32_t get_offset_of_minor_3() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___minor_3)); } inline int32_t get_minor_3() const { return ___minor_3; } inline int32_t* get_address_of_minor_3() { return &___minor_3; } inline void set_minor_3(int32_t value) { ___minor_3 = value; } inline static int32_t get_offset_of_build_4() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___build_4)); } inline int32_t get_build_4() const { return ___build_4; } inline int32_t* get_address_of_build_4() { return &___build_4; } inline void set_build_4(int32_t value) { ___build_4 = value; } inline static int32_t get_offset_of_revision_5() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___revision_5)); } inline int32_t get_revision_5() const { return ___revision_5; } inline int32_t* get_address_of_revision_5() { return &___revision_5; } inline void set_revision_5(int32_t value) { ___revision_5 = value; } inline static int32_t get_offset_of_cultureinfo_6() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___cultureinfo_6)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_cultureinfo_6() const { return ___cultureinfo_6; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; } inline void set_cultureinfo_6(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___cultureinfo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value); } inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___flags_7)); } inline int32_t get_flags_7() const { return ___flags_7; } inline int32_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(int32_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_hashalg_8() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___hashalg_8)); } inline int32_t get_hashalg_8() const { return ___hashalg_8; } inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; } inline void set_hashalg_8(int32_t value) { ___hashalg_8 = value; } inline static int32_t get_offset_of_keypair_9() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keypair_9)); } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * get_keypair_9() const { return ___keypair_9; } inline StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF ** get_address_of_keypair_9() { return &___keypair_9; } inline void set_keypair_9(StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * value) { ___keypair_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value); } inline static int32_t get_offset_of_publicKey_10() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___publicKey_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_publicKey_10() const { return ___publicKey_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_publicKey_10() { return &___publicKey_10; } inline void set_publicKey_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___publicKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value); } inline static int32_t get_offset_of_keyToken_11() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___keyToken_11)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyToken_11() const { return ___keyToken_11; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyToken_11() { return &___keyToken_11; } inline void set_keyToken_11(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyToken_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value); } inline static int32_t get_offset_of_versioncompat_12() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___versioncompat_12)); } inline int32_t get_versioncompat_12() const { return ___versioncompat_12; } inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; } inline void set_versioncompat_12(int32_t value) { ___versioncompat_12 = value; } inline static int32_t get_offset_of_version_13() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___version_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_13() const { return ___version_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_13() { return &___version_13; } inline void set_version_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value); } inline static int32_t get_offset_of_processor_architecture_14() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___processor_architecture_14)); } inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; } inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; } inline void set_processor_architecture_14(int32_t value) { ___processor_architecture_14 = value; } inline static int32_t get_offset_of_contentType_15() { return static_cast(offsetof(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824, ___contentType_15)); } inline int32_t get_contentType_15() const { return ___contentType_15; } inline int32_t* get_address_of_contentType_15() { return &___contentType_15; } inline void set_contentType_15(int32_t value) { ___contentType_15 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_pinvoke { char* ___name_0; char* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // Native definition for COM marshalling of System.Reflection.AssemblyName struct AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___codebase_1; int32_t ___major_2; int32_t ___minor_3; int32_t ___build_4; int32_t ___revision_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___cultureinfo_6; int32_t ___flags_7; int32_t ___hashalg_8; StrongNameKeyPair_tCA4C0AB8B98C6C03134BC8AB17DD4C76D8091FDF * ___keypair_9; Il2CppSafeArray/*NONE*/* ___publicKey_10; Il2CppSafeArray/*NONE*/* ___keyToken_11; int32_t ___versioncompat_12; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_13; int32_t ___processor_architecture_14; int32_t ___contentType_15; }; // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; // System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time int64_t ___add_time_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; // System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * ___orig_cb_15; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_state_0), (void*)value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___handle_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get_handle_1() const { return ___handle_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_delegate_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___object_data_4), (void*)value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___async_callback_8), (void*)value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___current_9)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_current_9() const { return ___current_9; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___original_10)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_original_10() const { return ___original_10; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_10), (void*)value); } inline static int32_t get_offset_of_add_time_11() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___add_time_11)); } inline int64_t get_add_time_11() const { return ___add_time_11; } inline int64_t* get_address_of_add_time_11() { return &___add_time_11; } inline void set_add_time_11(int64_t value) { ___add_time_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___call_message_12)); } inline MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___call_message_12), (void*)value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_ctrl_13), (void*)value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___reply_message_14), (void*)value); } inline static int32_t get_offset_of_orig_cb_15() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B, ___orig_cb_15)); } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * get_orig_cb_15() const { return ___orig_cb_15; } inline WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 ** get_address_of_orig_cb_15() { return &___orig_cb_15; } inline void set_orig_cb_15(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * value) { ___orig_cb_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___orig_cb_15), (void*)value); } }; struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_StaticFields { public: // System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___ccb_16; public: inline static int32_t get_offset_of_ccb_16() { return static_cast(offsetof(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_StaticFields, ___ccb_16)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_ccb_16() const { return ___ccb_16; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_ccb_16() { return &___ccb_16; } inline void set_ccb_16(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___ccb_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ccb_16), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_pinvoke { Il2CppIUnknown* ___async_state_0; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_pinvoke ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_pinvoke* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_com { Il2CppIUnknown* ___async_state_0; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_marshaled_com* ___handle_1; Il2CppIUnknown* ___async_delegate_2; intptr_t ___data_3; Il2CppIUnknown* ___object_data_4; int32_t ___sync_completed_5; int32_t ___completed_6; int32_t ___endinvoke_called_7; Il2CppIUnknown* ___async_callback_8; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___current_9; ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___original_10; int64_t ___add_time_11; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com* ___call_message_12; RuntimeObject* ___message_ctrl_13; RuntimeObject* ___reply_message_14; Il2CppMethodPointer ___orig_cb_15; }; // System.Threading.EventWaitHandle struct EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C : public WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 { public: public: }; // System.Threading.ExecutionContext struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 : public RuntimeObject { public: // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContext_0; // System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * ____syncContextNoFlow_1; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ____logicalCallContext_2; // System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * ____illogicalCallContext_3; // System.Threading.ExecutionContext/Flags System.Threading.ExecutionContext::_flags int32_t ____flags_4; // System.Collections.Generic.Dictionary`2 System.Threading.ExecutionContext::_localValues Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * ____localValues_5; // System.Collections.Generic.List`1 System.Threading.ExecutionContext::_localChangeNotifications List_1_t053589A158AAF0B471CF80825616560409AF43D4 * ____localChangeNotifications_6; public: inline static int32_t get_offset_of__syncContext_0() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContext_0)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContext_0() const { return ____syncContext_0; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContext_0() { return &____syncContext_0; } inline void set__syncContext_0(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContext_0), (void*)value); } inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____syncContextNoFlow_1)); } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; } inline SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; } inline void set__syncContextNoFlow_1(SynchronizationContext_t17D9365B5E0D30A0910A16FA4351C525232EF069 * value) { ____syncContextNoFlow_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncContextNoFlow_1), (void*)value); } inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____logicalCallContext_2)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get__logicalCallContext_2() const { return ____logicalCallContext_2; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; } inline void set__logicalCallContext_2(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ____logicalCallContext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logicalCallContext_2), (void*)value); } inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____illogicalCallContext_3)); } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; } inline IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; } inline void set__illogicalCallContext_3(IllogicalCallContext_tFC01A2B688E85D44897206E4ACD81E050D25846E * value) { ____illogicalCallContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____illogicalCallContext_3), (void*)value); } inline static int32_t get_offset_of__flags_4() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____flags_4)); } inline int32_t get__flags_4() const { return ____flags_4; } inline int32_t* get_address_of__flags_4() { return &____flags_4; } inline void set__flags_4(int32_t value) { ____flags_4 = value; } inline static int32_t get_offset_of__localValues_5() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localValues_5)); } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * get__localValues_5() const { return ____localValues_5; } inline Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 ** get_address_of__localValues_5() { return &____localValues_5; } inline void set__localValues_5(Dictionary_2_tED8EC0DF62452D89154D9584AC19F62C79BF3938 * value) { ____localValues_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____localValues_5), (void*)value); } inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414, ____localChangeNotifications_6)); } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; } inline List_1_t053589A158AAF0B471CF80825616560409AF43D4 ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; } inline void set__localChangeNotifications_6(List_1_t053589A158AAF0B471CF80825616560409AF43D4 * value) { ____localChangeNotifications_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____localChangeNotifications_6), (void*)value); } }; struct ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields { public: // System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * ___s_dummyDefaultEC_7; public: inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast(offsetof(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414_StaticFields, ___s_dummyDefaultEC_7)); } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; } inline ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; } inline void set_s_dummyDefaultEC_7(ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * value) { ___s_dummyDefaultEC_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_dummyDefaultEC_7), (void*)value); } }; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC : public RuntimeObject { public: // System.Reflection.MonoMethod System.Runtime.Remoting.Messaging.MonoMethodMessage::method MonoMethod_t * ___method_0; // System.Object[] System.Runtime.Remoting.Messaging.MonoMethodMessage::args ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_1; // System.String[] System.Runtime.Remoting.Messaging.MonoMethodMessage::names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___names_2; // System.Byte[] System.Runtime.Remoting.Messaging.MonoMethodMessage::arg_types ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arg_types_3; // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.MonoMethodMessage::ctx LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___ctx_4; // System.Object System.Runtime.Remoting.Messaging.MonoMethodMessage::rval RuntimeObject * ___rval_5; // System.Exception System.Runtime.Remoting.Messaging.MonoMethodMessage::exc Exception_t * ___exc_6; // System.Runtime.Remoting.Messaging.AsyncResult System.Runtime.Remoting.Messaging.MonoMethodMessage::asyncResult AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * ___asyncResult_7; // System.Runtime.Remoting.Messaging.CallType System.Runtime.Remoting.Messaging.MonoMethodMessage::call_type int32_t ___call_type_8; // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::uri String_t* ___uri_9; // System.Runtime.Remoting.Messaging.MCMDictionary System.Runtime.Remoting.Messaging.MonoMethodMessage::properties MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF * ___properties_10; // System.Type[] System.Runtime.Remoting.Messaging.MonoMethodMessage::methodSignature TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___methodSignature_11; // System.Runtime.Remoting.Identity System.Runtime.Remoting.Messaging.MonoMethodMessage::identity Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___identity_12; public: inline static int32_t get_offset_of_method_0() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___method_0)); } inline MonoMethod_t * get_method_0() const { return ___method_0; } inline MonoMethod_t ** get_address_of_method_0() { return &___method_0; } inline void set_method_0(MonoMethod_t * value) { ___method_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_0), (void*)value); } inline static int32_t get_offset_of_args_1() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___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_names_2() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___names_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_names_2() const { return ___names_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_names_2() { return &___names_2; } inline void set_names_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_2), (void*)value); } inline static int32_t get_offset_of_arg_types_3() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___arg_types_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_arg_types_3() const { return ___arg_types_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_arg_types_3() { return &___arg_types_3; } inline void set_arg_types_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___arg_types_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg_types_3), (void*)value); } inline static int32_t get_offset_of_ctx_4() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___ctx_4)); } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * get_ctx_4() const { return ___ctx_4; } inline LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 ** get_address_of_ctx_4() { return &___ctx_4; } inline void set_ctx_4(LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * value) { ___ctx_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctx_4), (void*)value); } inline static int32_t get_offset_of_rval_5() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___rval_5)); } inline RuntimeObject * get_rval_5() const { return ___rval_5; } inline RuntimeObject ** get_address_of_rval_5() { return &___rval_5; } inline void set_rval_5(RuntimeObject * value) { ___rval_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rval_5), (void*)value); } inline static int32_t get_offset_of_exc_6() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___exc_6)); } inline Exception_t * get_exc_6() const { return ___exc_6; } inline Exception_t ** get_address_of_exc_6() { return &___exc_6; } inline void set_exc_6(Exception_t * value) { ___exc_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___exc_6), (void*)value); } inline static int32_t get_offset_of_asyncResult_7() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___asyncResult_7)); } inline AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * get_asyncResult_7() const { return ___asyncResult_7; } inline AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B ** get_address_of_asyncResult_7() { return &___asyncResult_7; } inline void set_asyncResult_7(AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * value) { ___asyncResult_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncResult_7), (void*)value); } inline static int32_t get_offset_of_call_type_8() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___call_type_8)); } inline int32_t get_call_type_8() const { return ___call_type_8; } inline int32_t* get_address_of_call_type_8() { return &___call_type_8; } inline void set_call_type_8(int32_t value) { ___call_type_8 = value; } inline static int32_t get_offset_of_uri_9() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___uri_9)); } inline String_t* get_uri_9() const { return ___uri_9; } inline String_t** get_address_of_uri_9() { return &___uri_9; } inline void set_uri_9(String_t* value) { ___uri_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_9), (void*)value); } inline static int32_t get_offset_of_properties_10() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___properties_10)); } inline MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF * get_properties_10() const { return ___properties_10; } inline MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF ** get_address_of_properties_10() { return &___properties_10; } inline void set_properties_10(MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF * value) { ___properties_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_10), (void*)value); } inline static int32_t get_offset_of_methodSignature_11() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___methodSignature_11)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_methodSignature_11() const { return ___methodSignature_11; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_methodSignature_11() { return &___methodSignature_11; } inline void set_methodSignature_11(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___methodSignature_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___methodSignature_11), (void*)value); } inline static int32_t get_offset_of_identity_12() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC, ___identity_12)); } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * get_identity_12() const { return ___identity_12; } inline Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 ** get_address_of_identity_12() { return &___identity_12; } inline void set_identity_12(Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * value) { ___identity_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___identity_12), (void*)value); } }; struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_StaticFields { public: // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::CallContextKey String_t* ___CallContextKey_13; // System.String System.Runtime.Remoting.Messaging.MonoMethodMessage::UriKey String_t* ___UriKey_14; public: inline static int32_t get_offset_of_CallContextKey_13() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_StaticFields, ___CallContextKey_13)); } inline String_t* get_CallContextKey_13() const { return ___CallContextKey_13; } inline String_t** get_address_of_CallContextKey_13() { return &___CallContextKey_13; } inline void set_CallContextKey_13(String_t* value) { ___CallContextKey_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___CallContextKey_13), (void*)value); } inline static int32_t get_offset_of_UriKey_14() { return static_cast(offsetof(MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_StaticFields, ___UriKey_14)); } inline String_t* get_UriKey_14() const { return ___UriKey_14; } inline String_t** get_address_of_UriKey_14() { return &___UriKey_14; } inline void set_UriKey_14(String_t* value) { ___UriKey_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriKey_14), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_pinvoke { MonoMethod_t * ___method_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_1; char** ___names_2; Il2CppSafeArray/*NONE*/* ___arg_types_3; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___ctx_4; Il2CppIUnknown* ___rval_5; Exception_t_marshaled_pinvoke* ___exc_6; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_pinvoke* ___asyncResult_7; int32_t ___call_type_8; char* ___uri_9; MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF * ___properties_10; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___methodSignature_11; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___identity_12; }; // Native definition for COM marshalling of System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_marshaled_com { MonoMethod_t * ___method_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args_1; Il2CppChar** ___names_2; Il2CppSafeArray/*NONE*/* ___arg_types_3; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___ctx_4; Il2CppIUnknown* ___rval_5; Exception_t_marshaled_com* ___exc_6; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B_marshaled_com* ___asyncResult_7; int32_t ___call_type_8; Il2CppChar* ___uri_9; MCMDictionary_tEA8C1F89F5B3783040584C2C390C758B1420CCDF * ___properties_10; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___methodSignature_11; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___identity_12; }; // 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.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // 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.Security.Cryptography.RSAEncryptionPadding struct RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 : public RuntimeObject { public: // System.Security.Cryptography.RSAEncryptionPaddingMode System.Security.Cryptography.RSAEncryptionPadding::_mode int32_t ____mode_5; // System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.RSAEncryptionPadding::_oaepHashAlgorithm HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ____oaepHashAlgorithm_6; public: inline static int32_t get_offset_of__mode_5() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8, ____mode_5)); } inline int32_t get__mode_5() const { return ____mode_5; } inline int32_t* get_address_of__mode_5() { return &____mode_5; } inline void set__mode_5(int32_t value) { ____mode_5 = value; } inline static int32_t get_offset_of__oaepHashAlgorithm_6() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8, ____oaepHashAlgorithm_6)); } inline HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 get__oaepHashAlgorithm_6() const { return ____oaepHashAlgorithm_6; } inline HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 * get_address_of__oaepHashAlgorithm_6() { return &____oaepHashAlgorithm_6; } inline void set__oaepHashAlgorithm_6(HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 value) { ____oaepHashAlgorithm_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____oaepHashAlgorithm_6))->____name_0), (void*)NULL); } }; struct RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields { public: // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::s_pkcs1 RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___s_pkcs1_0; // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::s_oaepSHA1 RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___s_oaepSHA1_1; // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::s_oaepSHA256 RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___s_oaepSHA256_2; // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::s_oaepSHA384 RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___s_oaepSHA384_3; // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::s_oaepSHA512 RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___s_oaepSHA512_4; public: inline static int32_t get_offset_of_s_pkcs1_0() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields, ___s_pkcs1_0)); } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * get_s_pkcs1_0() const { return ___s_pkcs1_0; } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 ** get_address_of_s_pkcs1_0() { return &___s_pkcs1_0; } inline void set_s_pkcs1_0(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * value) { ___s_pkcs1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_pkcs1_0), (void*)value); } inline static int32_t get_offset_of_s_oaepSHA1_1() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields, ___s_oaepSHA1_1)); } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * get_s_oaepSHA1_1() const { return ___s_oaepSHA1_1; } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 ** get_address_of_s_oaepSHA1_1() { return &___s_oaepSHA1_1; } inline void set_s_oaepSHA1_1(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * value) { ___s_oaepSHA1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_oaepSHA1_1), (void*)value); } inline static int32_t get_offset_of_s_oaepSHA256_2() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields, ___s_oaepSHA256_2)); } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * get_s_oaepSHA256_2() const { return ___s_oaepSHA256_2; } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 ** get_address_of_s_oaepSHA256_2() { return &___s_oaepSHA256_2; } inline void set_s_oaepSHA256_2(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * value) { ___s_oaepSHA256_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_oaepSHA256_2), (void*)value); } inline static int32_t get_offset_of_s_oaepSHA384_3() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields, ___s_oaepSHA384_3)); } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * get_s_oaepSHA384_3() const { return ___s_oaepSHA384_3; } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 ** get_address_of_s_oaepSHA384_3() { return &___s_oaepSHA384_3; } inline void set_s_oaepSHA384_3(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * value) { ___s_oaepSHA384_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_oaepSHA384_3), (void*)value); } inline static int32_t get_offset_of_s_oaepSHA512_4() { return static_cast(offsetof(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields, ___s_oaepSHA512_4)); } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * get_s_oaepSHA512_4() const { return ___s_oaepSHA512_4; } inline RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 ** get_address_of_s_oaepSHA512_4() { return &___s_oaepSHA512_4; } inline void set_s_oaepSHA512_4(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * value) { ___s_oaepSHA512_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_oaepSHA512_4), (void*)value); } }; // System.Security.Cryptography.RSASignaturePadding struct RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 : public RuntimeObject { public: // System.Security.Cryptography.RSASignaturePaddingMode System.Security.Cryptography.RSASignaturePadding::_mode int32_t ____mode_2; public: inline static int32_t get_offset_of__mode_2() { return static_cast(offsetof(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1, ____mode_2)); } inline int32_t get__mode_2() const { return ____mode_2; } inline int32_t* get_address_of__mode_2() { return &____mode_2; } inline void set__mode_2(int32_t value) { ____mode_2 = value; } }; struct RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields { public: // System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.RSASignaturePadding::s_pkcs1 RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___s_pkcs1_0; // System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.RSASignaturePadding::s_pss RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___s_pss_1; public: inline static int32_t get_offset_of_s_pkcs1_0() { return static_cast(offsetof(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields, ___s_pkcs1_0)); } inline RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * get_s_pkcs1_0() const { return ___s_pkcs1_0; } inline RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 ** get_address_of_s_pkcs1_0() { return &___s_pkcs1_0; } inline void set_s_pkcs1_0(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * value) { ___s_pkcs1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_pkcs1_0), (void*)value); } inline static int32_t get_offset_of_s_pss_1() { return static_cast(offsetof(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields, ___s_pss_1)); } inline RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * get_s_pss_1() const { return ___s_pss_1; } inline RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 ** get_address_of_s_pss_1() { return &___s_pss_1; } inline void set_s_pss_1(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * value) { ___s_pss_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_pss_1), (void*)value); } }; // System.Threading.RegisteredWaitHandle struct RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_waitObject WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____waitObject_1; // System.Threading.WaitOrTimerCallback System.Threading.RegisteredWaitHandle::_callback WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ____callback_2; // System.Object System.Threading.RegisteredWaitHandle::_state RuntimeObject * ____state_3; // System.Threading.WaitHandle System.Threading.RegisteredWaitHandle::_finalEvent WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ____finalEvent_4; // System.Threading.ManualResetEvent System.Threading.RegisteredWaitHandle::_cancelEvent ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * ____cancelEvent_5; // System.TimeSpan System.Threading.RegisteredWaitHandle::_timeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ____timeout_6; // System.Int32 System.Threading.RegisteredWaitHandle::_callsInProcess int32_t ____callsInProcess_7; // System.Boolean System.Threading.RegisteredWaitHandle::_executeOnlyOnce bool ____executeOnlyOnce_8; // System.Boolean System.Threading.RegisteredWaitHandle::_unregistered bool ____unregistered_9; public: inline static int32_t get_offset_of__waitObject_1() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____waitObject_1)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__waitObject_1() const { return ____waitObject_1; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__waitObject_1() { return &____waitObject_1; } inline void set__waitObject_1(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____waitObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____waitObject_1), (void*)value); } inline static int32_t get_offset_of__callback_2() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callback_2)); } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * get__callback_2() const { return ____callback_2; } inline WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB ** get_address_of__callback_2() { return &____callback_2; } inline void set__callback_2(WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * value) { ____callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____callback_2), (void*)value); } inline static int32_t get_offset_of__state_3() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____state_3)); } inline RuntimeObject * get__state_3() const { return ____state_3; } inline RuntimeObject ** get_address_of__state_3() { return &____state_3; } inline void set__state_3(RuntimeObject * value) { ____state_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____state_3), (void*)value); } inline static int32_t get_offset_of__finalEvent_4() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____finalEvent_4)); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * get__finalEvent_4() const { return ____finalEvent_4; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** get_address_of__finalEvent_4() { return &____finalEvent_4; } inline void set__finalEvent_4(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { ____finalEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalEvent_4), (void*)value); } inline static int32_t get_offset_of__cancelEvent_5() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____cancelEvent_5)); } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * get__cancelEvent_5() const { return ____cancelEvent_5; } inline ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA ** get_address_of__cancelEvent_5() { return &____cancelEvent_5; } inline void set__cancelEvent_5(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * value) { ____cancelEvent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____cancelEvent_5), (void*)value); } inline static int32_t get_offset_of__timeout_6() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____timeout_6)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get__timeout_6() const { return ____timeout_6; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of__timeout_6() { return &____timeout_6; } inline void set__timeout_6(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ____timeout_6 = value; } inline static int32_t get_offset_of__callsInProcess_7() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____callsInProcess_7)); } inline int32_t get__callsInProcess_7() const { return ____callsInProcess_7; } inline int32_t* get_address_of__callsInProcess_7() { return &____callsInProcess_7; } inline void set__callsInProcess_7(int32_t value) { ____callsInProcess_7 = value; } inline static int32_t get_offset_of__executeOnlyOnce_8() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____executeOnlyOnce_8)); } inline bool get__executeOnlyOnce_8() const { return ____executeOnlyOnce_8; } inline bool* get_address_of__executeOnlyOnce_8() { return &____executeOnlyOnce_8; } inline void set__executeOnlyOnce_8(bool value) { ____executeOnlyOnce_8 = value; } inline static int32_t get_offset_of__unregistered_9() { return static_cast(offsetof(RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F, ____unregistered_9)); } inline bool get__unregistered_9() const { return ____unregistered_9; } inline bool* get_address_of__unregistered_9() { return &____unregistered_9; } inline void set__unregistered_9(bool value) { ____unregistered_9 = value; } }; // System.Runtime.ConstrainedExecution.ReliabilityContractAttribute struct ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Runtime.ConstrainedExecution.Consistency System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::_consistency int32_t ____consistency_0; // System.Runtime.ConstrainedExecution.Cer System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::_cer int32_t ____cer_1; public: inline static int32_t get_offset_of__consistency_0() { return static_cast(offsetof(ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971, ____consistency_0)); } inline int32_t get__consistency_0() const { return ____consistency_0; } inline int32_t* get_address_of__consistency_0() { return &____consistency_0; } inline void set__consistency_0(int32_t value) { ____consistency_0 = value; } inline static int32_t get_offset_of__cer_1() { return static_cast(offsetof(ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971, ____cer_1)); } inline int32_t get__cer_1() const { return ____cer_1; } inline int32_t* get_address_of__cer_1() { return &____cer_1; } inline void set__cer_1(int32_t value) { ____cer_1 = value; } }; // System.Resources.ResourceManager struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A : public RuntimeObject { public: // System.String System.Resources.ResourceManager::BaseNameField String_t* ___BaseNameField_0; // System.Collections.Hashtable System.Resources.ResourceManager::ResourceSets Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___ResourceSets_1; // System.Collections.Generic.Dictionary`2 System.Resources.ResourceManager::_resourceSets Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * ____resourceSets_2; // System.String System.Resources.ResourceManager::moduleDir String_t* ___moduleDir_3; // System.Reflection.Assembly System.Resources.ResourceManager::MainAssembly Assembly_t * ___MainAssembly_4; // System.Type System.Resources.ResourceManager::_locationInfo Type_t * ____locationInfo_5; // System.Type System.Resources.ResourceManager::_userResourceSet Type_t * ____userResourceSet_6; // System.Globalization.CultureInfo System.Resources.ResourceManager::_neutralResourcesCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____neutralResourcesCulture_7; // System.Resources.ResourceManager/CultureNameResourceSetPair System.Resources.ResourceManager::_lastUsedResourceCache CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * ____lastUsedResourceCache_8; // System.Boolean System.Resources.ResourceManager::_ignoreCase bool ____ignoreCase_9; // System.Boolean System.Resources.ResourceManager::UseManifest bool ___UseManifest_10; // System.Boolean System.Resources.ResourceManager::UseSatelliteAssem bool ___UseSatelliteAssem_11; // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::_fallbackLoc int32_t ____fallbackLoc_12; // System.Version System.Resources.ResourceManager::_satelliteContractVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ____satelliteContractVersion_13; // System.Boolean System.Resources.ResourceManager::_lookedForSatelliteContractVersion bool ____lookedForSatelliteContractVersion_14; // System.Reflection.Assembly System.Resources.ResourceManager::_callingAssembly Assembly_t * ____callingAssembly_15; // System.Reflection.RuntimeAssembly System.Resources.ResourceManager::m_callingAssembly RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * ___m_callingAssembly_16; // System.Resources.IResourceGroveler System.Resources.ResourceManager::resourceGroveler RuntimeObject* ___resourceGroveler_17; public: inline static int32_t get_offset_of_BaseNameField_0() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___BaseNameField_0)); } inline String_t* get_BaseNameField_0() const { return ___BaseNameField_0; } inline String_t** get_address_of_BaseNameField_0() { return &___BaseNameField_0; } inline void set_BaseNameField_0(String_t* value) { ___BaseNameField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseNameField_0), (void*)value); } inline static int32_t get_offset_of_ResourceSets_1() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___ResourceSets_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_ResourceSets_1() const { return ___ResourceSets_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_ResourceSets_1() { return &___ResourceSets_1; } inline void set_ResourceSets_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___ResourceSets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResourceSets_1), (void*)value); } inline static int32_t get_offset_of__resourceSets_2() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____resourceSets_2)); } inline Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * get__resourceSets_2() const { return ____resourceSets_2; } inline Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E ** get_address_of__resourceSets_2() { return &____resourceSets_2; } inline void set__resourceSets_2(Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * value) { ____resourceSets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____resourceSets_2), (void*)value); } inline static int32_t get_offset_of_moduleDir_3() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___moduleDir_3)); } inline String_t* get_moduleDir_3() const { return ___moduleDir_3; } inline String_t** get_address_of_moduleDir_3() { return &___moduleDir_3; } inline void set_moduleDir_3(String_t* value) { ___moduleDir_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___moduleDir_3), (void*)value); } inline static int32_t get_offset_of_MainAssembly_4() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___MainAssembly_4)); } inline Assembly_t * get_MainAssembly_4() const { return ___MainAssembly_4; } inline Assembly_t ** get_address_of_MainAssembly_4() { return &___MainAssembly_4; } inline void set_MainAssembly_4(Assembly_t * value) { ___MainAssembly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___MainAssembly_4), (void*)value); } inline static int32_t get_offset_of__locationInfo_5() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____locationInfo_5)); } inline Type_t * get__locationInfo_5() const { return ____locationInfo_5; } inline Type_t ** get_address_of__locationInfo_5() { return &____locationInfo_5; } inline void set__locationInfo_5(Type_t * value) { ____locationInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____locationInfo_5), (void*)value); } inline static int32_t get_offset_of__userResourceSet_6() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____userResourceSet_6)); } inline Type_t * get__userResourceSet_6() const { return ____userResourceSet_6; } inline Type_t ** get_address_of__userResourceSet_6() { return &____userResourceSet_6; } inline void set__userResourceSet_6(Type_t * value) { ____userResourceSet_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____userResourceSet_6), (void*)value); } inline static int32_t get_offset_of__neutralResourcesCulture_7() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____neutralResourcesCulture_7)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__neutralResourcesCulture_7() const { return ____neutralResourcesCulture_7; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__neutralResourcesCulture_7() { return &____neutralResourcesCulture_7; } inline void set__neutralResourcesCulture_7(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____neutralResourcesCulture_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____neutralResourcesCulture_7), (void*)value); } inline static int32_t get_offset_of__lastUsedResourceCache_8() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____lastUsedResourceCache_8)); } inline CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * get__lastUsedResourceCache_8() const { return ____lastUsedResourceCache_8; } inline CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 ** get_address_of__lastUsedResourceCache_8() { return &____lastUsedResourceCache_8; } inline void set__lastUsedResourceCache_8(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * value) { ____lastUsedResourceCache_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastUsedResourceCache_8), (void*)value); } inline static int32_t get_offset_of__ignoreCase_9() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____ignoreCase_9)); } inline bool get__ignoreCase_9() const { return ____ignoreCase_9; } inline bool* get_address_of__ignoreCase_9() { return &____ignoreCase_9; } inline void set__ignoreCase_9(bool value) { ____ignoreCase_9 = value; } inline static int32_t get_offset_of_UseManifest_10() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___UseManifest_10)); } inline bool get_UseManifest_10() const { return ___UseManifest_10; } inline bool* get_address_of_UseManifest_10() { return &___UseManifest_10; } inline void set_UseManifest_10(bool value) { ___UseManifest_10 = value; } inline static int32_t get_offset_of_UseSatelliteAssem_11() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___UseSatelliteAssem_11)); } inline bool get_UseSatelliteAssem_11() const { return ___UseSatelliteAssem_11; } inline bool* get_address_of_UseSatelliteAssem_11() { return &___UseSatelliteAssem_11; } inline void set_UseSatelliteAssem_11(bool value) { ___UseSatelliteAssem_11 = value; } inline static int32_t get_offset_of__fallbackLoc_12() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____fallbackLoc_12)); } inline int32_t get__fallbackLoc_12() const { return ____fallbackLoc_12; } inline int32_t* get_address_of__fallbackLoc_12() { return &____fallbackLoc_12; } inline void set__fallbackLoc_12(int32_t value) { ____fallbackLoc_12 = value; } inline static int32_t get_offset_of__satelliteContractVersion_13() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____satelliteContractVersion_13)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get__satelliteContractVersion_13() const { return ____satelliteContractVersion_13; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of__satelliteContractVersion_13() { return &____satelliteContractVersion_13; } inline void set__satelliteContractVersion_13(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ____satelliteContractVersion_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____satelliteContractVersion_13), (void*)value); } inline static int32_t get_offset_of__lookedForSatelliteContractVersion_14() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____lookedForSatelliteContractVersion_14)); } inline bool get__lookedForSatelliteContractVersion_14() const { return ____lookedForSatelliteContractVersion_14; } inline bool* get_address_of__lookedForSatelliteContractVersion_14() { return &____lookedForSatelliteContractVersion_14; } inline void set__lookedForSatelliteContractVersion_14(bool value) { ____lookedForSatelliteContractVersion_14 = value; } inline static int32_t get_offset_of__callingAssembly_15() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ____callingAssembly_15)); } inline Assembly_t * get__callingAssembly_15() const { return ____callingAssembly_15; } inline Assembly_t ** get_address_of__callingAssembly_15() { return &____callingAssembly_15; } inline void set__callingAssembly_15(Assembly_t * value) { ____callingAssembly_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____callingAssembly_15), (void*)value); } inline static int32_t get_offset_of_m_callingAssembly_16() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___m_callingAssembly_16)); } inline RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * get_m_callingAssembly_16() const { return ___m_callingAssembly_16; } inline RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 ** get_address_of_m_callingAssembly_16() { return &___m_callingAssembly_16; } inline void set_m_callingAssembly_16(RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * value) { ___m_callingAssembly_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_callingAssembly_16), (void*)value); } inline static int32_t get_offset_of_resourceGroveler_17() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A, ___resourceGroveler_17)); } inline RuntimeObject* get_resourceGroveler_17() const { return ___resourceGroveler_17; } inline RuntimeObject** get_address_of_resourceGroveler_17() { return &___resourceGroveler_17; } inline void set_resourceGroveler_17(RuntimeObject* value) { ___resourceGroveler_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceGroveler_17), (void*)value); } }; struct ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields { public: // System.Int32 System.Resources.ResourceManager::MagicNumber int32_t ___MagicNumber_18; // System.Int32 System.Resources.ResourceManager::HeaderVersionNumber int32_t ___HeaderVersionNumber_19; // System.Type System.Resources.ResourceManager::_minResourceSet Type_t * ____minResourceSet_20; // System.String System.Resources.ResourceManager::ResReaderTypeName String_t* ___ResReaderTypeName_21; // System.String System.Resources.ResourceManager::ResSetTypeName String_t* ___ResSetTypeName_22; // System.String System.Resources.ResourceManager::MscorlibName String_t* ___MscorlibName_23; // System.Int32 System.Resources.ResourceManager::DEBUG int32_t ___DEBUG_24; public: inline static int32_t get_offset_of_MagicNumber_18() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___MagicNumber_18)); } inline int32_t get_MagicNumber_18() const { return ___MagicNumber_18; } inline int32_t* get_address_of_MagicNumber_18() { return &___MagicNumber_18; } inline void set_MagicNumber_18(int32_t value) { ___MagicNumber_18 = value; } inline static int32_t get_offset_of_HeaderVersionNumber_19() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___HeaderVersionNumber_19)); } inline int32_t get_HeaderVersionNumber_19() const { return ___HeaderVersionNumber_19; } inline int32_t* get_address_of_HeaderVersionNumber_19() { return &___HeaderVersionNumber_19; } inline void set_HeaderVersionNumber_19(int32_t value) { ___HeaderVersionNumber_19 = value; } inline static int32_t get_offset_of__minResourceSet_20() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ____minResourceSet_20)); } inline Type_t * get__minResourceSet_20() const { return ____minResourceSet_20; } inline Type_t ** get_address_of__minResourceSet_20() { return &____minResourceSet_20; } inline void set__minResourceSet_20(Type_t * value) { ____minResourceSet_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____minResourceSet_20), (void*)value); } inline static int32_t get_offset_of_ResReaderTypeName_21() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___ResReaderTypeName_21)); } inline String_t* get_ResReaderTypeName_21() const { return ___ResReaderTypeName_21; } inline String_t** get_address_of_ResReaderTypeName_21() { return &___ResReaderTypeName_21; } inline void set_ResReaderTypeName_21(String_t* value) { ___ResReaderTypeName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResReaderTypeName_21), (void*)value); } inline static int32_t get_offset_of_ResSetTypeName_22() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___ResSetTypeName_22)); } inline String_t* get_ResSetTypeName_22() const { return ___ResSetTypeName_22; } inline String_t** get_address_of_ResSetTypeName_22() { return &___ResSetTypeName_22; } inline void set_ResSetTypeName_22(String_t* value) { ___ResSetTypeName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResSetTypeName_22), (void*)value); } inline static int32_t get_offset_of_MscorlibName_23() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___MscorlibName_23)); } inline String_t* get_MscorlibName_23() const { return ___MscorlibName_23; } inline String_t** get_address_of_MscorlibName_23() { return &___MscorlibName_23; } inline void set_MscorlibName_23(String_t* value) { ___MscorlibName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___MscorlibName_23), (void*)value); } inline static int32_t get_offset_of_DEBUG_24() { return static_cast(offsetof(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields, ___DEBUG_24)); } inline int32_t get_DEBUG_24() const { return ___DEBUG_24; } inline int32_t* get_address_of_DEBUG_24() { return &___DEBUG_24; } inline void set_DEBUG_24(int32_t value) { ___DEBUG_24 = value; } }; // System.Reflection.RuntimeAssembly struct RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 : public Assembly_t { public: public: }; // System.Reflection.RuntimeMethodInfo struct RuntimeMethodInfo_tCA399779FA50C8E2D4942CED76DAA9F8CFED5CAC : public MethodInfo_t { public: public: }; // Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid struct SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 : public SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B { public: public: }; // 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.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.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Runtime.InteropServices.SafeBuffer System.IO.UnmanagedMemoryStream::_buffer SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * ____buffer_5; // System.Byte* System.IO.UnmanagedMemoryStream::_mem uint8_t* ____mem_6; // System.Int64 System.IO.UnmanagedMemoryStream::_length int64_t ____length_7; // System.Int64 System.IO.UnmanagedMemoryStream::_capacity int64_t ____capacity_8; // System.Int64 System.IO.UnmanagedMemoryStream::_position int64_t ____position_9; // System.Int64 System.IO.UnmanagedMemoryStream::_offset int64_t ____offset_10; // System.IO.FileAccess System.IO.UnmanagedMemoryStream::_access int32_t ____access_11; // System.Boolean System.IO.UnmanagedMemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.UnmanagedMemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____buffer_5)); } inline SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * get__buffer_5() const { return ____buffer_5; } inline SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 ** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(SafeBuffer_tABA0D0B754FCCF3625CD905D535296E353C630D2 * value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__mem_6() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____mem_6)); } inline uint8_t* get__mem_6() const { return ____mem_6; } inline uint8_t** get_address_of__mem_6() { return &____mem_6; } inline void set__mem_6(uint8_t* value) { ____mem_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____length_7)); } inline int64_t get__length_7() const { return ____length_7; } inline int64_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int64_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____capacity_8)); } inline int64_t get__capacity_8() const { return ____capacity_8; } inline int64_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int64_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__position_9() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____position_9)); } inline int64_t get__position_9() const { return ____position_9; } inline int64_t* get_address_of__position_9() { return &____position_9; } inline void set__position_9(int64_t value) { ____position_9 = value; } inline static int32_t get_offset_of__offset_10() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____offset_10)); } inline int64_t get__offset_10() const { return ____offset_10; } inline int64_t* get_address_of__offset_10() { return &____offset_10; } inline void set__offset_10(int64_t value) { ____offset_10 = value; } inline static int32_t get_offset_of__access_11() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____access_11)); } inline int32_t get__access_11() const { return ____access_11; } inline int32_t* get_address_of__access_11() { return &____access_11; } inline void set__access_11(int32_t value) { ____access_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62, ____lastReadTask_13)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.Runtime.Remoting.WellKnownServiceTypeEntry struct WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D : public TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 { public: // System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_type Type_t * ___obj_type_2; // System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_uri String_t* ___obj_uri_3; // System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::obj_mode int32_t ___obj_mode_4; public: inline static int32_t get_offset_of_obj_type_2() { return static_cast(offsetof(WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D, ___obj_type_2)); } inline Type_t * get_obj_type_2() const { return ___obj_type_2; } inline Type_t ** get_address_of_obj_type_2() { return &___obj_type_2; } inline void set_obj_type_2(Type_t * value) { ___obj_type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_type_2), (void*)value); } inline static int32_t get_offset_of_obj_uri_3() { return static_cast(offsetof(WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D, ___obj_uri_3)); } inline String_t* get_obj_uri_3() const { return ___obj_uri_3; } inline String_t** get_address_of_obj_uri_3() { return &___obj_uri_3; } inline void set_obj_uri_3(String_t* value) { ___obj_uri_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_uri_3), (void*)value); } inline static int32_t get_offset_of_obj_mode_4() { return static_cast(offsetof(WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D, ___obj_mode_4)); } inline int32_t get_obj_mode_4() const { return ___obj_mode_4; } inline int32_t* get_address_of_obj_mode_4() { return &___obj_mode_4; } inline void set_obj_mode_4(int32_t value) { ___obj_mode_4 = value; } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.BadImageFormatException struct BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.BadImageFormatException::_fileName String_t* ____fileName_17; // System.String System.BadImageFormatException::_fusionLog String_t* ____fusionLog_18; public: inline static int32_t get_offset_of__fileName_17() { return static_cast(offsetof(BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A, ____fileName_17)); } inline String_t* get__fileName_17() const { return ____fileName_17; } inline String_t** get_address_of__fileName_17() { return &____fileName_17; } inline void set__fileName_17(String_t* value) { ____fileName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____fileName_17), (void*)value); } inline static int32_t get_offset_of__fusionLog_18() { return static_cast(offsetof(BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A, ____fusionLog_18)); } inline String_t* get__fusionLog_18() const { return ____fusionLog_18; } inline String_t** get_address_of__fusionLog_18() { return &____fusionLog_18; } inline void set__fusionLog_18(String_t* value) { ____fusionLog_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_18), (void*)value); } }; // System.Runtime.Serialization.Formatters.Binary.BinaryFormatter struct BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 : public RuntimeObject { public: // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_surrogates RuntimeObject* ___m_surrogates_0; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___m_context_1; // System.Runtime.Serialization.SerializationBinder System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_binder SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ___m_binder_2; // System.Runtime.Serialization.Formatters.FormatterTypeStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_typeFormat int32_t ___m_typeFormat_3; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_assemblyFormat int32_t ___m_assemblyFormat_4; // System.Runtime.Serialization.Formatters.TypeFilterLevel System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_securityLevel int32_t ___m_securityLevel_5; // System.Object[] System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::m_crossAppDomainArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_crossAppDomainArray_6; public: inline static int32_t get_offset_of_m_surrogates_0() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_surrogates_0)); } inline RuntimeObject* get_m_surrogates_0() const { return ___m_surrogates_0; } inline RuntimeObject** get_address_of_m_surrogates_0() { return &___m_surrogates_0; } inline void set_m_surrogates_0(RuntimeObject* value) { ___m_surrogates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_surrogates_0), (void*)value); } inline static int32_t get_offset_of_m_context_1() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_context_1)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_m_context_1() const { return ___m_context_1; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_m_context_1() { return &___m_context_1; } inline void set_m_context_1(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___m_context_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_1))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_m_binder_2() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_binder_2)); } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * get_m_binder_2() const { return ___m_binder_2; } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 ** get_address_of_m_binder_2() { return &___m_binder_2; } inline void set_m_binder_2(SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * value) { ___m_binder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_binder_2), (void*)value); } inline static int32_t get_offset_of_m_typeFormat_3() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_typeFormat_3)); } inline int32_t get_m_typeFormat_3() const { return ___m_typeFormat_3; } inline int32_t* get_address_of_m_typeFormat_3() { return &___m_typeFormat_3; } inline void set_m_typeFormat_3(int32_t value) { ___m_typeFormat_3 = value; } inline static int32_t get_offset_of_m_assemblyFormat_4() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_assemblyFormat_4)); } inline int32_t get_m_assemblyFormat_4() const { return ___m_assemblyFormat_4; } inline int32_t* get_address_of_m_assemblyFormat_4() { return &___m_assemblyFormat_4; } inline void set_m_assemblyFormat_4(int32_t value) { ___m_assemblyFormat_4 = value; } inline static int32_t get_offset_of_m_securityLevel_5() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_securityLevel_5)); } inline int32_t get_m_securityLevel_5() const { return ___m_securityLevel_5; } inline int32_t* get_address_of_m_securityLevel_5() { return &___m_securityLevel_5; } inline void set_m_securityLevel_5(int32_t value) { ___m_securityLevel_5 = value; } inline static int32_t get_offset_of_m_crossAppDomainArray_6() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55, ___m_crossAppDomainArray_6)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_crossAppDomainArray_6() const { return ___m_crossAppDomainArray_6; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_crossAppDomainArray_6() { return &___m_crossAppDomainArray_6; } inline void set_m_crossAppDomainArray_6(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_crossAppDomainArray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_crossAppDomainArray_6), (void*)value); } }; struct BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::typeNameCache Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 * ___typeNameCache_7; public: inline static int32_t get_offset_of_typeNameCache_7() { return static_cast(offsetof(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_StaticFields, ___typeNameCache_7)); } inline Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 * get_typeNameCache_7() const { return ___typeNameCache_7; } inline Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 ** get_address_of_typeNameCache_7() { return &___typeNameCache_7; } inline void set_typeNameCache_7(Dictionary_2_tCAA954C180FE22A5909DC97DB48233904AC1A885 * value) { ___typeNameCache_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeNameCache_7), (void*)value); } }; // System.Security.Cryptography.CryptographicException struct CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.FormatException struct FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Threading.ManualResetEvent struct ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA : public EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C { public: public: }; // System.Reflection.MonoMethod struct MonoMethod_t : public RuntimeMethodInfo_tCA399779FA50C8E2D4942CED76DAA9F8CFED5CAC { public: // System.IntPtr System.Reflection.MonoMethod::mhandle intptr_t ___mhandle_0; // System.String System.Reflection.MonoMethod::name String_t* ___name_1; // System.Type System.Reflection.MonoMethod::reftype Type_t * ___reftype_2; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MonoMethod_t, ___mhandle_0)); } inline intptr_t get_mhandle_0() const { return ___mhandle_0; } inline intptr_t* get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(intptr_t value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoMethod_t, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_reftype_2() { return static_cast(offsetof(MonoMethod_t, ___reftype_2)); } inline Type_t * get_reftype_2() const { return ___reftype_2; } inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; } inline void set_reftype_2(Type_t * value) { ___reftype_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___reftype_2), (void*)value); } }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.Serialization.ObjectManager struct ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 : public RuntimeObject { public: // System.Runtime.Serialization.DeserializationEventHandler System.Runtime.Serialization.ObjectManager::m_onDeserializationHandler DeserializationEventHandler_t96163039FFB39DB4A7BA9C218D9F11D400B9EE86 * ___m_onDeserializationHandler_0; // System.Runtime.Serialization.SerializationEventHandler System.Runtime.Serialization.ObjectManager::m_onDeserializedHandler SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * ___m_onDeserializedHandler_1; // System.Runtime.Serialization.ObjectHolder[] System.Runtime.Serialization.ObjectManager::m_objects ObjectHolderU5BU5D_tB0134C25BE5EE8773D2724BD2D76B396A1024703* ___m_objects_2; // System.Object System.Runtime.Serialization.ObjectManager::m_topObject RuntimeObject * ___m_topObject_3; // System.Runtime.Serialization.ObjectHolderList System.Runtime.Serialization.ObjectManager::m_specialFixupObjects ObjectHolderList_t6EC019D0FA1ACB5A6B6DE3B99E9523C8D7675291 * ___m_specialFixupObjects_4; // System.Int64 System.Runtime.Serialization.ObjectManager::m_fixupCount int64_t ___m_fixupCount_5; // System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.ObjectManager::m_selector RuntimeObject* ___m_selector_6; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.ObjectManager::m_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___m_context_7; public: inline static int32_t get_offset_of_m_onDeserializationHandler_0() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_onDeserializationHandler_0)); } inline DeserializationEventHandler_t96163039FFB39DB4A7BA9C218D9F11D400B9EE86 * get_m_onDeserializationHandler_0() const { return ___m_onDeserializationHandler_0; } inline DeserializationEventHandler_t96163039FFB39DB4A7BA9C218D9F11D400B9EE86 ** get_address_of_m_onDeserializationHandler_0() { return &___m_onDeserializationHandler_0; } inline void set_m_onDeserializationHandler_0(DeserializationEventHandler_t96163039FFB39DB4A7BA9C218D9F11D400B9EE86 * value) { ___m_onDeserializationHandler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_onDeserializationHandler_0), (void*)value); } inline static int32_t get_offset_of_m_onDeserializedHandler_1() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_onDeserializedHandler_1)); } inline SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * get_m_onDeserializedHandler_1() const { return ___m_onDeserializedHandler_1; } inline SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 ** get_address_of_m_onDeserializedHandler_1() { return &___m_onDeserializedHandler_1; } inline void set_m_onDeserializedHandler_1(SerializationEventHandler_t3033BE1E86AE40A7533AD615FF9122FC8ED0B7C1 * value) { ___m_onDeserializedHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_onDeserializedHandler_1), (void*)value); } inline static int32_t get_offset_of_m_objects_2() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_objects_2)); } inline ObjectHolderU5BU5D_tB0134C25BE5EE8773D2724BD2D76B396A1024703* get_m_objects_2() const { return ___m_objects_2; } inline ObjectHolderU5BU5D_tB0134C25BE5EE8773D2724BD2D76B396A1024703** get_address_of_m_objects_2() { return &___m_objects_2; } inline void set_m_objects_2(ObjectHolderU5BU5D_tB0134C25BE5EE8773D2724BD2D76B396A1024703* value) { ___m_objects_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objects_2), (void*)value); } inline static int32_t get_offset_of_m_topObject_3() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_topObject_3)); } inline RuntimeObject * get_m_topObject_3() const { return ___m_topObject_3; } inline RuntimeObject ** get_address_of_m_topObject_3() { return &___m_topObject_3; } inline void set_m_topObject_3(RuntimeObject * value) { ___m_topObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_topObject_3), (void*)value); } inline static int32_t get_offset_of_m_specialFixupObjects_4() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_specialFixupObjects_4)); } inline ObjectHolderList_t6EC019D0FA1ACB5A6B6DE3B99E9523C8D7675291 * get_m_specialFixupObjects_4() const { return ___m_specialFixupObjects_4; } inline ObjectHolderList_t6EC019D0FA1ACB5A6B6DE3B99E9523C8D7675291 ** get_address_of_m_specialFixupObjects_4() { return &___m_specialFixupObjects_4; } inline void set_m_specialFixupObjects_4(ObjectHolderList_t6EC019D0FA1ACB5A6B6DE3B99E9523C8D7675291 * value) { ___m_specialFixupObjects_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_specialFixupObjects_4), (void*)value); } inline static int32_t get_offset_of_m_fixupCount_5() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_fixupCount_5)); } inline int64_t get_m_fixupCount_5() const { return ___m_fixupCount_5; } inline int64_t* get_address_of_m_fixupCount_5() { return &___m_fixupCount_5; } inline void set_m_fixupCount_5(int64_t value) { ___m_fixupCount_5 = value; } inline static int32_t get_offset_of_m_selector_6() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_selector_6)); } inline RuntimeObject* get_m_selector_6() const { return ___m_selector_6; } inline RuntimeObject** get_address_of_m_selector_6() { return &___m_selector_6; } inline void set_m_selector_6(RuntimeObject* value) { ___m_selector_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_selector_6), (void*)value); } inline static int32_t get_offset_of_m_context_7() { return static_cast(offsetof(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96, ___m_context_7)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_m_context_7() const { return ___m_context_7; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_m_context_7() { return &___m_context_7; } inline void set_m_context_7(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___m_context_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_context_7))->___m_additionalContext_0), (void*)NULL); } }; // System.IO.PinnedBufferMemoryStream struct PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 : public UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 { public: // System.Byte[] System.IO.PinnedBufferMemoryStream::_array ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____array_14; // System.Runtime.InteropServices.GCHandle System.IO.PinnedBufferMemoryStream::_pinningHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ____pinningHandle_15; public: inline static int32_t get_offset_of__array_14() { return static_cast(offsetof(PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78, ____array_14)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__array_14() const { return ____array_14; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__array_14() { return &____array_14; } inline void set__array_14(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____array_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_14), (void*)value); } inline static int32_t get_offset_of__pinningHandle_15() { return static_cast(offsetof(PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78, ____pinningHandle_15)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get__pinningHandle_15() const { return ____pinningHandle_15; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of__pinningHandle_15() { return &____pinningHandle_15; } inline void set__pinningHandle_15(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ____pinningHandle_15 = value; } }; // System.RankException struct RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo struct ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 : public RuntimeObject { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectInfoId int32_t ___objectInfoId_0; // System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectType Type_t * ___objectType_2; // System.Runtime.Serialization.ObjectManager System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::objectManager ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager_3; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::count int32_t ___count_4; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isSi bool ___isSi_5; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isNamed bool ___isNamed_6; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::isTyped bool ___isTyped_7; // System.Boolean System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::bSimpleAssembly bool ___bSimpleAssembly_8; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::cache SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * ___cache_9; // System.String[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::wireMemberNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___wireMemberNames_10; // System.Type[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::wireMemberTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___wireMemberTypes_11; // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::lastPosition int32_t ___lastPosition_12; // System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::serializationSurrogate RuntimeObject* ___serializationSurrogate_13; // System.Runtime.Serialization.StreamingContext System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context_14; // System.Collections.Generic.List`1 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::memberTypesList List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * ___memberTypesList_15; // System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::serObjectInfoInit SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit_16; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::formatterConverter RuntimeObject* ___formatterConverter_17; public: inline static int32_t get_offset_of_objectInfoId_0() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___objectInfoId_0)); } inline int32_t get_objectInfoId_0() const { return ___objectInfoId_0; } inline int32_t* get_address_of_objectInfoId_0() { return &___objectInfoId_0; } inline void set_objectInfoId_0(int32_t value) { ___objectInfoId_0 = value; } inline static int32_t get_offset_of_objectType_2() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___objectType_2)); } inline Type_t * get_objectType_2() const { return ___objectType_2; } inline Type_t ** get_address_of_objectType_2() { return &___objectType_2; } inline void set_objectType_2(Type_t * value) { ___objectType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_2), (void*)value); } inline static int32_t get_offset_of_objectManager_3() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___objectManager_3)); } inline ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * get_objectManager_3() const { return ___objectManager_3; } inline ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 ** get_address_of_objectManager_3() { return &___objectManager_3; } inline void set_objectManager_3(ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * value) { ___objectManager_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectManager_3), (void*)value); } inline static int32_t get_offset_of_count_4() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___count_4)); } inline int32_t get_count_4() const { return ___count_4; } inline int32_t* get_address_of_count_4() { return &___count_4; } inline void set_count_4(int32_t value) { ___count_4 = value; } inline static int32_t get_offset_of_isSi_5() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___isSi_5)); } inline bool get_isSi_5() const { return ___isSi_5; } inline bool* get_address_of_isSi_5() { return &___isSi_5; } inline void set_isSi_5(bool value) { ___isSi_5 = value; } inline static int32_t get_offset_of_isNamed_6() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___isNamed_6)); } inline bool get_isNamed_6() const { return ___isNamed_6; } inline bool* get_address_of_isNamed_6() { return &___isNamed_6; } inline void set_isNamed_6(bool value) { ___isNamed_6 = value; } inline static int32_t get_offset_of_isTyped_7() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___isTyped_7)); } inline bool get_isTyped_7() const { return ___isTyped_7; } inline bool* get_address_of_isTyped_7() { return &___isTyped_7; } inline void set_isTyped_7(bool value) { ___isTyped_7 = value; } inline static int32_t get_offset_of_bSimpleAssembly_8() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___bSimpleAssembly_8)); } inline bool get_bSimpleAssembly_8() const { return ___bSimpleAssembly_8; } inline bool* get_address_of_bSimpleAssembly_8() { return &___bSimpleAssembly_8; } inline void set_bSimpleAssembly_8(bool value) { ___bSimpleAssembly_8 = value; } inline static int32_t get_offset_of_cache_9() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___cache_9)); } inline SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * get_cache_9() const { return ___cache_9; } inline SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB ** get_address_of_cache_9() { return &___cache_9; } inline void set_cache_9(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * value) { ___cache_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_9), (void*)value); } inline static int32_t get_offset_of_wireMemberNames_10() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___wireMemberNames_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_wireMemberNames_10() const { return ___wireMemberNames_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_wireMemberNames_10() { return &___wireMemberNames_10; } inline void set_wireMemberNames_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___wireMemberNames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___wireMemberNames_10), (void*)value); } inline static int32_t get_offset_of_wireMemberTypes_11() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___wireMemberTypes_11)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_wireMemberTypes_11() const { return ___wireMemberTypes_11; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_wireMemberTypes_11() { return &___wireMemberTypes_11; } inline void set_wireMemberTypes_11(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___wireMemberTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___wireMemberTypes_11), (void*)value); } inline static int32_t get_offset_of_lastPosition_12() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___lastPosition_12)); } inline int32_t get_lastPosition_12() const { return ___lastPosition_12; } inline int32_t* get_address_of_lastPosition_12() { return &___lastPosition_12; } inline void set_lastPosition_12(int32_t value) { ___lastPosition_12 = value; } inline static int32_t get_offset_of_serializationSurrogate_13() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___serializationSurrogate_13)); } inline RuntimeObject* get_serializationSurrogate_13() const { return ___serializationSurrogate_13; } inline RuntimeObject** get_address_of_serializationSurrogate_13() { return &___serializationSurrogate_13; } inline void set_serializationSurrogate_13(RuntimeObject* value) { ___serializationSurrogate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializationSurrogate_13), (void*)value); } inline static int32_t get_offset_of_context_14() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___context_14)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_context_14() const { return ___context_14; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_context_14() { return &___context_14; } inline void set_context_14(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___context_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___context_14))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_memberTypesList_15() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___memberTypesList_15)); } inline List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * get_memberTypesList_15() const { return ___memberTypesList_15; } inline List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 ** get_address_of_memberTypesList_15() { return &___memberTypesList_15; } inline void set_memberTypesList_15(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * value) { ___memberTypesList_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberTypesList_15), (void*)value); } inline static int32_t get_offset_of_serObjectInfoInit_16() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___serObjectInfoInit_16)); } inline SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * get_serObjectInfoInit_16() const { return ___serObjectInfoInit_16; } inline SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D ** get_address_of_serObjectInfoInit_16() { return &___serObjectInfoInit_16; } inline void set_serObjectInfoInit_16(SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * value) { ___serObjectInfoInit_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___serObjectInfoInit_16), (void*)value); } inline static int32_t get_offset_of_formatterConverter_17() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223, ___formatterConverter_17)); } inline RuntimeObject* get_formatterConverter_17() const { return ___formatterConverter_17; } inline RuntimeObject** get_address_of_formatterConverter_17() { return &___formatterConverter_17; } inline void set_formatterConverter_17(RuntimeObject* value) { ___formatterConverter_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___formatterConverter_17), (void*)value); } }; struct ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_StaticFields { public: // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::readObjectInfoCounter int32_t ___readObjectInfoCounter_1; public: inline static int32_t get_offset_of_readObjectInfoCounter_1() { return static_cast(offsetof(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_StaticFields, ___readObjectInfoCounter_1)); } inline int32_t get_readObjectInfoCounter_1() const { return ___readObjectInfoCounter_1; } inline int32_t* get_address_of_readObjectInfoCounter_1() { return &___readObjectInfoCounter_1; } inline void set_readObjectInfoCounter_1(int32_t value) { ___readObjectInfoCounter_1 = value; } }; // System.Reflection.ReflectionTypeLoadException struct ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.Type[] System.Reflection.ReflectionTypeLoadException::_classes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ____classes_17; // System.Exception[] System.Reflection.ReflectionTypeLoadException::_exceptions ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* ____exceptions_18; public: inline static int32_t get_offset_of__classes_17() { return static_cast(offsetof(ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C, ____classes_17)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get__classes_17() const { return ____classes_17; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of__classes_17() { return &____classes_17; } inline void set__classes_17(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ____classes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____classes_17), (void*)value); } inline static int32_t get_offset_of__exceptions_18() { return static_cast(offsetof(ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C, ____exceptions_18)); } inline ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* get__exceptions_18() const { return ____exceptions_18; } inline ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D** get_address_of__exceptions_18() { return &____exceptions_18; } inline void set__exceptions_18(ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* value) { ____exceptions_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____exceptions_18), (void*)value); } }; // System.Runtime.Remoting.RemotingException struct RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ResolveEventHandler struct ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 : public MulticastDelegate_t { public: public: }; // Microsoft.Win32.SafeHandles.SafeRegistryHandle struct SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 : public SafeHandleZeroOrMinusOneIsInvalid_t0C690C7DC958D0C04E529E2BB0F6569956328B45 { public: public: }; // System.Runtime.Serialization.SerializationException struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; struct SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields { public: // System.String System.Runtime.Serialization.SerializationException::_nullMessage String_t* ____nullMessage_17; public: inline static int32_t get_offset_of__nullMessage_17() { return static_cast(offsetof(SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_StaticFields, ____nullMessage_17)); } inline String_t* get__nullMessage_17() const { return ____nullMessage_17; } inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; } inline void set__nullMessage_17(String_t* value) { ____nullMessage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value); } }; // System.Reflection.TypeInfo struct TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F : public Type_t { public: public: }; // System.Threading.WaitCallback struct WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 : public MulticastDelegate_t { public: public: }; // System.Threading.WaitOrTimerCallback struct WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB : public MulticastDelegate_t { public: public: }; // Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler struct KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 : public MulticastDelegate_t { public: public: }; // 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.IO.EndOfStreamException struct EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // System.ObjectDisposedException struct ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A : public InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB { public: // System.String System.ObjectDisposedException::objectName String_t* ___objectName_17; public: inline static int32_t get_offset_of_objectName_17() { return static_cast(offsetof(ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A, ___objectName_17)); } inline String_t* get_objectName_17() const { return ___objectName_17; } inline String_t** get_address_of_objectName_17() { return &___objectName_17; } inline void set_objectName_17(String_t* value) { ___objectName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value); } }; // System.RuntimeType struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 : public TypeInfo_tFFBAC0D7187BFD2D25CC801679BC9645020EC04F { public: // System.MonoTypeInfo System.RuntimeType::type_info MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * ___type_info_26; // System.Object System.RuntimeType::GenericCache RuntimeObject * ___GenericCache_27; // System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * ___m_serializationCtor_28; public: inline static int32_t get_offset_of_type_info_26() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___type_info_26)); } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * get_type_info_26() const { return ___type_info_26; } inline MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 ** get_address_of_type_info_26() { return &___type_info_26; } inline void set_type_info_26(MonoTypeInfo_tD048FE6E8A79174435DD9BA986294B02C68DFC79 * value) { ___type_info_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value); } inline static int32_t get_offset_of_GenericCache_27() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___GenericCache_27)); } inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; } inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; } inline void set_GenericCache_27(RuntimeObject * value) { ___GenericCache_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value); } inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07, ___m_serializationCtor_28)); } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; } inline RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; } inline void set_m_serializationCtor_28(RuntimeConstructorInfo_t9B65F4BAA154E6B8888A68FA9BA02993090876BB * value) { ___m_serializationCtor_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value); } }; struct RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields { public: // System.RuntimeType System.RuntimeType::ValueType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ValueType_10; // System.RuntimeType System.RuntimeType::EnumType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___EnumType_11; // System.RuntimeType System.RuntimeType::ObjectType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___ObjectType_12; // System.RuntimeType System.RuntimeType::StringType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___StringType_13; // System.RuntimeType System.RuntimeType::DelegateType RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___DelegateType_14; // System.Type[] System.RuntimeType::s_SICtorParamTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___s_SICtorParamTypes_15; // System.RuntimeType System.RuntimeType::s_typedRef RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___s_typedRef_25; public: inline static int32_t get_offset_of_ValueType_10() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ValueType_10)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ValueType_10() const { return ___ValueType_10; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ValueType_10() { return &___ValueType_10; } inline void set_ValueType_10(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ValueType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value); } inline static int32_t get_offset_of_EnumType_11() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___EnumType_11)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_EnumType_11() const { return ___EnumType_11; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_EnumType_11() { return &___EnumType_11; } inline void set_EnumType_11(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___EnumType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value); } inline static int32_t get_offset_of_ObjectType_12() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___ObjectType_12)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_ObjectType_12() const { return ___ObjectType_12; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_ObjectType_12() { return &___ObjectType_12; } inline void set_ObjectType_12(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___ObjectType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value); } inline static int32_t get_offset_of_StringType_13() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___StringType_13)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_StringType_13() const { return ___StringType_13; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_StringType_13() { return &___StringType_13; } inline void set_StringType_13(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___StringType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value); } inline static int32_t get_offset_of_DelegateType_14() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___DelegateType_14)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_DelegateType_14() const { return ___DelegateType_14; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_DelegateType_14() { return &___DelegateType_14; } inline void set_DelegateType_14(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___DelegateType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value); } inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_SICtorParamTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; } inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___s_SICtorParamTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value); } inline static int32_t get_offset_of_s_typedRef_25() { return static_cast(offsetof(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_StaticFields, ___s_typedRef_25)); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * get_s_typedRef_25() const { return ___s_typedRef_25; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; } inline void set_s_typedRef_25(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { ___s_typedRef_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value); } }; // System.ReflectionOnlyType struct ReflectionOnlyType_t1EF43BEB5E0AD43FB262489E6493EB1A444B0F06 : public RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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.Security.Cryptography.KeySizes[] struct KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499 : public RuntimeArray { public: ALIGN_FIELD (8) KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * m_Items[1]; public: inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // 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.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.Threading.Tasks.IndexRange[] struct IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14 : public RuntimeArray { public: ALIGN_FIELD (8) IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 m_Items[1]; public: inline IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 * 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, IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_nSharedCurrentIndexOffset_2), (void*)NULL); } inline IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_nSharedCurrentIndexOffset_2), (void*)NULL); } }; // 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.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_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, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** 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, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Exception[] struct ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D : public RuntimeArray { public: ALIGN_FIELD (8) Exception_t * m_Items[1]; public: inline Exception_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Exception_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Exception_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Exception_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Exception_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Exception_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Threading.WaitHandle[] struct WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3 : public RuntimeArray { public: ALIGN_FIELD (8) WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * m_Items[1]; public: inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA m_Items[1]; public: inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * 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, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_tC1C793BD8B003B24010657487AFD17A4BA3DF6EA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // System.Runtime.Remoting.Contexts.IContextAttribute[] struct IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6 : 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.RuntimeType[] struct RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * m_Items[1]; public: inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** 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, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshal_pinvoke(const Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678& unmarshaled, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshal_pinvoke_back(const Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke& marshaled, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678& unmarshaled); IL2CPP_EXTERN_C void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshal_pinvoke_cleanup(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshal_pinvoke(const MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8& unmarshaled, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshal_pinvoke_back(const MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke& marshaled, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8& unmarshaled); IL2CPP_EXTERN_C void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshal_pinvoke_cleanup(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshal_com(const Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678& unmarshaled, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com& marshaled); IL2CPP_EXTERN_C void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshal_com_back(const Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com& marshaled, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678& unmarshaled); IL2CPP_EXTERN_C void Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshal_com_cleanup(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_marshaled_com& marshaled); IL2CPP_EXTERN_C void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshal_com(const MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8& unmarshaled, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com& marshaled); IL2CPP_EXTERN_C void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshal_com_back(const MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com& marshaled, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8& unmarshaled); IL2CPP_EXTERN_C void MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshal_com_cleanup(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com& marshaled); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // T System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Shared`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB_gshared (Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, 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.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.Collections.Generic.Dictionary`2::ContainsValue(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsValue_m3A105ABED74BB428409D07FDE41C82A7D06263DD_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_mCA0091F1C06A9A50937550516BBEB49F56A74B14 (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.Security.Cryptography.RandomNumberGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator__ctor_m847FF2BC424CF5838E81A0812DDE69B4F60D4689 (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __this, const RuntimeMethod* method); // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73 (intptr_t ___value10, intptr_t ___value21, 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.CryptographicException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31 (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * __this, String_t* ___message0, 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.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8 (intptr_t ___handle0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, 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.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m8A1EE7D2F67B5ADA9EC1E361026BD95B7EE527F7 (intptr_t ___handle0, 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.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_m64D72E15F38FBDEB81DE367482336BD89E29CBF7 (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm__ctor_mFA50AEA6AC7D826EBB6014DC8A0E864B4AF5EAAB (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * __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.Object System.Security.Cryptography.CryptoConfig::CreateFromName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46 (String_t* ___name0, const RuntimeMethod* method); // System.Exception System.Security.Cryptography.RSA::DerivedClassMustOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B (const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.String System.Security.Cryptography.HashAlgorithmName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 * __this, 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.Exception System.Security.Cryptography.RSA::HashAlgorithmNameNullOrEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A (const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSASignaturePadding::op_Equality(System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___left0, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___right1, 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.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.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.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.Security.Util.Parser::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_mA7C3871586CC8E640485115C89B782A9E78CD28C (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, String_t* ___input0, const RuntimeMethod* method); // System.Security.SecurityElement System.Security.Util.Parser::GetTopElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_tB9682077760936136392270197F642224B2141CC * Parser_GetTopElement_mDC8DF07EB881D8835871E16D6FD4A44FCA38112C (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * __this, const RuntimeMethod* method); // System.String System.Security.SecurityElement::SearchForTextOfLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5 (SecurityElement_tB9682077760936136392270197F642224B2141CC * __this, String_t* ___strLocalName0, 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.String System.Security.Cryptography.Utils::DiscardWhiteSpaces(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4 (String_t* ___inputBuffer0, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, 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.Security.Cryptography.HashAlgorithm System.Security.Cryptography.HashAlgorithm::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3 (String_t* ___hashName0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m18D758AA4A5FDB6132C9DA8BB7445D774D71FBA2 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_mB6187F38B25927C58755E1CD9E40C6B5B684F7B8 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inputStream0, 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.Boolean System.Security.Cryptography.RSAEncryptionPadding::op_Equality(System.Security.Cryptography.RSAEncryptionPadding,System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___left0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___right1, const RuntimeMethod* method); // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_Pkcs1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA_inline (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_Encrypt_mDA723C5966FAE2FD292BA7EB2F7E0DC5CDD2EDCF (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, bool ___fOAEP1, const RuntimeMethod* method); // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_OaepSHA1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518_inline (const RuntimeMethod* method); // System.Exception System.Security.Cryptography.RSACryptoServiceProvider::PaddingModeNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * RSACryptoServiceProvider_PaddingModeNotSupported_m8A175DA7F17FAC13C953A507EED56BBB9563CA05 (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, bool ___fOAEP1, const RuntimeMethod* method); // System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.RSASignaturePadding::get_Pkcs1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * RSASignaturePadding_get_Pkcs1_m65459A11DDD8DB0CFE50611F1BE7F66282608120_inline (const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSASignaturePadding::op_Inequality(System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_op_Inequality_m32116E7246CCED40653D201F82E117BF210EE403 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___left0, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___right1, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::GetAlgorithmId(System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSACryptoServiceProvider_GetAlgorithmId_mBCF65476A21A3E503A22BE3AB990304E6A36D8BC (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm0, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignHash_mC0EF59636A769773B7F97FEABB92EB16A88D204B (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, int32_t ___calgHash1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyHash(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyHash_m42B78C4B2664E4A71DD8F1CCE0E2CB2FDEAB94E2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, int32_t ___calgHash1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSignature2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m6CB05108969834298D488EFF9ED67C908022FFF8 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSA__ctor_mBC50BA9A3A59E11DAFC8F8450518B5B1A8BCCF10 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Common_mB30E15D065B414E7263DB8B2D570DAB4BBA64CF9 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, bool ___parameters1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Common_m8913A133150DC17F9FE49D4293AB86E880C3890B (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___p0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.KeySizes::.ctor(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * __this, int32_t ___minSize0, int32_t ___maxSize1, int32_t ___skipSize2, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::set_KeySize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_set_KeySize_m0A6FFF0FCC83335855F25E8574E4B7B805A24EE5 (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged__ctor_mB9727DB18FF7BCC5D319A080E955140925D7CF3A (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, int32_t ___keySize0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler__ctor_mF46930B9307D260B4A577EE8E19D7895426863A5 (KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_add_KeyGenerated_m714A02FB2AE0D6436F8C74AD19E43C9C77DF8604 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * ___value0, const RuntimeMethod* method); // 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); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_UseMachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_UseMachineKeyStore_mF1DF0B1555EE1DF8F09445E318D2D0EFC820E17B (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.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.Void Mono.Security.Cryptography.KeyPairPersistence::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence__ctor_m698E7F44C46A4B426C6668D1836B275BA3890F20 (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.KeyPairPersistence::Load() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyPairPersistence_Load_m13D590D2111E7D43D156DEA81C04C0E18B777205 (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, const RuntimeMethod* method); // System.String Mono.Security.Cryptography.KeyPairPersistence::get_KeyValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* KeyPairPersistence_get_KeyValue_mFB1357E7866B387D416539EAF754C8D023FDCD1A_inline (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSACryptoServiceProvider::OnKeyGenerated(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_OnKeyGenerated_mC82A3D387E875FDABB6A2F7CE1F6B8A0A25F9169 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_mD1F012A7D117556E8FD5B724C20EF54B9AB10EDE (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880 (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeDeformatter__ctor_m9CF0804F06791ED354B49105B75FA3073D25A502 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeDeformatter__ctor_mC2F1E7D5C32E4B37D2DB2F4555C2FDD8EBEB1804 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.RSAManaged::get_IsCrtPossible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_IsCrtPossible_m51A2616DE4D9B388F32A9D22A7A4CAF59D1388A9 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeFormatter__ctor_mBEEAEBC065A2CC950D53397F75E675275917C86F (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter__ctor_m761C7145B9D3BE57370D9D361E4FD2A5F8B52735 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider::GetHashFromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * RSACryptoServiceProvider_GetHashFromString_mBC410F51EEE176845E5D6721A690C50A62EE317E (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, String_t* ___name0, 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.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.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.String System.Security.Cryptography.RSACryptoServiceProvider::GetHashNameFromOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, String_t* ___oid0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m4A8FC5B8C861B832E1515F870BEC4B7305E69E80 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Int32,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignData_m5DE8D55598E239775FBC45A225D4655E033C9B81 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, RuntimeObject * ___halg3, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider::GetHash(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, RuntimeObject * ___halg0, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PKCS1_Sign_v15_m58A85B6C7E39022DDF4079F199D4DA1AD94ACF8E (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hashValue2, 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.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider::InternalHashToHashAlgorithm(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * RSACryptoServiceProvider_InternalHashToHashAlgorithm_mD24AE245A46D893CEB4FDE4643E3CCCF6147A049 (int32_t ___calgHash0, const RuntimeMethod* method); // System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * MD5_Create_mC22D8B0F48E87D36AF16D5D17B8F42071D2069E7 (const RuntimeMethod* method); // System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A (const RuntimeMethod* method); // System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 * SHA256_Create_mA93565DD491DC3380FB602957B00EA909FEB8A20 (const RuntimeMethod* method); // System.Security.Cryptography.SHA384 System.Security.Cryptography.SHA384::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 * SHA384_Create_mC2AC5C36023DF72A00224D2758E79B19338B53E5 (const RuntimeMethod* method); // System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA512::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 * SHA512_Create_mD8351200F8C635B75B8596C3E05188D0D61CD4F8 (const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9 (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_mD3AAABAD0EE7D862536325E70FBF9C7E3B978AE3 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hashValue2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature3, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Remove_mEE185661D6F438BAC5E2753BF6C2FC8493516D6A (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricAlgorithm::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricAlgorithm_Clear_m21EC47F8DA34193EE0E99CBCA2D4DF4FD8F5166C (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * __this, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::set_KeyValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_set_KeyValue_mD464B02252176B2B843DAA86709B96FCD525B7FD (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.KeyPairPersistence::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyPairPersistence_Save_m83770193D8C4AFC0691AB2DE5689A3D70003600F (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, const RuntimeMethod* method); // System.Security.Cryptography.CspParameters Mono.Security.Cryptography.KeyPairPersistence::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * KeyPairPersistence_get_Parameters_m019D01CD65ADBD926F90FAA592F8578E5278184A (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAEncryptionPadding::.ctor(System.Security.Cryptography.RSAEncryptionPaddingMode,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAEncryptionPadding__ctor_m59587AF35A76A8660E43552B946883F54D1AA2A0 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, int32_t ___mode0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___oaepHashAlgorithm1, 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.Int32 System.Security.Cryptography.HashAlgorithmName::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashAlgorithmName_GetHashCode_m11ECE0BF9EB6E9CAF406751211EE61F82778A622 (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 * __this, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.RSAEncryptionPadding::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAEncryptionPadding_CombineHashCodes_m73BBF1C3CA4293401087D483092B4090A02F8243 (int32_t ___h10, int32_t ___h21, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSAEncryptionPadding::Equals(System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_Equals_mFDA904801DBC9A6767EC7F6B1DA8F180F0E6DBC4 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___other0, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSAEncryptionPadding::op_Inequality(System.Security.Cryptography.RSAEncryptionPadding,System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_op_Inequality_m4CFC3CC88B4886064C382624C9C5CC6AF68EB99D (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___left0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___right1, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.HashAlgorithmName::op_Equality(System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashAlgorithmName_op_Equality_mB0CCB15CFA7C5EA129A50A0489DB1B6B4C070979 (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___left0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___right1, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 HashAlgorithmName_get_SHA1_mDE5E1D6660999B075EB4B839B5E38F1621265298 (const RuntimeMethod* method); // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::CreateOaep(System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm0, const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA256() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 HashAlgorithmName_get_SHA256_mFB565F1F4C74D19B42540838AA3271A292EB51C7 (const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA384() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 HashAlgorithmName_get_SHA384_m0ACF123378CC97B3631798D07E33D8BFFF9A1472 (const RuntimeMethod* method); // System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.HashAlgorithmName::get_SHA512() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 HashAlgorithmName_get_SHA512_m004DB53E29715AA80329A6CC0F98F38FCB197445 (const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Implicit_m1AAE81E75E20C88256C9780EBB3B8C88218679B3 (uint32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GeneratePseudoPrime(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_GeneratePseudoPrime_mC420033AEB8393618EA3E38DE3DB146E6AC1AB99 (int32_t ___bits0, const RuntimeMethod* method); // System.UInt32 Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BigInteger_op_Modulus_mCCBB000313896B2ACFDD6853DD23BB01A8549203 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi0, uint32_t ___ui1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Inequality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Multiply(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Int32 Mono.Math.BigInteger::BitCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_LessThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_LessThan_m2C46775DC1C12503C0300482FD048E1D0E473B23 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A (int32_t ___value0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Subtraction(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::ModInverse(Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_ModInverse_m1A3833769160D2375238C848410C101382877461 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___modulus0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Modulus(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler::Invoke(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyGeneratedEventHandler_Invoke_m4B81717A72F5021869B01E6DF2A9C07C0C46258D (KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * __this, RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method); // System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mCCBF5EA049DD33844506A434B31CC21A1BADA003_inline (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * __this, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_Equality(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_m462430C0950EAA409AAC02527157467F90076FD2 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inData0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::GenerateRandom(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_GenerateRandom_mE5F0D05CC99BA615CE392D5432E780B374830A7C (int32_t ___bits0, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::ModPow(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_ModPow_m05FD681FCBFD0280F17A5798732004E3CB49E81B (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___exp0, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___n1, const RuntimeMethod* method); // System.Boolean Mono.Math.BigInteger::op_GreaterThan(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BigInteger_op_GreaterThan_m8DCB39BDA221FE1D14D1B117D2A27A547AA91DF8 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // Mono.Math.BigInteger Mono.Math.BigInteger::op_Addition(Mono.Math.BigInteger,Mono.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * BigInteger_op_Addition_m67E73A00BD5CEC15E47AFBFC1A966CCBDB385AD7 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi10, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___bi21, const RuntimeMethod* method); // System.Void Mono.Math.BigInteger::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___value0, int32_t ___length1, const RuntimeMethod* method); // System.Byte[] Mono.Math.BigInteger::GetBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* BigInteger_GetBytes_mF2B46D5A258E774CB3A7B2C8832C5F7A09647056 (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * __this, 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.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, 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.Void System.Security.Cryptography.AsymmetricKeyExchangeDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeDeformatter__ctor_mA3702957385124F014605F6E084840E7ECC5B252 (AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 * __this, 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.Boolean System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::get_OverridesDecrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAOAEPKeyExchangeDeformatter_get_OverridesDecrypt_m5823927DD52328205FBF536927DF7DEC9F5A2570 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.PKCS1MaskGenerationMethod::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKCS1MaskGenerationMethod__ctor_m4BA72AA5C3B14F5D13A90276C534882F7D3E1A4D (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.Utils::RsaOaepDecrypt(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Security.Cryptography.PKCS1MaskGenerationMethod,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Utils_RsaOaepDecrypt_mACF6138A5C8B00D2D8C1F5CEB4138D1ED7EC70A3 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash1, PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * ___mgf2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___encryptedData3, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, 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.Boolean System.Security.Cryptography.Utils::DoesRsaKeyOverride(System.Security.Cryptography.RSA,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utils_DoesRsaKeyOverride_m47E5FDCC11CE48C60009805A4297B3F77203155F (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsaKey0, String_t* ___methodName1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___parameterTypes2, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(T) inline void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared)(__this, ___value0, method); } // T System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_gshared)(__this, method); } // System.Void System.Security.Cryptography.AsymmetricKeyExchangeFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricKeyExchangeFormatter__ctor_mB4F8505EEC84EDA67EC79135C5B244C5DAF57125 (AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::get_OverridesEncrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAOAEPKeyExchangeFormatter_get_OverridesEncrypt_m7365E6950CE2147C07A46030A2716798784413BC (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RandomNumberGenerator_Create_m04A5418F8572F0498EE0659633B4C0620CB55721 (const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.Utils::RsaOaepEncrypt(System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithm,System.Security.Cryptography.PKCS1MaskGenerationMethod,System.Security.Cryptography.RandomNumberGenerator,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Utils_RsaOaepEncrypt_mD3EB4298FBEA2C2BCDEBC37C764E2000F280EA8D (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * ___hash1, PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * ___mgf2, RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___rng3, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data4, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::get_OverridesDecrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAPKCS1KeyExchangeDeformatter_get_OverridesDecrypt_m771BBED94353A8A6FD2F579836FCFB1F7E4F3840 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, 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.Boolean System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::get_OverridesEncrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAPKCS1KeyExchangeFormatter_get_OverridesEncrypt_m0992206DF1182901EE9FF4F1718E3624A7FC5569 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method); // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::get_Rng() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RSAPKCS1KeyExchangeFormatter_get_Rng_mEE3E4B08B0B3EB5CBA1D250268E0BA85E7F5A9E6_inline (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSAPKCS1SignatureDescription::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDescription__ctor_m8209103721F073EA4CD64FF2A1B42496090C7EA0 (RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 * __this, String_t* ___hashAlgorithm0, String_t* ___digestAlgorithm1, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureDeformatter__ctor_mD1A78C979CADC0692821049075FB114606DF6F78 (AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * __this, const RuntimeMethod* method); // System.Boolean Mono.Security.Cryptography.PKCS1::Verify_v15(System.Security.Cryptography.RSA,System.String,System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKCS1_Verify_v15_m083722FDB12EFB70772EAEAAF42F76094AAFB092 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, String_t* ___hashName1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hashValue2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature3, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SignatureDescription__ctor_m9A9C060DF83ACA74C0DBC3E3AE0A44563E72BED2 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_KeyAlgorithm(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_m33363463F18F61CF6E7D6E6AFC1058620A9CA2C0_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_DigestAlgorithm(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_mF0ECB17B5D583EAEE5CF673E5D59ABB0998B0782_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_FormatterAlgorithm(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_mFFAE95E6194F465AA4059DE83ECBABDD6075021D_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.SignatureDescription::set_DeformatterAlgorithm(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_m06F0DA296BD3FF5B8E1691A878E46C4231C2729D_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricSignatureDeformatter System.Security.Cryptography.SignatureDescription::CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * SignatureDescription_CreateDeformatter_mBDAD3D9419C803C5C23C5FEEF95C0F3EC3573290 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method); // System.Security.Cryptography.AsymmetricSignatureFormatter System.Security.Cryptography.SignatureDescription::CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * SignatureDescription_CreateFormatter_mD1D4796212D4BC8CE5AB256C50E9B0786C5CC295 (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsymmetricSignatureFormatter__ctor_mFDD1C5287769535B20D9D5D6D98486A3EF45C22C (AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.Cryptography.PKCS1::Sign_v15(System.Security.Cryptography.RSA,System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PKCS1_Sign_v15_mAF56D9466E7D609EE72A7AFC1C9DF379D10C0556 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * ___rsa0, String_t* ___hashName1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hashValue2, const RuntimeMethod* method); // System.Boolean System.Security.Cryptography.RSASignaturePadding::Equals(System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_Equals_m65B6F49BFC952C7C1D1518AAD245ECD3AA1A3426 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___other0, const RuntimeMethod* method); // System.Void System.Security.Cryptography.RSASignaturePadding::.ctor(System.Security.Cryptography.RSASignaturePaddingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSASignaturePadding__ctor_m5E5AFB61FE615E45A4EEFE862DC93B3F64295BA5 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, int32_t ___mode0, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (const RuntimeMethod* method); // System.Void System.Random::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m4372E46E0155A2BA0FA18FB6C0244C6AF650FBB4 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, int32_t ___Seed0, const RuntimeMethod* method); // System.Int32 System.Random::InternalSample() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, 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.Double System.Random::GetSampleForLargeRange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_GetSampleForLargeRange_m0449D8EBF64CFB543E24E440F4E8D60660CB8201 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __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.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Increment(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8 (int32_t* ___location0, const RuntimeMethod* method); // System.Void System.Threading.Tasks.RangeWorker::.ctor(System.Threading.Tasks.IndexRange[],System.Int32,System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeWorker__ctor_m4ECB32553096B93C34D5FE8F7E28AA5FB22D520F (RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * __this, IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* ___ranges0, int32_t ___nInitialRange1, int64_t ___nStep2, bool ___use32BitCurrentIndex3, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Shared`1::.ctor(T) inline void Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB (Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * __this, int64_t ___value0, const RuntimeMethod* method) { (( void (*) (Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 *, int64_t, const RuntimeMethod*))Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB_gshared)(__this, ___value0, method); } // System.Int32 System.Threading.Interlocked::Add(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Int64 System.Threading.Interlocked::Add(System.Int64&,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Interlocked_Add_m18AE0DFA0EFDBA489FB069BE464E81A6DF9B0AF2 (int64_t* ___location10, int64_t ___value1, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794 (int32_t* ___location10, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.RangeWorker::FindNewWork(System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RangeWorker_FindNewWork_mBD5345D7B78FACBA7452B2E8E28AFEB3F3DEABB4 (RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * __this, int64_t* ___nFromInclusiveLocal0, int64_t* ___nToExclusiveLocal1, const RuntimeMethod* method); // System.Boolean System.Threading.Tasks.RangeWorker::FindNewWork32(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RangeWorker_FindNewWork32_mE1E18E4F3D14423B21AC32E9C4AA035CC41A5F86 (RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * __this, int32_t* ___nFromInclusiveLocal320, int32_t* ___nToExclusiveLocal321, 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.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.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * ReadObjectInfo_GetObjectInfo_mD84FEC4004600723A52C316C0E605D4F5B14D1D5 (SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_m7D3AAF9BAF997247F403354489FF2C6849F7CAB2 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager3, SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitReadConstructor(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitReadConstructor_m542F5AACE71FB8B7E3E60BCCBFED8C730593D8D2 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_mC00D676AF33380FEEF35E3DFEFCF1F04BAB91076 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, Type_t * ___objectType0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context4, ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager5, SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitNoMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitNoMembers_m1B3E4728B0E237B317169D461254FF1BCFBD0D81 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitSiRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitSiRead_mE9B58FB55094BD4CD185C35A06E97622D296A482 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitMemberInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitMemberInfo_mCF535C201C3CD7DFFB1D0693E56CEBB6DC9DB19E (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mED7A5DAA7836EDD8F8B7F18743F22533B85A6BDE (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerObjectInfoCache__ctor_mDE2698F7032E91C8C40D227F20055F73A09C9F5D (SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.MemberInfo[] System.Runtime.Serialization.FormatterServices::GetSerializableMembers(System.Type,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* FormatterServices_GetSerializableMembers_mF6BBBC676D360F488B0971B27BDDC4625097B724 (Type_t * ___type0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberType(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetMemberType_m683D26C69742B5E5DC0AD430B594821FD5F094DC (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, MemberInfo_t * ___objMember0, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3 (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Position(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, String_t* ___name0, const RuntimeMethod* method); // T System.Collections.Generic.List`1::get_Item(System.Int32) inline Type_t * List_1_get_Item_m9AB8ED5A5DE9B492597306B61EB715A71BCCA97B_inline (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Type_t * (*) (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::.ctor(System.Type,System.Runtime.Serialization.IFormatterConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo__ctor_m469B0075FDE7408A4CC1659BD55DAC24D1D32C5E (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, Type_t * ___type0, RuntimeObject* ___converter1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.FormatterServices::PopulateObjectMembers(System.Object,System.Reflection.MemberInfo[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_PopulateObjectMembers_mCE797D53DF9126724AC5EC225FE9B7F84B34351A (RuntimeObject * ___obj0, MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* ___members1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___data2, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, 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.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo__ctor_m5F511486FEF35F8605BAF3E12C93DB7155D1DA9F (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.IntPtr,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Type_t * ___classToProxy0, intptr_t ___stub1, RuntimeObject * ___stubData2, const RuntimeMethod* method); // System.Boolean System.Type::get_IsMarshalByRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsMarshalByRef_mA5FD73F07181778A55080FD328BCF8822EFA57CF (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.Proxies.RealProxy::InternalGetProxyType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RealProxy_InternalGetProxyType_m7D72581C1185E92D34C2850312A1D27E957CF88E (RuntimeObject * ___transparentProxy0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_GetObjectData_m577EAB458C8B002F7371C1AA0659E5F24D7C2700 (RuntimeObject * ___obj0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, 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.Threading.ExecutionContext System.Threading.Thread::GetMutableExecutionContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::get_LogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ExecutionContext_get_LogicalCallContext_m2F95375B6A7C4D20848EB4AFC750E37D94D96139 (ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MonoMethodMessage::set_LogicalCallContext(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoMethodMessage_set_LogicalCallContext_mDEC392FFB91956DEE81D60FF402622591357DC30_inline (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___value0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.CallType System.Runtime.Remoting.Messaging.MonoMethodMessage::get_CallType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoMethodMessage_get_CallType_m2C5F16A59F143ED2B51BD64F18854DAC7B39FA42 (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.AsyncResult System.Runtime.Remoting.Messaging.MonoMethodMessage::get_AsyncResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.AsyncResult::set_CallMessage(System.Runtime.Remoting.Messaging.MonoMethodMessage) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncResult_set_CallMessage_m44564EB89B18682CD93F6C4C631EB9E7657AAB9E_inline (AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * __this, MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___value0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::EndInvoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AsyncResult_EndInvoke_m4BED3E05C7C4AE4EB7C1302A21AC26EC83900015 (AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.Messaging.MonoMethodMessage::get_MethodBase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodBase_t * MonoMethodMessage_get_MethodBase_m6FED326CC33A39571EAC84FBBB4CA267DAE2C3E7_inline (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsConstructor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsConstructor_m953B470BF9EB07E4C58E43983D6EB3CD872DC715 (MethodBase_t * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Proxies.RemotingProxy::ActivateRemoteObject(System.Runtime.Remoting.Messaging.IMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingProxy_ActivateRemoteObject_mD5D4D17DFD550FCDF81C79A55CF55FE46236CE18 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, RuntimeObject* ___request0, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.Proxies.RealProxy::GetProxiedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ConstructionCall::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstructionCall__ctor_m53D24D3B22AA101F895F3123E1744338ECBD8262 (ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * __this, Type_t * ___type0, 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.Messaging.ReturnMessage::.ctor(System.Object,System.Object[],System.Int32,System.Runtime.Remoting.Messaging.LogicalCallContext,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReturnMessage__ctor_mA8787D4C5498036480BCF01AB4D941B7A7E38C0F (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * __this, RuntimeObject * ___ret0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___outArgs1, int32_t ___outArgsCount2, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___callCtx3, RuntimeObject* ___mcm4, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext::get_HasInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalCallContext_get_HasInfo_m672F8CB7E00BB2C3022944D1032566098BA63DCA (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.LogicalCallContext::Merge(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalCallContext_Merge_m3E7E305823B22D508777B424853EDB08D1DB5708 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * __this, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___lc0, const RuntimeMethod* method); // System.Exception System.Exception::FixRemotingException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Exception_FixRemotingException_m2B6A29F51CA05BA136CFEEDC1B797CF221759351 (Exception_t * __this, const RuntimeMethod* method); // System.Object[] System.Runtime.Remoting.Proxies.RealProxy::ProcessResponse(System.Runtime.Remoting.Messaging.IMethodReturnMessage,System.Runtime.Remoting.Messaging.MonoMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883 (RuntimeObject* ___mrm0, MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___call1, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::get_CallMessage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * AsyncResult_get_CallMessage_m2DA35031BFF5454ECC77A05ED91A78A0B7D6CE42_inline (AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetIdentityForUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RemotingServices_GetIdentityForUri_m29B1471423DFE2A83F3565AF3E68F7E4C1356D35 (String_t* ___uri0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9 (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * __this, String_t* ___message0, const RuntimeMethod* method); // System.MarshalByRefObject System.Runtime.Remoting.ClientActivatedIdentity::GetServerObject() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ClientActivatedIdentity_GetServerObject_m261F32053C0E230AB69EBDCC92E72121D93F5E3E_inline (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * __this, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.MonoMethodMessage::NeedsOutProcessing(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoMethodMessage_NeedsOutProcessing_mB931A23361FC92AEE7D026426AEB84ECBD8F19E0 (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, int32_t* ___outCount0, const RuntimeMethod* method); // System.Boolean System.Reflection.ParameterInfo::get_IsOut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.Messaging.MonoMethodMessage::GetArg(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoMethodMessage_GetArg_m5BCC47D2360C9FEE7DE252FAE8CABEE24C9D95AA (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, int32_t ___arg_num0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::UpdateOutArgObject(System.Reflection.ParameterInfo,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_UpdateOutArgObject_mC28A3A4A85CAB377E17D6C1A1BCBB1CD0B921256 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___pi0, RuntimeObject * ___local1, RuntimeObject * ___remote2, const RuntimeMethod* method); // System.Void System.RuntimeType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeType__ctor_mA2A423D626D9D6B2A4F29BAC012FC2B10C79F55F (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * __this, 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.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, 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.Void System.Globalization.RegionInfo::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegionInfo__ctor_mB3D9688404BD1770A42E7FBF330A8735FD63AA15 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___ci0, const RuntimeMethod* method); // 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); // System.Boolean System.Globalization.RegionInfo::GetByTerritory(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegionInfo_GetByTerritory_m065E30620C032E84F6941CE6DAAC95C41E979C47 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___ci0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEF0800D4AF607E61714C92A76911B4780C4D0A29 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, const RuntimeMethod* method); // System.String System.String::ToUpperInvariant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Globalization.RegionInfo::construct_internal_region_from_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, String_t* ___name0, const RuntimeMethod* method); // 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); // System.String System.Globalization.CultureInfo::get_Territory() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA_inline (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850 (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * __this, bool ___initialState0, const RuntimeMethod* method); // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::get_SafeWaitHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * __this, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, bool* ___success0, const RuntimeMethod* method); // System.Int32 System.Threading.WaitHandle::WaitAny(System.Threading.WaitHandle[],System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WaitHandle_WaitAny_mAF242806D6DDA2794266E51C11A9715B02A4D616 (WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* ___waitHandles0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout1, bool ___exitContext2, const RuntimeMethod* method); // System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_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.Boolean System.Threading.NativeEventCalls::SetEvent(Microsoft.Win32.SafeHandles.SafeWaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeEventCalls_SetEvent_mBEF437D0F025EBA3082FE6798AD0718A97CEEE88 (SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * ___handle0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4 (SafeHandle_tC07DCA2CABF6988953342757EFB1547363E5A36B * __this, const RuntimeMethod* method); // System.Void System.Threading.WaitOrTimerCallback::Invoke(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitOrTimerCallback_Invoke_m48518AEEA0A747D20E6BD53FBBB778FD6CFB25BC (WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * __this, RuntimeObject * ___state0, bool ___timedOut1, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38 (EventWaitHandle_t80CDEB33529EF7549E7D3E3B689D8272B9F37F3C * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::.ctor(Microsoft.Win32.RegistryHive) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, int32_t ___hiveId0, const RuntimeMethod* method); // System.Void Microsoft.Win32.Win32RegistryApi::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32RegistryApi__ctor_mACF11B9C8CF0F4A73370951D7598734C966A0DE5 (Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.UnixRegistryApi::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixRegistryApi__ctor_m84D0FB6785E7D568B2A9905EA72D57E75BBC2FA7 (UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22 * __this, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097 (intptr_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::.ctor(Microsoft.Win32.RegistryHive,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_m6A8D903881127E839B8307902722313F626185D8 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, int32_t ___hiveId0, intptr_t ___keyHandle1, bool ___remoteRoot2, const RuntimeMethod* method); // System.String Microsoft.Win32.RegistryKey::GetHiveName(Microsoft.Win32.RegistryHive) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegistryKey_GetHiveName_mA839EBB35160096DA72F7550B3ACB56001274543 (int32_t ___hive0, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_Close_m552AE42ADB87C1E6E26C656F92D4EEE71D2D2C80 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_Flush_mE50BA087A9090C89F7DF6A547BA68DFCBA16F2B7 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.RegistryKey::get_IsRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegistryKey_get_IsRoot_m7529FFC11074919B0EF2A7BD66D2066263E8EB07 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::AssertKeyStillValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.Void Microsoft.Win32.SafeHandles.SafeRegistryHandle::.ctor(System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeRegistryHandle__ctor_m7BC500D6E14E49035ED8D6CD86FB42CDDF8E195C (SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method); // Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, bool ___writable1, const RuntimeMethod* method); // System.Void Microsoft.Win32.RegistryKey::AssertKeyNameLength(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_AssertKeyNameLength_m8BA168487988DCBFBE7C245C1D80296C09C39B2F (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object Microsoft.Win32.RegistryKey::GetValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegistryKey_GetValue_mC5F08D4FF0F342C3B3FBACD33A3BAB8E608E7C07 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, RuntimeObject * ___defaultValue1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, 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.Text.Encoding System.Text.Encoding::get_Unicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9 (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.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___trimChars0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690 (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean Microsoft.Win32.RegistryKey::IsEquals(Microsoft.Win32.RegistryKey,Microsoft.Win32.RegistryKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegistryKey_IsEquals_mC82A19851E56590F1A187EFB1953500FBD90EF9F (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___a0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___b1, const RuntimeMethod* method); // System.String Microsoft.Win32.RegistryKey::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB_inline (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingConfiguration::IsActivationAllowed(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingConfiguration_IsActivationAllowed_mFD9913E12625FE4E45CF9081F0D552BFE39D135B (Type_t * ___svrType0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsContextful() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221 (Type_t * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Activation.RemoteActivationAttribute::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteActivationAttribute__ctor_m24EFB8B82137D94FEE95430FFD2BA29678DB3EE2 (RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 * __this, RuntimeObject* ___contextProperties0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type,System.Object[],System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m61B3D3A0F0454B6918B13E341E8519F62E0BA09F (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method); // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * RemotingServices_Marshal_m3EC297B94FB66EB0363FD380750AC1B40A29015C (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___Obj0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ConstructionResponse::.ctor(System.Object,System.Runtime.Remoting.Messaging.LogicalCallContext,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstructionResponse__ctor_m1D6B1B8704F173DE890C8CC0D7C436134AD787FF (ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE * __this, RuntimeObject * ___resultObject0, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___callCtx1, RuntimeObject* ___msg2, const RuntimeMethod* method); // System.String System.AppDomain::GetProcessGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppDomain_GetProcessGuid_mBDC94F31CCFE51829167A9D8494AB0258C6FDA47 (const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser__ctor_m93938F9D50E51CAD39AD01589A3E5E646357A8F6 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, const RuntimeMethod* method); // System.String System.Environment::GetMachineConfigPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_mB7061651DDDB89744C9ACF3E1A69D194A1F4E7B2 (const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m1F07D64A9881F3A6B755881210B4E88F8E63849B (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ConfigHandler::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigHandler__ctor_m4BE20CA998DDE1A53E994A4B597161A0619B8568 (ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760 * __this, bool ___onlyDelayedChannels0, const RuntimeMethod* method); // System.Void Mono.Xml.SmallXmlParser::Parse(System.IO.TextReader,Mono.Xml.SmallXmlParser/IContentHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0 (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, RuntimeObject* ___handler1, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ActivatedClientTypeEntry::get_ObjectType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Activation.ActivationServices::EnableProxyActivation(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActivationServices_EnableProxyActivation_m1F0B2B4658B8958A6A64C36622569AF9F903BC7D (Type_t * ___type0, bool ___enable1, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ActivatedServiceTypeEntry::get_ObjectType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ActivatedServiceTypeEntry_get_ObjectType_m4FA0C726226314BDA575A74F3CA1D01DCDEA6C8B_inline (ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 * __this, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_mC0614EC8A24EBEB1AEEB2FE90E891EAFD836B921_inline (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * __this, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.WellKnownServiceTypeEntry::get_ObjectType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * WellKnownServiceTypeEntry_get_ObjectType_m5BE1EF3525AE843182391D95A826CD2CAC1A51A2_inline (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * __this, const RuntimeMethod* method); // System.Runtime.Remoting.WellKnownObjectMode System.Runtime.Remoting.WellKnownServiceTypeEntry::get_Mode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m090C3555AA33D607F52372E6D71E8D89D07EA1D3_inline (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * __this, const RuntimeMethod* method); // System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.RemotingServices::CreateWellKnownServerIdentity(System.Type,System.String,System.Runtime.Remoting.WellKnownObjectMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * RemotingServices_CreateWellKnownServerIdentity_m0DB8F2EBEB170A85909391BC1A28E62124E9D6E0 (Type_t * ___objectType0, String_t* ___objectUri1, int32_t ___mode2, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ChannelData::CopyFrom(System.Runtime.Remoting.ChannelData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelData_CopyFrom_m5519012E1A440EE63EF5CEC24BDF2E319CF26BE4 (ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * __this, ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * ___other0, const RuntimeMethod* method); // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ServerProviders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ChannelData_get_ServerProviders_mC580FA7210BF153873E24FF2DBF8CADC43CEFC62 (ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ProviderData::CopyFrom(System.Runtime.Remoting.ProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProviderData_CopyFrom_m7700C38B130BBC2840A37B1652E9ED68C4D65479 (ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * __this, ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * ___other0, const RuntimeMethod* method); // System.Collections.ArrayList System.Runtime.Remoting.ChannelData::get_ClientProviders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ChannelData_get_ClientProviders_m79FC4B0BD88C0ECDCC35189CBA5CB8859959ED0E (ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.ChannelServices::RegisterChannelConfig(System.Runtime.Remoting.ChannelData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelServices_RegisterChannelConfig_m3029FA89B6116B34F0496B276C948AB73522BBFD (ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * ___channel0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedClientType(System.Runtime.Remoting.ActivatedClientTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedClientType_m7BBF50FD073A6C2083299B68B7EBEC9DF48AA942 (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * ___entry0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedServiceType(System.Runtime.Remoting.ActivatedServiceTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedServiceType_m40100D99E2A81465C934FFAA6E5262F895A3A7C3 (ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 * ___entry0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownClientType(System.Runtime.Remoting.WellKnownClientTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownClientType_m6498BBACA27149DF5D2EE1722F0B1CC34AF20D8B (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * ___entry0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownServiceType(System.Runtime.Remoting.WellKnownServiceTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownServiceType_m479F4916F9A0494588FA3BCA821E85EC5759690F (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * ___entry0, const RuntimeMethod* method); // System.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, 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.Void System.SystemException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m54043F92E08342467699C9618B84A119033D4B99 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, 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.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mE85DFB7189DC47C621EC57AF82FA29E74DB4E17F (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Type_t * ___classToProxy0, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * ___identity1, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_ChannelSink() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_ChannelSink_m65E342D8B02C4B9A49BA932ACAEB0D3E1DF9A5D5_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.ClientIdentity::get_TargetUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClientIdentity_get_TargetUri_m39AC30AD00910B77B781107E83EC4C99582E039F (ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mB785FB3FDFB86D73C62E7FE2180AA25F6D19483F (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Type_t * ___classToProxy0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.ConstructionCall System.Runtime.Remoting.Activation.ActivationServices::CreateConstructionCall(System.Type,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * ActivationServices_CreateConstructionCall_m0A7D51D2C94D48BE47FE3A5DB6E166A227BB5950 (Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method); // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::get_ObjectIdentity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodResponse::.ctor(System.Object,System.Object[],System.Runtime.Remoting.Messaging.LogicalCallContext,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodResponse__ctor_m532AC15BACEA7299F22B128B7CCAEFB8DE079225 (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * __this, RuntimeObject * ___returnValue0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___outArgs1, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___callCtx2, RuntimeObject* ___msg3, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::NotifyClientDynamicSinks(System.Boolean,System.Runtime.Remoting.Messaging.IMessage,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Identity_NotifyClientDynamicSinks_m7F89E1F13CA99053D69D03B72DD4C20A80CB55C3 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___start0, RuntimeObject* ___req_msg1, bool ___client_site2, bool ___async3, 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.Boolean System.Runtime.Remoting.Contexts.Context::get_HasExitSinks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Context_get_HasExitSinks_mF8E31446464CBFD3BD2C0508D82BED0ADEE7D985 (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Contexts.Context::GetClientContextSinkChain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Context_GetClientContextSinkChain_mAFBF2962BAC89342B0371EF76C280FA1ED0376D3 (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * __this, 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.Void System.Runtime.Remoting.Proxies.RealProxy::AttachServer(System.MarshalByRefObject) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_AttachServer_mDBAAA262A2A29AFDECE456E5B02180A6E02BCD36_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___s0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientActivatedIdentity::SetClientProxy(System.MarshalByRefObject) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClientActivatedIdentity_SetClientProxy_mC97B8FB476627D9136AA86BAAD99026A1C7C1C6B_inline (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___obj0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientIdentity::set_ClientProxy(System.MarshalByRefObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientIdentity_set_ClientProxy_m309F0279F70335C8F9904503C1A0ADB5B4E21826 (ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___value0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.Identity::get_ObjectUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::get_EnvoySink() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_EnvoySink_m4DCA3E21A7EE9090DE16D21337B88A1112B71D73_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.MethodCall::CopyFrom(System.Runtime.Remoting.Messaging.IMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MethodCall_CopyFrom_mFAC60B34EF8123EC58597FC9BD4F4A7270E2CA3F (MethodCall_tB3068F8211D1CB4FF604D73F36D4F8D64951D4F2 * __this, RuntimeObject* ___call0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Activation.ActivationServices::Activate(System.Runtime.Remoting.Proxies.RemotingProxy,System.Runtime.Remoting.Messaging.ConstructionCall) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActivationServices_Activate_mF864824731BFD5358A03B8C14DC9E179BFCE5AF4 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * ___proxy0, ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * ___ctorCall1, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.ObjRef::get_IsReferenceToWellKnow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ObjRef_get_IsReferenceToWellKnow_m7710547E1F5203D9D7461BC06C29123F1D40E7D3 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, 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.Void System.Runtime.Remoting.RemotingServices::DisposeIdentity(System.Runtime.Remoting.Identity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_DisposeIdentity_mE06A3AAFD8426FC358FB4A278B3D75B6FA20DED6 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___ident0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingSurrogateSelector__ctor_m034077907A6E35E52D6944E20F24053DA4532B84 (RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m7A3E4B4227C9BA99B81AFD83A348B0D8D0E60E3A (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * __this, int32_t ___state0, RuntimeObject * ___additional1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::.ctor(System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter__ctor_m4A131392EB519677001AE85636192C3804D2FFC4 (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * __this, RuntimeObject* ___selector0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::set_AssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BinaryFormatter_set_AssemblyFormat_m0A4397421F2B5776254FC98B1DF1028DC2863EC0_inline (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::RegisterInternalChannels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_RegisterInternalChannels_mD1C4E125802688476DF8B71096FA0B9BB608EE13 (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.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetVirtualMethod(System.Type,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetVirtualMethod_mCC0E286EE9A5C8B13BA042D6854D0938BC7B44DB (Type_t * ___type0, MethodBase_t * ___method1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.CallContext::SetLogicalCallContext(System.Runtime.Remoting.Messaging.LogicalCallContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * CallContext_SetLogicalCallContext_m2FB716687B320BCBAFB819D32400D614786ADA86 (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___callCtx0, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::InternalExecute(System.Reflection.MethodBase,System.Object,System.Object[],System.Object[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_InternalExecute_m376EABAF67D00A5A8CCD99C602304EF785C5D4FC (MethodBase_t * ___method0, RuntimeObject * ___obj1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___out_args3, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ObjRef::.ctor(System.Type,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRef__ctor_mBC7F3CC165321282C017A340E402D73490DF5CDB (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, Type_t * ___type0, String_t* ___url1, RuntimeObject * ___remoteChannelData2, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::GetRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetRemoteObject_m3460A2A3EC83DBCD86E48026446D66863824227C (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objRef0, Type_t * ___proxyType1, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ServerIdentity::get_ObjectType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ServerIdentity_get_ObjectType_mB0EE92B26B7633D1F75EBEAB033319F380D5516B_inline (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m69142D6ED1D434A501DAFCC8577E86EACD24FD0C (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objectRef0, bool ___fRefine1, const RuntimeMethod* method); // System.Type System.Runtime.Remoting.ObjRef::get_ServerType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ObjRef_get_ServerType_mFE0D2CE34814980C3B63E2A9905EA3C6D169F748 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyUnmarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingServices_NotifyUnmarshaledObject_m3FC1C241EFF9479958F4BC98F2AEFA5BE6904461 (RuntimeObject * ___obj0, ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___or1, const RuntimeMethod* method); // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * Attribute_GetCustomAttribute_m2BF1101C0D9584CA284648B287DD50DAA331BCED (MemberInfo_t * ___element0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::GetProxyForRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetProxyForRemoteObject_m44FB6595702C1B9D5C509EF35DC702339C259990 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objref0, Type_t * ___classToProxy1, const RuntimeMethod* method); // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * RemotingServices_Marshal_m6461C8043F83AFA9F06126FECFFF23ADB0B3B534 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___Obj0, String_t* ___ObjURI1, Type_t * ___RequestedType2, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C (RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.RemotingServices::GetRealProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E (RuntimeObject * ___proxy0, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Identity::get_IsConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Identity_get_IsConnected_mB779679994C34F938FA3360ADEF87ED61C246D46 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingServices::NewUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingServices_NewUri_mC5F212858AEB60806123E839E4471C75B1CA526B (const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::set_ObjectUri(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Identity_set_ObjectUri_m728B4333F84883CB4F62B3303EEB83C1BD9A184D_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices::RegisterServerIdentity(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::StartTrackingLifetime(System.Runtime.Remoting.Lifetime.ILease) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, RuntimeObject* ___lease0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Services.TrackingServices::NotifyMarshaledObject(System.Object,System.Runtime.Remoting.ObjRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackingServices_NotifyMarshaledObject_mEF2C4318A1F055115B3EE7AB47B9F84F352F3C00 (RuntimeObject * ___obj0, ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___or1, const RuntimeMethod* method); // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::get_ObjectIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * MarshalByRefObject_get_ObjectIdentity_m1F93421A4FD7A494D1D7213B747EA615577AD6C4 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.ClientActivatedIdentity System.Runtime.Remoting.RemotingServices::CreateClientActivatedServerIdentity(System.MarshalByRefObject,System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * RemotingServices_CreateClientActivatedServerIdentity_m0F8AF9222814FAFD7557480C8F127EC9DF992715 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___realObject0, Type_t * ___objectType1, String_t* ___objectUri2, const RuntimeMethod* method); // System.Guid System.Guid::NewGuid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0 (const RuntimeMethod* method); // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75 (Guid_t * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromName(System.Type,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromName_mEAC9A7DF06D9BD841A2FD7BD8758EE08C8AFC886 (Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___signature2, const RuntimeMethod* method); // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::FindInterfaceMethod(System.Type,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_FindInterfaceMethod_m0709B56A3640AF93FC8769BE17026ABD875E8FEF (Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___signature2, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89 (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder2, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types3, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers4, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Inequality_m43FB6861A2B47B543F0C57873C23974FF42723F6 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE (Type_t * __this, int32_t ___bindingAttr0, Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___binder1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types2, ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___modifiers3, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.IContextAttribute[] System.Runtime.Remoting.ActivatedClientTypeEntry::get_ContextAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6* ActivatedClientTypeEntry_get_ContextAttributes_m37EA2D4AAC70BE130DC5763F159B0E192E3D8529 (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * __this, const RuntimeMethod* method); // System.String System.Runtime.Remoting.ActivatedClientTypeEntry::get_ApplicationUrl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_get_ApplicationUrl_mDAE88A04C039FE07270646698EF5790EBCFEC58F_inline (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxy(System.Type,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_m900C8BB93060D5D908A7EC0387430DEF177E8189 (Type_t * ___objectType0, String_t* ___url1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.RemotingServices::GetClientChannelSinkChain(System.String,System.Object,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8 (String_t* ___url0, RuntimeObject * ___channelData1, String_t** ___objectUri2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m68D9ED0C30EC4C8A88E103A838AEA52E9639B3C9 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method); // System.String System.Runtime.Remoting.WellKnownClientTypeEntry::get_ObjectUrl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ObjectUrl_m10D03448FF5D84ED74DBD49790BF7D077D62C71C_inline (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * __this, const RuntimeMethod* method); // System.Object System.Runtime.Remoting.RemotingServices::Connect(System.Type,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Connect_m7FA850C63B0CB53DBD39DDBCD81945A0564E5DF6 (Type_t * ___classToProxy0, String_t* ___url1, RuntimeObject * ___data2, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingServices::GetNormalizedUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingServices_GetNormalizedUri_m58BBFFAB41466ABD91D0874D37DCF8FAB56EC84C (String_t* ___uri0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingServices::RemoveAppNameFromUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingServices_RemoveAppNameFromUri_m9B3D6843C637817F81D937EF61E5ACC4856FD7E1 (String_t* ___uri0, const RuntimeMethod* method); // System.String System.Runtime.Remoting.RemotingConfiguration::get_ApplicationName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ApplicationName_m3E3521138FB98B7460E9CEA25606FF27165BD84E_inline (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.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.MarshalByRefObject System.Runtime.Remoting.ClientIdentity::get_ClientProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ClientIdentity_get_ClientProxy_mF9FD38F47C7BDC3020712AC6DCA6AABDCE3B2C75 (ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientIdentity::.ctor(System.String,System.Runtime.Remoting.ObjRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientIdentity__ctor_m177DDBCE6F68BBDA464B671BB84F0F9EE6373AE6 (ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * __this, String_t* ___objectUri0, ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objRef1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::set_ChannelSink(System.Runtime.Remoting.Messaging.IMessageSink) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Identity_set_ChannelSink_m8C7820354F67F902450880861E03B2192E5E0023_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, RuntimeObject* ___value0, 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.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy__ctor_mA74AB76DB8B5EEE722473C6E743D478D3F2B4758 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Type_t * ___type0, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * ___identity1, const RuntimeMethod* method); // System.Int32 System.Runtime.Remoting.Channels.CrossAppDomainSink::get_TargetDomainId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CrossAppDomainSink_get_TargetDomainId_mF108B7A9FEB74FF4A12D01E52EE942AB0B0D015C_inline (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Proxies.RealProxy::SetTargetDomain(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_SetTargetDomain_m6572BA48787750F92F464C89E69D747AB4C5A37C_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, int32_t ___domainId0, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Channels.ChannelServices::CreateClientChannelSinkChain(System.String,System.Object,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ChannelServices_CreateClientChannelSinkChain_m305C00852F9C9407E9E3D7AA5DDE78DB2ED5EA6F (String_t* ___url0, RuntimeObject * ___remoteChannelData1, String_t** ___objectUri2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ClientActivatedIdentity::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClientActivatedIdentity__ctor_m1C203F306A871FB91EC0D78A8FCA3E8DBEC351CE (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * __this, String_t* ___objectUri0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.CrossContextChannel System.Runtime.Remoting.Channels.ChannelServices::get_CrossContextChannel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * ChannelServices_get_CrossContextChannel_m6E66AD17E15A70CF626174FE2C75B481A268882B_inline (const RuntimeMethod* method); // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.Contexts.Context::get_DefaultContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * Context_get_DefaultContext_mFC6BE4FF643E3A8EF1705370A56DE8E0F00A9D20 (const RuntimeMethod* method); // System.Void System.Runtime.Remoting.ServerIdentity::AttachServerObject(System.MarshalByRefObject,System.Runtime.Remoting.Contexts.Context) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerIdentity_AttachServerObject_m29AD161E5EA701E968D98813497A3A2F3C5CB0E7 (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___serverObject0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SingleCallIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleCallIdentity__ctor_m4F079F896C97179633BDE97BAB963392C45C37B7 (SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.SingletonIdentity::.ctor(System.String,System.Runtime.Remoting.Contexts.Context,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingletonIdentity__ctor_mF473243472DC0D25FD955A3C5968246AA6EE44D2 (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * __this, String_t* ___objectUri0, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___context1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Runtime.Remoting.ClientIdentity System.Runtime.Remoting.RemotingServices::GetOrCreateClientIdentity(System.Runtime.Remoting.ObjRef,System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * RemotingServices_GetOrCreateClientIdentity_m15A7DB9FC78B7BBBCD43A2C2BC4538B44D4702BD (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objRef0, Type_t * ___proxyType1, RuntimeObject ** ___clientProxy2, const RuntimeMethod* method); // System.Threading.ExecutionContext/Reader System.Threading.Thread::GetExecutionContextReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C Thread_GetExecutionContextReader_mD729833D09E435B55C8C421BCAD9AD777A4AE4BB (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext/Reader System.Threading.ExecutionContext/Reader::get_LogicalCallContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 Reader_get_LogicalCallContext_mFD034AE9B53F629657AA08A79C141B2271E6393A (Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Messaging.LogicalCallContext/Reader::get_IsNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reader_get_IsNull_m7DB1D3259BD3F323F984B880161050E50BE96AF6 (Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingServices/CACD::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CACD__ctor_mAFAC89EEF2DF77DAD94DAE349DB1B8E552C6C6B5 (CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB * __this, const RuntimeMethod* method); // System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.LogicalCallContext/Reader::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * Reader_Clone_m8B4BB56C4F50F5CEFFFD4A9C8C0987AF2BF360BA (Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Serialize(System.IO.Stream,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFormatter_Serialize_m780327356D3B5B1B734338AB398B32E65AD6CB5B (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___serializationStream0, RuntimeObject * ___graph1, 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.Object System.Runtime.Serialization.Formatters.Binary.BinaryFormatter::Deserialize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BinaryFormatter_Deserialize_mF7AFD0FE0E41A77BC60B11705FA7CC76EFE63DBC (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___serializationStream0, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Channels.CrossAppDomainChannel::RegisterCrossAppDomainChannel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrossAppDomainChannel_RegisterCrossAppDomainChannel_m90F57CE4EC7092CEEFCCE5DBC2C674CBFE589FA5 (const RuntimeMethod* method); // System.Boolean System.Runtime.Remoting.Identity::get_Disposed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Identity_get_Disposed_m50935B1A31EC017F5E739090E7656F0F2937B2CD_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Identity::set_Disposed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Identity_set_Disposed_mB0DBD70392DB230E66229E859F9E06D22F268BC7_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.ObjRefSurrogate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjRefSurrogate__ctor_m91C3786B2395EA23FCD79D3542843F5AC149D80C (ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingSurrogate__ctor_m8FEE56075C81BAD4CD8C6FA4AFE8EF2C30F0377E (RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * __this, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentUICulture_mD9F5F20EC688B22875DCC1D543E693649EEA6B76 (const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Resources.ResourceFallbackManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceFallbackManager_GetEnumerator_m8E63087B693207E42C9ECE1782FAF04727FEF168 (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceFallbackManager/d__5::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEnumeratorU3Ed__5__ctor_mDB480F1580950A5BFFA32FFC3178DA2B1C8C0B99 (U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Resources.ResourceLocator::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceLocator__ctor_m4445DABF0FAA07396FAAB4831B25C0A98B00677A (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, int32_t ___dataPos0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceLocator::get_DataPosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResourceLocator_get_DataPosition_mB9328607FE8D7E87B1B300E97C9E5F167CCC8648_inline (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, const RuntimeMethod* method); // System.Object System.Resources.ResourceLocator::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * ResourceLocator_get_Value_m53BA2E8B696B0C82EDEE251B1E93378EDE99FBE0_inline (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceLocator::set_Value(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResourceLocator_set_Value_mAF3E96324EDE8E2D02BD223B250517A93A635044_inline (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Reflection.Assembly System.Reflection.Assembly::GetCallingAssembly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_GetCallingAssembly_m61DDCAA0C8FDC4A912E67501AE887105F986E570 (const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::Init() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager_Init_m2DD824B2FDC37778CDDC9F8AC943929573878DE1 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager/CultureNameResourceSetPair::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureNameResourceSetPair__ctor_mA04D4C292A0B692CB9D3FE65486975B21D9BDEB6 (CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager/ResourceManagerMediator::.ctor(System.Resources.ResourceManager) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManagerMediator__ctor_m2CD86FCA2B38EB458AF03E74A894FDFF171BBF91 (ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * __this, ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * ___rm0, const RuntimeMethod* method); // System.Void System.Resources.ManifestBasedResourceGroveler::.ctor(System.Resources.ResourceManager/ResourceManagerMediator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManifestBasedResourceGroveler__ctor_m5778969A845E0ACF43DE5076D865D8BCA8177207 (ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 * __this, ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * ___mediator0, const RuntimeMethod* method); // System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::SetAppXConfiguration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_SetAppXConfiguration_m7FDC11BCCC5358C40D2E2F911210A1C8264D492B (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::CommonAssemblyInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_CommonAssemblyInit_m8BB67ED086F76FDF98BBCEC2DD99635E48F3BD58 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, 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.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554 (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Resources.FileBasedResourceGroveler::.ctor(System.Resources.ResourceManager/ResourceManagerMediator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBasedResourceGroveler__ctor_m0855CBF2A022C8D521008B02351A75C3DF69F71C (FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805 * __this, ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * ___mediator0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Resources.ManifestBasedResourceGroveler::GetNeutralResourcesLanguage(System.Reflection.Assembly,System.Resources.UltimateResourceFallbackLocation&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mB70E9428F4989669BE5638FDC0D9BAB0AF0ABEAF (Assembly_t * ___a0, int32_t* ___fallbackLocation1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.Globalization.CultureInfo::get_HasInvariantCultureName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_HasInvariantCultureName_mF425E502C2BEEF8946C3C45D6EA30AE2E2141505 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, 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); // 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.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785 (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * __this, String_t* ___key0, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *, String_t*, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.IO.Stream System.Reflection.Assembly::GetManifestResourceStream(System.Type,System.String,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * Assembly_GetManifestResourceStream_m4FEA9AC8D678C147B8CBF730A92AAF7AA48E9A85 (Assembly_t * __this, Type_t * ___type0, String_t* ___name1, bool ___skipSecurityCheck2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.ManifestBasedResourceGroveler::CreateResourceSet(System.IO.Stream,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ManifestBasedResourceGroveler_CreateResourceSet_m82CCB17D0AE5DEE4E7A26FEB59AF2F246A11C2DD (ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___store0, Assembly_t * ___assembly1, const RuntimeMethod* method); // System.Void System.Resources.ResourceManager::AddResourceSet(System.Collections.Generic.Dictionary`2,System.String,System.Resources.ResourceSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_AddResourceSet_m16A06C2A9463A36BEC2C36A3290D57157D14EDED (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * ___localResourceSets0, String_t* ___cultureName1, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** ___rs2, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ResourceManager_InternalGetResourceSet_m5D3C81F40711274B3AB54B81E4CC7518386AF20E (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___requestedCulture0, bool ___createIfNotExists1, bool ___tryParents2, int32_t* ___stackMark3, const RuntimeMethod* method); // System.Void System.Resources.ResourceFallbackManager::.ctor(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceFallbackManager__ctor_m917C7C658904F87AF930517B6731700881CD9C53 (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___startingCulture0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___neutralResourcesCulture1, bool ___useParents2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsValue(TValue) inline bool Dictionary_2_ContainsValue_m1751DB287099CE527CCF0F4BB8776C8A583586E6 (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * __this, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ___value0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *, const RuntimeMethod*))Dictionary_2_ContainsValue_m3A105ABED74BB428409D07FDE41C82A7D06263DD_gshared)(__this, ___value0, method); } // System.Void System.Resources.ResourceSet::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceSet_Dispose_m4B7950EFB666634510E1F6D7F897125A5AABF485 (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m74CF0CC6689F6D9FA11A3EA88F56379279BC483B (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * __this, String_t* ___key0, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *, String_t*, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::GetCustomAttributes(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeData_GetCustomAttributes_mD9B8766F28A351EBC6921A0CD078765E50A9006D (Assembly_t * ___target0, const RuntimeMethod* method); // System.Object System.Reflection.CustomAttributeTypedArgument::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeTypedArgument_get_Value_mA505A34818C3B7150DA38A17C55ECFA26990AC40_inline (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * __this, const RuntimeMethod* method); // System.String System.Resources.SatelliteContractVersionAttribute::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SatelliteContractVersionAttribute_get_Version_mE8FFADCA6FE09FC10431B09B8105D5C1BBD9B74D_inline (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * __this, const RuntimeMethod* method); // System.Void System.Version::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_mB484853E49F58F771DF106B7BDC92E49ACE3DAAE (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * __this, String_t* ___version0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m235536D851DC456E92886872EB685E9746CD8842 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, 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.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Reflection.AssemblyName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssemblyName__ctor_mFA1200B6D7385CF240133CA0B4774BABA35985C4 (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, String_t* ___assemblyName0, const RuntimeMethod* method); // System.String System.Reflection.AssemblyName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Reflection.AssemblyName::get_CultureInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * AssemblyName_get_CultureInfo_m5492100BEAD5EF23D938018918B44E4273989B7A_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Byte[] System.Reflection.AssemblyName::GetPublicKeyToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* AssemblyName_GetPublicKeyToken_mED8BF2E1C583A59170F835DFB502E248D4FB7F81 (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::GetCurrentUICultureNoAppX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * Thread_GetCurrentUICultureNoAppX_m343742878BAD829DD4D1DD15B9123D43755B8E67 (Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * __this, const RuntimeMethod* method); // System.Resources.ResourceSet System.Resources.ResourceManager::GetFirstResourceSet(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ResourceManager_GetFirstResourceSet_m97802974410D8B61DCE86DAD685F97B78D952818 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_m0877557BEFE1C22B709C187A077D28CFBC777C76 (BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding1, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_ReadResources_m4E4B43FD9FC317785AAEDFA6818CBE8383CC6E7B (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Dispose_mBA857FCE67D1D1BF219890B20784DBB20AE3070C (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Close_m7EBB2FE8CE813A2FD0A94D0402BE3A7BCD45B7AD (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method); // System.Int32 System.IO.BinaryReader::Read7BitEncodedInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6 (BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * __this, const RuntimeMethod* method); // System.Void System.BadImageFormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::ReadUnalignedI4(System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_ReadUnalignedI4_mE2AD4BA5968F35C387B09C120B9CA4F3131A93E3 (int32_t* ___p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Resources.ResourceReader::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_GetEnumerator_mDCC74CF82DBA17E4A3E1FB68FD3F71DE891DB6AB (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader/ResourceEnumerator::.ctor(System.Resources.ResourceReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceEnumerator__ctor_m7F8E82E3188BA2DDAC237D8EFD699956E54B44F1 (ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 * __this, ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * ___reader0, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::HashFunction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_HashFunction_mE3CFF0877766F5D36F93786821C4B196D2FD3ED2 (String_t* ___key0, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::GetNameHash(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNameHash_m50D3F538FF6572761A276B767A2ED00D82877734 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Resources.ResourceReader::GetNamePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceReader::CompareStringEqualsName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Byte* System.IO.UnmanagedMemoryStream::get_PositionPointer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A (UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * __this, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.Byte*,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_mF73EA814033E3E7DD5F03C8844BD57804D786115 (uint8_t* ___a0, int32_t ___byteLen1, String_t* ___b2, const RuntimeMethod* method); // System.Int32 System.Resources.FastResourceComparer::CompareOrdinal(System.Byte[],System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FastResourceComparer_CompareOrdinal_mD72E2068D490F764AFAD9E4D182BF1CB46AAEF3B (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___aCharLength1, String_t* ___b2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800 (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::SkipString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method); // System.RuntimeType System.Resources.ResourceReader::FindType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___typeIndex0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::_LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV1_m8F2978FD8223F4E1DFB8A202788AC51A73FA9EF2 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.BadImageFormatException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5 (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC6A3F7DF20ED9326BF31F26D0E3982B1A911C47A (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___bits0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::DeserializeObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_DeserializeObject_m7B535207624B3146CBB7920F2AED799C06EFFF1B (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___typeIndex0, const RuntimeMethod* method); // System.Object System.Resources.ResourceReader::_LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method); // System.DateTime System.DateTime::FromBinary(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_FromBinary_m64478A16AE479B0ADB9319A22D3409696DD868AB (int64_t ___dateData0, const RuntimeMethod* method); // System.Void System.IO.PinnedBufferMemoryStream::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PinnedBufferMemoryStream__ctor_m644452CADE76286647B6D49C3890B514B4F72A71 (PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method); // System.Void System.IO.UnmanagedMemoryStream::.ctor(System.Byte*,System.Int64,System.Int64,System.IO.FileAccess,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemoryStream__ctor_m08D6E2C5242F25E42768CACB78104A47E8C34087 (UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * __this, uint8_t* ___pointer0, int64_t ___length1, int64_t ___capacity2, int32_t ___access3, bool ___skipSecurityCheck4, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.StreamingContext::.ctor(System.Runtime.Serialization.StreamingContextStates) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamingContext__ctor_m7C83BFA946E5B356880F82F12731F351AEA0F318 (StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * __this, int32_t ___state0, const RuntimeMethod* method); // System.Void System.Resources.ResourceReader::_ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method); // System.Boolean System.Resources.ResourceManager::CompareNames(System.String,System.String,System.Reflection.AssemblyName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManager_CompareNames_m29F0917FD3A51ADD5B5444E1304573A4FB7A9D90 (String_t* ___asmTypeName10, String_t* ___typeName21, AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * ___asmName22, const RuntimeMethod* method); // System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848 (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___left0, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ___right1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__cctor_m3AD0308FE2D0D9799E1C13E4ECE055B3092A2CE6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = RNGCryptoServiceProvider_RngOpen_mCA0091F1C06A9A50937550516BBEB49F56A74B14(/*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var))->set__lock_0(L_1); } IL_0011: { return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_mCBC98067A4839FB96DCF01860078278EC148FFBE (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator__ctor_m847FF2BC424CF5838E81A0812DDE69B4F60D4689(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_0); RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_mAA26CA2105B7FB816B793B11D598D21B04E32FA0 (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator__ctor_m847FF2BC424CF5838E81A0812DDE69B4F60D4689(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgb0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667(L_0, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_1); RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_mFD91C47B1C9D4B6A2EBA4E32F031FCEE50CA388B (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___cspParams0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator__ctor_m847FF2BC424CF5838E81A0812DDE69B4F60D4689(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_0; L_0 = RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_0); RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m7BC78505582C33600704679E9057F805ACBCB14D (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RandomNumberGenerator__ctor_m847FF2BC424CF5838E81A0812DDE69B4F60D4689(__this, /*hidden argument*/NULL); String_t* L_0 = ___str0; if (L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_1; L_1 = RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_1); goto IL_002d; } IL_0017: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2; L_2 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); String_t* L_3 = ___str0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_2, L_3); IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_5; L_5 = RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667(L_4, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_5); } IL_002d: { RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = __this->get__handle_1(); bool L_1; L_1 = IntPtr_op_Equality_mD94F3FE43A65684EFF984A7B95E70D2520C0AC73((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0022; } } { String_t* L_2; L_2 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFA5862D346214867EFF1566286F8FEF8850A7639)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_3 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC_RuntimeMethod_var))); } IL_0022: { return; } } // System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_mCA0091F1C06A9A50937550516BBEB49F56A74B14 (const RuntimeMethod* method) { typedef bool (*RNGCryptoServiceProvider_RngOpen_mCA0091F1C06A9A50937550516BBEB49F56A74B14_ftn) (); using namespace il2cpp::icalls; return ((RNGCryptoServiceProvider_RngOpen_mCA0091F1C06A9A50937550516BBEB49F56A74B14_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngOpen) (); } // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___seed0, const RuntimeMethod* method) { typedef intptr_t (*RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667_ftn) (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*); using namespace il2cpp::icalls; return ((RNGCryptoServiceProvider_RngInitialize_m5430B70826675AA6225BF55C59AA18DBFE4C4667_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngInitialize) (___seed0); } // System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8 (intptr_t ___handle0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data1, const RuntimeMethod* method) { typedef intptr_t (*RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8_ftn) (intptr_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*); using namespace il2cpp::icalls; return ((RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngGetBytes) (___handle0, ___data1); } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m8A1EE7D2F67B5ADA9EC1E361026BD95B7EE527F7 (intptr_t ___handle0, const RuntimeMethod* method) { typedef void (*RNGCryptoServiceProvider_RngClose_m8A1EE7D2F67B5ADA9EC1E361026BD95B7EE527F7_ftn) (intptr_t); using namespace il2cpp::icalls; ((RNGCryptoServiceProvider_RngClose_m8A1EE7D2F67B5ADA9EC1E361026BD95B7EE527F7_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngClose) (___handle0); } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_GetBytes_mCF882EE110E3C99B82989E2E64785CBEA00BF89D (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_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; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RNGCryptoServiceProvider_GetBytes_mCF882EE110E3C99B82989E2E64785CBEA00BF89D_RuntimeMethod_var))); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var))->get__lock_0(); if (L_2) { goto IL_0029; } } { intptr_t L_3 = __this->get__handle_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_5; L_5 = RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8((intptr_t)L_3, L_4, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_5); goto IL_0057; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); RuntimeObject * L_6 = ((RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var))->get__lock_0(); V_0 = L_6; V_1 = (bool)0; } IL_0031: try {// begin try (depth: 1) RuntimeObject * L_7 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_7, (bool*)(&V_1), /*hidden argument*/NULL); intptr_t L_8 = __this->get__handle_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___data0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_10; L_10 = RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8((intptr_t)L_8, L_9, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_10); IL2CPP_LEAVE(0x57, FINALLY_004d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: {// begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_0056; } } IL_0050: { RuntimeObject * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_0056: { IL2CPP_END_FINALLY(77) } }// end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x57, IL_0057) } IL_0057: { RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetNonZeroBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_GetNonZeroBytes_mF857C31176E3575754B3AA6F7CE655F98DE8F7DD (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, 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*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RNGCryptoServiceProvider_GetNonZeroBytes_mF857C31176E3575754B3AA6F7CE655F98DE8F7DD_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)2))); V_0 = L_3; V_1 = 0; goto IL_0058; } IL_001d: { intptr_t L_4 = __this->get__handle_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); intptr_t L_6; L_6 = RNGCryptoServiceProvider_RngGetBytes_m56824E7E6D18563716973D31B98B312212D249A8((intptr_t)L_4, L_5, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)L_6); RNGCryptoServiceProvider_Check_m9D9E7F83E148B053989A621ECA8C8BBDF3F3E1BC(__this, /*hidden argument*/NULL); V_2 = 0; goto IL_0052; } IL_0039: { int32_t L_7 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data0; NullCheck(L_8); if ((((int32_t)L_7) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0058; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; uint8_t L_12 = (L_9)->GetAt(static_cast(L_11)); if (!L_12) { goto IL_004e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___data0; int32_t L_14 = V_1; int32_t L_15 = L_14; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; int32_t L_17 = V_2; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_13); (L_13)->SetAt(static_cast(L_15), (uint8_t)L_19); } IL_004e: { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0052: { int32_t L_21 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0039; } } IL_0058: { int32_t L_23 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = ___data0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_001d; } } { return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Finalize_mDFB39758362DDB17013C95CC79C3CA8DADF02C32 (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { intptr_t L_0 = __this->get__handle_1(); bool L_1; L_1 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0028; } } IL_0012: { intptr_t L_2 = __this->get__handle_1(); IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); RNGCryptoServiceProvider_RngClose_m8A1EE7D2F67B5ADA9EC1E361026BD95B7EE527F7((intptr_t)L_2, /*hidden argument*/NULL); __this->set__handle_1((intptr_t)(0)); } IL_0028: { IL2CPP_LEAVE(0x31, FINALLY_002a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(42) }// end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31, IL_0031) } IL_0031: { return; } } // System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Dispose_mC622C9428BDF6B17DB8786463DFA6F4B64BB5281 (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; RandomNumberGenerator_Dispose_m64D72E15F38FBDEB81DE367482336BD89E29CBF7(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSA__ctor_mBC50BA9A3A59E11DAFC8F8450518B5B1A8BCCF10 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, const RuntimeMethod* method) { { AsymmetricAlgorithm__ctor_mFA50AEA6AC7D826EBB6014DC8A0E864B4AF5EAAB(__this, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * RSA_Create_m044F1B4384248B4C9FEA4DAB01DB85B0A829A383 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * L_0 = (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); RSACryptoServiceProvider__ctor_m540359C328E1E9E9818A1192E34C74C986186B80(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * RSA_Create_m81FCFCD6E862D92874B5DF4D7047334253A2F961 (String_t* ___algName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___algName0; RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); return ((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_1, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var)); } } // System.Byte[] System.Security.Cryptography.RSA::Encrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_Encrypt_m317B415F8781CA45DFF951BE3EE23D918DFF6841 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___padding1, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_Encrypt_m317B415F8781CA45DFF951BE3EE23D918DFF6841_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSA::Decrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_Decrypt_m285BE83FF5B871179A8DCB551883CB14E26D2F43 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___padding1, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_Decrypt_m285BE83FF5B871179A8DCB551883CB14E26D2F43_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSA::SignHash(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_SignHash_m75EA6DED0AD4141D06294A8906D98E4CB7FD0757 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm1, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding2, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignHash_m75EA6DED0AD4141D06294A8906D98E4CB7FD0757_RuntimeMethod_var))); } } // System.Boolean System.Security.Cryptography.RSA::VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSA_VerifyHash_mFB2BDB7188B15EC48C313B347FB947A36D59016E (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm2, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding3, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyHash_mFB2BDB7188B15EC48C313B347FB947A36D59016E_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSA::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_HashData_mAA5C65429E956D2029884CD640642CAAE44AEAAE (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___count2, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm3, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_HashData_mAA5C65429E956D2029884CD640642CAAE44AEAAE_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSA::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_HashData_m0BE64F58099E93F8B5ED99EEC24B06ABA930C384 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm1, const RuntimeMethod* method) { { Exception_t * L_0; L_0 = RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_HashData_m0BE64F58099E93F8B5ED99EEC24B06ABA930C384_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSA::SignData(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_SignData_m9B2A3292024BF77C80008537D3EC7A16E18A60A7 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm1, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m9B2A3292024BF77C80008537D3EC7A16E18A60A7_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data0; NullCheck(L_3); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_4 = ___hashAlgorithm1; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_5 = ___padding2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtualFuncInvoker5< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 , RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * >::Invoke(19 /* System.Byte[] System.Security.Cryptography.RSA::SignData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) */, __this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, L_5); return L_6; } } // System.Byte[] System.Security.Cryptography.RSA::SignData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___count2, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm3, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___data0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0023; } } IL_0018: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2_RuntimeMethod_var))); } IL_0023: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_7 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data0; NullCheck(L_8); int32_t L_9 = ___offset1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))))) { goto IL_003a; } } IL_002f: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2_RuntimeMethod_var))); } IL_003a: { String_t* L_11; L_11 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm3), /*hidden argument*/NULL); bool L_12; L_12 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004e; } } { Exception_t * L_13; L_13 = RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2_RuntimeMethod_var))); } IL_004e: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_14 = ___padding4; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_15; L_15 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_14, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_0063; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_16 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m939540FEF9A7B37DAAC57490AE1C32BF9884CBD2_RuntimeMethod_var))); } IL_0063: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___data0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_20 = ___hashAlgorithm3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21; L_21 = VirtualFuncInvoker4< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 >::Invoke(17 /* System.Byte[] System.Security.Cryptography.RSA::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) */, __this, L_17, L_18, L_19, L_20); V_0 = L_21; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = V_0; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_23 = ___hashAlgorithm3; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_24 = ___padding4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 , RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * >::Invoke(15 /* System.Byte[] System.Security.Cryptography.RSA::SignHash(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) */, __this, L_22, L_23, L_24); return L_25; } } // System.Byte[] System.Security.Cryptography.RSA::SignData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_SignData_m4E9A10A2568D87ABD9A37D2733A3145135D36F4B (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm1, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m4E9A10A2568D87ABD9A37D2733A3145135D36F4B_RuntimeMethod_var))); } IL_000e: { String_t* L_2; L_2 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm1), /*hidden argument*/NULL); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { Exception_t * L_4; L_4 = RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m4E9A10A2568D87ABD9A37D2733A3145135D36F4B_RuntimeMethod_var))); } IL_0022: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_5 = ___padding2; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_6; L_6 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_5, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_SignData_m4E9A10A2568D87ABD9A37D2733A3145135D36F4B_RuntimeMethod_var))); } IL_0036: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_8 = ___data0; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_9 = ___hashAlgorithm1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 >::Invoke(18 /* System.Byte[] System.Security.Cryptography.RSA::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName) */, __this, L_8, L_9); V_0 = L_10; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_12 = ___hashAlgorithm1; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_13 = ___padding2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = VirtualFuncInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 , RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * >::Invoke(15 /* System.Byte[] System.Security.Cryptography.RSA::SignHash(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) */, __this, L_11, L_12, L_13); return L_14; } } // System.Boolean System.Security.Cryptography.RSA::VerifyData(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSA_VerifyData_m68254F6B453D918B27BBA1746942BC9FCDCC2F53 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm2, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding3, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m68254F6B453D918B27BBA1746942BC9FCDCC2F53_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___data0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___signature1; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_5 = ___hashAlgorithm2; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_6 = ___padding3; bool L_7; L_7 = VirtualFuncInvoker6< bool, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 , RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * >::Invoke(21 /* System.Boolean System.Security.Cryptography.RSA::VerifyData(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) */, __this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, L_5, L_6); return L_7; } } // System.Boolean System.Security.Cryptography.RSA::VerifyData(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___count2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature3, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm4, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0018; } } { int32_t L_3 = ___offset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___data0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0023; } } IL_0018: { 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_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var))); } IL_0023: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_002f; } } { int32_t L_7 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data0; NullCheck(L_8); int32_t L_9 = ___offset1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), (int32_t)L_9))))) { goto IL_003a; } } IL_002f: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_10 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var))); } IL_003a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___signature3; if (L_11) { goto IL_0049; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_12 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var))); } IL_0049: { String_t* L_13; L_13 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm4), /*hidden argument*/NULL); bool L_14; L_14 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005d; } } { Exception_t * L_15; L_15 = RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var))); } IL_005d: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_16 = ___padding5; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_17; L_17 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_16, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_0072; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_18 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m64EA11630CE2C0B0E73D010AF597A8993C5D3C2E_RuntimeMethod_var))); } IL_0072: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___data0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_22 = ___hashAlgorithm4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23; L_23 = VirtualFuncInvoker4< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 >::Invoke(17 /* System.Byte[] System.Security.Cryptography.RSA::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) */, __this, L_19, L_20, L_21, L_22); V_0 = L_23; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ___signature3; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_26 = ___hashAlgorithm4; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_27 = ___padding5; bool L_28; L_28 = VirtualFuncInvoker4< bool, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 , RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * >::Invoke(16 /* System.Boolean System.Security.Cryptography.RSA::VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) */, __this, L_24, L_25, L_26, L_27); return L_28; } } // System.Boolean System.Security.Cryptography.RSA::VerifyData(System.IO.Stream,System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSA_VerifyData_m08C823D72ABE48684DBC99C813F1A3CBD18A3C66 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm2, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m08C823D72ABE48684DBC99C813F1A3CBD18A3C66_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___signature1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m08C823D72ABE48684DBC99C813F1A3CBD18A3C66_RuntimeMethod_var))); } IL_001c: { String_t* L_4; L_4 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm2), /*hidden argument*/NULL); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { Exception_t * L_6; L_6 = RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m08C823D72ABE48684DBC99C813F1A3CBD18A3C66_RuntimeMethod_var))); } IL_0030: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_7 = ___padding3; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_8; L_8 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_7, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0045; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_VerifyData_m08C823D72ABE48684DBC99C813F1A3CBD18A3C66_RuntimeMethod_var))); } IL_0045: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10 = ___data0; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_11 = ___hashAlgorithm2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 >::Invoke(18 /* System.Byte[] System.Security.Cryptography.RSA::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName) */, __this, L_10, L_11); V_0 = L_12; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___signature1; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_15 = ___hashAlgorithm2; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_16 = ___padding3; bool L_17; L_17 = VirtualFuncInvoker4< bool, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 , RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * >::Invoke(16 /* System.Boolean System.Security.Cryptography.RSA::VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) */, __this, L_13, L_14, L_15, L_16); return L_17; } } // System.Exception System.Security.Cryptography.RSA::DerivedClassMustOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * RSA_DerivedClassMustOverride_m51A8D8B5D7DE8031A8F8AF546215474A147A7C6B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8D47AE1AF058376130F84972F3A870CF462AAAA); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralA8D47AE1AF058376130F84972F3A870CF462AAAA, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_1 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Security.Cryptography.RSA::HashAlgorithmNameNullOrEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A5974406F0828AABB6EF1757D953F2859F9B2E5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B17741531D54CD1AED28E049653D794244D54A7); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral3A5974406F0828AABB6EF1757D953F2859F9B2E5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, L_0, _stringLiteral3B17741531D54CD1AED28E049653D794244D54A7, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_DecryptValue_m0CBF7CFE9A5926BD399D0F6281E0B0CAE977C792 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2F225F8883699F8AB0D8A2E36E1F91F3C91320A)), /*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*)&RSA_DecryptValue_m0CBF7CFE9A5926BD399D0F6281E0B0CAE977C792_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSA_EncryptValue_m6683426D29204618BF37E34D069A9ADDB9911493 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2F225F8883699F8AB0D8A2E36E1F91F3C91320A)), /*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*)&RSA_EncryptValue_m6683426D29204618BF37E34D069A9ADDB9911493_RuntimeMethod_var))); } } // System.String System.Security.Cryptography.RSA::get_KeyExchangeAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSA_get_KeyExchangeAlgorithm_m96B67AA28DFD3EBAECD6A31F953CA7AC9E66CA43 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); s_Il2CppMethodInitialized = true; } { return _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; } } // System.String System.Security.Cryptography.RSA::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSA_get_SignatureAlgorithm_mD9AAF55AE2E932C8313052DAE885AE96618C0224 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78); s_Il2CppMethodInitialized = true; } { return _stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78; } } // System.Void System.Security.Cryptography.RSA::FromXmlString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSA_FromXmlString_mF5F15E855347C6A6CE4482D4198BB90892A7DAD1 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, String_t* ___xmlString0, 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*)&Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral085EB94908CA7962D8666204E1774BC6C4DAFE93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B3E7AAC4DACF245D01365DAFBFC4E7CC149D9D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49A7EA21ECB328D154FA2262BB41626D795F4D90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C165AC935D6227499C3BBAAE617813538CCD53F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB09A7EB2043BD75CFD923CD1922392FD00DBA589); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB786F94A76805784693B800EE79057F12D559607); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); SecurityElement_tB9682077760936136392270197F642224B2141CC * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; String_t* V_9 = NULL; { String_t* L_0 = ___xmlString0; 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*)&_stringLiteral87254B87EFE7A82850E53C9703C3E9FAF7F20C3F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_FromXmlString_mF5F15E855347C6A6CE4482D4198BB90892A7DAD1_RuntimeMethod_var))); } IL_000e: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 )); String_t* L_2 = ___xmlString0; Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D * L_3 = (Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D *)il2cpp_codegen_object_new(Parser_t4C0C729B6FFC7AE44DA86DF5B18B498FAB574B5D_il2cpp_TypeInfo_var); Parser__ctor_mA7C3871586CC8E640485115C89B782A9E78CD28C(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_3); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_4; L_4 = Parser_GetTopElement_mDC8DF07EB881D8835871E16D6FD4A44FCA38112C(L_3, /*hidden argument*/NULL); V_1 = L_4; SecurityElement_tB9682077760936136392270197F642224B2141CC * L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_5, _stringLiteralB786F94A76805784693B800EE79057F12D559607, /*hidden argument*/NULL); V_2 = L_6; String_t* L_7 = V_2; if (L_7) { goto IL_0057; } } { 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)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78))); (L_9)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB786F94A76805784693B800EE79057F12D559607))); (L_10)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB786F94A76805784693B800EE79057F12D559607))); String_t* L_11; L_11 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4EDB96BC7FB13DCA5DD4D432246DFF4E4C2768AF)), L_10, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_12 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_FromXmlString_mF5F15E855347C6A6CE4482D4198BB90892A7DAD1_RuntimeMethod_var))); } IL_0057: { String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_14; L_14 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_14, /*hidden argument*/NULL); (&V_0)->set_Modulus_1(L_15); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_16, _stringLiteral085EB94908CA7962D8666204E1774BC6C4DAFE93, /*hidden argument*/NULL); V_3 = L_17; String_t* L_18 = V_3; if (L_18) { goto IL_009e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78))); (L_20)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A4E411F65E7CA15BA995630065445903EBE9E78))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral085EB94908CA7962D8666204E1774BC6C4DAFE93))); (L_21)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral085EB94908CA7962D8666204E1774BC6C4DAFE93))); String_t* L_22; L_22 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4EDB96BC7FB13DCA5DD4D432246DFF4E4C2768AF)), L_21, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_23 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSA_FromXmlString_mF5F15E855347C6A6CE4482D4198BB90892A7DAD1_RuntimeMethod_var))); } IL_009e: { String_t* L_24 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_25; L_25 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26; L_26 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_25, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_26); SecurityElement_tB9682077760936136392270197F642224B2141CC * L_27 = V_1; NullCheck(L_27); String_t* L_28; L_28 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_27, _stringLiteralFCA440D9A4F7E2D10772A726D6FB427BAE128D34, /*hidden argument*/NULL); V_4 = L_28; String_t* L_29 = V_4; if (!L_29) { goto IL_00d4; } } { String_t* L_30 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_31; L_31 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32; L_32 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_31, /*hidden argument*/NULL); (&V_0)->set_P_2(L_32); } IL_00d4: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_33 = V_1; NullCheck(L_33); String_t* L_34; L_34 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_33, _stringLiteral49A7EA21ECB328D154FA2262BB41626D795F4D90, /*hidden argument*/NULL); V_5 = L_34; String_t* L_35 = V_5; if (!L_35) { goto IL_00f8; } } { String_t* L_36 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_37; L_37 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_37, /*hidden argument*/NULL); (&V_0)->set_Q_3(L_38); } IL_00f8: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_39 = V_1; NullCheck(L_39); String_t* L_40; L_40 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_39, _stringLiteralB09A7EB2043BD75CFD923CD1922392FD00DBA589, /*hidden argument*/NULL); V_6 = L_40; String_t* L_41 = V_6; if (!L_41) { goto IL_011c; } } { String_t* L_42 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_43; L_43 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_42, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44; L_44 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_43, /*hidden argument*/NULL); (&V_0)->set_DP_4(L_44); } IL_011c: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_45 = V_1; NullCheck(L_45); String_t* L_46; L_46 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_45, _stringLiteral4C165AC935D6227499C3BBAAE617813538CCD53F, /*hidden argument*/NULL); V_7 = L_46; String_t* L_47 = V_7; if (!L_47) { goto IL_0140; } } { String_t* L_48 = V_7; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_49; L_49 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50; L_50 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_49, /*hidden argument*/NULL); (&V_0)->set_DQ_5(L_50); } IL_0140: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_51 = V_1; NullCheck(L_51); String_t* L_52; L_52 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_51, _stringLiteral1B3E7AAC4DACF245D01365DAFBFC4E7CC149D9D4, /*hidden argument*/NULL); V_8 = L_52; String_t* L_53 = V_8; if (!L_53) { goto IL_0164; } } { String_t* L_54 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_55; L_55 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_54, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_56; L_56 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_55, /*hidden argument*/NULL); (&V_0)->set_InverseQ_6(L_56); } IL_0164: { SecurityElement_tB9682077760936136392270197F642224B2141CC * L_57 = V_1; NullCheck(L_57); String_t* L_58; L_58 = SecurityElement_SearchForTextOfLocalName_m69C55B4853B43F0DF8F3CE116C527C02A3F124D5(L_57, _stringLiteralA019FB7F17AA36A9743C530E1F11D5613B8B1158, /*hidden argument*/NULL); V_9 = L_58; String_t* L_59 = V_9; if (!L_59) { goto IL_0188; } } { String_t* L_60 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); String_t* L_61; L_61 = Utils_DiscardWhiteSpaces_m5632D6A210CF5A9FEE05E756199053E33FA9C7B4(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_62; L_62 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_61, /*hidden argument*/NULL); (&V_0)->set_D_7(L_62); } IL_0188: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_63 = V_0; VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, __this, L_63); return; } } // System.String System.Security.Cryptography.RSA::ToXmlString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSA_ToXmlString_m37685C8EEB202FB2048F3D340F7D6405D74E22A7 (RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * __this, bool ___includePrivateParameters0, 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*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04F339E2067485077633DE2026F6468EC3550949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85F02773B30D7E03E02058A46638441028F4AD00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE); s_Il2CppMethodInitialized = true; } RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); StringBuilder_t * V_1 = NULL; { bool L_0 = ___includePrivateParameters0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_1; L_1 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, __this, L_0); V_0 = L_1; StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_2, /*hidden argument*/NULL); V_1 = L_2; StringBuilder_t * L_3 = V_1; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6.get_Modulus_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_8; L_8 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD, L_8, _stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, L_9, /*hidden argument*/NULL); StringBuilder_t * L_11 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12.get_Exponent_0(); String_t* L_14; L_14 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_13, /*hidden argument*/NULL); String_t* L_15; L_15 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral04F339E2067485077633DE2026F6468EC3550949, L_14, _stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910, /*hidden argument*/NULL); NullCheck(L_11); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, L_15, /*hidden argument*/NULL); bool L_17 = ___includePrivateParameters0; if (!L_17) { goto IL_0128; } } { StringBuilder_t * L_18 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_19 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = L_19.get_P_2(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_21; L_21 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_20, /*hidden argument*/NULL); String_t* L_22; L_22 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08, L_21, _stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_23; L_23 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, L_22, /*hidden argument*/NULL); StringBuilder_t * L_24 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25.get_Q_3(); String_t* L_27; L_27 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0, L_27, _stringLiteral85F02773B30D7E03E02058A46638441028F4AD00, /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_24, L_28, /*hidden argument*/NULL); StringBuilder_t * L_30 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_31 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = L_31.get_DP_4(); String_t* L_33; L_33 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_32, /*hidden argument*/NULL); String_t* L_34; L_34 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855, L_33, _stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE, /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_t * L_35; L_35 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_30, L_34, /*hidden argument*/NULL); StringBuilder_t * L_36 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_37 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = L_37.get_DQ_5(); String_t* L_39; L_39 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_38, /*hidden argument*/NULL); String_t* L_40; L_40 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D, L_39, _stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD, /*hidden argument*/NULL); NullCheck(L_36); StringBuilder_t * L_41; L_41 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_36, L_40, /*hidden argument*/NULL); StringBuilder_t * L_42 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_43 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43.get_InverseQ_6(); String_t* L_45; L_45 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_44, /*hidden argument*/NULL); String_t* L_46; L_46 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7, L_45, _stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88, /*hidden argument*/NULL); NullCheck(L_42); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_42, L_46, /*hidden argument*/NULL); StringBuilder_t * L_48 = V_1; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_49 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = L_49.get_D_7(); String_t* L_51; L_51 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_50, /*hidden argument*/NULL); String_t* L_52; L_52 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93, L_51, _stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F, /*hidden argument*/NULL); NullCheck(L_48); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_48, L_52, /*hidden argument*/NULL); } IL_0128: { StringBuilder_t * L_54 = V_1; NullCheck(L_54); StringBuilder_t * L_55; L_55 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_54, _stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5, /*hidden argument*/NULL); StringBuilder_t * L_56 = V_1; NullCheck(L_56); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_56); return L_57; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Security.Cryptography.RSACryptoServiceProvider::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSACryptoServiceProvider_get_SignatureAlgorithm_m0E7776C0849E0612BA4EE0B0DCA6B2128E3098A6 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A); s_Il2CppMethodInitialized = true; } { return _stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_UseMachineKeyStore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_UseMachineKeyStore_mF1DF0B1555EE1DF8F09445E318D2D0EFC820E17B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); int32_t L_0 = ((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))->get_s_UseMachineKeyStore_2(); il2cpp_codegen_memory_barrier(); return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0); } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::set_UseMachineKeyStore(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_set_UseMachineKeyStore_m25163CD093CA48D627A3969040C61CCA04E02CAB (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = ___value0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_0007; } IL_0006: { G_B3_0 = 1; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_StaticFields*)il2cpp_codegen_static_fields_for(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))->set_s_UseMachineKeyStore_2(G_B3_0); return; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::HashData(System.Byte[],System.Int32,System.Int32,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_HashData_m169E56266E0C5BF57F6D1BA84B60E33E1A659BA3 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___offset1, int32_t ___count2, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm3, const RuntimeMethod* method) { { String_t* L_0; L_0 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm3), /*hidden argument*/NULL); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___data0; int32_t L_3 = ___offset1; int32_t L_4 = ___count2; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = HashAlgorithm_ComputeHash_m18D758AA4A5FDB6132C9DA8BB7445D774D71FBA2(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::HashData(System.IO.Stream,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_HashData_mBA9AFDE471F39AF0ECA82E21C9D9C9ED1F828116 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___data0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm1, const RuntimeMethod* method) { { String_t* L_0; L_0 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm1), /*hidden argument*/NULL); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(L_0, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___data0; NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = HashAlgorithm_ComputeHash_mB6187F38B25927C58755E1CD9E40C6B5B684F7B8(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::GetAlgorithmId(System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSACryptoServiceProvider_GetAlgorithmId_mBCF65476A21A3E503A22BE3AB990304E6A36D8BC (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0; L_0 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm0), /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, /*hidden argument*/NULL); if (L_2) { goto IL_004b; } } { String_t* L_3 = V_0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, /*hidden argument*/NULL); if (L_4) { goto IL_0051; } } { String_t* L_5 = V_0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, /*hidden argument*/NULL); if (L_6) { goto IL_0057; } } { String_t* L_7 = V_0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, /*hidden argument*/NULL); if (L_8) { goto IL_005d; } } { String_t* L_9 = V_0; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, /*hidden argument*/NULL); if (L_10) { goto IL_0063; } } { goto IL_0069; } IL_004b: { return ((int32_t)32771); } IL_0051: { return ((int32_t)32772); } IL_0057: { return ((int32_t)32780); } IL_005d: { return ((int32_t)32781); } IL_0063: { return ((int32_t)32782); } IL_0069: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (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_12 = L_11; String_t* L_13; L_13 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm0), /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); String_t* L_14; L_14 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F05C0A8BBC91D6841AA777C79F913F381024C50)), L_12, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_15 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_GetAlgorithmId_mBCF65476A21A3E503A22BE3AB990304E6A36D8BC_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_Encrypt_mEA67690E518425A50223706649EB90862B390150 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___padding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Encrypt_mEA67690E518425A50223706649EB90862B390150_RuntimeMethod_var))); } IL_000e: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_2 = ___padding1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); bool L_3; L_3 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_2, (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { 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*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Encrypt_mEA67690E518425A50223706649EB90862B390150_RuntimeMethod_var))); } IL_0022: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_5 = ___padding1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_6; L_6 = RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA_inline(/*hidden argument*/NULL); bool L_7; L_7 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = RSACryptoServiceProvider_Encrypt_mDA723C5966FAE2FD292BA7EB2F7E0DC5CDD2EDCF(__this, L_8, (bool)0, /*hidden argument*/NULL); return L_9; } IL_0038: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_10 = ___padding1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_11; L_11 = RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518_inline(/*hidden argument*/NULL); bool L_12; L_12 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = RSACryptoServiceProvider_Encrypt_mDA723C5966FAE2FD292BA7EB2F7E0DC5CDD2EDCF(__this, L_13, (bool)1, /*hidden argument*/NULL); return L_14; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))); Exception_t * L_15; L_15 = RSACryptoServiceProvider_PaddingModeNotSupported_m8A175DA7F17FAC13C953A507EED56BBB9563CA05(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Encrypt_mEA67690E518425A50223706649EB90862B390150_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_Decrypt_mB8794F1F551F5FC2CBBD2C0582242DCC6FFD1060 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___padding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Decrypt_mB8794F1F551F5FC2CBBD2C0582242DCC6FFD1060_RuntimeMethod_var))); } IL_000e: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_2 = ___padding1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); bool L_3; L_3 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_2, (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { 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*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Decrypt_mB8794F1F551F5FC2CBBD2C0582242DCC6FFD1060_RuntimeMethod_var))); } IL_0022: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_5 = ___padding1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_6; L_6 = RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA_inline(/*hidden argument*/NULL); bool L_7; L_7 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0038; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86(__this, L_8, (bool)0, /*hidden argument*/NULL); return L_9; } IL_0038: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_10 = ___padding1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_11; L_11 = RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518_inline(/*hidden argument*/NULL); bool L_12; L_12 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___data0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14; L_14 = RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86(__this, L_13, (bool)1, /*hidden argument*/NULL); return L_14; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))); Exception_t * L_15; L_15 = RSACryptoServiceProvider_PaddingModeNotSupported_m8A175DA7F17FAC13C953A507EED56BBB9563CA05(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Decrypt_mB8794F1F551F5FC2CBBD2C0582242DCC6FFD1060_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignHash_m2B2FF654985F99C8DF0B9819CDF363ECD71377EE (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm1, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___hash0; 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*)&_stringLiteral42FCF63D17717E94129B1681B68C3D08DBD7E187)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_SignHash_m2B2FF654985F99C8DF0B9819CDF363ECD71377EE_RuntimeMethod_var))); } IL_000e: { String_t* L_2; L_2 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm1), /*hidden argument*/NULL); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { Exception_t * L_4; L_4 = RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_SignHash_m2B2FF654985F99C8DF0B9819CDF363ECD71377EE_RuntimeMethod_var))); } IL_0022: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_5 = ___padding2; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_6; L_6 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_5, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_SignHash_m2B2FF654985F99C8DF0B9819CDF363ECD71377EE_RuntimeMethod_var))); } IL_0036: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_8 = ___padding2; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_9; L_9 = RSASignaturePadding_get_Pkcs1_m65459A11DDD8DB0CFE50611F1BE7F66282608120_inline(/*hidden argument*/NULL); bool L_10; L_10 = RSASignaturePadding_op_Inequality_m32116E7246CCED40653D201F82E117BF210EE403(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0049; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))); Exception_t * L_11; L_11 = RSACryptoServiceProvider_PaddingModeNotSupported_m8A175DA7F17FAC13C953A507EED56BBB9563CA05(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_SignHash_m2B2FF654985F99C8DF0B9819CDF363ECD71377EE_RuntimeMethod_var))); } IL_0049: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___hash0; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_13 = ___hashAlgorithm1; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); int32_t L_14; L_14 = RSACryptoServiceProvider_GetAlgorithmId_mBCF65476A21A3E503A22BE3AB990304E6A36D8BC(L_13, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = RSACryptoServiceProvider_SignHash_mC0EF59636A769773B7F97FEABB92EB16A88D204B(__this, L_12, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyHash(System.Byte[],System.Byte[],System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___hash0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature1, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm2, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___padding3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___hash0; 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*)&_stringLiteral42FCF63D17717E94129B1681B68C3D08DBD7E187)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___signature1; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6_RuntimeMethod_var))); } IL_001c: { String_t* L_4; L_4 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm2), /*hidden argument*/NULL); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { Exception_t * L_6; L_6 = RSA_HashAlgorithmNameNullOrEmpty_m688215ECA14537D784F6A4BF06CA38F99725980A(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6_RuntimeMethod_var))); } IL_0030: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_7 = ___padding3; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_8; L_8 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_7, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0045; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D436D2A654D8F122CEC6B02F65828D5C0347F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6_RuntimeMethod_var))); } IL_0045: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_10 = ___padding3; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_11; L_11 = RSASignaturePadding_get_Pkcs1_m65459A11DDD8DB0CFE50611F1BE7F66282608120_inline(/*hidden argument*/NULL); bool L_12; L_12 = RSASignaturePadding_op_Inequality_m32116E7246CCED40653D201F82E117BF210EE403(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))); Exception_t * L_13; L_13 = RSACryptoServiceProvider_PaddingModeNotSupported_m8A175DA7F17FAC13C953A507EED56BBB9563CA05(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m7C9FDD29783C7AC20B507075C13D0A0CDB3F73A6_RuntimeMethod_var))); } IL_0059: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ___hash0; HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_15 = ___hashAlgorithm2; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); int32_t L_16; L_16 = RSACryptoServiceProvider_GetAlgorithmId_mBCF65476A21A3E503A22BE3AB990304E6A36D8BC(L_15, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = ___signature1; bool L_18; L_18 = RSACryptoServiceProvider_VerifyHash_m42B78C4B2664E4A71DD8F1CCE0E2CB2FDEAB94E2(__this, L_14, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Exception System.Security.Cryptography.RSACryptoServiceProvider::PaddingModeNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * RSACryptoServiceProvider_PaddingModeNotSupported_m8A175DA7F17FAC13C953A507EED56BBB9563CA05 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBDBCA6C1831E0639F1A8F519D3C29F891E3C084); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteralFBDBCA6C1831E0639F1A8F519D3C29F891E3C084, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_1 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m540359C328E1E9E9818A1192E34C74C986186B80 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { { RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8(__this, ((int32_t)1024), /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m044CC794956315D9C47B26A043EE435534EFFAB1 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters0, const RuntimeMethod* method) { { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = ___parameters0; RSACryptoServiceProvider__ctor_m6CB05108969834298D488EFF9ED67C908022FFF8(__this, ((int32_t)1024), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m79459FB1F431E6F3D83F7C295A2DE7BB20D4FAC8 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, const RuntimeMethod* method) { { __this->set_privateKeyExportable_9((bool)1); RSA__ctor_mBC50BA9A3A59E11DAFC8F8450518B5B1A8BCCF10(__this, /*hidden argument*/NULL); int32_t L_0 = ___dwKeySize0; RSACryptoServiceProvider_Common_mB30E15D065B414E7263DB8B2D570DAB4BBA64CF9(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32,System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_m6CB05108969834298D488EFF9ED67C908022FFF8 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___parameters1, const RuntimeMethod* method) { bool V_0 = false; { __this->set_privateKeyExportable_9((bool)1); RSA__ctor_mBC50BA9A3A59E11DAFC8F8450518B5B1A8BCCF10(__this, /*hidden argument*/NULL); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = ___parameters1; V_0 = (bool)((!(((RuntimeObject*)(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); int32_t L_1 = ___dwKeySize0; bool L_2 = V_0; RSACryptoServiceProvider_Common_mB30E15D065B414E7263DB8B2D570DAB4BBA64CF9(__this, L_1, L_2, /*hidden argument*/NULL); bool L_3 = V_0; if (!L_3) { goto IL_0024; } } { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_4 = ___parameters1; RSACryptoServiceProvider_Common_m8913A133150DC17F9FE49D4293AB86E880C3890B(__this, L_4, /*hidden argument*/NULL); } IL_0024: { return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Common_mB30E15D065B414E7263DB8B2D570DAB4BBA64CF9 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, int32_t ___dwKeySize0, bool ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_OnKeyGenerated_mC82A3D387E875FDABB6A2F7CE1F6B8A0A25F9169_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * V_0 = NULL; { KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_0 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); ((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)__this)->set_LegalKeySizesValue_1(L_0); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = ((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)__this)->get_LegalKeySizesValue_1(); KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_2 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_2, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_2); int32_t L_3 = ___dwKeySize0; AsymmetricAlgorithm_set_KeySize_m0A6FFF0FCC83335855F25E8574E4B7B805A24EE5(__this, L_3, /*hidden argument*/NULL); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_5 = (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 *)il2cpp_codegen_object_new(RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65_il2cpp_TypeInfo_var); RSAManaged__ctor_mB9727DB18FF7BCC5D319A080E955140925D7CF3A(L_5, L_4, /*hidden argument*/NULL); __this->set_rsa_11(L_5); RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_6 = __this->get_rsa_11(); KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_7 = (KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)il2cpp_codegen_object_new(KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var); KeyGeneratedEventHandler__ctor_mF46930B9307D260B4A577EE8E19D7895426863A5(L_7, __this, (intptr_t)((intptr_t)RSACryptoServiceProvider_OnKeyGenerated_mC82A3D387E875FDABB6A2F7CE1F6B8A0A25F9169_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); RSAManaged_add_KeyGenerated_m714A02FB2AE0D6436F8C74AD19E43C9C77DF8604(L_6, L_7, /*hidden argument*/NULL); bool L_8 = ___parameters1; __this->set_persistKey_7(L_8); bool L_9 = ___parameters1; if (!L_9) { goto IL_005e; } } { return; } IL_005e: { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_10 = (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)il2cpp_codegen_object_new(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); CspParameters__ctor_mB5671B337990F6D2FA7158D13E47EE5866186861(L_10, 1, /*hidden argument*/NULL); V_0 = L_10; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); bool L_11; L_11 = RSACryptoServiceProvider_get_UseMachineKeyStore_mF1DF0B1555EE1DF8F09445E318D2D0EFC820E17B(/*hidden argument*/NULL); if (!L_11) { goto IL_007a; } } { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_12 = V_0; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_13 = L_12; NullCheck(L_13); int32_t L_14; L_14 = CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline(L_13, /*hidden argument*/NULL); NullCheck(L_13); CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55(L_13, ((int32_t)((int32_t)L_14|(int32_t)1)), /*hidden argument*/NULL); } IL_007a: { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_15 = V_0; KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_16 = (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A *)il2cpp_codegen_object_new(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var); KeyPairPersistence__ctor_m698E7F44C46A4B426C6668D1836B275BA3890F20(L_16, L_15, /*hidden argument*/NULL); __this->set_store_6(L_16); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Common(System.Security.Cryptography.CspParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Common_m8913A133150DC17F9FE49D4293AB86E880C3890B (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_0 = ___p0; KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_1 = (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A *)il2cpp_codegen_object_new(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var); KeyPairPersistence__ctor_m698E7F44C46A4B426C6668D1836B275BA3890F20(L_1, L_0, /*hidden argument*/NULL); __this->set_store_6(L_1); KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_2 = __this->get_store_6(); NullCheck(L_2); bool L_3; L_3 = KeyPairPersistence_Load_m13D590D2111E7D43D156DEA81C04C0E18B777205(L_2, /*hidden argument*/NULL); V_0 = L_3; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_4 = ___p0; NullCheck(L_4); int32_t L_5; L_5 = CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline(L_4, /*hidden argument*/NULL); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_6 = ___p0; NullCheck(L_6); int32_t L_7; L_7 = CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline(L_6, /*hidden argument*/NULL); __this->set_privateKeyExportable_9((bool)((((int32_t)((int32_t)((int32_t)L_7&(int32_t)4))) == ((int32_t)0))? 1 : 0)); if (!((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0)) { goto IL_0044; } } { bool L_8 = V_0; if (L_8) { goto IL_0044; } } { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_9 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral882AD41FD98E301986427165C0B4D87BA813F51E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Common_m8913A133150DC17F9FE49D4293AB86E880C3890B_RuntimeMethod_var))); } IL_0044: { KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_10 = __this->get_store_6(); NullCheck(L_10); String_t* L_11; L_11 = KeyPairPersistence_get_KeyValue_mFB1357E7866B387D416539EAF754C8D023FDCD1A_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0069; } } { __this->set_persisted_8((bool)1); KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_12 = __this->get_store_6(); NullCheck(L_12); String_t* L_13; L_13 = KeyPairPersistence_get_KeyValue_mFB1357E7866B387D416539EAF754C8D023FDCD1A_inline(L_12, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::FromXmlString(System.String) */, __this, L_13); } IL_0069: { return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Finalize_m0245FB4B261913747D32322B324A3857EF2222CC (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.String System.Security.Cryptography.RSACryptoServiceProvider::get_KeyExchangeAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSACryptoServiceProvider_get_KeyExchangeAlgorithm_mB921C74E332B1251C8EB1BC43B1C635177254400 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE6C837A093D440EC48E017781059D9751CBB9B1); s_Il2CppMethodInitialized = true; } { return _stringLiteralEE6C837A093D440EC48E017781059D9751CBB9B1; } } // System.Int32 System.Security.Cryptography.RSACryptoServiceProvider::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSACryptoServiceProvider_get_KeySize_mDA8F477A62C1FCB1923CDF4272A9848CEF9EDC4B (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_0 = __this->get_rsa_11(); if (L_0) { goto IL_000f; } } { int32_t L_1 = ((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)__this)->get_KeySizeValue_0(); return L_1; } IL_000f: { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_2 = __this->get_rsa_11(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_2); return L_3; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PersistKeyInCsp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PersistKeyInCsp_m17BF4068BECC650A81A3479CA11EE7A88C69252C (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_persistKey_7(); return L_0; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::set_PersistKeyInCsp(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_set_PersistKeyInCsp_mF64761C751C41492F0EDA94CB8145D80DE18A82A (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_persistKey_7(L_0); bool L_1 = __this->get_persistKey_7(); if (!L_1) { goto IL_001c; } } { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_2 = __this->get_rsa_11(); RSACryptoServiceProvider_OnKeyGenerated_mC82A3D387E875FDABB6A2F7CE1F6B8A0A25F9169(__this, L_2, (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA *)NULL, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_0 = __this->get_rsa_11(); NullCheck(L_0); bool L_1; L_1 = RSAManaged_get_PublicOnly_mD1F012A7D117556E8FD5B724C20EF54B9AB10EDE(L_0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, bool ___fOAEP1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 * V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgb0; 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*)&_stringLiteralFC5CC7BB98ECF64D404EAA01F8E9760353E4B56C)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgb0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) <= ((int32_t)((int32_t)((int32_t)L_3/(int32_t)8))))) { goto IL_0041; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (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_5 = L_4; int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); int32_t L_7 = ((int32_t)((int32_t)L_6/(int32_t)8)); RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_8); String_t* L_9; L_9 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB74E46895B2ADDA0DAE9ABE65FFF6C0157311E9D)), L_5, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_10 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86_RuntimeMethod_var))); } IL_0041: { bool L_11 = __this->get_m_disposed_10(); if (!L_11) { goto IL_0054; } } { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_12 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0A796170302D4ECCE2B27627900D3B9D9A3D3399)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_Decrypt_m85E200ED61EDDC1097CE0116B37DA68480BCDD86_RuntimeMethod_var))); } IL_0054: { V_0 = (AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 *)NULL; bool L_13 = ___fOAEP1; if (!L_13) { goto IL_0067; } } { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_14 = __this->get_rsa_11(); RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * L_15 = (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 *)il2cpp_codegen_object_new(RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113_il2cpp_TypeInfo_var); RSAOAEPKeyExchangeDeformatter__ctor_m9CF0804F06791ED354B49105B75FA3073D25A502(L_15, L_14, /*hidden argument*/NULL); V_0 = L_15; goto IL_0073; } IL_0067: { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_16 = __this->get_rsa_11(); RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * L_17 = (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A *)il2cpp_codegen_object_new(RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A_il2cpp_TypeInfo_var); RSAPKCS1KeyExchangeDeformatter__ctor_mC2F1E7D5C32E4B37D2DB2F4555C2FDD8EBEB1804(L_17, L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_0073: { AsymmetricKeyExchangeDeformatter_tECEC4C8694160EB9BE9CDC3FCCBEE7D547F4BE47 * L_18 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ___rgb0; NullCheck(L_18); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20; L_20 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(7 /* System.Byte[] System.Security.Cryptography.AsymmetricKeyExchangeDeformatter::DecryptKeyExchange(System.Byte[]) */, L_18, L_19); return L_20; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::DecryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_DecryptValue_mFF16B39FE09E0177CD343E01598731EA442237AA (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_0 = __this->get_rsa_11(); NullCheck(L_0); bool L_1; L_1 = RSAManaged_get_IsCrtPossible_m51A2616DE4D9B388F32A9D22A7A4CAF59D1388A9(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0018; } } { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9147A5DE05C835A624231D172225C669B704834F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_DecryptValue_mFF16B39FE09E0177CD343E01598731EA442237AA_RuntimeMethod_var))); } IL_0018: { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_3 = __this->get_rsa_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___rgb0; NullCheck(L_3); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(22 /* System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) */, L_3, L_4); return L_5; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.Byte[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_Encrypt_mDA723C5966FAE2FD292BA7EB2F7E0DC5CDD2EDCF (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, bool ___fOAEP1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 * V_0 = NULL; { V_0 = (AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 *)NULL; bool L_0 = ___fOAEP1; if (!L_0) { goto IL_0013; } } { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_1 = __this->get_rsa_11(); RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * L_2 = (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D *)il2cpp_codegen_object_new(RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D_il2cpp_TypeInfo_var); RSAOAEPKeyExchangeFormatter__ctor_mBEEAEBC065A2CC950D53397F75E675275917C86F(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_001f; } IL_0013: { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_3 = __this->get_rsa_11(); RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * L_4 = (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD *)il2cpp_codegen_object_new(RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD_il2cpp_TypeInfo_var); RSAPKCS1KeyExchangeFormatter__ctor_m761C7145B9D3BE57370D9D361E4FD2A5F8B52735(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_001f: { AsymmetricKeyExchangeFormatter_t174E9D202B82E70F0F50ED91A5AD4B2DDDB52E45 * L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___rgb0; NullCheck(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] System.Security.Cryptography.AsymmetricKeyExchangeFormatter::CreateKeyExchange(System.Byte[]) */, L_5, L_6); return L_7; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::EncryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_EncryptValue_m0490B3D5AAA4A277DF6A63AE7AD00079CE9B22B9 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_0 = __this->get_rsa_11(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___rgb0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(23 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_0, L_1); return L_2; } } // System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSACryptoServiceProvider::ExportParameters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 RSACryptoServiceProvider_ExportParameters_mF38EF8443829869F2708FEFB7D30F9D603BEA5C0 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_0; memset((&V_0), 0, sizeof(V_0)); { bool L_0 = ___includePrivateParameters0; if (!L_0) { goto IL_0016; } } { bool L_1 = __this->get_privateKeyExportable_9(); if (L_1) { goto IL_0016; } } { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_2 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral97B6B54C4BC93ACD2AE3E79C7D8301B9848A9ACA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_ExportParameters_mF38EF8443829869F2708FEFB7D30F9D603BEA5C0_RuntimeMethod_var))); } IL_0016: { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_3 = __this->get_rsa_11(); bool L_4 = ___includePrivateParameters0; NullCheck(L_3); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_5; L_5 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_3, L_4); V_0 = L_5; bool L_6 = ___includePrivateParameters0; if (!L_6) { goto IL_006c; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7.get_D_7(); if (L_8) { goto IL_0039; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD83E6451A66A42CA6C15A0E72F329277C30648E8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_ExportParameters_mF38EF8443829869F2708FEFB7D30F9D603BEA5C0_RuntimeMethod_var))); } IL_0039: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_10 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = L_10.get_P_2(); if (!L_11) { goto IL_0061; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12.get_Q_3(); if (!L_13) { goto IL_0061; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14.get_DP_4(); if (!L_15) { goto IL_0061; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = L_16.get_DQ_5(); if (!L_17) { goto IL_0061; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_18 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = L_18.get_InverseQ_6(); if (L_19) { goto IL_006c; } } IL_0061: { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_20 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1009529A874680F74C20466A4DC605BB5FBE0343)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_ExportParameters_mF38EF8443829869F2708FEFB7D30F9D603BEA5C0_RuntimeMethod_var))); } IL_006c: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_21 = V_0; return L_21; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::ImportParameters(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_ImportParameters_m94FFCA61642C7E03EED2E941EE4B02726894D728 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 ___parameters0, const RuntimeMethod* method) { { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_0 = __this->get_rsa_11(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_1 = ___parameters0; NullCheck(L_0); VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_0, L_1); return; } } // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider::GetHash(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, RuntimeObject * ___halg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; { RuntimeObject * L_0 = ___halg0; 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*)&_stringLiteralEC43C5A8247B803B831AF081D8FE25F8D370A6F1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C_RuntimeMethod_var))); } IL_000e: { V_0 = (HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)NULL; RuntimeObject * L_2 = ___halg0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var))) { goto IL_0027; } } { RuntimeObject * L_3 = ___halg0; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_4; L_4 = RSACryptoServiceProvider_GetHashFromString_mBC410F51EEE176845E5D6721A690C50A62EE317E(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_4; goto IL_005e; } IL_0027: { RuntimeObject * L_5 = ___halg0; if (!((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)IsInstClass((RuntimeObject*)L_5, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var))) { goto IL_0038; } } { RuntimeObject * L_6 = ___halg0; V_0 = ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)CastclassClass((RuntimeObject*)L_6, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var)); goto IL_005e; } IL_0038: { RuntimeObject * L_7 = ___halg0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_7, Type_t_il2cpp_TypeInfo_var))) { goto IL_0053; } } { RuntimeObject * L_8 = ___halg0; RuntimeObject * L_9; L_9 = Activator_CreateInstance_m1BACAB5F4FBF138CCCB537DDCB0683A2AC064295(((Type_t *)CastclassClass((RuntimeObject*)L_8, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = ((HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 *)CastclassClass((RuntimeObject*)L_9, HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31_il2cpp_TypeInfo_var)); goto IL_005e; } IL_0053: { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC43C5A8247B803B831AF081D8FE25F8D370A6F1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C_RuntimeMethod_var))); } IL_005e: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_11 = V_0; if (L_11) { goto IL_007c; } } { RuntimeObject * L_12 = ___halg0; String_t* L_13; L_13 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEED46BF86CE1040B166D50581086EDDFA414125)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7A7939E82BEFEF8DDB755713442AA62963F09F8)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_14 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC43C5A8247B803B831AF081D8FE25F8D370A6F1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C_RuntimeMethod_var))); } IL_007c: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_15 = V_0; return L_15; } } // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider::GetHashFromString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * RSACryptoServiceProvider_GetHashFromString_mBC410F51EEE176845E5D6721A690C50A62EE317E (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, String_t* ___name0, const RuntimeMethod* method) { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_1 = NULL; CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name0; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(L_0, /*hidden argument*/NULL); V_0 = L_1; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_2 = V_0; if (!L_2) { goto IL_000c; } } { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_3 = V_0; return L_3; } IL_000c: { } IL_000d: try {// begin try (depth: 1) String_t* L_4 = ___name0; String_t* L_5; L_5 = RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE(__this, L_4, /*hidden argument*/NULL); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_6; L_6 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(L_5, /*hidden argument*/NULL); V_1 = L_6; goto IL_002f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001c; } throw e; } CATCH_001c: {// begin catch(System.Security.Cryptography.CryptographicException) V_2 = ((CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)IL2CPP_GET_ACTIVE_EXCEPTION(CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_7); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_9 = V_2; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m4A8FC5B8C861B832E1515F870BEC4B7305E69E80(L_10, L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC43C5A8247B803B831AF081D8FE25F8D370A6F1)), L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_GetHashFromString_mBC410F51EEE176845E5D6721A690C50A62EE317E_RuntimeMethod_var))); }// end catch (depth: 1) IL_002f: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_11 = V_1; return L_11; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignData_m134A53266DFA92FFCD8072B24813D14B02A80A0F (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, RuntimeObject * ___halg1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_SignData_m134A53266DFA92FFCD8072B24813D14B02A80A0F_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; NullCheck(L_3); RuntimeObject * L_4 = ___halg1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = RSACryptoServiceProvider_SignData_m5DE8D55598E239775FBC45A225D4655E033C9B81(__this, L_2, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), L_4, /*hidden argument*/NULL); return L_5; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.IO.Stream,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignData_m689725E3E88FD468A2FA0FC53502CEACEF0B1453 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inputStream0, RuntimeObject * ___halg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { RuntimeObject * L_0 = ___halg1; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_2 = V_0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___inputStream0; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = HashAlgorithm_ComputeHash_mB6187F38B25927C58755E1CD9E40C6B5B684F7B8(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_5 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = PKCS1_Sign_v15_m58A85B6C7E39022DDF4079F199D4DA1AD94ACF8E(__this, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.Byte[],System.Int32,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignData_m5DE8D55598E239775FBC45A225D4655E033C9B81 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, RuntimeObject * ___halg3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { RuntimeObject * L_0 = ___halg3; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_2 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___offset1; int32_t L_5 = ___count2; NullCheck(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = HashAlgorithm_ComputeHash_m18D758AA4A5FDB6132C9DA8BB7445D774D71FBA2(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = PKCS1_Sign_v15_m58A85B6C7E39022DDF4079F199D4DA1AD94ACF8E(__this, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.String System.Security.Cryptography.RSACryptoServiceProvider::GetHashNameFromOID(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, String_t* ___oid0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B31027F164515A1950B5D7471AE7856BE543763); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42F629CC32087815BDEE088698E50CE910A82D86); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral683A95818280F9859694F418A2FD0A817678C9DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___oid0; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteralB16364632FFDA7CF8AB0EF198C603812CB7ECD94, /*hidden argument*/NULL); if (L_1) { goto IL_0043; } } { String_t* L_2 = ___oid0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteral42F629CC32087815BDEE088698E50CE910A82D86, /*hidden argument*/NULL); if (L_3) { goto IL_0049; } } { String_t* L_4 = ___oid0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral0B31027F164515A1950B5D7471AE7856BE543763, /*hidden argument*/NULL); if (L_5) { goto IL_004f; } } { String_t* L_6 = ___oid0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteralDABBB9C036193D85D6C01708C64DD345BCE1FCC4, /*hidden argument*/NULL); if (L_7) { goto IL_0055; } } { String_t* L_8 = ___oid0; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral683A95818280F9859694F418A2FD0A817678C9DB, /*hidden argument*/NULL); if (L_9) { goto IL_005b; } } { goto IL_0061; } IL_0043: { return _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; } IL_0049: { return _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17; } IL_004f: { return _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD; } IL_0055: { return _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1; } IL_005b: { return _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73; } IL_0061: { String_t* L_10 = ___oid0; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral421D87CB39AEFB620F4500E914A7C45D02B4E8B1)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_12 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE_RuntimeMethod_var))); } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.Byte[],System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignHash_mF4475D1DC40AB6C3AD0ACB6AA30DEC8CD18DA023 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, String_t* ___str1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); s_Il2CppMethodInitialized = true; } HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; String_t* G_B5_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgbHash0; 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*)&_stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_SignHash_mF4475D1DC40AB6C3AD0ACB6AA30DEC8CD18DA023_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___str1; if (!L_2) { goto IL_001a; } } { String_t* L_3 = ___str1; String_t* L_4; L_4 = RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE(__this, L_3, /*hidden argument*/NULL); G_B5_0 = L_4; goto IL_001f; } IL_001a: { G_B5_0 = _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; } IL_001f: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_5; L_5 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(G_B5_0, /*hidden argument*/NULL); V_0 = L_5; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___rgbHash0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = PKCS1_Sign_v15_m58A85B6C7E39022DDF4079F199D4DA1AD94ACF8E(__this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_SignHash_mC0EF59636A769773B7F97FEABB92EB16A88D204B (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, int32_t ___calgHash1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___calgHash1; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = RSACryptoServiceProvider_InternalHashToHashAlgorithm_mD24AE245A46D893CEB4FDE4643E3CCCF6147A049(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgbHash0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = PKCS1_Sign_v15_m58A85B6C7E39022DDF4079F199D4DA1AD94ACF8E(__this, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Security.Cryptography.HashAlgorithm System.Security.Cryptography.RSACryptoServiceProvider::InternalHashToHashAlgorithm(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * RSACryptoServiceProvider_InternalHashToHashAlgorithm_mD24AE245A46D893CEB4FDE4643E3CCCF6147A049 (int32_t ___calgHash0, const RuntimeMethod* method) { { int32_t L_0 = ___calgHash0; if ((((int32_t)L_0) == ((int32_t)((int32_t)32771)))) { goto IL_002a; } } { int32_t L_1 = ___calgHash0; if ((((int32_t)L_1) == ((int32_t)((int32_t)32772)))) { goto IL_0030; } } { int32_t L_2 = ___calgHash0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)32780)))) { case 0: { goto IL_0036; } case 1: { goto IL_003c; } case 2: { goto IL_0042; } } } { goto IL_0048; } IL_002a: { MD5_t6B7B1C4D40C383D0AD84BB8DDE4DE4B29BA627FB * L_3; L_3 = MD5_Create_mC22D8B0F48E87D36AF16D5D17B8F42071D2069E7(/*hidden argument*/NULL); return L_3; } IL_0030: { SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_4; L_4 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); return L_4; } IL_0036: { SHA256_t7F98FBD5AA9E2F4AC1A5C13FF7122AFF1A920452 * L_5; L_5 = SHA256_Create_mA93565DD491DC3380FB602957B00EA909FEB8A20(/*hidden argument*/NULL); return L_5; } IL_003c: { SHA384_t9B79EB51A9026A16B0D6F9A306724FE4D3D3A9E9 * L_6; L_6 = SHA384_Create_mC2AC5C36023DF72A00224D2758E79B19338B53E5(/*hidden argument*/NULL); return L_6; } IL_0042: { SHA512_tCF17311CCA734D60E55D2A03356FC9BFF4B040F8 * L_7; L_7 = SHA512_Create_mD8351200F8C635B75B8596C3E05188D0D61CD4F8(/*hidden argument*/NULL); return L_7; } IL_0048: { String_t* L_8; L_8 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&___calgHash0), /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_9 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_InternalHashToHashAlgorithm_mD24AE245A46D893CEB4FDE4643E3CCCF6147A049_RuntimeMethod_var))); } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyData(System.Byte[],System.Object,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyData_m964CA559E9084A6EECCB08F3EB0E47FD0D226834 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, RuntimeObject * ___halg1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyData_m964CA559E9084A6EECCB08F3EB0E47FD0D226834_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___signature2; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC90E9C620FF08EC425BBC933A1E5074B3084EFB0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyData_m964CA559E9084A6EECCB08F3EB0E47FD0D226834_RuntimeMethod_var))); } IL_001c: { RuntimeObject * L_4 = ___halg1; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_5; L_5 = RSACryptoServiceProvider_GetHash_mE44EE5A59EB8C2A0A3AB9A053CC3D8D72F56D47C(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8; L_8 = HashAlgorithm_ComputeHash_m54AE40F9CD9E46736384369DBB5739FBCBDF67D9(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_9 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___signature2; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); bool L_12; L_12 = PKCS1_Verify_v15_mD3AAABAD0EE7D862536325E70FBF9C7E3B978AE3(__this, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyHash(System.Byte[],System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyHash_m966EA51E74CC282FAD2E5BCEDF8F7338E66F844A (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, String_t* ___str1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSignature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); s_Il2CppMethodInitialized = true; } HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * V_0 = NULL; String_t* G_B7_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgbHash0; 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*)&_stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m966EA51E74CC282FAD2E5BCEDF8F7338E66F844A_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgbSignature2; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_VerifyHash_m966EA51E74CC282FAD2E5BCEDF8F7338E66F844A_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___str1; if (!L_4) { goto IL_0028; } } { String_t* L_5 = ___str1; String_t* L_6; L_6 = RSACryptoServiceProvider_GetHashNameFromOID_mDC73809DBEF3891FF3F178549460EE074B1F20AE(__this, L_5, /*hidden argument*/NULL); G_B7_0 = L_6; goto IL_002d; } IL_0028: { G_B7_0 = _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; } IL_002d: { HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_7; L_7 = HashAlgorithm_Create_mD9211775DFB224A40EC1F96711AE36C00C827EA3(G_B7_0, /*hidden argument*/NULL); V_0 = L_7; HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_8 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___rgbHash0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___rgbSignature2; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); bool L_11; L_11 = PKCS1_Verify_v15_mD3AAABAD0EE7D862536325E70FBF9C7E3B978AE3(__this, L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::VerifyHash(System.Byte[],System.Int32,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_VerifyHash_m42B78C4B2664E4A71DD8F1CCE0E2CB2FDEAB94E2 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, int32_t ___calgHash1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSignature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___calgHash1; IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); HashAlgorithm_t7F831BEF35F9D0AF5016FFB0E474AF9F93908F31 * L_1; L_1 = RSACryptoServiceProvider_InternalHashToHashAlgorithm_mD24AE245A46D893CEB4FDE4643E3CCCF6147A049(L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___rgbHash0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rgbSignature2; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); bool L_4; L_4 = PKCS1_Verify_v15_mD3AAABAD0EE7D862536325E70FBF9C7E3B978AE3(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_Dispose_m56F2049EA35C69D535E1EC380EA97AD40E0C6697 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_m_disposed_10(); if (L_0) { goto IL_003d; } } { bool L_1 = __this->get_persisted_8(); if (!L_1) { goto IL_0023; } } { bool L_2 = __this->get_persistKey_7(); if (L_2) { goto IL_0023; } } { KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_3 = __this->get_store_6(); NullCheck(L_3); KeyPairPersistence_Remove_mEE185661D6F438BAC5E2753BF6C2FC8493516D6A(L_3, /*hidden argument*/NULL); } IL_0023: { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_4 = __this->get_rsa_11(); if (!L_4) { goto IL_0036; } } { RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_5 = __this->get_rsa_11(); NullCheck(L_5); AsymmetricAlgorithm_Clear_m21EC47F8DA34193EE0E99CBCA2D4DF4FD8F5166C(L_5, /*hidden argument*/NULL); } IL_0036: { __this->set_m_disposed_10((bool)1); } IL_003d: { return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::OnKeyGenerated(System.Object,System.EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_OnKeyGenerated_mC82A3D387E875FDABB6A2F7CE1F6B8A0A25F9169 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, RuntimeObject * ___sender0, EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___e1, const RuntimeMethod* method) { { bool L_0 = __this->get_persistKey_7(); if (!L_0) { goto IL_0041; } } { bool L_1 = __this->get_persisted_8(); if (L_1) { goto IL_0041; } } { KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_2 = __this->get_store_6(); RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * L_3 = __this->get_rsa_11(); NullCheck(L_3); bool L_4; L_4 = RSAManaged_get_PublicOnly_mD1F012A7D117556E8FD5B724C20EF54B9AB10EDE(L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, bool >::Invoke(12 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, __this, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0)); NullCheck(L_2); KeyPairPersistence_set_KeyValue_mD464B02252176B2B843DAA86709B96FCD525B7FD(L_2, L_5, /*hidden argument*/NULL); KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_6 = __this->get_store_6(); NullCheck(L_6); KeyPairPersistence_Save_m83770193D8C4AFC0691AB2DE5689A3D70003600F(L_6, /*hidden argument*/NULL); __this->set_persisted_8((bool)1); } IL_0041: { return; } } // System.Security.Cryptography.CspKeyContainerInfo System.Security.Cryptography.RSACryptoServiceProvider::get_CspKeyContainerInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * RSACryptoServiceProvider_get_CspKeyContainerInfo_m5AA4D85E4F6A49ACFC959B8D1022954D9B47AB0F (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_0 = __this->get_store_6(); NullCheck(L_0); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_1; L_1 = KeyPairPersistence_get_Parameters_m019D01CD65ADBD926F90FAA592F8578E5278184A(L_0, /*hidden argument*/NULL); CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 * L_2 = (CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421 *)il2cpp_codegen_object_new(CspKeyContainerInfo_t93CF075E9122836C504A3763DABDA79C4EDA1421_il2cpp_TypeInfo_var); CspKeyContainerInfo__ctor_m7C31C8BC4830E4522A985029591075E55AAA5461(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.Byte[] System.Security.Cryptography.RSACryptoServiceProvider::ExportCspBlob(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSACryptoServiceProvider_ExportCspBlob_m51E8A3736BFDC0D4B19033B761636B52EC674AD6 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t G_B5_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B5_1 = NULL; int32_t G_B4_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B4_1 = NULL; int32_t G_B6_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B6_1 = NULL; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* G_B7_2 = NULL; { V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; bool L_0 = ___includePrivateParameters0; if (!L_0) { goto IL_000e; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = CryptoConvert_ToCapiPrivateKeyBlob_mAFE1CB79404B1A2F06075DA6931D4EBCB345F1B7(__this, /*hidden argument*/NULL); V_0 = L_1; goto IL_0015; } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = CryptoConvert_ToCapiPublicKeyBlob_mA9458AD254998247AFDC050936F2BE0DECCEB75F(__this, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = V_0; KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_4 = __this->get_store_6(); G_B4_0 = 5; G_B4_1 = L_3; if (!L_4) { G_B5_0 = 5; G_B5_1 = L_3; goto IL_0032; } } { KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_5 = __this->get_store_6(); NullCheck(L_5); CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_6; L_6 = KeyPairPersistence_get_Parameters_m019D01CD65ADBD926F90FAA592F8578E5278184A(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = L_6->get_KeyNumber_3(); G_B5_0 = G_B4_0; G_B5_1 = G_B4_1; if ((((int32_t)L_7) == ((int32_t)2))) { G_B6_0 = G_B4_0; G_B6_1 = G_B4_1; goto IL_0039; } } IL_0032: { G_B7_0 = ((int32_t)164); G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_003b; } IL_0039: { G_B7_0 = ((int32_t)36); G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_003b: { NullCheck(G_B7_2); (G_B7_2)->SetAt(static_cast(G_B7_1), (uint8_t)((int32_t)((uint8_t)G_B7_0))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_0; return L_8; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::ImportCspBlob(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider_ImportCspBlob_m9F783EC97D55A3471073B33A6ECB4CD98F0FC4C5 (RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyBlob0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * V_0 = NULL; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * V_1 = NULL; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_2; memset((&V_2), 0, sizeof(V_2)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_3; memset((&V_3), 0, sizeof(V_3)); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_4; memset((&V_4), 0, sizeof(V_4)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * G_B9_0 = NULL; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * G_B8_0 = NULL; int32_t G_B10_0 = 0; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * G_B10_1 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___keyBlob0; 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*)&_stringLiteral6CD670400494BC9B6128BDD440B066911E10553D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSACryptoServiceProvider_ImportCspBlob_m9F783EC97D55A3471073B33A6ECB4CD98F0FC4C5_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___keyBlob0; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_3; L_3 = CryptoConvert_FromCapiKeyBlob_m2516B6A0E6256500924CF0959311DDC49FBFFC0C(L_2, /*hidden argument*/NULL); V_0 = L_3; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4 = V_0; if (!((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)IsInstSealed((RuntimeObject*)L_4, RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))) { goto IL_003b; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_5 = V_0; RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_6 = V_0; NullCheck(((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)IsInstSealed((RuntimeObject*)L_6, RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var))); bool L_7; L_7 = RSACryptoServiceProvider_get_PublicOnly_m89E060DD6A46231A035DFA820F4DEF84D9958AB2(((RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7 *)IsInstSealed((RuntimeObject*)L_6, RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_5); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_8; L_8 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_5, (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0)); V_2 = L_8; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_9 = V_2; VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, __this, L_9); goto IL_0061; } IL_003b: { } IL_003c: try {// begin try (depth: 1) RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_10 = V_0; NullCheck(L_10); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_11; L_11 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_10, (bool)1); V_3 = L_11; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_12 = V_3; VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, __this, L_12); goto IL_0061; }// 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_004d; } throw e; } CATCH_004d: {// begin catch(System.Object) RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_13 = V_0; NullCheck(L_13); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_14; L_14 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_13, (bool)0); V_4 = L_14; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_15 = V_4; VirtualActionInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 >::Invoke(25 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, __this, L_15); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0061; }// end catch (depth: 1) IL_0061: { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_16 = (CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC *)il2cpp_codegen_object_new(CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC_il2cpp_TypeInfo_var); CspParameters__ctor_mB5671B337990F6D2FA7158D13E47EE5866186861(L_16, 1, /*hidden argument*/NULL); V_1 = L_16; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___keyBlob0; NullCheck(L_18); int32_t L_19 = 5; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); G_B8_0 = L_17; if ((((int32_t)L_20) == ((int32_t)((int32_t)36)))) { G_B9_0 = L_17; goto IL_0073; } } { G_B10_0 = 1; G_B10_1 = G_B8_0; goto IL_0074; } IL_0073: { G_B10_0 = 2; G_B10_1 = G_B9_0; } IL_0074: { NullCheck(G_B10_1); G_B10_1->set_KeyNumber_3(G_B10_0); IL2CPP_RUNTIME_CLASS_INIT(RSACryptoServiceProvider_tBE6479FC7CD7D294BC6D67E41F90B9D3BBF592B7_il2cpp_TypeInfo_var); bool L_21; L_21 = RSACryptoServiceProvider_get_UseMachineKeyStore_mF1DF0B1555EE1DF8F09445E318D2D0EFC820E17B(/*hidden argument*/NULL); if (!L_21) { goto IL_008e; } } { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_22 = V_1; CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_23 = L_22; NullCheck(L_23); int32_t L_24; L_24 = CspParameters_get_Flags_m1AA89C7EAC0FFD2854D3952C3277FF2A580E86BE_inline(L_23, /*hidden argument*/NULL); NullCheck(L_23); CspParameters_set_Flags_m73AF2CE4BA5726935B70AD6242491B14C7294A55(L_23, ((int32_t)((int32_t)L_24|(int32_t)1)), /*hidden argument*/NULL); } IL_008e: { CspParameters_t68AAF756CF69FC035037DF834453D0B8B7B503BC * L_25 = V_1; KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * L_26 = (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A *)il2cpp_codegen_object_new(KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A_il2cpp_TypeInfo_var); KeyPairPersistence__ctor_m698E7F44C46A4B426C6668D1836B275BA3890F20(L_26, L_25, /*hidden argument*/NULL); __this->set_store_6(L_26); return; } } // System.Void System.Security.Cryptography.RSACryptoServiceProvider::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__cctor_m5F012E11898C39FC195C4DAC9BB0E04E5697B479 (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.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_Pkcs1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_pkcs1_0(); return L_0; } } // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_OaepSHA1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_oaepSHA1_1(); return L_0; } } // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_OaepSHA256() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_OaepSHA256_m3869FE826F2EC7FECA078885DC27709444F562BA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_oaepSHA256_2(); return L_0; } } // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_OaepSHA384() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_OaepSHA384_m758AF318D9435BD9146516AE7F8F51E40B2AE25D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_oaepSHA384_3(); return L_0; } } // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::get_OaepSHA512() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_OaepSHA512_m2F2ABF3CF83F9955F6874C457966E66A44FD25E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_oaepSHA512_4(); return L_0; } } // System.Void System.Security.Cryptography.RSAEncryptionPadding::.ctor(System.Security.Cryptography.RSAEncryptionPaddingMode,System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAEncryptionPadding__ctor_m59587AF35A76A8660E43552B946883F54D1AA2A0 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, int32_t ___mode0, HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___oaepHashAlgorithm1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___mode0; __this->set__mode_5(L_0); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_1 = ___oaepHashAlgorithm1; __this->set__oaepHashAlgorithm_6(L_1); return; } } // System.Security.Cryptography.RSAEncryptionPadding System.Security.Cryptography.RSAEncryptionPadding::CreateOaep(System.Security.Cryptography.HashAlgorithmName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 ___hashAlgorithm0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)(&___hashAlgorithm0), /*hidden argument*/NULL); bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0023; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A5974406F0828AABB6EF1757D953F2859F9B2E5)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B17741531D54CD1AED28E049653D794244D54A7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E_RuntimeMethod_var))); } IL_0023: { HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_4 = ___hashAlgorithm0; RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_5 = (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)il2cpp_codegen_object_new(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding__ctor_m59587AF35A76A8660E43552B946883F54D1AA2A0(L_5, 1, L_4, /*hidden argument*/NULL); return L_5; } } // System.Security.Cryptography.RSAEncryptionPaddingMode System.Security.Cryptography.RSAEncryptionPadding::get_Mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAEncryptionPadding_get_Mode_m3CD259CA974EF57DEB13E4DFDA848424A70AB832 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__mode_5(); return L_0; } } // System.Security.Cryptography.HashAlgorithmName System.Security.Cryptography.RSAEncryptionPadding::get_OaepHashAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 RSAEncryptionPadding_get_OaepHashAlgorithm_m6528E6ED25BBE741F4DE084A54D245367316D2C9 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, const RuntimeMethod* method) { { HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_0 = __this->get__oaepHashAlgorithm_6(); return L_0; } } // System.Int32 System.Security.Cryptography.RSAEncryptionPadding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAEncryptionPadding_GetHashCode_m9B54FADD558281CC0ED03FA0F92D971910DF38F0 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = __this->get_address_of__mode_5(); int32_t L_1; L_1 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)L_0, /*hidden argument*/NULL); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 * L_2 = __this->get_address_of__oaepHashAlgorithm_6(); int32_t L_3; L_3 = HashAlgorithmName_GetHashCode_m11ECE0BF9EB6E9CAF406751211EE61F82778A622((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); int32_t L_4; L_4 = RSAEncryptionPadding_CombineHashCodes_m73BBF1C3CA4293401087D483092B4090A02F8243(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Security.Cryptography.RSAEncryptionPadding::CombineHashCodes(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAEncryptionPadding_CombineHashCodes_m73BBF1C3CA4293401087D483092B4090A02F8243 (int32_t ___h10, int32_t ___h21, const RuntimeMethod* method) { { int32_t L_0 = ___h10; int32_t L_1 = ___h10; int32_t L_2 = ___h21; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_2)); } } // System.Boolean System.Security.Cryptography.RSAEncryptionPadding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_Equals_m465CFDAAA33EF47406426AAA4F51E36B3226732B (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = RSAEncryptionPadding_Equals_mFDA904801DBC9A6767EC7F6B1DA8F180F0E6DBC4(__this, ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)IsInstSealed((RuntimeObject*)L_0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Cryptography.RSAEncryptionPadding::Equals(System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_Equals_mFDA904801DBC9A6767EC7F6B1DA8F180F0E6DBC4 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ___other0; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); bool L_1; L_1 = RSAEncryptionPadding_op_Inequality_m4CFC3CC88B4886064C382624C9C5CC6AF68EB99D(L_0, (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { int32_t L_2 = __this->get__mode_5(); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_3 = ___other0; NullCheck(L_3); int32_t L_4 = L_3->get__mode_5(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0029; } } { HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_5 = __this->get__oaepHashAlgorithm_6(); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_6 = ___other0; NullCheck(L_6); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_7 = L_6->get__oaepHashAlgorithm_6(); bool L_8; L_8 = HashAlgorithmName_op_Equality_mB0CCB15CFA7C5EA129A50A0489DB1B6B4C070979(L_5, L_7, /*hidden argument*/NULL); return L_8; } IL_0029: { return (bool)0; } } // System.Boolean System.Security.Cryptography.RSAEncryptionPadding::op_Equality(System.Security.Cryptography.RSAEncryptionPadding,System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8 (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___left0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___right1, const RuntimeMethod* method) { { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ___left0; if (L_0) { goto IL_0008; } } { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_1 = ___right1; return (bool)((((RuntimeObject*)(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0008: { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_2 = ___left0; RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_3 = ___right1; NullCheck(L_2); bool L_4; L_4 = RSAEncryptionPadding_Equals_mFDA904801DBC9A6767EC7F6B1DA8F180F0E6DBC4(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Security.Cryptography.RSAEncryptionPadding::op_Inequality(System.Security.Cryptography.RSAEncryptionPadding,System.Security.Cryptography.RSAEncryptionPadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAEncryptionPadding_op_Inequality_m4CFC3CC88B4886064C382624C9C5CC6AF68EB99D (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___left0, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ___left0; RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_1 = ___right1; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); bool L_2; L_2 = RSAEncryptionPadding_op_Equality_mEB23F7826590659EA2CEBD62A782F31EFA0F15E8(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.String System.Security.Cryptography.RSAEncryptionPadding::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAEncryptionPadding_ToString_m9861FF723941B782EEEA151E5B17B39677F92B7B (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPaddingMode_t3C0AC09AB2172E846C59FBDA45701DCC1CDED8A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t* L_0 = __this->get_address_of__mode_5(); RuntimeObject * L_1 = Box(RSAEncryptionPaddingMode_t3C0AC09AB2172E846C59FBDA45701DCC1CDED8A9_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); *L_0 = *(int32_t*)UnBox(L_1); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 * L_3 = __this->get_address_of__oaepHashAlgorithm_6(); String_t* L_4; L_4 = HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline((HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 *)L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Security.Cryptography.RSAEncryptionPadding::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAEncryptionPadding__cctor_mB7ED3E4B709E6A42E7FC03B853BE630DBDEFD1A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 V_0; memset((&V_0), 0, sizeof(V_0)); { il2cpp_codegen_initobj((&V_0), sizeof(HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 )); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_0 = V_0; RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_1 = (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 *)il2cpp_codegen_object_new(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding__ctor_m59587AF35A76A8660E43552B946883F54D1AA2A0(L_1, 0, L_0, /*hidden argument*/NULL); ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->set_s_pkcs1_0(L_1); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_2; L_2 = HashAlgorithmName_get_SHA1_mDE5E1D6660999B075EB4B839B5E38F1621265298(/*hidden argument*/NULL); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_3; L_3 = RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E(L_2, /*hidden argument*/NULL); ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->set_s_oaepSHA1_1(L_3); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_4; L_4 = HashAlgorithmName_get_SHA256_mFB565F1F4C74D19B42540838AA3271A292EB51C7(/*hidden argument*/NULL); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_5; L_5 = RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E(L_4, /*hidden argument*/NULL); ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->set_s_oaepSHA256_2(L_5); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_6; L_6 = HashAlgorithmName_get_SHA384_m0ACF123378CC97B3631798D07E33D8BFFF9A1472(/*hidden argument*/NULL); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_7; L_7 = RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E(L_6, /*hidden argument*/NULL); ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->set_s_oaepSHA384_3(L_7); HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 L_8; L_8 = HashAlgorithmName_get_SHA512_m004DB53E29715AA80329A6CC0F98F38FCB197445(/*hidden argument*/NULL); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_9; L_9 = RSAEncryptionPadding_CreateOaep_m415AE6D03A77B504F3928DBB9EBF9B1732D26E1E(L_8, /*hidden argument*/NULL); ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->set_s_oaepSHA512_4(L_9); return; } } // System.Void System.Security.Cryptography.RSAEncryptionPadding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAEncryptionPadding__ctor_m254724BE3CD8135381554A766BDB93B86D3D95BA (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding__ctor_m254724BE3CD8135381554A766BDB93B86D3D95BA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RSAEncryptionPadding__ctor_m254724BE3CD8135381554A766BDB93B86D3D95BA_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Security.Cryptography.RSAManaged::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged__ctor_mB9727DB18FF7BCC5D319A080E955140925D7CF3A (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, int32_t ___keySize0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_keyBlinding_3((bool)1); RSA__ctor_mBC50BA9A3A59E11DAFC8F8450518B5B1A8BCCF10(__this, /*hidden argument*/NULL); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_0 = (KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499*)SZArrayNew(KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499_il2cpp_TypeInfo_var, (uint32_t)1); ((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)__this)->set_LegalKeySizesValue_1(L_0); KeySizesU5BU5D_tA093382691AAF32E84D3063E83C59472F9714499* L_1 = ((AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F *)__this)->get_LegalKeySizesValue_1(); KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 * L_2 = (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)il2cpp_codegen_object_new(KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3_il2cpp_TypeInfo_var); KeySizes__ctor_m3E926AE5EB6EE3A75028118474262765CC767F5A(L_2, ((int32_t)384), ((int32_t)16384), 8, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (KeySizes_t2F5C413E3DCD41211F03AF692B2633C8384E1FB3 *)L_2); int32_t L_3 = ___keySize0; AsymmetricAlgorithm_set_KeySize_m0A6FFF0FCC83335855F25E8574E4B7B805A24EE5(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Finalize_mEB12A698E1A30859EB9A69EEF16D62E40A62CC14 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricAlgorithm::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x10, FINALLY_0009); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0009; } FINALLY_0009: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(9) }// end finally (depth: 1) IL2CPP_CLEANUP(9) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10, IL_0010) } IL_0010: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::GenerateKeyPair() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_GenerateKeyPair_m462430C0950EAA409AAC02527157467F90076FD2 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_2 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_3 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_4 = NULL; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))>>(int32_t)1)); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); int32_t L_2 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_3; L_3 = BigInteger_op_Implicit_m1AAE81E75E20C88256C9780EBB3B8C88218679B3(((int32_t)65537), /*hidden argument*/NULL); __this->set_e_13(L_3); } IL_0024: { int32_t L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_5; L_5 = BigInteger_GeneratePseudoPrime_mC420033AEB8393618EA3E38DE3DB146E6AC1AB99(L_4, /*hidden argument*/NULL); __this->set_p_7(L_5); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = __this->get_p_7(); uint32_t L_7; L_7 = BigInteger_op_Modulus_mCCBB000313896B2ACFDD6853DD23BB01A8549203(L_6, ((int32_t)65537), /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_0024; } } IL_0043: { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_9; L_9 = BigInteger_GeneratePseudoPrime_mC420033AEB8393618EA3E38DE3DB146E6AC1AB99(L_8, /*hidden argument*/NULL); __this->set_q_8(L_9); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_10 = __this->get_q_8(); uint32_t L_11; L_11 = BigInteger_op_Modulus_mCCBB000313896B2ACFDD6853DD23BB01A8549203(L_10, ((int32_t)65537), /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0043; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_12 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_13 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_14; L_14 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0043; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_15 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_16 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_17; L_17 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_15, L_16, /*hidden argument*/NULL); __this->set_n_12(L_17); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_18 = __this->get_n_12(); NullCheck(L_18); int32_t L_19; L_19 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_18, /*hidden argument*/NULL); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_00c0; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_21 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_22 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_23; L_23 = BigInteger_op_LessThan_m2C46775DC1C12503C0300482FD048E1D0E473B23(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0043; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_24 = __this->get_q_8(); __this->set_p_7(L_24); goto IL_0043; } IL_00c0: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_25 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_26; L_26 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(1, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_27; L_27 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_28 = __this->get_q_8(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_29; L_29 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(1, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_30; L_30 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_28, L_29, /*hidden argument*/NULL); V_3 = L_30; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_31 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_32 = V_3; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_33; L_33 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_31, L_32, /*hidden argument*/NULL); V_4 = L_33; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_34 = __this->get_e_13(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_35 = V_4; NullCheck(L_34); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_36; L_36 = BigInteger_ModInverse_m1A3833769160D2375238C848410C101382877461(L_34, L_35, /*hidden argument*/NULL); __this->set_d_6(L_36); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_37 = __this->get_d_6(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_38 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_39; L_39 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_37, L_38, /*hidden argument*/NULL); __this->set_dp_9(L_39); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_40 = __this->get_d_6(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_41 = V_3; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_42; L_42 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_40, L_41, /*hidden argument*/NULL); __this->set_dq_10(L_42); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_43 = __this->get_q_8(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_44 = __this->get_p_7(); NullCheck(L_43); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_45; L_45 = BigInteger_ModInverse_m1A3833769160D2375238C848410C101382877461(L_43, L_44, /*hidden argument*/NULL); __this->set_qInv_11(L_45); __this->set_keypairGenerated_4((bool)1); __this->set_isCRTpossible_2((bool)1); KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_46 = __this->get_KeyGenerated_14(); if (!L_46) { goto IL_015e; } } { KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_47 = __this->get_KeyGenerated_14(); NullCheck(L_47); KeyGeneratedEventHandler_Invoke_m4B81717A72F5021869B01E6DF2A9C07C0C46258D(L_47, __this, (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA *)NULL, /*hidden argument*/NULL); } IL_015e: { return; } } // System.Int32 Mono.Security.Cryptography.RSAManaged::get_KeySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSAManaged_get_KeySize_m3236217D57D6499FD1FF7B695A864876290AB117 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), /*hidden argument*/NULL); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_2 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_get_KeySize_m3236217D57D6499FD1FF7B695A864876290AB117_RuntimeMethod_var))); } IL_0018: { bool L_3 = __this->get_keypairGenerated_4(); if (!L_3) { goto IL_003b; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_4 = __this->get_n_12(); NullCheck(L_4); int32_t L_5; L_5 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if (!((int32_t)((int32_t)L_6&(int32_t)7))) { goto IL_0039; } } { int32_t L_7 = V_0; int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_8&(int32_t)7)))))); } IL_0039: { int32_t L_9 = V_0; return L_9; } IL_003b: { int32_t L_10; L_10 = AsymmetricAlgorithm_get_KeySize_mCCBF5EA049DD33844506A434B31CC21A1BADA003_inline(__this, /*hidden argument*/NULL); return L_10; } } // System.String Mono.Security.Cryptography.RSAManaged::get_KeyExchangeAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_get_KeyExchangeAlgorithm_m31D794FEB5B091EA47813766DB1FB0ADB62D866A (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE6C837A093D440EC48E017781059D9751CBB9B1); s_Il2CppMethodInitialized = true; } { return _stringLiteralEE6C837A093D440EC48E017781059D9751CBB9B1; } } // System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_mD1F012A7D117556E8FD5B724C20EF54B9AB10EDE (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_keypairGenerated_4(); if (!L_0) { goto IL_0025; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_1 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_1, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_3 = __this->get_n_12(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_4; L_4 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_3, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); return L_4; } IL_0023: { return (bool)1; } IL_0025: { return (bool)0; } } // System.String Mono.Security.Cryptography.RSAManaged::get_SignatureAlgorithm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_get_SignatureAlgorithm_m676A448836E0E0E10DE26A513BA11C0B7D563C6C (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A); s_Il2CppMethodInitialized = true; } { return _stringLiteral802EED93A3F6A2490FFCACF6DA736F03BFFF2F0A; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::DecryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAManaged_DecryptValue_mC8EED0F6D6C6BDE8BF35D04010EC686B64876D98 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_0 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_1 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_2 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_3 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_4 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_5 = NULL; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A35A5A606A26A4D99037EBDB96315DF7B053B48)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_DecryptValue_mC8EED0F6D6C6BDE8BF35D04010EC686B64876D98_RuntimeMethod_var))); } IL_0013: { bool L_2 = __this->get_keypairGenerated_4(); if (L_2) { goto IL_0021; } } { RSAManaged_GenerateKeyPair_m462430C0950EAA409AAC02527157467F90076FD2(__this, /*hidden argument*/NULL); } IL_0021: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rgb0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_4 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL; bool L_5 = __this->get_keyBlinding_3(); if (!L_5) { goto IL_0067; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = __this->get_n_12(); NullCheck(L_6); int32_t L_7; L_7 = BigInteger_BitCount_m7702CF0C094EC84ADA0AE35FC86C7A4C3742267C(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_8; L_8 = BigInteger_GenerateRandom_mE5F0D05CC99BA615CE392D5432E780B374830A7C(L_7, /*hidden argument*/NULL); V_1 = L_8; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_9 = V_1; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_10 = __this->get_e_13(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_11 = __this->get_n_12(); NullCheck(L_9); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_12; L_12 = BigInteger_ModPow_m05FD681FCBFD0280F17A5798732004E3CB49E81B(L_9, L_10, L_11, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_13 = V_0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_14; L_14 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_12, L_13, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_15 = __this->get_n_12(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_16; L_16 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0067: { bool L_17 = __this->get_isCRTpossible_2(); if (!L_17) { goto IL_011c; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_18 = V_0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_19 = __this->get_dp_9(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_20 = __this->get_p_7(); NullCheck(L_18); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_21; L_21 = BigInteger_ModPow_m05FD681FCBFD0280F17A5798732004E3CB49E81B(L_18, L_19, L_20, /*hidden argument*/NULL); V_3 = L_21; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_22 = V_0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_23 = __this->get_dq_10(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_24 = __this->get_q_8(); NullCheck(L_22); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_25; L_25 = BigInteger_ModPow_m05FD681FCBFD0280F17A5798732004E3CB49E81B(L_22, L_23, L_24, /*hidden argument*/NULL); V_4 = L_25; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_26 = V_4; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_27 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_28; L_28 = BigInteger_op_GreaterThan_m8DCB39BDA221FE1D14D1B117D2A27A547AA91DF8(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00e5; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_29 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_30 = V_4; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_32; L_32 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_30, L_31, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_33 = __this->get_qInv_11(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_34; L_34 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_32, L_33, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_35 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_36; L_36 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_34, L_35, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_37; L_37 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_29, L_36, /*hidden argument*/NULL); V_5 = L_37; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_38 = V_4; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_39 = __this->get_q_8(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_40 = V_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_41; L_41 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_39, L_40, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_42; L_42 = BigInteger_op_Addition_m67E73A00BD5CEC15E47AFBFC1A966CCBDB385AD7(L_38, L_41, /*hidden argument*/NULL); V_2 = L_42; goto IL_0149; } IL_00e5: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_43 = V_3; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_44 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_45; L_45 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_43, L_44, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_46 = __this->get_qInv_11(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_47; L_47 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_45, L_46, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_48 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_49; L_49 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_47, L_48, /*hidden argument*/NULL); V_5 = L_49; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_50 = V_4; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_51 = __this->get_q_8(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_52 = V_5; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_53; L_53 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_51, L_52, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_54; L_54 = BigInteger_op_Addition_m67E73A00BD5CEC15E47AFBFC1A966CCBDB385AD7(L_50, L_53, /*hidden argument*/NULL); V_2 = L_54; goto IL_0149; } IL_011c: { bool L_55; L_55 = RSAManaged_get_PublicOnly_mD1F012A7D117556E8FD5B724C20EF54B9AB10EDE(__this, /*hidden argument*/NULL); if (L_55) { goto IL_0139; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_56 = V_0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_57 = __this->get_d_6(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_58 = __this->get_n_12(); NullCheck(L_56); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_59; L_59 = BigInteger_ModPow_m05FD681FCBFD0280F17A5798732004E3CB49E81B(L_56, L_57, L_58, /*hidden argument*/NULL); V_2 = L_59; goto IL_0149; } IL_0139: { String_t* L_60; L_60 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral598D43D0FFA5F7E44602478AD0E68FA3FFF5BCCE)), /*hidden argument*/NULL); 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_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_61, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_DecryptValue_mC8EED0F6D6C6BDE8BF35D04010EC686B64876D98_RuntimeMethod_var))); } IL_0149: { bool L_62 = __this->get_keyBlinding_3(); if (!L_62) { goto IL_0175; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_63 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_64 = V_1; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_65 = __this->get_n_12(); NullCheck(L_64); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_66; L_66 = BigInteger_ModInverse_m1A3833769160D2375238C848410C101382877461(L_64, L_65, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_67; L_67 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_63, L_66, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_68 = __this->get_n_12(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_69; L_69 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_67, L_68, /*hidden argument*/NULL); V_2 = L_69; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_70 = V_1; NullCheck(L_70); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_70, /*hidden argument*/NULL); } IL_0175: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_71 = V_2; int32_t L_72; L_72 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73; L_73 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_71, ((int32_t)((int32_t)L_72>>(int32_t)3)), /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_74 = V_0; NullCheck(L_74); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_74, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_75 = V_2; NullCheck(L_75); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_75, /*hidden argument*/NULL); return L_73; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::EncryptValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAManaged_EncryptValue_mA88F3826945B57038496AAA245D192436D9B6F91 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_0 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_1 = NULL; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0013; } } { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD46621FCDFA78A57FA39EF3174253B2BCFCA7D37)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_EncryptValue_mA88F3826945B57038496AAA245D192436D9B6F91_RuntimeMethod_var))); } IL_0013: { bool L_2 = __this->get_keypairGenerated_4(); if (L_2) { goto IL_0021; } } { RSAManaged_GenerateKeyPair_m462430C0950EAA409AAC02527157467F90076FD2(__this, /*hidden argument*/NULL); } IL_0021: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___rgb0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_4 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_4, L_3, /*hidden argument*/NULL); V_0 = L_4; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_5 = V_0; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = __this->get_e_13(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_7 = __this->get_n_12(); NullCheck(L_5); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_8; L_8 = BigInteger_ModPow_m05FD681FCBFD0280F17A5798732004E3CB49E81B(L_5, L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_9 = V_1; int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_9, ((int32_t)((int32_t)L_10>>(int32_t)3)), /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_12 = V_0; NullCheck(L_12); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_12, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_13 = V_1; NullCheck(L_13); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_13, /*hidden argument*/NULL); return L_11; } } // System.Security.Cryptography.RSAParameters Mono.Security.Cryptography.RSAManaged::ExportParameters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 RSAManaged_ExportParameters_m57B0C600DE644E9D8A2F9BAB232D462E8BAA3EE1 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, bool ___includePrivateParameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_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; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), /*hidden argument*/NULL); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_2 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ExportParameters_m57B0C600DE644E9D8A2F9BAB232D462E8BAA3EE1_RuntimeMethod_var))); } IL_0018: { bool L_3 = __this->get_keypairGenerated_4(); if (L_3) { goto IL_0026; } } { RSAManaged_GenerateKeyPair_m462430C0950EAA409AAC02527157467F90076FD2(__this, /*hidden argument*/NULL); } IL_0026: { il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 )); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_4 = __this->get_e_13(); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = BigInteger_GetBytes_mF2B46D5A258E774CB3A7B2C8832C5F7A09647056(L_4, /*hidden argument*/NULL); (&V_0)->set_Exponent_0(L_5); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = __this->get_n_12(); NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = BigInteger_GetBytes_mF2B46D5A258E774CB3A7B2C8832C5F7A09647056(L_6, /*hidden argument*/NULL); (&V_0)->set_Modulus_1(L_7); bool L_8 = ___includePrivateParameters0; if (!L_8) { goto IL_0188; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_9 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_10; L_10 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_9, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_10) { goto IL_0071; } } { CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_11 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55DAB60CD344FFD34E16292DA4DECD967CD55236)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ExportParameters_m57B0C600DE644E9D8A2F9BAB232D462E8BAA3EE1_RuntimeMethod_var))); } IL_0071: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_12 = __this->get_d_6(); NullCheck(L_12); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = BigInteger_GetBytes_mF2B46D5A258E774CB3A7B2C8832C5F7A09647056(L_12, /*hidden argument*/NULL); (&V_0)->set_D_7(L_13); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_14 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14.get_D_7(); NullCheck(L_15); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_16 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = L_16.get_Modulus_1(); NullCheck(L_17); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_00cc; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_18 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = L_18.get_Modulus_1(); NullCheck(L_19); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))); V_1 = L_20; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_21 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = L_21.get_D_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; NullCheck(L_24); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_25 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25.get_D_7(); NullCheck(L_26); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_27 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = L_27.get_D_7(); NullCheck(L_28); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_22, 0, (RuntimeArray *)(RuntimeArray *)L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length))), (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))), ((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_1; (&V_0)->set_D_7(L_29); } IL_00cc: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_30 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_31; L_31 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_30, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_31) { goto IL_0188; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_32 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_33; L_33 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_32, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_0188; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_34 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_35; L_35 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_34, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_35) { goto IL_0188; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_36 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_37; L_37 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_36, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_37) { goto IL_0188; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_38 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_39; L_39 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_38, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_39) { goto IL_0188; } } { int32_t L_40; L_40 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, __this); V_2 = ((int32_t)((int32_t)L_40>>(int32_t)4)); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_41 = __this->get_p_7(); int32_t L_42 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_43; L_43 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_41, L_42, /*hidden argument*/NULL); (&V_0)->set_P_2(L_43); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_44 = __this->get_q_8(); int32_t L_45 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46; L_46 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_44, L_45, /*hidden argument*/NULL); (&V_0)->set_Q_3(L_46); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_47 = __this->get_dp_9(); int32_t L_48 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49; L_49 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_47, L_48, /*hidden argument*/NULL); (&V_0)->set_DP_4(L_49); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_50 = __this->get_dq_10(); int32_t L_51 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52; L_52 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_50, L_51, /*hidden argument*/NULL); (&V_0)->set_DQ_5(L_52); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_53 = __this->get_qInv_11(); int32_t L_54 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55; L_55 = RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61(__this, L_53, L_54, /*hidden argument*/NULL); (&V_0)->set_InverseQ_6(L_55); } IL_0188: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_56 = V_0; return L_56; } } // System.Void Mono.Security.Cryptography.RSAManaged::ImportParameters(System.Security.Cryptography.RSAParameters) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_ImportParameters_m9A14ACFEF5561D0BEC273EF8886EC15A8B865C72 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 ___parameters0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_2 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_3 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_4 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_5 = NULL; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * V_6 = NULL; int32_t G_B22_0 = 0; RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * G_B25_0 = NULL; RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * G_B23_0 = NULL; RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * G_B24_0 = NULL; int32_t G_B26_0 = 0; RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * G_B26_1 = NULL; int32_t G_B35_0 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C0410AEE87244E9E7DBAB19109E78C6FA05884)), /*hidden argument*/NULL); ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_2 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_m9A14ACFEF5561D0BEC273EF8886EC15A8B865C72_RuntimeMethod_var))); } IL_0018: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_3 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3.get_Exponent_0(); if (L_4) { goto IL_0030; } } { String_t* L_5; L_5 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBAADE1C63842D962BC37E4B07F0B56E23A26C022)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_6 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_m9A14ACFEF5561D0BEC273EF8886EC15A8B865C72_RuntimeMethod_var))); } IL_0030: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_7 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7.get_Modulus_1(); if (L_8) { goto IL_0048; } } { String_t* L_9; L_9 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08325EBD3F98F56ECBD5A88334753C82A59BB0EB)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_10 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_m9A14ACFEF5561D0BEC273EF8886EC15A8B865C72_RuntimeMethod_var))); } IL_0048: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_11 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = L_11.get_Exponent_0(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_13 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_13, L_12, /*hidden argument*/NULL); __this->set_e_13(L_13); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_14 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = L_14.get_Modulus_1(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_16 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_16, L_15, /*hidden argument*/NULL); __this->set_n_12(L_16); V_2 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL; __this->set_q_8((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_17 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_18 = L_17; V_2 = L_18; __this->set_p_7(L_18); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_19 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_20 = L_19; V_2 = L_20; __this->set_qInv_11(L_20); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_21 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_22 = L_21; V_2 = L_22; __this->set_dq_10(L_22); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_23 = V_2; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_24 = L_23; V_2 = L_24; __this->set_dp_9(L_24); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_25 = V_2; __this->set_d_6(L_25); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_26 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = L_26.get_D_7(); if (!L_27) { goto IL_00b7; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_28 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = L_28.get_D_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_30 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_30, L_29, /*hidden argument*/NULL); __this->set_d_6(L_30); } IL_00b7: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_31 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = L_31.get_DP_4(); if (!L_32) { goto IL_00d0; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_33 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33.get_DP_4(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_35 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_35, L_34, /*hidden argument*/NULL); __this->set_dp_9(L_35); } IL_00d0: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_36 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36.get_DQ_5(); if (!L_37) { goto IL_00e9; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_38 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = L_38.get_DQ_5(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_40 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_40, L_39, /*hidden argument*/NULL); __this->set_dq_10(L_40); } IL_00e9: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_41 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = L_41.get_InverseQ_6(); if (!L_42) { goto IL_0102; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_43 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = L_43.get_InverseQ_6(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_45 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_45, L_44, /*hidden argument*/NULL); __this->set_qInv_11(L_45); } IL_0102: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_46 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46.get_P_2(); if (!L_47) { goto IL_011b; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_48 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = L_48.get_P_2(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_50 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_50, L_49, /*hidden argument*/NULL); __this->set_p_7(L_50); } IL_011b: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_51 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = L_51.get_Q_3(); if (!L_52) { goto IL_0134; } } { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_53 = ___parameters0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = L_53.get_Q_3(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_55 = (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)il2cpp_codegen_object_new(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger__ctor_m22A49415E6D93CDAEA63A5F0AB67236F1C039C37(L_55, L_54, /*hidden argument*/NULL); __this->set_q_8(L_55); } IL_0134: { __this->set_keypairGenerated_4((bool)1); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_56 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_57; L_57 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_56, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_57) { goto IL_0165; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_58 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_59; L_59 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_58, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_59) { goto IL_0165; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_60 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_61; L_61 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_60, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); G_B22_0 = ((int32_t)(L_61)); goto IL_0166; } IL_0165: { G_B22_0 = 0; } IL_0166: { V_0 = (bool)G_B22_0; bool L_62 = V_0; G_B23_0 = __this; if (!L_62) { G_B25_0 = __this; goto IL_0187; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_63 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_64; L_64 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_63, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); G_B24_0 = G_B23_0; if (!L_64) { G_B25_0 = G_B23_0; goto IL_0187; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_65 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_66; L_66 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_65, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); G_B26_0 = ((int32_t)(L_66)); G_B26_1 = G_B24_0; goto IL_0188; } IL_0187: { G_B26_0 = 0; G_B26_1 = G_B25_0; } IL_0188: { NullCheck(G_B26_1); G_B26_1->set_isCRTpossible_2((bool)G_B26_0); bool L_67 = V_0; if (L_67) { goto IL_0191; } } { return; } IL_0191: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_68 = __this->get_n_12(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_69 = __this->get_p_7(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_70 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_71; L_71 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_69, L_70, /*hidden argument*/NULL); bool L_72; L_72 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_68, L_71, /*hidden argument*/NULL); V_1 = L_72; bool L_73 = V_1; if (!L_73) { goto IL_0256; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_74 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_75; L_75 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(1, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_76; L_76 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_74, L_75, /*hidden argument*/NULL); V_3 = L_76; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_77 = __this->get_q_8(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_78; L_78 = BigInteger_op_Implicit_m290A664D584954BAA362136E5C4E9BC0502CE31A(1, /*hidden argument*/NULL); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_79; L_79 = BigInteger_op_Subtraction_mA33F5580E6ACA04BDB0046437FD1CF3A391A1550(L_77, L_78, /*hidden argument*/NULL); V_4 = L_79; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_80 = V_3; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_81 = V_4; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_82; L_82 = BigInteger_op_Multiply_mDBF69C024A364DBBBC3AB031823830225D557836(L_80, L_81, /*hidden argument*/NULL); V_5 = L_82; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_83 = __this->get_e_13(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_84 = V_5; NullCheck(L_83); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_85; L_85 = BigInteger_ModInverse_m1A3833769160D2375238C848410C101382877461(L_83, L_84, /*hidden argument*/NULL); V_6 = L_85; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_86 = __this->get_d_6(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_87 = V_6; bool L_88; L_88 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_86, L_87, /*hidden argument*/NULL); V_1 = L_88; bool L_89 = V_1; if (L_89) { goto IL_0256; } } { bool L_90 = __this->get_isCRTpossible_2(); if (!L_90) { goto IL_0256; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_91 = __this->get_dp_9(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_92 = V_6; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_93 = V_3; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_94; L_94 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_92, L_93, /*hidden argument*/NULL); bool L_95; L_95 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_91, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_0254; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_96 = __this->get_dq_10(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_97 = V_6; BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_98 = V_4; IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_99; L_99 = BigInteger_op_Modulus_mE1915B07C6FB8876BC099BCD5F485D40BFE3A8CF(L_97, L_98, /*hidden argument*/NULL); bool L_100; L_100 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_96, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_0254; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_101 = __this->get_qInv_11(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_102 = __this->get_q_8(); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_103 = __this->get_p_7(); NullCheck(L_102); BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_104; L_104 = BigInteger_ModInverse_m1A3833769160D2375238C848410C101382877461(L_102, L_103, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_105; L_105 = BigInteger_op_Equality_mEC40AC8B3A0841CD873CDD19B5BD8B612550C45E(L_101, L_104, /*hidden argument*/NULL); G_B35_0 = ((int32_t)(L_105)); goto IL_0255; } IL_0254: { G_B35_0 = 0; } IL_0255: { V_1 = (bool)G_B35_0; } IL_0256: { bool L_106 = V_1; if (L_106) { goto IL_0269; } } { String_t* L_107; L_107 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3050B959B65E7987322E043FCD280E4871419178)), /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_108 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_108, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ImportParameters_m9A14ACFEF5561D0BEC273EF8886EC15A8B865C72_RuntimeMethod_var))); } IL_0269: { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_Dispose_m5D3E4BCEC7C7D6A491E2608438446EC830CAF067 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_m_disposed_5(); if (L_0) { goto IL_010e; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_1 = __this->get_d_6(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_2; L_2 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_1, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_3 = __this->get_d_6(); NullCheck(L_3); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_3, /*hidden argument*/NULL); __this->set_d_6((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_002b: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_4 = __this->get_p_7(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_5; L_5 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_4, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_004b; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_6 = __this->get_p_7(); NullCheck(L_6); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_6, /*hidden argument*/NULL); __this->set_p_7((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_004b: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_7 = __this->get_q_8(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_8; L_8 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_7, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_006b; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_9 = __this->get_q_8(); NullCheck(L_9); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_9, /*hidden argument*/NULL); __this->set_q_8((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_006b: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_10 = __this->get_dp_9(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_11; L_11 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_10, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_008b; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_12 = __this->get_dp_9(); NullCheck(L_12); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_12, /*hidden argument*/NULL); __this->set_dp_9((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_008b: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_13 = __this->get_dq_10(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_14; L_14 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_13, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_00ab; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_15 = __this->get_dq_10(); NullCheck(L_15); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_15, /*hidden argument*/NULL); __this->set_dq_10((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_00ab: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_16 = __this->get_qInv_11(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_17; L_17 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_16, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_17) { goto IL_00cb; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_18 = __this->get_qInv_11(); NullCheck(L_18); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_18, /*hidden argument*/NULL); __this->set_qInv_11((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_00cb: { bool L_19 = ___disposing0; if (!L_19) { goto IL_010e; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_20 = __this->get_e_13(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_21; L_21 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_20, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00ee; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_22 = __this->get_e_13(); NullCheck(L_22); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_22, /*hidden argument*/NULL); __this->set_e_13((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_00ee: { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_23 = __this->get_n_12(); IL2CPP_RUNTIME_CLASS_INIT(BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00_il2cpp_TypeInfo_var); bool L_24; L_24 = BigInteger_op_Inequality_mA7F79A98DDB40F0A1345A9B9BD1A0C402AA3E658(L_23, (BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL, /*hidden argument*/NULL); if (!L_24) { goto IL_010e; } } { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_25 = __this->get_n_12(); NullCheck(L_25); BigInteger_Clear_mECD23CF3C1C86D8F82074A6F8B4759F69F1C8D9E(L_25, /*hidden argument*/NULL); __this->set_n_12((BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 *)NULL); } IL_010e: { __this->set_m_disposed_5((bool)1); return; } } // System.Void Mono.Security.Cryptography.RSAManaged::add_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_add_KeyGenerated_m714A02FB2AE0D6436F8C74AD19E43C9C77DF8604 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * V_0 = NULL; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * V_1 = NULL; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * V_2 = NULL; { KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_0 = __this->get_KeyGenerated_14(); V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_2 = V_1; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 ** L_5 = __this->get_address_of_KeyGenerated_14(); KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_6 = V_2; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_7 = V_1; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_8; L_8 = InterlockedCompareExchangeImpl((KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 **)L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_9 = V_0; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Mono.Security.Cryptography.RSAManaged::remove_KeyGenerated(Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAManaged_remove_KeyGenerated_m98D38A2EC3C96C9897F835B9A18F3448A94631DE (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * V_0 = NULL; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * V_1 = NULL; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * V_2 = NULL; { KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_0 = __this->get_KeyGenerated_14(); V_0 = L_0; } IL_0007: { KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_1 = V_0; V_1 = L_1; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_2 = V_1; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)CastclassSealed((RuntimeObject*)L_4, KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22_il2cpp_TypeInfo_var)); KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 ** L_5 = __this->get_address_of_KeyGenerated_14(); KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_6 = V_2; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_7 = V_1; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_8; L_8 = InterlockedCompareExchangeImpl((KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 **)L_5, L_6, L_7); V_0 = L_8; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_9 = V_0; KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 * L_10 = V_1; if ((!(((RuntimeObject*)(KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)L_9) == ((RuntimeObject*)(KeyGeneratedEventHandler_tC3692E7FD32FEA702B9BD6F4B445543E217B6B22 *)L_10)))) { goto IL_0007; } } { return; } } // System.String Mono.Security.Cryptography.RSAManaged::ToXmlString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAManaged_ToXmlString_m70C6B40B9294B88543BC23EDD6633B8F98B4AF3C (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, bool ___includePrivateParameters0, 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*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04F339E2067485077633DE2026F6468EC3550949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85F02773B30D7E03E02058A46638441028F4AD00); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 V_1; memset((&V_1), 0, sizeof(V_1)); il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___includePrivateParameters0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_2; L_2 = VirtualFuncInvoker1< RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 , bool >::Invoke(24 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, __this, L_1); V_1 = L_2; } IL_000e: try {// begin try (depth: 1) { StringBuilder_t * L_3 = V_0; NullCheck(L_3); StringBuilder_t * L_4; L_4 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_3, _stringLiteralAC4897A73F30B50F7A20E6701A6556743DEC3465, /*hidden argument*/NULL); StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_t * L_6; L_6 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_5, _stringLiteralBB87AD62156342FD78943479E2E2D70AA96017CD, /*hidden argument*/NULL); StringBuilder_t * L_7 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_8 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = L_8.get_Modulus_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_10; L_10 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_9, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_t * L_11; L_11 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_7, L_10, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; NullCheck(L_12); StringBuilder_t * L_13; L_13 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_12, _stringLiteralE156F349FFEB7E37AADF61D5759C8AD59E404A4D, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral04F339E2067485077633DE2026F6468EC3550949, /*hidden argument*/NULL); StringBuilder_t * L_16 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_17 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = L_17.get_Exponent_0(); String_t* L_19; L_19 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_18, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_t * L_20; L_20 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_16, L_19, /*hidden argument*/NULL); StringBuilder_t * L_21 = V_0; NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral912A82BAAC370D79146E0671264D84DF2EE0A910, /*hidden argument*/NULL); bool L_23 = ___includePrivateParameters0; if (!L_23) { goto IL_0198; } } IL_0074: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_24 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = L_24.get_P_2(); if (!L_25) { goto IL_00a6; } } IL_007c: { StringBuilder_t * L_26 = V_0; NullCheck(L_26); StringBuilder_t * L_27; L_27 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_26, _stringLiteral843721C7127A167D5AB501DA6E84766B8AA89A08, /*hidden argument*/NULL); StringBuilder_t * L_28 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = L_29.get_P_2(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_31; L_31 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_30, /*hidden argument*/NULL); NullCheck(L_28); StringBuilder_t * L_32; L_32 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_28, L_31, /*hidden argument*/NULL); StringBuilder_t * L_33 = V_0; NullCheck(L_33); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_33, _stringLiteral754E9D0DA5D0AA6E78CF7A6A990E76FC40CB2117, /*hidden argument*/NULL); } IL_00a6: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_35 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = L_35.get_Q_3(); if (!L_36) { goto IL_00d8; } } IL_00ae: { StringBuilder_t * L_37 = V_0; NullCheck(L_37); StringBuilder_t * L_38; L_38 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_37, _stringLiteralBCE0872F5165E6C8FE1F549A5FF8610489DA81A0, /*hidden argument*/NULL); StringBuilder_t * L_39 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_40 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = L_40.get_Q_3(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_42; L_42 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_41, /*hidden argument*/NULL); NullCheck(L_39); StringBuilder_t * L_43; L_43 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_39, L_42, /*hidden argument*/NULL); StringBuilder_t * L_44 = V_0; NullCheck(L_44); StringBuilder_t * L_45; L_45 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_44, _stringLiteral85F02773B30D7E03E02058A46638441028F4AD00, /*hidden argument*/NULL); } IL_00d8: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_46 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = L_46.get_DP_4(); if (!L_47) { goto IL_010a; } } IL_00e0: { StringBuilder_t * L_48 = V_0; NullCheck(L_48); StringBuilder_t * L_49; L_49 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_48, _stringLiteralB6ECC951044973F59B3140CDD58CEABD8A4A8855, /*hidden argument*/NULL); StringBuilder_t * L_50 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_51 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52 = L_51.get_DP_4(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_53; L_53 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_52, /*hidden argument*/NULL); NullCheck(L_50); StringBuilder_t * L_54; L_54 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_50, L_53, /*hidden argument*/NULL); StringBuilder_t * L_55 = V_0; NullCheck(L_55); StringBuilder_t * L_56; L_56 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_55, _stringLiteralF05661A5CE0E6BCE422902F2071C70CE8276C2CE, /*hidden argument*/NULL); } IL_010a: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_57 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_58 = L_57.get_DQ_5(); if (!L_58) { goto IL_013c; } } IL_0112: { StringBuilder_t * L_59 = V_0; NullCheck(L_59); StringBuilder_t * L_60; L_60 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_59, _stringLiteral957AD0C0A464CD75ADA45D0ADE41A7DE8D134D5D, /*hidden argument*/NULL); StringBuilder_t * L_61 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_62 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63 = L_62.get_DQ_5(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_64; L_64 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_63, /*hidden argument*/NULL); NullCheck(L_61); StringBuilder_t * L_65; L_65 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_61, L_64, /*hidden argument*/NULL); StringBuilder_t * L_66 = V_0; NullCheck(L_66); StringBuilder_t * L_67; L_67 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_66, _stringLiteral09EF2FDC3FAE6054A3CB18177E629410B6F521BD, /*hidden argument*/NULL); } IL_013c: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_68 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_69 = L_68.get_InverseQ_6(); if (!L_69) { goto IL_016e; } } IL_0144: { StringBuilder_t * L_70 = V_0; NullCheck(L_70); StringBuilder_t * L_71; L_71 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_70, _stringLiteral05C15450D2F0DDDB7162178E1DBFA769201F00D7, /*hidden argument*/NULL); StringBuilder_t * L_72 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_73 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = L_73.get_InverseQ_6(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_75; L_75 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_74, /*hidden argument*/NULL); NullCheck(L_72); StringBuilder_t * L_76; L_76 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_72, L_75, /*hidden argument*/NULL); StringBuilder_t * L_77 = V_0; NullCheck(L_77); StringBuilder_t * L_78; L_78 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_77, _stringLiteral364C07934203B37A9BDE4465A48ACF11B03DBF88, /*hidden argument*/NULL); } IL_016e: { StringBuilder_t * L_79 = V_0; NullCheck(L_79); StringBuilder_t * L_80; L_80 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_79, _stringLiteral5DA8506F2D4A43268C4972888A4AB14A363FFC93, /*hidden argument*/NULL); StringBuilder_t * L_81 = V_0; RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_82 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = L_82.get_D_7(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_84; L_84 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(L_83, /*hidden argument*/NULL); NullCheck(L_81); StringBuilder_t * L_85; L_85 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_81, L_84, /*hidden argument*/NULL); StringBuilder_t * L_86 = V_0; NullCheck(L_86); StringBuilder_t * L_87; L_87 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_86, _stringLiteral1BB255AEC7801EA23874053F71A4B27CAE62FA4F, /*hidden argument*/NULL); } IL_0198: { StringBuilder_t * L_88 = V_0; NullCheck(L_88); StringBuilder_t * L_89; L_89 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_88, _stringLiteral1F527C4F0133D516BCA172E511F39D05622AF8D5, /*hidden argument*/NULL); goto IL_0254; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01a9; } throw e; } CATCH_01a9: {// begin catch(System.Object) { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_90 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_91 = L_90.get_P_2(); if (!L_91) { goto IL_01c6; } } IL_01b2: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_92 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_93 = L_92.get_P_2(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_94 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_95 = L_94.get_P_2(); NullCheck(L_95); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_93, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_95)->max_length))), /*hidden argument*/NULL); } IL_01c6: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_96 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = L_96.get_Q_3(); if (!L_97) { goto IL_01e2; } } IL_01ce: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_98 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99 = L_98.get_Q_3(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_100 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_101 = L_100.get_Q_3(); NullCheck(L_101); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_99, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length))), /*hidden argument*/NULL); } IL_01e2: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_102 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_103 = L_102.get_DP_4(); if (!L_103) { goto IL_01fe; } } IL_01ea: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_104 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_105 = L_104.get_DP_4(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_106 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = L_106.get_DP_4(); NullCheck(L_107); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_105, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_107)->max_length))), /*hidden argument*/NULL); } IL_01fe: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_108 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_109 = L_108.get_DQ_5(); if (!L_109) { goto IL_021a; } } IL_0206: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_110 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_111 = L_110.get_DQ_5(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_112 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_113 = L_112.get_DQ_5(); NullCheck(L_113); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_111, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_113)->max_length))), /*hidden argument*/NULL); } IL_021a: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_114 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_115 = L_114.get_InverseQ_6(); if (!L_115) { goto IL_0236; } } IL_0222: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_116 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_117 = L_116.get_InverseQ_6(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_118 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_119 = L_118.get_InverseQ_6(); NullCheck(L_119); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_117, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_119)->max_length))), /*hidden argument*/NULL); } IL_0236: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_120 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_121 = L_120.get_D_7(); if (!L_121) { goto IL_0252; } } IL_023e: { RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_122 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_123 = L_122.get_D_7(); RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28 L_124 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_125 = L_124.get_D_7(); NullCheck(L_125); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_123, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_125)->max_length))), /*hidden argument*/NULL); } IL_0252: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAManaged_ToXmlString_m70C6B40B9294B88543BC23EDD6633B8F98B4AF3C_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0254: { StringBuilder_t * L_126 = V_0; NullCheck(L_126); String_t* L_127; L_127 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_126); return L_127; } } // System.Boolean Mono.Security.Cryptography.RSAManaged::get_IsCrtPossible() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAManaged_get_IsCrtPossible_m51A2616DE4D9B388F32A9D22A7A4CAF59D1388A9 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_keypairGenerated_4(); if (!L_0) { goto IL_000f; } } { bool L_1 = __this->get_isCRTpossible_2(); return L_1; } IL_000f: { return (bool)1; } } // System.Byte[] Mono.Security.Cryptography.RSAManaged::GetPaddedValue(Mono.Math.BigInteger,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAManaged_GetPaddedValue_mE3FFD447CA753034E78A728AF0FF1C2021978B61 (RSAManaged_t39EF82A0D6040ACF38E3C8A99982838521A33E65 * __this, BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * ___value0, int32_t ___length1, 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* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; { BigInteger_tEBE1926757E30C0CDC1375751529943D3441FF00 * L_0 = ___value0; NullCheck(L_0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = BigInteger_GetBytes_mF2B46D5A258E774CB3A7B2C8832C5F7A09647056(L_0, /*hidden argument*/NULL); V_0 = L_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = V_0; NullCheck(L_2); int32_t L_3 = ___length1; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) < ((int32_t)L_3))) { goto IL_000f; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = V_0; return L_4; } IL_000f: { int32_t L_5 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; int32_t L_9 = ___length1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_0; NullCheck(L_11); Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_7, 0, (RuntimeArray *)(RuntimeArray *)L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))), ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_0; NullCheck(L_13); Array_Clear_mEB42D172C5E0825D340F6209F28578BDDDDCE34F((RuntimeArray *)(RuntimeArray *)L_12, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_1; return L_14; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeDeformatter__ctor_mBBB0DD9F9A74004663A0DCBE39EED34A77B04E53 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, const RuntimeMethod* method) { { AsymmetricKeyExchangeDeformatter__ctor_mA3702957385124F014605F6E084840E7ECC5B252(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeDeformatter__ctor_m9CF0804F06791ED354B49105B75FA3073D25A502 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricKeyExchangeDeformatter__ctor_mA3702957385124F014605F6E084840E7ECC5B252(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAOAEPKeyExchangeDeformatter__ctor_m9CF0804F06791ED354B49105B75FA3073D25A502_RuntimeMethod_var))); } IL_0014: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_0(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); return; } } // System.String System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAOAEPKeyExchangeDeformatter_get_Parameters_mE93401DC2E946F7138404C96E015067A49A073F5 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::set_Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeDeformatter_set_Parameters_mB17AF08575EC62A318ADBB93C318586904CE18B7 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, String_t* ___value0, const RuntimeMethod* method) { { return; } } // System.Byte[] System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::DecryptKeyExchange(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAOAEPKeyExchangeDeformatter_DecryptKeyExchange_m1184AD0DD927157AC831BECFB553BC0ADA38A5DD (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = __this->get__rsaKey_0(); 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*)&_stringLiteralF5BB361E8D607645CB8E6D2D017993E005ECD0D9)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_2 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAOAEPKeyExchangeDeformatter_DecryptKeyExchange_m1184AD0DD927157AC831BECFB553BC0ADA38A5DD_RuntimeMethod_var))); } IL_0018: { bool L_3; L_3 = RSAOAEPKeyExchangeDeformatter_get_OverridesDecrypt_m5823927DD52328205FBF536927DF7DEC9F5A2570(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4 = __this->get__rsaKey_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___rgbData0; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_6; L_6 = RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518_inline(/*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * >::Invoke(14 /* System.Byte[] System.Security.Cryptography.RSA::Decrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) */, L_4, L_5, L_6); return L_7; } IL_0032: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_8 = __this->get__rsaKey_0(); SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_9; L_9 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * L_10 = (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 *)il2cpp_codegen_object_new(PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441_il2cpp_TypeInfo_var); PKCS1MaskGenerationMethod__ctor_m4BA72AA5C3B14F5D13A90276C534882F7D3E1A4D(L_10, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ___rgbData0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12; L_12 = Utils_RsaOaepDecrypt_mACF6138A5C8B00D2D8C1F5CEB4138D1ED7EC70A3(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeDeformatter_SetKey_mB4108C8ACCBC516AE864E32575107291325716A7 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAOAEPKeyExchangeDeformatter_SetKey_mB4108C8ACCBC516AE864E32575107291325716A7_RuntimeMethod_var))); } IL_000e: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_0(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_3 = __this->get_address_of__rsaOverridesDecrypt_1(); il2cpp_codegen_initobj(L_3, sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); return; } } // System.Boolean System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter::get_OverridesDecrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAOAEPKeyExchangeDeformatter_get_OverridesDecrypt_m5823927DD52328205FBF536927DF7DEC9F5A2570 (RSAOAEPKeyExchangeDeformatter_tFA3951E0C67E7FD504524218D4B53B276C530113 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFDDC424D897667F5331781E131C14937ADB9F4E); s_Il2CppMethodInitialized = true; } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__rsaOverridesDecrypt_1(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_0048; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_2 = __this->get__rsaKey_0(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (Type_t *)L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (Type_t *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); bool L_10; L_10 = Utils_DoesRsaKeyOverride_m47E5FDCC11CE48C60009805A4297B3F77203155F(L_2, _stringLiteralDFDDC424D897667F5331781E131C14937ADB9F4E, L_7, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__rsaOverridesDecrypt_1(L_11); } IL_0048: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_12 = __this->get_address_of__rsaOverridesDecrypt_1(); bool L_13; L_13 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_12, /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeFormatter__ctor_m95552377486DE23429994136EA496FA957092321 (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, const RuntimeMethod* method) { { AsymmetricKeyExchangeFormatter__ctor_mB4F8505EEC84EDA67EC79135C5B244C5DAF57125(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeFormatter__ctor_mBEEAEBC065A2CC950D53397F75E675275917C86F (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricKeyExchangeFormatter__ctor_mB4F8505EEC84EDA67EC79135C5B244C5DAF57125(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAOAEPKeyExchangeFormatter__ctor_mBEEAEBC065A2CC950D53397F75E675275917C86F_RuntimeMethod_var))); } IL_0014: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_1(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); return; } } // System.Byte[] System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::get_Parameter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAOAEPKeyExchangeFormatter_get_Parameter_mD3E90B7FD1E76A7A1D90DD4375025A0DC07E5EAC (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, 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 = __this->get_ParameterValue_0(); if (!L_0) { goto IL_0019; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = __this->get_ParameterValue_0(); NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2; L_2 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0019: { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::set_Parameter(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeFormatter_set_Parameter_mC42741F66BC1E540C15686324F3BAF92277F520F (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, 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 = ___value0; if (!L_0) { goto IL_0015; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___value0; NullCheck((RuntimeArray *)(RuntimeArray *)L_1); RuntimeObject * L_2; L_2 = Array_Clone_m3C566B3D3F4333212411BD7C3B61D798BADB3F3C((RuntimeArray *)(RuntimeArray *)L_1, /*hidden argument*/NULL); __this->set_ParameterValue_0(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } IL_0015: { __this->set_ParameterValue_0((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL); return; } } // System.String System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAOAEPKeyExchangeFormatter_get_Parameters_m1A89F60D3946C85B1DB56B51ED31487649909AD2 (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RSAOAEPKeyExchangeFormatter_get_Rng_m21F93F4CB27D18A675CF31A0FDCE25BD38F8C394 (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = __this->get_RngValue_3(); return L_0; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::set_Rng(System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeFormatter_set_Rng_m6E47D32DD53E62C395654D4E437EE6846911E26C (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___value0, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = ___value0; __this->set_RngValue_3(L_0); return; } } // System.Void System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAOAEPKeyExchangeFormatter_SetKey_mE77C0A80CF793CB4903787AB39A03ACC26F39BD9 (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAOAEPKeyExchangeFormatter_SetKey_mE77C0A80CF793CB4903787AB39A03ACC26F39BD9_RuntimeMethod_var))); } IL_000e: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_1(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_3 = __this->get_address_of__rsaOverridesEncrypt_2(); il2cpp_codegen_initobj(L_3, sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); return; } } // System.Byte[] System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::CreateKeyExchange(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAOAEPKeyExchangeFormatter_CreateKeyExchange_m551167A1385DFC2C2BB2B613A5936164EC1BF069 (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = __this->get__rsaKey_1(); 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*)&_stringLiteralF5BB361E8D607645CB8E6D2D017993E005ECD0D9)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_2 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAOAEPKeyExchangeFormatter_CreateKeyExchange_m551167A1385DFC2C2BB2B613A5936164EC1BF069_RuntimeMethod_var))); } IL_0018: { bool L_3; L_3 = RSAOAEPKeyExchangeFormatter_get_OverridesEncrypt_m7365E6950CE2147C07A46030A2716798784413BC(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4 = __this->get__rsaKey_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___rgbData0; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_6; L_6 = RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518_inline(/*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * >::Invoke(13 /* System.Byte[] System.Security.Cryptography.RSA::Encrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) */, L_4, L_5, L_6); return L_7; } IL_0032: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_8 = __this->get__rsaKey_1(); SHA1_t15B592B9935E19EC3FD5679B969239AC572E2C0E * L_9; L_9 = SHA1_Create_mC0C045956B56FC33D44AF7146C0E1DF27A3D102A(/*hidden argument*/NULL); PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 * L_10 = (PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441 *)il2cpp_codegen_object_new(PKCS1MaskGenerationMethod_t8B599084DBF0D016E91CC421F682F33C974C8441_il2cpp_TypeInfo_var); PKCS1MaskGenerationMethod__ctor_m4BA72AA5C3B14F5D13A90276C534882F7D3E1A4D(L_10, /*hidden argument*/NULL); RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_11; L_11 = RandomNumberGenerator_Create_m04A5418F8572F0498EE0659633B4C0620CB55721(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___rgbData0; IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13; L_13 = Utils_RsaOaepEncrypt_mD3EB4298FBEA2C2BCDEBC37C764E2000F280EA8D(L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Byte[] System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::CreateKeyExchange(System.Byte[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAOAEPKeyExchangeFormatter_CreateKeyExchange_m0BD05A3699CE1A635BAF3479D6B88AA3879D6064 (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbData0, Type_t * ___symAlgType1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgbData0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] System.Security.Cryptography.AsymmetricKeyExchangeFormatter::CreateKeyExchange(System.Byte[]) */, __this, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.RSAOAEPKeyExchangeFormatter::get_OverridesEncrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAOAEPKeyExchangeFormatter_get_OverridesEncrypt_m7365E6950CE2147C07A46030A2716798784413BC (RSAOAEPKeyExchangeFormatter_t9E5FED3C27E4D68C48F4554EC825AF841DE6009D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D035DCB96CA60D50F7833D51ACE62543C133C5F); s_Il2CppMethodInitialized = true; } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__rsaOverridesEncrypt_2(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_0048; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_2 = __this->get__rsaKey_1(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (Type_t *)L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (Type_t *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); bool L_10; L_10 = Utils_DoesRsaKeyOverride_m47E5FDCC11CE48C60009805A4297B3F77203155F(L_2, _stringLiteral3D035DCB96CA60D50F7833D51ACE62543C133C5F, L_7, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__rsaOverridesEncrypt_2(L_11); } IL_0048: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_12 = __this->get_address_of__rsaOverridesEncrypt_2(); bool L_13; L_13 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_12, /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeDeformatter__ctor_m052A3CE89442058AE589BF7ECFA521A029D25F1E (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, const RuntimeMethod* method) { { AsymmetricKeyExchangeDeformatter__ctor_mA3702957385124F014605F6E084840E7ECC5B252(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeDeformatter__ctor_mC2F1E7D5C32E4B37D2DB2F4555C2FDD8EBEB1804 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricKeyExchangeDeformatter__ctor_mA3702957385124F014605F6E084840E7ECC5B252(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeDeformatter__ctor_mC2F1E7D5C32E4B37D2DB2F4555C2FDD8EBEB1804_RuntimeMethod_var))); } IL_0014: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_0(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); return; } } // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::get_RNG() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RSAPKCS1KeyExchangeDeformatter_get_RNG_mAE192343B2BDF3BB0107764E1EF2B170DF35EE44 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = __this->get_RngValue_2(); return L_0; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::set_RNG(System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeDeformatter_set_RNG_mBA36F7BF92F8BB959FFD487F34444D0CB8D87DA8 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___value0, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = ___value0; __this->set_RngValue_2(L_0); return; } } // System.String System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAPKCS1KeyExchangeDeformatter_get_Parameters_m3466011CCA8527DF9ADAFAB9872B5E4456242F0F (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::set_Parameters(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeDeformatter_set_Parameters_mBFA61BB9BC4019CD2C116E157C0ED5B5429DFC54 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, String_t* ___value0, const RuntimeMethod* method) { { return; } } // System.Byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::DecryptKeyExchange(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAPKCS1KeyExchangeDeformatter_DecryptKeyExchange_mB40A5602F84AA337A433AB58689B72E6F0DAB8F7 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbIn0, 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*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = __this->get__rsaKey_0(); 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*)&_stringLiteralF5BB361E8D607645CB8E6D2D017993E005ECD0D9)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_2 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeDeformatter_DecryptKeyExchange_mB40A5602F84AA337A433AB58689B72E6F0DAB8F7_RuntimeMethod_var))); } IL_0018: { bool L_3; L_3 = RSAPKCS1KeyExchangeDeformatter_get_OverridesDecrypt_m771BBED94353A8A6FD2F579836FCFB1F7E4F3840(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0034; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_4 = __this->get__rsaKey_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___rgbIn0; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_6; L_6 = RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA_inline(/*hidden argument*/NULL); NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7; L_7 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * >::Invoke(14 /* System.Byte[] System.Security.Cryptography.RSA::Decrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) */, L_4, L_5, L_6); V_0 = L_7; goto IL_0086; } IL_0034: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_8 = __this->get__rsaKey_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ___rgbIn0; NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10; L_10 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(22 /* System.Byte[] System.Security.Cryptography.RSA::DecryptValue(System.Byte[]) */, L_8, L_9); V_2 = L_10; V_1 = 2; goto IL_004e; } IL_0045: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_2; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); if (!L_14) { goto IL_0054; } } { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004e: { int32_t L_16 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_2; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_0045; } } IL_0054: { int32_t L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_2; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_006a; } } { String_t* L_20; L_20 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB32EB29C07A02C41453F9839C8E2060029F1F89F)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_21 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeDeformatter_DecryptKeyExchange_mB40A5602F84AA337A433AB58689B72E6F0DAB8F7_RuntimeMethod_var))); } IL_006a: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_23 = V_2; NullCheck(L_23); int32_t L_24 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = (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_23)->max_length))), (int32_t)L_24))); V_0 = L_25; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; int32_t L_27 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_0; NullCheck(L_29); bool L_30; L_30 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_26, L_27, (RuntimeArray *)(RuntimeArray *)L_28, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))), /*hidden argument*/NULL); } IL_0086: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = V_0; return L_31; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeDeformatter_SetKey_m8D1BDB4B6CCCA92893B81CBA38D1241E89101E2D (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeDeformatter_SetKey_m8D1BDB4B6CCCA92893B81CBA38D1241E89101E2D_RuntimeMethod_var))); } IL_000e: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_0(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_3 = __this->get_address_of__rsaOverridesDecrypt_1(); il2cpp_codegen_initobj(L_3, sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); return; } } // System.Boolean System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::get_OverridesDecrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAPKCS1KeyExchangeDeformatter_get_OverridesDecrypt_m771BBED94353A8A6FD2F579836FCFB1F7E4F3840 (RSAPKCS1KeyExchangeDeformatter_tE5522D36952569E45553963FF428E034F1CF2B0A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFDDC424D897667F5331781E131C14937ADB9F4E); s_Il2CppMethodInitialized = true; } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__rsaOverridesDecrypt_1(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_0048; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_2 = __this->get__rsaKey_0(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (Type_t *)L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (Type_t *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); bool L_10; L_10 = Utils_DoesRsaKeyOverride_m47E5FDCC11CE48C60009805A4297B3F77203155F(L_2, _stringLiteralDFDDC424D897667F5331781E131C14937ADB9F4E, L_7, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__rsaOverridesDecrypt_1(L_11); } IL_0048: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_12 = __this->get_address_of__rsaOverridesDecrypt_1(); bool L_13; L_13 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_12, /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter__ctor_mD7AF04A8ABE20721E10A9A2A46253974272F3878 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method) { { AsymmetricKeyExchangeFormatter__ctor_mB4F8505EEC84EDA67EC79135C5B244C5DAF57125(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter__ctor_m761C7145B9D3BE57370D9D361E4FD2A5F8B52735 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricKeyExchangeFormatter__ctor_mB4F8505EEC84EDA67EC79135C5B244C5DAF57125(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeFormatter__ctor_m761C7145B9D3BE57370D9D361E4FD2A5F8B52735_RuntimeMethod_var))); } IL_0014: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_1(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); return; } } // System.String System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::get_Parameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSAPKCS1KeyExchangeFormatter_get_Parameters_mC0438DB0D6769AC3840FB3767D93BF866EFA9172 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAED33CDDD0C7213A55D129C380C13E49B7F40A9); s_Il2CppMethodInitialized = true; } { return _stringLiteralDAED33CDDD0C7213A55D129C380C13E49B7F40A9; } } // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::get_Rng() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RSAPKCS1KeyExchangeFormatter_get_Rng_mEE3E4B08B0B3EB5CBA1D250268E0BA85E7F5A9E6 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = __this->get_RngValue_0(); return L_0; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::set_Rng(System.Security.Cryptography.RandomNumberGenerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter_set_Rng_mDBD20BD0B2BC1B5E2672A43311B64D67AA5E776F (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ___value0, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = ___value0; __this->set_RngValue_0(L_0); return; } } // System.Void System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1KeyExchangeFormatter_SetKey_m789A2280E99468816B1C06B8A869030A9911D092 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeFormatter_SetKey_m789A2280E99468816B1C06B8A869030A9911D092_RuntimeMethod_var))); } IL_000e: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set__rsaKey_1(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_3 = __this->get_address_of__rsaOverridesEncrypt_2(); il2cpp_codegen_initobj(L_3, sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); return; } } // System.Byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::CreateKeyExchange(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_mE644820025D1F74958E469650AAE7F40BB17BBD3 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbData0, 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*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgbData0; 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*)&_stringLiteralEB889FAA5A59688D1B723D24653CC8B316219275)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_mE644820025D1F74958E469650AAE7F40BB17BBD3_RuntimeMethod_var))); } IL_000e: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_2 = __this->get__rsaKey_1(); if (L_2) { goto IL_0026; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5BB361E8D607645CB8E6D2D017993E005ECD0D9)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_4 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_mE644820025D1F74958E469650AAE7F40BB17BBD3_RuntimeMethod_var))); } IL_0026: { bool L_5; L_5 = RSAPKCS1KeyExchangeFormatter_get_OverridesEncrypt_m0992206DF1182901EE9FF4F1718E3624A7FC5569(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_6 = __this->get__rsaKey_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___rgbData0; IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_8; L_8 = RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA_inline(/*hidden argument*/NULL); NullCheck(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9; L_9 = VirtualFuncInvoker2< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * >::Invoke(13 /* System.Byte[] System.Security.Cryptography.RSA::Encrypt(System.Byte[],System.Security.Cryptography.RSAEncryptionPadding) */, L_6, L_7, L_8); V_0 = L_9; goto IL_00d4; } IL_0045: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_10 = __this->get__rsaKey_1(); NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_10); V_1 = ((int32_t)((int32_t)L_11/(int32_t)8)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___rgbData0; NullCheck(L_12); int32_t L_13 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))), (int32_t)((int32_t)11)))) <= ((int32_t)L_13))) { goto IL_007e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (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_15 = L_14; int32_t L_16 = V_1; int32_t L_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)11))); RuntimeObject * L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_18); String_t* L_19; L_19 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBF9C24A100CF052C37D416AF79A050CE5F426650)), L_15, /*hidden argument*/NULL); CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 * L_20 = (CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicException_tFFE56EF733D1150A0F3738DDE2CC4DE1A61849D5_il2cpp_TypeInfo_var))); CryptographicException__ctor_mE6D40FE819914DA1C6600907D160AD4231B46C31(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_mE644820025D1F74958E469650AAE7F40BB17BBD3_RuntimeMethod_var))); } IL_007e: { int32_t L_21 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_21); V_2 = L_22; RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_23 = __this->get_RngValue_0(); if (L_23) { goto IL_0098; } } { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_24; L_24 = RandomNumberGenerator_Create_m04A5418F8572F0498EE0659633B4C0620CB55721(/*hidden argument*/NULL); __this->set_RngValue_0(L_24); } IL_0098: { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_25; L_25 = RSAPKCS1KeyExchangeFormatter_get_Rng_mEE3E4B08B0B3EB5CBA1D250268E0BA85E7F5A9E6_inline(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_2; NullCheck(L_25); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(8 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetNonZeroBytes(System.Byte[]) */, L_25, L_26); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27 = V_2; NullCheck(L_27); (L_27)->SetAt(static_cast(0), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_2; NullCheck(L_28); (L_28)->SetAt(static_cast(1), (uint8_t)2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_2; int32_t L_30 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___rgbData0; NullCheck(L_31); NullCheck(L_29); (L_29)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))), (int32_t)1))), (uint8_t)0); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = ___rgbData0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = V_2; int32_t L_34 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = ___rgbData0; NullCheck(L_35); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ___rgbData0; NullCheck(L_36); bool L_37; L_37 = Buffer_InternalBlockCopy_m94DD8A8B32A9A8A468D3764694A3694979857B97((RuntimeArray *)(RuntimeArray *)L_32, 0, (RuntimeArray *)(RuntimeArray *)L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))), ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), /*hidden argument*/NULL); RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_38 = __this->get__rsaKey_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_39 = V_2; NullCheck(L_38); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40; L_40 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(23 /* System.Byte[] System.Security.Cryptography.RSA::EncryptValue(System.Byte[]) */, L_38, L_39); V_0 = L_40; } IL_00d4: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_0; return L_41; } } // System.Byte[] System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::CreateKeyExchange(System.Byte[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAPKCS1KeyExchangeFormatter_CreateKeyExchange_mF4E8DD39F805EF941B4955B8CFA542B1649574AC (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbData0, Type_t * ___symAlgType1, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___rgbData0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] System.Security.Cryptography.AsymmetricKeyExchangeFormatter::CreateKeyExchange(System.Byte[]) */, __this, L_0); return L_1; } } // System.Boolean System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter::get_OverridesEncrypt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAPKCS1KeyExchangeFormatter_get_OverridesEncrypt_m0992206DF1182901EE9FF4F1718E3624A7FC5569 (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D035DCB96CA60D50F7833D51ACE62543C133C5F); s_Il2CppMethodInitialized = true; } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__rsaOverridesEncrypt_2(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_0048; } } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_2 = __this->get__rsaKey_1(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_6); (L_4)->SetAt(static_cast(0), (Type_t *)L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7 = L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (Type_t *)L_9); IL2CPP_RUNTIME_CLASS_INIT(Utils_t7C591CB47983B3F023DF1E09A5DB76AE10CEEF4A_il2cpp_TypeInfo_var); bool L_10; L_10 = Utils_DoesRsaKeyOverride_m47E5FDCC11CE48C60009805A4297B3F77203155F(L_2, _stringLiteral3D035DCB96CA60D50F7833D51ACE62543C133C5F, L_7, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__rsaOverridesEncrypt_2(L_11); } IL_0048: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_12 = __this->get_address_of__rsaOverridesEncrypt_2(); bool L_13; L_13 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_12, /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1SHA1SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA1SignatureDescription__ctor_m19FDAB0C88500F2421CD3E1F896DFBA4A0220E5C (RSAPKCS1SHA1SignatureDescription_t0861E4B34EF0F62B1D53D5B781F854EE4E32441A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEECEF841568ABC965FF7C65CC28EE041A9A4224C); s_Il2CppMethodInitialized = true; } { RSAPKCS1SignatureDescription__ctor_m8209103721F073EA4CD64FF2A1B42496090C7EA0(__this, _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B, _stringLiteralEECEF841568ABC965FF7C65CC28EE041A9A4224C, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1SHA256SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA256SignatureDescription__ctor_m451F6E5DFD95DD6574F76F6D6555F60D8E0D33A4 (RSAPKCS1SHA256SignatureDescription_t1D35AEE2666EECFAF7BE89C5A4622895C7F2C042 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB4CDE5D6F5DDE53E0B104AA20EB9307E403AE42); s_Il2CppMethodInitialized = true; } { RSAPKCS1SignatureDescription__ctor_m8209103721F073EA4CD64FF2A1B42496090C7EA0(__this, _stringLiteral158B6A1BFB4007A30B92DF912CBC29F2328168DD, _stringLiteralDB4CDE5D6F5DDE53E0B104AA20EB9307E403AE42, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1SHA384SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA384SignatureDescription__ctor_m69C022B53F53842DED97D47AC4FC88D06814AEC5 (RSAPKCS1SHA384SignatureDescription_t2DC8A70DF70DA2F9F01C12175E7365BF30328184 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2017E3E2A003266489F89E52B73B8134622B43E); s_Il2CppMethodInitialized = true; } { RSAPKCS1SignatureDescription__ctor_m8209103721F073EA4CD64FF2A1B42496090C7EA0(__this, _stringLiteral12C0D00507D5556F04E6640916CA4AAF502616A1, _stringLiteralB2017E3E2A003266489F89E52B73B8134622B43E, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1SHA512SignatureDescription::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SHA512SignatureDescription__ctor_m03A0AD1AFBC01AC868723BD0A74A31F5D368E25E (RSAPKCS1SHA512SignatureDescription_t0234E2DD8FAAF7045623CBF11D45A5B6044E0B14 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral685113E80F7727890E98EFD4D624EBB5609E8264); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73); s_Il2CppMethodInitialized = true; } { RSAPKCS1SignatureDescription__ctor_m8209103721F073EA4CD64FF2A1B42496090C7EA0(__this, _stringLiteralDD9C7849851C546319ED5DCC821A7B730DE8FF73, _stringLiteral685113E80F7727890E98EFD4D624EBB5609E8264, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m1BA8EB842594843B8E252D8521A9172E91C173BB (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * __this, const RuntimeMethod* method) { { AsymmetricSignatureDeformatter__ctor_mD1A78C979CADC0692821049075FB114606DF6F78(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter__ctor_m9DAC3CBA41CE93578EB3942360F47A3ADDE59278 (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { { AsymmetricSignatureDeformatter__ctor_mD1A78C979CADC0692821049075FB114606DF6F78(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; VirtualActionInvoker1< AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * >::Invoke(4 /* System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetHashAlgorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m9628BE31B169EEBA8FB1AA0C01A536920B74D8E0 (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * __this, String_t* ___strName0, const RuntimeMethod* method) { { String_t* L_0 = ___strName0; 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*)&_stringLiteralAC95B33101063E509D251150AFD474D6AD2E3DDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_SetHashAlgorithm_m9628BE31B169EEBA8FB1AA0C01A536920B74D8E0_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___strName0; __this->set_hashName_1(L_2); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureDeformatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDeformatter_SetKey_mD9CA710E1640E9A2EE0FC23AB9CD9489B13FE4D2 (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_SetKey_mD9CA710E1640E9A2EE0FC23AB9CD9489B13FE4D2_RuntimeMethod_var))); } IL_000e: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set_rsa_0(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Security.Cryptography.RSAPKCS1SignatureDeformatter::VerifySignature(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSAPKCS1SignatureDeformatter_VerifySignature_mAF43329FD4B0EF4AE0138F322948EA15236BF9B6 (RSAPKCS1SignatureDeformatter_tEA19E0B65D1CA5C585E0492A7B830B8F34D68228 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbSignature1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = __this->get_rsa_0(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7864CED25EA26825E709D6716119C48FC3CAD49C)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_2 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_mAF43329FD4B0EF4AE0138F322948EA15236BF9B6_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = __this->get_hashName_1(); if (L_3) { goto IL_0030; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54F0351CE0E948CDD13FFB7D9BD61B44D8942DA0)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_5 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_mAF43329FD4B0EF4AE0138F322948EA15236BF9B6_RuntimeMethod_var))); } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___rgbHash0; if (L_6) { goto IL_003e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_mAF43329FD4B0EF4AE0138F322948EA15236BF9B6_RuntimeMethod_var))); } IL_003e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___rgbSignature1; if (L_8) { goto IL_004c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_9 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924AEFB6378CB06F66BFB22C0F29341E17E55FBA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureDeformatter_VerifySignature_mAF43329FD4B0EF4AE0138F322948EA15236BF9B6_RuntimeMethod_var))); } IL_004c: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_10 = __this->get_rsa_0(); String_t* L_11 = __this->get_hashName_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___rgbHash0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = ___rgbSignature1; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); bool L_14; L_14 = PKCS1_Verify_v15_m083722FDB12EFB70772EAEAAF42F76094AAFB092(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Security.Cryptography.RSAPKCS1SignatureDescription::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureDescription__ctor_m8209103721F073EA4CD64FF2A1B42496090C7EA0 (RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 * __this, String_t* ___hashAlgorithm0, String_t* ___digestAlgorithm1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA1D48414A28F21C40B4FBBC3C4A5144772287AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB56971125B023157EE72B1975D9FB9832A6CC2E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7FA71C3E9EA039BD699AED0827735008677B9A6); s_Il2CppMethodInitialized = true; } { SignatureDescription__ctor_m9A9C060DF83ACA74C0DBC3E3AE0A44563E72BED2(__this, /*hidden argument*/NULL); SignatureDescription_set_KeyAlgorithm_m33363463F18F61CF6E7D6E6AFC1058620A9CA2C0_inline(__this, _stringLiteralE7FA71C3E9EA039BD699AED0827735008677B9A6, /*hidden argument*/NULL); String_t* L_0 = ___digestAlgorithm1; SignatureDescription_set_DigestAlgorithm_mF0ECB17B5D583EAEE5CF673E5D59ABB0998B0782_inline(__this, L_0, /*hidden argument*/NULL); SignatureDescription_set_FormatterAlgorithm_mFFAE95E6194F465AA4059DE83ECBABDD6075021D_inline(__this, _stringLiteralAA1D48414A28F21C40B4FBBC3C4A5144772287AB, /*hidden argument*/NULL); SignatureDescription_set_DeformatterAlgorithm_m06F0DA296BD3FF5B8E1691A878E46C4231C2729D_inline(__this, _stringLiteralB56971125B023157EE72B1975D9FB9832A6CC2E6, /*hidden argument*/NULL); String_t* L_1 = ___hashAlgorithm0; __this->set__hashAlgorithm_4(L_1); return; } } // System.Security.Cryptography.AsymmetricSignatureDeformatter System.Security.Cryptography.RSAPKCS1SignatureDescription::CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * RSAPKCS1SignatureDescription_CreateDeformatter_mDB3271DEEF9517B772C865F8C59ACAC134DC6AB7 (RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * L_1; L_1 = SignatureDescription_CreateDeformatter_mBDAD3D9419C803C5C23C5FEEF95C0F3EC3573290(__this, L_0, /*hidden argument*/NULL); AsymmetricSignatureDeformatter_t4E346B5F7ADCD7E90FBD28DBDB9E540A1D11D033 * L_2 = L_1; String_t* L_3 = __this->get__hashAlgorithm_4(); NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricSignatureDeformatter::SetHashAlgorithm(System.String) */, L_2, L_3); return L_2; } } // System.Security.Cryptography.AsymmetricSignatureFormatter System.Security.Cryptography.RSAPKCS1SignatureDescription::CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * RSAPKCS1SignatureDescription_CreateFormatter_m19B088A2D952CD561EE3420E49A02C34F227E642 (RSAPKCS1SignatureDescription_tBD68999CD67E6A6C8B4490081A01442048EF7095 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * L_1; L_1 = SignatureDescription_CreateFormatter_mD1D4796212D4BC8CE5AB256C50E9B0786C5CC295(__this, L_0, /*hidden argument*/NULL); AsymmetricSignatureFormatter_t2B6B3B1EBAAC2F3C07900B476C8F1497E383A13B * L_2 = L_1; String_t* L_3 = __this->get__hashAlgorithm_4(); NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(5 /* System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::SetHashAlgorithm(System.String) */, L_2, L_3); return L_2; } } #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.RSAPKCS1SignatureFormatter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m15FB769DA695A4FDC30DC89FB3E70A5DB614D4C4 (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * __this, const RuntimeMethod* method) { { AsymmetricSignatureFormatter__ctor_mFDD1C5287769535B20D9D5D6D98486A3EF45C22C(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::.ctor(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter__ctor_m5A16BE9DA412F4BD1AF54230C4894CC6734BA0F0 (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { { AsymmetricSignatureFormatter__ctor_mFDD1C5287769535B20D9D5D6D98486A3EF45C22C(__this, /*hidden argument*/NULL); AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; VirtualActionInvoker1< AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * >::Invoke(4 /* System.Void System.Security.Cryptography.AsymmetricSignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) */, __this, L_0); return; } } // System.Byte[] System.Security.Cryptography.RSAPKCS1SignatureFormatter::CreateSignature(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RSAPKCS1SignatureFormatter_CreateSignature_m7E336F678BDD81D214368FB066A6E12FC0F38898 (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___rgbHash0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_0 = __this->get_rsa_0(); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE42D61BA39360CA5C265A3C09AB8779B26DBA4CD)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_2 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureFormatter_CreateSignature_m7E336F678BDD81D214368FB066A6E12FC0F38898_RuntimeMethod_var))); } IL_0018: { String_t* L_3 = __this->get_hash_1(); if (L_3) { goto IL_0030; } } { String_t* L_4; L_4 = Locale_GetText_mF8FE147379A36330B41A5D5E2CAD23C18931E66E(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral54F0351CE0E948CDD13FFB7D9BD61B44D8942DA0)), /*hidden argument*/NULL); CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 * L_5 = (CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CryptographicUnexpectedOperationException_t1289958177EFEE0510EB526CD45F0E927C4293F5_il2cpp_TypeInfo_var))); CryptographicUnexpectedOperationException__ctor_mA8E82D91BEC42230B1409A5E436F10F0907DA9E6(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureFormatter_CreateSignature_m7E336F678BDD81D214368FB066A6E12FC0F38898_RuntimeMethod_var))); } IL_0030: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___rgbHash0; if (L_6) { goto IL_003e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_7 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C9F4D0749C191AA058D272D4A8D657770F4EC47)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureFormatter_CreateSignature_m7E336F678BDD81D214368FB066A6E12FC0F38898_RuntimeMethod_var))); } IL_003e: { RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B * L_8 = __this->get_rsa_0(); String_t* L_9 = __this->get_hash_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___rgbHash0; IL2CPP_RUNTIME_CLASS_INIT(PKCS1_t2806A070CE1A0FCABA3FB4E30E08B91AB253CE21_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = PKCS1_Sign_v15_mAF56D9466E7D609EE72A7AFC1C9DF379D10C0556(L_8, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::SetHashAlgorithm(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter_SetHashAlgorithm_m26C6DE0C34F366B8874EEC04530C84E96FF01B67 (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * __this, String_t* ___strName0, const RuntimeMethod* method) { { String_t* L_0 = ___strName0; 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*)&_stringLiteralAC95B33101063E509D251150AFD474D6AD2E3DDD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureFormatter_SetHashAlgorithm_m26C6DE0C34F366B8874EEC04530C84E96FF01B67_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___strName0; __this->set_hash_1(L_2); return; } } // System.Void System.Security.Cryptography.RSAPKCS1SignatureFormatter::SetKey(System.Security.Cryptography.AsymmetricAlgorithm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSAPKCS1SignatureFormatter_SetKey_m5D8D4354FD14727B5046186BC3022F6D348D67D2 (RSAPKCS1SignatureFormatter_tD7046C80ACD34697460490A459A32D50C2D6A0A6 * __this, AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RSAPKCS1SignatureFormatter_SetKey_m5D8D4354FD14727B5046186BC3022F6D348D67D2_RuntimeMethod_var))); } IL_000e: { AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * L_2 = ___key0; __this->set_rsa_0(((RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B *)CastclassClass((RuntimeObject*)L_2, RSA_t69A71E36B9C80D9580996FE05CBA0BAF3CE5560B_il2cpp_TypeInfo_var))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Security.Cryptography.RSAParameters IL2CPP_EXTERN_C void RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshal_pinvoke(const RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28& unmarshaled, RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke& marshaled) { marshaled.___Exponent_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Exponent_0()); marshaled.___Modulus_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Modulus_1()); marshaled.___P_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_P_2()); marshaled.___Q_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Q_3()); marshaled.___DP_4 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_DP_4()); marshaled.___DQ_5 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_DQ_5()); marshaled.___InverseQ_6 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_InverseQ_6()); marshaled.___D_7 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_D_7()); } IL2CPP_EXTERN_C void RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshal_pinvoke_back(const RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke& marshaled, RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_Exponent_0((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___Exponent_0)); unmarshaled.set_Modulus_1((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___Modulus_1)); unmarshaled.set_P_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___P_2)); unmarshaled.set_Q_3((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___Q_3)); unmarshaled.set_DP_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___DP_4)); unmarshaled.set_DQ_5((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___DQ_5)); unmarshaled.set_InverseQ_6((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___InverseQ_6)); unmarshaled.set_D_7((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___D_7)); } // Conversion method for clean up from marshalling of: System.Security.Cryptography.RSAParameters IL2CPP_EXTERN_C void RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshal_pinvoke_cleanup(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___Exponent_0); marshaled.___Exponent_0 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___Modulus_1); marshaled.___Modulus_1 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___P_2); marshaled.___P_2 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___Q_3); marshaled.___Q_3 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___DP_4); marshaled.___DP_4 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___DQ_5); marshaled.___DQ_5 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___InverseQ_6); marshaled.___InverseQ_6 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___D_7); marshaled.___D_7 = NULL; } // Conversion methods for marshalling of: System.Security.Cryptography.RSAParameters IL2CPP_EXTERN_C void RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshal_com(const RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28& unmarshaled, RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com& marshaled) { marshaled.___Exponent_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Exponent_0()); marshaled.___Modulus_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Modulus_1()); marshaled.___P_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_P_2()); marshaled.___Q_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_Q_3()); marshaled.___DP_4 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_DP_4()); marshaled.___DQ_5 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_DQ_5()); marshaled.___InverseQ_6 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_InverseQ_6()); marshaled.___D_7 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_D_7()); } IL2CPP_EXTERN_C void RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshal_com_back(const RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com& marshaled, RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.set_Exponent_0((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___Exponent_0)); unmarshaled.set_Modulus_1((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___Modulus_1)); unmarshaled.set_P_2((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___P_2)); unmarshaled.set_Q_3((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___Q_3)); unmarshaled.set_DP_4((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___DP_4)); unmarshaled.set_DQ_5((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___DQ_5)); unmarshaled.set_InverseQ_6((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___InverseQ_6)); unmarshaled.set_D_7((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, marshaled.___D_7)); } // Conversion method for clean up from marshalling of: System.Security.Cryptography.RSAParameters IL2CPP_EXTERN_C void RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshal_com_cleanup(RSAParameters_tB6E5B0CD72F76465998492E0FA748C14EFBA6C28_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___Exponent_0); marshaled.___Exponent_0 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___Modulus_1); marshaled.___Modulus_1 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___P_2); marshaled.___P_2 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___Q_3); marshaled.___Q_3 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___DP_4); marshaled.___DP_4 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___DQ_5); marshaled.___DQ_5 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___InverseQ_6); marshaled.___InverseQ_6 = NULL; il2cpp_codegen_com_destroy_safe_array(marshaled.___D_7); marshaled.___D_7 = NULL; } #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.RSASignaturePadding::.ctor(System.Security.Cryptography.RSASignaturePaddingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSASignaturePadding__ctor_m5E5AFB61FE615E45A4EEFE862DC93B3F64295BA5 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, int32_t ___mode0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___mode0; __this->set__mode_2(L_0); return; } } // System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.RSASignaturePadding::get_Pkcs1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * RSASignaturePadding_get_Pkcs1_m65459A11DDD8DB0CFE50611F1BE7F66282608120 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = ((RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields*)il2cpp_codegen_static_fields_for(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var))->get_s_pkcs1_0(); return L_0; } } // System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.RSASignaturePadding::get_Pss() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * RSASignaturePadding_get_Pss_m79107B92230FBF0A0B36800088E70CCA7B56BF95 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = ((RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields*)il2cpp_codegen_static_fields_for(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var))->get_s_pss_1(); return L_0; } } // System.Security.Cryptography.RSASignaturePaddingMode System.Security.Cryptography.RSASignaturePadding::get_Mode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSASignaturePadding_get_Mode_m75726ACA0255195A9885B2432D10960DCA64B84C (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__mode_2(); return L_0; } } // System.Int32 System.Security.Cryptography.RSASignaturePadding::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RSASignaturePadding_GetHashCode_m026D6F90BAD340EE701F691211169F2357A6FF93 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__mode_2(); V_0 = L_0; int32_t L_1; L_1 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(&V_0), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Cryptography.RSASignaturePadding::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_Equals_m0AAE5286EDB0C83651AB8460CCB5CA3BCC772D3B (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; bool L_1; L_1 = RSASignaturePadding_Equals_m65B6F49BFC952C7C1D1518AAD245ECD3AA1A3426(__this, ((RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)IsInstSealed((RuntimeObject*)L_0, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Security.Cryptography.RSASignaturePadding::Equals(System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_Equals_m65B6F49BFC952C7C1D1518AAD245ECD3AA1A3426 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = ___other0; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_1; L_1 = RSASignaturePadding_op_Inequality_m32116E7246CCED40653D201F82E117BF210EE403(L_0, (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { int32_t L_2 = __this->get__mode_2(); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_3 = ___other0; NullCheck(L_3); int32_t L_4 = L_3->get__mode_2(); return (bool)((((int32_t)L_2) == ((int32_t)L_4))? 1 : 0); } IL_0018: { return (bool)0; } } // System.Boolean System.Security.Cryptography.RSASignaturePadding::op_Equality(System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___left0, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___right1, const RuntimeMethod* method) { { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = ___left0; if (L_0) { goto IL_0008; } } { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_1 = ___right1; return (bool)((((RuntimeObject*)(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } IL_0008: { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_2 = ___left0; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_3 = ___right1; NullCheck(L_2); bool L_4; L_4 = RSASignaturePadding_Equals_m65B6F49BFC952C7C1D1518AAD245ECD3AA1A3426(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Security.Cryptography.RSASignaturePadding::op_Inequality(System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.RSASignaturePadding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RSASignaturePadding_op_Inequality_m32116E7246CCED40653D201F82E117BF210EE403 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___left0, RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = ___left0; RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_1 = ___right1; IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); bool L_2; L_2 = RSASignaturePadding_op_Equality_mE4DD5CEDD20F0F9EBC903BA95169B6C83E7BF81C(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.String System.Security.Cryptography.RSASignaturePadding::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RSASignaturePadding_ToString_mCEAB9023686C53676F9617D1F08746521275C2C1 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePaddingMode_t422EFAEA6CBACFAD72B2EBEE38B50E2FEB1423E7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__mode_2(); V_0 = L_0; RuntimeObject * L_1 = Box(RSASignaturePaddingMode_t422EFAEA6CBACFAD72B2EBEE38B50E2FEB1423E7_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); V_0 = *(int32_t*)UnBox(L_1); return L_2; } } // System.Void System.Security.Cryptography.RSASignaturePadding::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSASignaturePadding__cctor_mC67B3E47E4D13E1C5E0CB94ECFA1E0115395604F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)il2cpp_codegen_object_new(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding__ctor_m5E5AFB61FE615E45A4EEFE862DC93B3F64295BA5(L_0, 0, /*hidden argument*/NULL); ((RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields*)il2cpp_codegen_static_fields_for(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var))->set_s_pkcs1_0(L_0); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_1 = (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 *)il2cpp_codegen_object_new(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding__ctor_m5E5AFB61FE615E45A4EEFE862DC93B3F64295BA5(L_1, 1, /*hidden argument*/NULL); ((RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields*)il2cpp_codegen_static_fields_for(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var))->set_s_pss_1(L_1); return; } } // System.Void System.Security.Cryptography.RSASignaturePadding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RSASignaturePadding__ctor_m6D661AD36D5BD9175B61161FB9ABB60F2AD3F190 (RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding__ctor_m6D661AD36D5BD9175B61161FB9ABB60F2AD3F190_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_raise_profile_exception(RSASignaturePadding__ctor_m6D661AD36D5BD9175B61161FB9ABB60F2AD3F190_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Random::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_mF40AD1812BABC06235B661CCE513E4F74EEE9F05 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); Random__ctor_m4372E46E0155A2BA0FA18FB6C0244C6AF650FBB4(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Random::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random__ctor_m4372E46E0155A2BA0FA18FB6C0244C6AF650FBB4 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, int32_t ___Seed0, 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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_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; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B3_0 = 0; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)56)); __this->set_SeedArray_2(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_1 = ___Seed0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-2147483648LL)))) { goto IL_0023; } } { int32_t L_2 = ___Seed0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_3; L_3 = il2cpp_codegen_abs(L_2); G_B3_0 = L_3; goto IL_0028; } IL_0023: { G_B3_0 = ((int32_t)2147483647LL); } IL_0028: { V_3 = G_B3_0; int32_t L_4 = V_3; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)161803398), (int32_t)L_4)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get_SeedArray_2(); int32_t L_6 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(((int32_t)55)), (int32_t)L_6); V_2 = 1; V_4 = 1; goto IL_0073; } IL_0042: { int32_t L_7 = V_4; V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)21), (int32_t)L_7))%(int32_t)((int32_t)55))); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = __this->get_SeedArray_2(); int32_t L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (int32_t)L_10); int32_t L_11 = V_1; int32_t L_12 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = V_2; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0064; } } { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)((int32_t)2147483647LL))); } IL_0064: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get_SeedArray_2(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_1 = L_18; int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0073: { int32_t L_20 = V_4; if ((((int32_t)L_20) < ((int32_t)((int32_t)55)))) { goto IL_0042; } } { V_5 = 1; goto IL_00d9; } IL_007e: { V_6 = 1; goto IL_00cd; } IL_0083: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get_SeedArray_2(); int32_t L_22 = V_6; NullCheck(L_21); int32_t* L_23 = ((L_21)->GetAddressAt(static_cast(L_22))); int32_t L_24 = *((int32_t*)L_23); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_25 = __this->get_SeedArray_2(); int32_t L_26 = V_6; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)30)))%(int32_t)((int32_t)55))))); int32_t L_28 = (L_25)->GetAt(static_cast(L_27)); *((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_28)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = __this->get_SeedArray_2(); int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; int32_t L_32 = (L_29)->GetAt(static_cast(L_31)); if ((((int32_t)L_32) >= ((int32_t)0))) { goto IL_00c7; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_33 = __this->get_SeedArray_2(); int32_t L_34 = V_6; NullCheck(L_33); int32_t* L_35 = ((L_33)->GetAddressAt(static_cast(L_34))); int32_t L_36 = *((int32_t*)L_35); *((int32_t*)L_35) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)((int32_t)2147483647LL))); } IL_00c7: { int32_t L_37 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00cd: { int32_t L_38 = V_6; if ((((int32_t)L_38) < ((int32_t)((int32_t)56)))) { goto IL_0083; } } { int32_t L_39 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00d9: { int32_t L_40 = V_5; if ((((int32_t)L_40) < ((int32_t)5))) { goto IL_007e; } } { __this->set_inext_0(0); __this->set_inextp_1(((int32_t)21)); ___Seed0 = 1; return; } } // System.Double System.Random::Sample() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_Sample_mC7E63E974BB2BC0CB4BE6F9DEDEFA89D99090589 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E(__this, /*hidden argument*/NULL); return ((double)il2cpp_codegen_multiply((double)((double)((double)L_0)), (double)(4.6566128752457969E-10))); } } // System.Int32 System.Random::InternalSample() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_inext_0(); V_1 = L_0; int32_t L_1 = __this->get_inextp_1(); V_2 = L_1; int32_t L_2 = V_1; int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); V_1 = L_3; if ((((int32_t)L_3) < ((int32_t)((int32_t)56)))) { goto IL_0019; } } { V_1 = 1; } IL_0019: { int32_t L_4 = V_2; int32_t L_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); V_2 = L_5; if ((((int32_t)L_5) < ((int32_t)((int32_t)56)))) { goto IL_0024; } } { V_2 = 1; } IL_0024: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = __this->get_SeedArray_2(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; int32_t L_9 = (L_6)->GetAt(static_cast(L_8)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = __this->get_SeedArray_2(); int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_13)); int32_t L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)2147483647LL))))) { goto IL_0042; } } { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); } IL_0042: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_004e; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)2147483647LL))); } IL_004e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get_SeedArray_2(); int32_t L_19 = V_1; int32_t L_20 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_19), (int32_t)L_20); int32_t L_21 = V_1; __this->set_inext_0(L_21); int32_t L_22 = V_2; __this->set_inextp_1(L_22); int32_t L_23 = V_0; return L_23; } } // System.Int32 System.Random::Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m1EAA053D01CD5AB451016FFE7463270064C78ED4 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E(__this, /*hidden argument*/NULL); return L_0; } } // System.Double System.Random::GetSampleForLargeRange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_GetSampleForLargeRange_m0449D8EBF64CFB543E24E440F4E8D60660CB8201 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0; L_0 = Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1; L_1 = Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_1%(int32_t)2))) { goto IL_0014; } } { G_B3_0 = 0; goto IL_0015; } IL_0014: { G_B3_0 = 1; } IL_0015: { if (!G_B3_0) { goto IL_001a; } } { int32_t L_2 = V_0; V_0 = ((-L_2)); } IL_001a: { int32_t L_3 = V_0; return ((double)((double)((double)il2cpp_codegen_add((double)((double)((double)L_3)), (double)(2147483646.0)))/(double)(4294967293.0))); } } // System.Int32 System.Random::Next(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m21B9B5549D5481E970DBCA2AEB126DE506B8BD2F (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, int32_t ___minValue0, int32_t ___maxValue1, const RuntimeMethod* method) { int64_t V_0 = 0; { int32_t L_0 = ___minValue0; int32_t L_1 = ___maxValue1; if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_002f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9))); (L_3)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C))); (L_4)->SetAt(static_cast(1), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C))); String_t* L_5; L_5 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral110D1733D85BF5EFB139B95FF286BB627337195E)), L_4, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4704CAE46273C21C3FB00714C44803A3E89394C9)), L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Random_Next_m21B9B5549D5481E970DBCA2AEB126DE506B8BD2F_RuntimeMethod_var))); } IL_002f: { int32_t L_7 = ___maxValue1; int32_t L_8 = ___minValue0; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((int64_t)L_7)), (int64_t)((int64_t)((int64_t)L_8)))); int64_t L_9 = V_0; if ((((int64_t)L_9) > ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))) { goto IL_004b; } } { double L_10; L_10 = VirtualFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); int64_t L_11 = V_0; int32_t L_12 = ___minValue0; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((double)il2cpp_codegen_multiply((double)L_10, (double)((double)((double)L_11)))))), (int32_t)L_12)); } IL_004b: { double L_13; L_13 = Random_GetSampleForLargeRange_m0449D8EBF64CFB543E24E440F4E8D60660CB8201(__this, /*hidden argument*/NULL); int64_t L_14 = V_0; int32_t L_15 = ___minValue0; return ((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)((int64_t)((double)il2cpp_codegen_multiply((double)L_13, (double)((double)((double)L_14)))))), (int64_t)((int64_t)((int64_t)L_15)))))); } } // System.Int32 System.Random::Next(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Next_m60152F7F899C8DE90A439822178FD0D14A541099 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, int32_t ___maxValue0, const RuntimeMethod* method) { { int32_t L_0 = ___maxValue0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0027; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (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_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C))); (L_2)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C))); String_t* L_3; L_3 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral143702F219857B8B63186EA07A611D836C18BF4B)), L_2, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A60CFA0A1FBA717E6335EC85345797D009B462C)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Random_Next_m60152F7F899C8DE90A439822178FD0D14A541099_RuntimeMethod_var))); } IL_0027: { double L_5; L_5 = VirtualFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); int32_t L_6 = ___maxValue0; return ((int32_t)((int32_t)((double)il2cpp_codegen_multiply((double)L_5, (double)((double)((double)L_6)))))); } } // System.Double System.Random::NextDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Random_NextDouble_m6193384C8ECEB23AFF6395780879F93BD0FEEE68 (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, const RuntimeMethod* method) { { double L_0; L_0 = VirtualFuncInvoker0< double >::Invoke(4 /* System.Double System.Random::Sample() */, __this); return L_0; } } // System.Void System.Random::NextBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random_NextBytes_mFCEAD9FBB922E2485CB3FB949848B2A7D9629D8B (Random_t6C9E9775A149D0ADCFEB4B252C408F03EE870118 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; 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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Random_NextBytes_mFCEAD9FBB922E2485CB3FB949848B2A7D9629D8B_RuntimeMethod_var))); } IL_000e: { V_0 = 0; goto IL_0026; } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; int32_t L_3 = V_0; int32_t L_4; L_4 = Random_InternalSample_mC89F02F84C755CB78A2D2A0989B3F35BB5F8991E(__this, /*hidden argument*/NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_4%(int32_t)((int32_t)256)))))); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0026: { int32_t L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___buffer0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_0012; } } { 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.Security.Cryptography.RandomNumberGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator__ctor_m847FF2BC424CF5838E81A0812DDE69B4F60D4689 (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RandomNumberGenerator_Create_m04A5418F8572F0498EE0659633B4C0620CB55721 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 * L_0 = (RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t696D1B0DFED446BE4718F7E18ABFFBB6E5A8A5A1_il2cpp_TypeInfo_var); RNGCryptoServiceProvider__ctor_mCBC98067A4839FB96DCF01860078278EC148FFBE(L_0, /*hidden argument*/NULL); return L_0; } } // System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RandomNumberGenerator_Create_m7569DCA24BE84401F838CAD17E4D347AE77A5C95 (String_t* ___rngName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___rngName0; RuntimeObject * L_1; L_1 = CryptoConfig_CreateFromName_mAA87578CA5E4BA407B6946595D7B58F60FF84F46(L_0, /*hidden argument*/NULL); return ((RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 *)CastclassClass((RuntimeObject*)L_1, RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50_il2cpp_TypeInfo_var)); } } // System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_mB4E7A2E0CBCC074A08AA9A411B9CC5ADBD5F6618 (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __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; } { VirtualActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_m64D72E15F38FBDEB81DE367482336BD89E29CBF7 (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_GetBytes_mC6AA82DD0FB48DEFD9A8016A1FAF74ACC661922C (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, 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); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___data0; 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*)&_stringLiteralA44A39671D4B7FA8FBE50D795EAB52248D5C5469)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RandomNumberGenerator_GetBytes_mC6AA82DD0FB48DEFD9A8016A1FAF74ACC661922C_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0027; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral544DC80A2A82A08B6321F56F8987CB7E5DEED1C4)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RandomNumberGenerator_GetBytes_mC6AA82DD0FB48DEFD9A8016A1FAF74ACC661922C_RuntimeMethod_var))); } IL_0027: { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0040; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral38E3DBC7FC353425EF3A98DC8DAC6689AF5FD1BE)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RandomNumberGenerator_GetBytes_mC6AA82DD0FB48DEFD9A8016A1FAF74ACC661922C_RuntimeMethod_var))); } IL_0040: { int32_t L_8 = ___offset1; int32_t L_9 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___data0; NullCheck(L_10); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0058; } } { String_t* L_11; L_11 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F4C724BD10943E8B0B17A6E069F992E219EF5E8)), /*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*)&RandomNumberGenerator_GetBytes_mC6AA82DD0FB48DEFD9A8016A1FAF74ACC661922C_RuntimeMethod_var))); } IL_0058: { int32_t L_13 = ___count2; if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0074; } } { int32_t L_14 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_14); V_0 = L_15; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = V_0; VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, __this, L_16); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ___data0; int32_t L_19 = ___offset1; int32_t L_20 = ___count2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0074: { return; } } // System.Void System.Security.Cryptography.RandomNumberGenerator::GetNonZeroBytes(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_GetNonZeroBytes_m99F32735C260A43B21F40B4E6C68EB42664C315C (RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RandomNumberGenerator_GetNonZeroBytes_m99F32735C260A43B21F40B4E6C68EB42664C315C_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.Threading.Tasks.RangeManager::.ctor(System.Int64,System.Int64,System.Int64,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeManager__ctor_m25E532032B5FA340499DE0BC845485AED5C1DD41 (RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571 * __this, int64_t ___nFromInclusive0, int64_t ___nToExclusive1, int64_t ___nStep2, int32_t ___nNumExpectedWorkers3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint64_t V_0 = 0; int32_t V_1 = 0; int64_t V_2 = 0; int64_t V_3 = 0; int32_t V_4 = 0; int64_t G_B4_0 = 0; int64_t G_B3_0 = 0; RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571 * G_B8_0 = NULL; RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571 * G_B7_0 = NULL; int32_t G_B9_0 = 0; RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571 * G_B9_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_m_nCurrentIndexRangeToAssign_2(0); int64_t L_0 = ___nStep2; __this->set_m_nStep_3(L_0); int32_t L_1 = ___nNumExpectedWorkers3; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001c; } } { ___nNumExpectedWorkers3 = 2; } IL_001c: { int64_t L_2 = ___nToExclusive1; int64_t L_3 = ___nFromInclusive0; int64_t L_4 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_2, (int64_t)L_3)); int32_t L_5 = ___nNumExpectedWorkers3; V_0 = ((int64_t)((uint64_t)(int64_t)L_4/(uint64_t)(int64_t)((int64_t)((int64_t)L_5)))); uint64_t L_6 = V_0; uint64_t L_7 = V_0; int64_t L_8 = ___nStep2; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_6, (int64_t)((int64_t)((uint64_t)(int64_t)L_7%(uint64_t)(int64_t)L_8)))); uint64_t L_9 = V_0; G_B3_0 = L_4; if (L_9) { G_B4_0 = L_4; goto IL_0030; } } { int64_t L_10 = ___nStep2; V_0 = L_10; G_B4_0 = G_B3_0; } IL_0030: { int64_t L_11 = G_B4_0; uint64_t L_12 = V_0; V_1 = ((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_11/(uint64_t)(int64_t)L_12)))); uint64_t L_13 = V_0; if (!((int64_t)((uint64_t)(int64_t)L_11%(uint64_t)(int64_t)L_13))) { goto IL_003d; } } { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003d: { uint64_t L_15 = V_0; V_2 = L_15; int32_t L_16; L_16 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); G_B7_0 = __this; if ((!(((uint32_t)L_16) == ((uint32_t)4)))) { G_B8_0 = __this; goto IL_0056; } } { int64_t L_17 = V_2; G_B9_0 = ((((int32_t)((((int64_t)L_17) > ((int64_t)((int64_t)((int64_t)((int32_t)2147483647LL)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B9_1 = G_B7_0; goto IL_0057; } IL_0056: { G_B9_0 = 0; G_B9_1 = G_B8_0; } IL_0057: { NullCheck(G_B9_1); G_B9_1->set__use32BitCurrentIndex_1((bool)G_B9_0); int32_t L_18 = V_1; IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_19 = (IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14*)(IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14*)SZArrayNew(IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14_il2cpp_TypeInfo_var, (uint32_t)L_18); __this->set_m_indexRanges_0(L_19); int64_t L_20 = ___nFromInclusive0; V_3 = L_20; V_4 = 0; goto IL_00d3; } IL_006f: { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_21 = __this->get_m_indexRanges_0(); int32_t L_22 = V_4; NullCheck(L_21); int64_t L_23 = V_3; ((L_21)->GetAddressAt(static_cast(L_22)))->set_m_nFromInclusive_0(L_23); IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_24 = __this->get_m_indexRanges_0(); int32_t L_25 = V_4; NullCheck(L_24); il2cpp_codegen_memory_barrier(); ((L_24)->GetAddressAt(static_cast(L_25)))->set_m_nSharedCurrentIndexOffset_2((Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 *)NULL); IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_26 = __this->get_m_indexRanges_0(); int32_t L_27 = V_4; NullCheck(L_26); ((L_26)->GetAddressAt(static_cast(L_27)))->set_m_bRangeFinished_3(0); int64_t L_28 = V_3; int64_t L_29 = V_2; V_3 = ((int64_t)il2cpp_codegen_add((int64_t)L_28, (int64_t)L_29)); int64_t L_30 = V_3; int64_t L_31 = V_3; int64_t L_32 = V_2; if ((((int64_t)L_30) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_31, (int64_t)L_32))))) { goto IL_00b8; } } { int64_t L_33 = V_3; int64_t L_34 = ___nToExclusive1; if ((((int64_t)L_33) <= ((int64_t)L_34))) { goto IL_00ba; } } IL_00b8: { int64_t L_35 = ___nToExclusive1; V_3 = L_35; } IL_00ba: { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_36 = __this->get_m_indexRanges_0(); int32_t L_37 = V_4; NullCheck(L_36); int64_t L_38 = V_3; ((L_36)->GetAddressAt(static_cast(L_37)))->set_m_nToExclusive_1(L_38); int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00d3: { int32_t L_40 = V_4; int32_t L_41 = V_1; if ((((int32_t)L_40) < ((int32_t)L_41))) { goto IL_006f; } } { return; } } // System.Threading.Tasks.RangeWorker System.Threading.Tasks.RangeManager::RegisterNewWorker() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 RangeManager_RegisterNewWorker_m91B2C8D37773562FBF40005D325F72667EFB19F2 (RangeManager_t2EBDC9AC0449C128E5785D530FC917E647644571 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = __this->get_address_of_m_nCurrentIndexRangeToAssign_2(); int32_t L_1; L_1 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)L_0, /*hidden argument*/NULL); IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_2 = __this->get_m_indexRanges_0(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))); IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_3 = __this->get_m_indexRanges_0(); int32_t L_4 = V_0; int64_t L_5 = __this->get_m_nStep_3(); bool L_6 = __this->get__use32BitCurrentIndex_1(); RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 L_7; memset((&L_7), 0, sizeof(L_7)); RangeWorker__ctor_m4ECB32553096B93C34D5FE8F7E28AA5FB22D520F((&L_7), L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.Tasks.RangeWorker::.ctor(System.Threading.Tasks.IndexRange[],System.Int32,System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeWorker__ctor_m4ECB32553096B93C34D5FE8F7E28AA5FB22D520F (RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * __this, IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* ___ranges0, int32_t ___nInitialRange1, int64_t ___nStep2, bool ___use32BitCurrentIndex3, const RuntimeMethod* method) { { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_0 = ___ranges0; __this->set_m_indexRanges_0(L_0); int32_t L_1 = ___nInitialRange1; __this->set_m_nCurrentIndexRange_1(L_1); bool L_2 = ___use32BitCurrentIndex3; __this->set__use32BitCurrentIndex_5(L_2); int64_t L_3 = ___nStep2; __this->set_m_nStep_2(L_3); int64_t L_4 = ___nStep2; __this->set_m_nIncrementValue_3(L_4); int64_t L_5 = ___nStep2; __this->set_m_nMaxIncrementValue_4(((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)((int32_t)16))), (int64_t)L_5))); return; } } IL2CPP_EXTERN_C void RangeWorker__ctor_m4ECB32553096B93C34D5FE8F7E28AA5FB22D520F_AdjustorThunk (RuntimeObject * __this, IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* ___ranges0, int32_t ___nInitialRange1, int64_t ___nStep2, bool ___use32BitCurrentIndex3, const RuntimeMethod* method) { RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RangeWorker__ctor_m4ECB32553096B93C34D5FE8F7E28AA5FB22D520F(_thisAdjusted, ___ranges0, ___nInitialRange1, ___nStep2, ___use32BitCurrentIndex3, method); } // System.Boolean System.Threading.Tasks.RangeWorker::FindNewWork(System.Int64&,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RangeWorker_FindNewWork_mBD5345D7B78FACBA7452B2E8E28AFEB3F3DEABB4 (RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * __this, int64_t* ___nFromInclusiveLocal0, int64_t* ___nToExclusiveLocal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 V_1; memset((&V_1), 0, sizeof(V_1)); int64_t V_2 = 0; int64_t* V_3 = NULL; { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_0 = __this->get_m_indexRanges_0(); NullCheck(L_0); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } IL_0009: { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_1 = __this->get_m_indexRanges_0(); int32_t L_2 = __this->get_m_nCurrentIndexRange_1(); NullCheck(L_1); int32_t L_3 = L_2; IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_5 = V_1; int32_t L_6 = L_5.get_m_bRangeFinished_3(); if (L_6) { goto IL_0175; } } { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_7 = __this->get_m_indexRanges_0(); int32_t L_8 = __this->get_m_nCurrentIndexRange_1(); NullCheck(L_7); Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_m_nSharedCurrentIndexOffset_2(); il2cpp_codegen_memory_barrier(); if (L_9) { goto IL_0064; } } { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_10 = __this->get_m_indexRanges_0(); int32_t L_11 = __this->get_m_nCurrentIndexRange_1(); NullCheck(L_10); Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 ** L_12 = ((L_10)->GetAddressAt(static_cast(L_11)))->get_address_of_m_nSharedCurrentIndexOffset_2(); il2cpp_codegen_memory_barrier(); Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * L_13 = (Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 *)il2cpp_codegen_object_new(Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804_il2cpp_TypeInfo_var); Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB(L_13, ((int64_t)((int64_t)0)), /*hidden argument*/Shared_1__ctor_m821250D03C6E863D2B9BD9B1B52AB9CE4559DCDB_RuntimeMethod_var); Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * L_14; L_14 = InterlockedCompareExchangeImpl((Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 **)L_12, L_13, (Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 *)NULL); } IL_0064: { int32_t L_15; L_15 = IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B(/*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)4)))) { goto IL_00ae; } } { bool L_16 = __this->get__use32BitCurrentIndex_5(); if (!L_16) { goto IL_00ae; } } { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_17 = __this->get_m_indexRanges_0(); int32_t L_18 = __this->get_m_nCurrentIndexRange_1(); NullCheck(L_17); Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_m_nSharedCurrentIndexOffset_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_19); int64_t* L_20 = ((Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 *)L_19)->get_address_of_Value_0(); V_3 = (int64_t*)L_20; int64_t* L_21 = V_3; int64_t L_22 = __this->get_m_nIncrementValue_3(); int32_t L_23; L_23 = Interlocked_Add_mC4953B38E59B3B8F0E6C4016F8A1BC6AA96DE006((int32_t*)((uintptr_t)L_21), ((int32_t)((int32_t)L_22)), /*hidden argument*/NULL); int64_t L_24 = __this->get_m_nIncrementValue_3(); V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)((int64_t)L_23)), (int64_t)L_24)); V_3 = (int64_t*)((uintptr_t)0); goto IL_00de; } IL_00ae: { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_25 = __this->get_m_indexRanges_0(); int32_t L_26 = __this->get_m_nCurrentIndexRange_1(); NullCheck(L_25); Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 * L_27 = ((L_25)->GetAddressAt(static_cast(L_26)))->get_m_nSharedCurrentIndexOffset_2(); il2cpp_codegen_memory_barrier(); NullCheck(L_27); int64_t* L_28 = ((Shared_1_t0DFF9D1BB33349D2406542C8D41E1219309D0804 *)L_27)->get_address_of_Value_0(); int64_t L_29 = __this->get_m_nIncrementValue_3(); int64_t L_30; L_30 = Interlocked_Add_m18AE0DFA0EFDBA489FB069BE464E81A6DF9B0AF2((int64_t*)L_28, L_29, /*hidden argument*/NULL); int64_t L_31 = __this->get_m_nIncrementValue_3(); V_2 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_30, (int64_t)L_31)); } IL_00de: { IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_32 = V_1; int64_t L_33 = L_32.get_m_nToExclusive_1(); IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_34 = V_1; int64_t L_35 = L_34.get_m_nFromInclusive_0(); int64_t L_36 = V_2; if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_33, (int64_t)L_35))) <= ((int64_t)L_36))) { goto IL_0158; } } { int64_t* L_37 = ___nFromInclusiveLocal0; IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_38 = V_1; int64_t L_39 = L_38.get_m_nFromInclusive_0(); int64_t L_40 = V_2; *((int64_t*)L_37) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_39, (int64_t)L_40)); int64_t* L_41 = ___nToExclusiveLocal1; int64_t* L_42 = ___nFromInclusiveLocal0; int64_t L_43 = *((int64_t*)L_42); int64_t L_44 = __this->get_m_nIncrementValue_3(); *((int64_t*)L_41) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_43, (int64_t)L_44)); int64_t* L_45 = ___nToExclusiveLocal1; int64_t L_46 = *((int64_t*)L_45); IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_47 = V_1; int64_t L_48 = L_47.get_m_nToExclusive_1(); if ((((int64_t)L_46) > ((int64_t)L_48))) { goto IL_0117; } } { int64_t* L_49 = ___nToExclusiveLocal1; int64_t L_50 = *((int64_t*)L_49); IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_51 = V_1; int64_t L_52 = L_51.get_m_nFromInclusive_0(); if ((((int64_t)L_50) >= ((int64_t)L_52))) { goto IL_011f; } } IL_0117: { int64_t* L_53 = ___nToExclusiveLocal1; IndexRange_t40DE737EF83B26A59DF4D44B0107D6501003FCF3 L_54 = V_1; int64_t L_55 = L_54.get_m_nToExclusive_1(); *((int64_t*)L_53) = (int64_t)L_55; } IL_011f: { int64_t L_56 = __this->get_m_nIncrementValue_3(); int64_t L_57 = __this->get_m_nMaxIncrementValue_4(); if ((((int64_t)L_56) >= ((int64_t)L_57))) { goto IL_0156; } } { int64_t L_58 = __this->get_m_nIncrementValue_3(); __this->set_m_nIncrementValue_3(((int64_t)il2cpp_codegen_multiply((int64_t)L_58, (int64_t)((int64_t)((int64_t)2))))); int64_t L_59 = __this->get_m_nIncrementValue_3(); int64_t L_60 = __this->get_m_nMaxIncrementValue_4(); if ((((int64_t)L_59) <= ((int64_t)L_60))) { goto IL_0156; } } { int64_t L_61 = __this->get_m_nMaxIncrementValue_4(); __this->set_m_nIncrementValue_3(L_61); } IL_0156: { return (bool)1; } IL_0158: { IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_62 = __this->get_m_indexRanges_0(); int32_t L_63 = __this->get_m_nCurrentIndexRange_1(); NullCheck(L_62); int32_t* L_64 = ((L_62)->GetAddressAt(static_cast(L_63)))->get_address_of_m_bRangeFinished_3(); int32_t L_65; L_65 = Interlocked_Exchange_mCB69CAC317F723A1CB6B52194C5917B49C456794((int32_t*)L_64, 1, /*hidden argument*/NULL); } IL_0175: { int32_t L_66 = __this->get_m_nCurrentIndexRange_1(); IndexRangeU5BU5D_t2A5885CA7ED9C00159993EEDDFFB2447C2219A14* L_67 = __this->get_m_indexRanges_0(); NullCheck(L_67); __this->set_m_nCurrentIndexRange_1(((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1))%(int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))))); int32_t L_68 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)1)); int32_t L_69 = V_0; if ((((int32_t)L_69) > ((int32_t)0))) { goto IL_0009; } } { int64_t* L_70 = ___nFromInclusiveLocal0; *((int64_t*)L_70) = (int64_t)((int64_t)((int64_t)0)); int64_t* L_71 = ___nToExclusiveLocal1; *((int64_t*)L_71) = (int64_t)((int64_t)((int64_t)0)); return (bool)0; } } IL2CPP_EXTERN_C bool RangeWorker_FindNewWork_mBD5345D7B78FACBA7452B2E8E28AFEB3F3DEABB4_AdjustorThunk (RuntimeObject * __this, int64_t* ___nFromInclusiveLocal0, int64_t* ___nToExclusiveLocal1, const RuntimeMethod* method) { RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = RangeWorker_FindNewWork_mBD5345D7B78FACBA7452B2E8E28AFEB3F3DEABB4(_thisAdjusted, ___nFromInclusiveLocal0, ___nToExclusiveLocal1, method); return _returnValue; } // System.Boolean System.Threading.Tasks.RangeWorker::FindNewWork32(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RangeWorker_FindNewWork32_mE1E18E4F3D14423B21AC32E9C4AA035CC41A5F86 (RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * __this, int32_t* ___nFromInclusiveLocal320, int32_t* ___nToExclusiveLocal321, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t V_1 = 0; { bool L_0; L_0 = RangeWorker_FindNewWork_mBD5345D7B78FACBA7452B2E8E28AFEB3F3DEABB4((RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 *)__this, (int64_t*)(&V_0), (int64_t*)(&V_1), /*hidden argument*/NULL); int32_t* L_1 = ___nFromInclusiveLocal320; int64_t L_2 = V_0; *((int32_t*)L_1) = (int32_t)((int32_t)((int32_t)L_2)); int32_t* L_3 = ___nToExclusiveLocal321; int64_t L_4 = V_1; *((int32_t*)L_3) = (int32_t)((int32_t)((int32_t)L_4)); return L_0; } } IL2CPP_EXTERN_C bool RangeWorker_FindNewWork32_mE1E18E4F3D14423B21AC32E9C4AA035CC41A5F86_AdjustorThunk (RuntimeObject * __this, int32_t* ___nFromInclusiveLocal320, int32_t* ___nToExclusiveLocal321, const RuntimeMethod* method) { RangeWorker_t05E7A836A2CEE75F886559C9A814F9D1289560F3 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = RangeWorker_FindNewWork32_mE1E18E4F3D14423B21AC32E9C4AA035CC41A5F86(_thisAdjusted, ___nFromInclusiveLocal320, ___nToExclusiveLocal321, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.RankException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m9E1A32656A22DD2F3D94404492B65D5E41EF2EDA (RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F82D7696936E7D5CBA5E8B75E0EDEF606017949); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral9F82D7696936E7D5CBA5E8B75E0EDEF606017949, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146233065), /*hidden argument*/NULL); return; } } // System.Void System.RankException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m0513B9B41EF579C1397EFB96EA7F07205438E5E9 (RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C * __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)-2146233065), /*hidden argument*/NULL); return; } } // System.Void System.RankException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankException__ctor_m2F533574650E5FAC89C1B4BC71793EAB96FB13E5 (RankException_t160F1035CA1CA35C8BCB8884481DE21E20F13E4C * __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; } } #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.Serialization.Formatters.Binary.ReadObjectInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo__ctor_m5F511486FEF35F8605BAF3E12C93DB7155D1DA9F (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::ObjectEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_ObjectEnd_m040651DC89EC8C3EE16ABE604D03B57249630866 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::PrepareForReuse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_PrepareForReuse_mDF2871DAC929A062629D3CCD5AACC5E69A6A6EEC (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method) { { __this->set_lastPosition_12(0); return; } } // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Create(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * ReadObjectInfo_Create_m36E3E2EE4E28DCD19FF441AB662ADC04E6D06716 (Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager3, SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method) { { SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * L_0 = ___serObjectInfoInit4; ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * L_1; L_1 = ReadObjectInfo_GetObjectInfo_mD84FEC4004600723A52C316C0E605D4F5B14D1D5(L_0, /*hidden argument*/NULL); ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * L_2 = L_1; Type_t * L_3 = ___objectType0; RuntimeObject* L_4 = ___surrogateSelector1; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = ___context2; ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * L_6 = ___objectManager3; SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * L_7 = ___serObjectInfoInit4; RuntimeObject* L_8 = ___converter5; bool L_9 = ___bSimpleAssembly6; NullCheck(L_2); ReadObjectInfo_Init_m7D3AAF9BAF997247F403354489FF2C6849F7CAB2(L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_2; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_m7D3AAF9BAF997247F403354489FF2C6849F7CAB2 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager3, SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit4, RuntimeObject* ___converter5, bool ___bSimpleAssembly6, const RuntimeMethod* method) { { Type_t * L_0 = ___objectType0; __this->set_objectType_2(L_0); ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * L_1 = ___objectManager3; __this->set_objectManager_3(L_1); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = ___context2; __this->set_context_14(L_2); SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * L_3 = ___serObjectInfoInit4; __this->set_serObjectInfoInit_16(L_3); RuntimeObject* L_4 = ___converter5; __this->set_formatterConverter_17(L_4); bool L_5 = ___bSimpleAssembly6; __this->set_bSimpleAssembly_8(L_5); Type_t * L_6 = ___objectType0; RuntimeObject* L_7 = ___surrogateSelector1; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_8 = ___context2; ReadObjectInfo_InitReadConstructor_m542F5AACE71FB8B7E3E60BCCBFED8C730593D8D2(__this, L_6, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Create(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * ReadObjectInfo_Create_m320B380594EE053434C9DE90F5DCA14E7D23365F (Type_t * ___objectType0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context4, ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager5, SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method) { { SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * L_0 = ___serObjectInfoInit6; ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * L_1; L_1 = ReadObjectInfo_GetObjectInfo_mD84FEC4004600723A52C316C0E605D4F5B14D1D5(L_0, /*hidden argument*/NULL); ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * L_2 = L_1; Type_t * L_3 = ___objectType0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = ___memberNames1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = ___memberTypes2; RuntimeObject* L_6 = ___surrogateSelector3; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_7 = ___context4; ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * L_8 = ___objectManager5; SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * L_9 = ___serObjectInfoInit6; RuntimeObject* L_10 = ___converter7; bool L_11 = ___bSimpleAssembly8; NullCheck(L_2); ReadObjectInfo_Init_mC00D676AF33380FEEF35E3DFEFCF1F04BAB91076(L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_2; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Init(System.Type,System.String[],System.Type[],System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_Init_mC00D676AF33380FEEF35E3DFEFCF1F04BAB91076 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, Type_t * ___objectType0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___memberNames1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___memberTypes2, RuntimeObject* ___surrogateSelector3, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context4, ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * ___objectManager5, SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit6, RuntimeObject* ___converter7, bool ___bSimpleAssembly8, const RuntimeMethod* method) { { Type_t * L_0 = ___objectType0; __this->set_objectType_2(L_0); ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * L_1 = ___objectManager5; __this->set_objectManager_3(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___memberNames1; __this->set_wireMemberNames_10(L_2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = ___memberTypes2; __this->set_wireMemberTypes_11(L_3); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_4 = ___context4; __this->set_context_14(L_4); SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * L_5 = ___serObjectInfoInit6; __this->set_serObjectInfoInit_16(L_5); RuntimeObject* L_6 = ___converter7; __this->set_formatterConverter_17(L_6); bool L_7 = ___bSimpleAssembly8; __this->set_bSimpleAssembly_8(L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = ___memberNames1; if (!L_8) { goto IL_0047; } } { __this->set_isNamed_6((bool)1); } IL_0047: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = ___memberTypes2; if (!L_9) { goto IL_0051; } } { __this->set_isTyped_7((bool)1); } IL_0051: { Type_t * L_10 = ___objectType0; if (!L_10) { goto IL_005f; } } { Type_t * L_11 = ___objectType0; RuntimeObject* L_12 = ___surrogateSelector3; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_13 = ___context4; ReadObjectInfo_InitReadConstructor_m542F5AACE71FB8B7E3E60BCCBFED8C730593D8D2(__this, L_11, L_12, L_13, /*hidden argument*/NULL); } IL_005f: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitReadConstructor(System.Type,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitReadConstructor_m542F5AACE71FB8B7E3E60BCCBFED8C730593D8D2 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, Type_t * ___objectType0, RuntimeObject* ___surrogateSelector1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, 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*)&ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t * L_0 = ___objectType0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { ReadObjectInfo_InitNoMembers_m1B3E4728B0E237B317169D461254FF1BCFBD0D81(__this, /*hidden argument*/NULL); return; } IL_000f: { V_0 = (RuntimeObject*)NULL; RuntimeObject* L_2 = ___surrogateSelector1; if (!L_2) { goto IL_0024; } } { RuntimeObject* L_3 = ___surrogateSelector1; Type_t * L_4 = ___objectType0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = ___context2; NullCheck(L_3); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_il2cpp_TypeInfo_var, L_3, L_4, L_5, (RuntimeObject**)(&V_0)); __this->set_serializationSurrogate_13(L_6); } IL_0024: { RuntimeObject* L_7 = __this->get_serializationSurrogate_13(); if (!L_7) { goto IL_0035; } } { __this->set_isSi_5((bool)1); goto IL_0051; } IL_0035: { Type_t * L_8 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_9 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofObject_24(); if ((((RuntimeObject*)(Type_t *)L_8) == ((RuntimeObject*)(Type_t *)L_9))) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var); Type_t * L_10 = ((Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_StaticFields*)il2cpp_codegen_static_fields_for(Converter_t731F4A747D9F210BB63F96DB43AA8CAB20342E03_il2cpp_TypeInfo_var))->get_typeofISerializable_6(); Type_t * L_11 = ___objectType0; NullCheck(L_10); bool L_12; L_12 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11); if (!L_12) { goto IL_0051; } } { __this->set_isSi_5((bool)1); } IL_0051: { bool L_13 = __this->get_isSi_5(); if (!L_13) { goto IL_0060; } } { ReadObjectInfo_InitSiRead_mE9B58FB55094BD4CD185C35A06E97622D296A482(__this, /*hidden argument*/NULL); return; } IL_0060: { ReadObjectInfo_InitMemberInfo_mCF535C201C3CD7DFFB1D0693E56CEBB6DC9DB19E(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitSiRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitSiRead_mE9B58FB55094BD4CD185C35A06E97622D296A482 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mED7A5DAA7836EDD8F8B7F18743F22533B85A6BDE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_0 = __this->get_memberTypesList_15(); if (!L_0) { goto IL_0015; } } { List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_1 = (List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 *)il2cpp_codegen_object_new(List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7_il2cpp_TypeInfo_var); List_1__ctor_mED7A5DAA7836EDD8F8B7F18743F22533B85A6BDE(L_1, ((int32_t)20), /*hidden argument*/List_1__ctor_mED7A5DAA7836EDD8F8B7F18743F22533B85A6BDE_RuntimeMethod_var); __this->set_memberTypesList_15(L_1); } IL_0015: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitNoMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitNoMembers_m1B3E4728B0E237B317169D461254FF1BCFBD0D81 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_objectType_2(); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_1 = (SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB *)il2cpp_codegen_object_new(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB_il2cpp_TypeInfo_var); SerObjectInfoCache__ctor_mDE2698F7032E91C8C40D227F20055F73A09C9F5D(L_1, L_0, /*hidden argument*/NULL); __this->set_cache_9(L_1); return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitMemberInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitMemberInfo_mCF535C201C3CD7DFFB1D0693E56CEBB6DC9DB19E (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = __this->get_objectType_2(); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_1 = (SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB *)il2cpp_codegen_object_new(SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB_il2cpp_TypeInfo_var); SerObjectInfoCache__ctor_mDE2698F7032E91C8C40D227F20055F73A09C9F5D(L_1, L_0, /*hidden argument*/NULL); __this->set_cache_9(L_1); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_2 = __this->get_cache_9(); Type_t * L_3 = __this->get_objectType_2(); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_4 = __this->get_context_14(); IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_5; L_5 = FormatterServices_GetSerializableMembers_mF6BBBC676D360F488B0971B27BDDC4625097B724(L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); L_2->set_memberInfos_3(L_5); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_6 = __this->get_cache_9(); NullCheck(L_6); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_7 = L_6->get_memberInfos_3(); NullCheck(L_7); __this->set_count_4(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_8 = __this->get_cache_9(); int32_t L_9 = __this->get_count_4(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_9); NullCheck(L_8); L_8->set_memberNames_4(L_10); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_11 = __this->get_cache_9(); int32_t L_12 = __this->get_count_4(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)L_12); NullCheck(L_11); L_11->set_memberTypes_5(L_13); V_0 = 0; goto IL_00b3; } IL_0070: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_14 = __this->get_cache_9(); NullCheck(L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14->get_memberNames_4(); int32_t L_16 = V_0; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_17 = __this->get_cache_9(); NullCheck(L_17); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_18 = L_17->get_memberInfos_3(); int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; MemberInfo_t * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_21); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_22); (L_15)->SetAt(static_cast(L_16), (String_t*)L_22); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_23 = __this->get_cache_9(); NullCheck(L_23); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = L_23->get_memberTypes_5(); int32_t L_25 = V_0; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_26 = __this->get_cache_9(); NullCheck(L_26); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_27 = L_26->get_memberInfos_3(); int32_t L_28 = V_0; NullCheck(L_27); int32_t L_29 = L_28; MemberInfo_t * L_30 = (L_27)->GetAt(static_cast(L_29)); Type_t * L_31; L_31 = ReadObjectInfo_GetMemberType_m683D26C69742B5E5DC0AD430B594821FD5F094DC(__this, L_30, /*hidden argument*/NULL); NullCheck(L_24); ArrayElementTypeCheck (L_24, L_31); (L_24)->SetAt(static_cast(L_25), (Type_t *)L_31); int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00b3: { int32_t L_33 = V_0; int32_t L_34 = __this->get_count_4(); if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0070; } } { __this->set_isTyped_7((bool)1); __this->set_isNamed_6((bool)1); return; } } // System.Reflection.MemberInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * ReadObjectInfo_GetMemberInfo_m8889A36DA4D0D403A68C6154DA42CFBE224DDC82 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, String_t* ___name0, const RuntimeMethod* method) { { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_0 = __this->get_cache_9(); if (L_0) { goto IL_000a; } } { return (MemberInfo_t *)NULL; } IL_000a: { bool L_1 = __this->get_isSi_5(); if (!L_1) { goto IL_003c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (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_3 = L_2; Type_t * L_4 = __this->get_objectType_2(); String_t* L_5 = ___name0; String_t* L_6; L_6 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_5, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_6); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_6); String_t* L_7; L_7 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5077DC27D5D9FE897849D23B577020F46D6DF9E1)), L_3, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_8 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadObjectInfo_GetMemberInfo_m8889A36DA4D0D403A68C6154DA42CFBE224DDC82_RuntimeMethod_var))); } IL_003c: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_9 = __this->get_cache_9(); NullCheck(L_9); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_10 = L_9->get_memberInfos_3(); if (L_10) { goto IL_0073; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (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_12 = L_11; Type_t * L_13 = __this->get_objectType_2(); String_t* L_14 = ___name0; String_t* L_15; L_15 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_14, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_15); String_t* L_16; L_16 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0109BB49CDFA2F464982CA911DEF8A984B1ADDDC)), L_12, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_17 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadObjectInfo_GetMemberInfo_m8889A36DA4D0D403A68C6154DA42CFBE224DDC82_RuntimeMethod_var))); } IL_0073: { String_t* L_18 = ___name0; int32_t L_19; L_19 = ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA(__this, L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_0091; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_20 = __this->get_cache_9(); NullCheck(L_20); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_21 = L_20->get_memberInfos_3(); String_t* L_22 = ___name0; int32_t L_23; L_23 = ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA(__this, L_22, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_24 = L_23; MemberInfo_t * L_25 = (L_21)->GetAt(static_cast(L_24)); return L_25; } IL_0091: { return (MemberInfo_t *)NULL; } } // System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetType_m9E9660FB0E973A0DC4D9C0AF4178C28F14171CB6 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9AB8ED5A5DE9B492597306B61EB715A71BCCA97B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { V_0 = (Type_t *)NULL; String_t* L_0 = ___name0; int32_t L_1; L_1 = ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA(__this, L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_0010; } } { return (Type_t *)NULL; } IL_0010: { bool L_3 = __this->get_isTyped_7(); if (!L_3) { goto IL_0028; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_4 = __this->get_cache_9(); NullCheck(L_4); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = L_4->get_memberTypes_5(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Type_t * L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; goto IL_0035; } IL_0028: { List_1_t7CFD5FCE8366620F593F2C9DAC3A870E5D6506D7 * L_9 = __this->get_memberTypesList_15(); int32_t L_10 = V_1; NullCheck(L_9); Type_t * L_11; L_11 = List_1_get_Item_m9AB8ED5A5DE9B492597306B61EB715A71BCCA97B_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m9AB8ED5A5DE9B492597306B61EB715A71BCCA97B_RuntimeMethod_var); V_0 = L_11; } IL_0035: { Type_t * L_12 = V_0; if (L_12) { goto IL_0062; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (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_14 = L_13; Type_t * L_15 = __this->get_objectType_2(); String_t* L_16 = ___name0; String_t* L_17; L_17 = String_Concat_mFCF5F98D38F99DE7C831CBB9A1BAAAB148FC7D57(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_16, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_17); String_t* L_18; L_18 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E15DCB4981883D18EADB79D0E8B07FA459D310C)), L_14, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_19 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadObjectInfo_GetType_m9E9660FB0E973A0DC4D9C0AF4178C28F14171CB6_RuntimeMethod_var))); } IL_0062: { Type_t * L_20 = V_0; return L_20; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::AddValue(System.String,System.Object,System.Runtime.Serialization.SerializationInfo&,System.Object[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_AddValue_m952C899AC6B1CB69A0F2BAC443AB5A2CA0C40A4E (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, String_t* ___name0, RuntimeObject * ___value1, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** ___si2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___memberData3, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_isSi_5(); if (!L_0) { goto IL_0012; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** L_1 = ___si2; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = *((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **)L_1); String_t* L_3 = ___name0; RuntimeObject * L_4 = ___value1; NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, L_3, L_4, /*hidden argument*/NULL); return; } IL_0012: { String_t* L_5 = ___name0; int32_t L_6; L_6 = ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0024; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_8 = ___memberData3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_8); int32_t L_10 = V_0; RuntimeObject * L_11 = ___value1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (RuntimeObject *)L_11); } IL_0024: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::InitDataStore(System.Runtime.Serialization.SerializationInfo&,System.Object[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_InitDataStore_m005BDD8FC0F69758CA58572C3A53CA7318434CC8 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** ___si0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___memberData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isSi_5(); if (!L_0) { goto IL_0020; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** L_1 = ___si0; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = *((SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 **)L_1); if (L_2) { goto IL_0040; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** L_3 = ___si0; Type_t * L_4 = __this->get_objectType_2(); RuntimeObject* L_5 = __this->get_formatterConverter_17(); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *)il2cpp_codegen_object_new(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1_il2cpp_TypeInfo_var); SerializationInfo__ctor_m469B0075FDE7408A4CC1659BD55DAC24D1D32C5E(L_6, L_4, L_5, /*hidden argument*/NULL); *((RuntimeObject **)L_3) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_6); return; } IL_0020: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_7 = ___memberData1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_7); if (L_8) { goto IL_0040; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_9 = __this->get_cache_9(); if (!L_9) { goto IL_0040; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_10 = ___memberData1; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_11 = __this->get_cache_9(); NullCheck(L_11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11->get_memberNames_4(); NullCheck(L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))); *((RuntimeObject **)L_10) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_13); } IL_0040: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::RecordFixup(System.Int64,System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_RecordFixup_m8BD289C05B34F955AC73D9458073D70B83B12BB5 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, int64_t ___objectId0, String_t* ___name1, int64_t ___idRef2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_isSi_5(); if (!L_0) { goto IL_0017; } } { ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * L_1 = __this->get_objectManager_3(); int64_t L_2 = ___objectId0; String_t* L_3 = ___name1; int64_t L_4 = ___idRef2; NullCheck(L_1); VirtualActionInvoker3< int64_t, String_t*, int64_t >::Invoke(7 /* System.Void System.Runtime.Serialization.ObjectManager::RecordDelayedFixup(System.Int64,System.String,System.Int64) */, L_1, L_2, L_3, L_4); return; } IL_0017: { String_t* L_5 = ___name1; int32_t L_6; L_6 = ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_003d; } } { ObjectManager_t9743E709B0C09D47C5D76BF113CFDCA5281DBF96 * L_8 = __this->get_objectManager_3(); int64_t L_9 = ___objectId0; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_10 = __this->get_cache_9(); NullCheck(L_10); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_11 = L_10->get_memberInfos_3(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; MemberInfo_t * L_14 = (L_11)->GetAt(static_cast(L_13)); int64_t L_15 = ___idRef2; NullCheck(L_8); VirtualActionInvoker3< int64_t, MemberInfo_t *, int64_t >::Invoke(6 /* System.Void System.Runtime.Serialization.ObjectManager::RecordFixup(System.Int64,System.Reflection.MemberInfo,System.Int64) */, L_8, L_9, L_14, L_15); } IL_003d: { return; } } // System.Void System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::PopulateObjectMembers(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadObjectInfo_PopulateObjectMembers_m3A91B7FB3A3ADE50DE122A105429DDCC42892A61 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, RuntimeObject * ___obj0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___memberData1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isSi_5(); if (L_0) { goto IL_001e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = ___memberData1; if (!L_1) { goto IL_001e; } } { RuntimeObject * L_2 = ___obj0; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_3 = __this->get_cache_9(); NullCheck(L_3); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_4 = L_3->get_memberInfos_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___memberData1; IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); RuntimeObject * L_6; L_6 = FormatterServices_PopulateObjectMembers_mCE797D53DF9126724AC5EC225FE9B7F84B34351A(L_2, L_4, L_5, /*hidden argument*/NULL); } IL_001e: { return; } } // System.Int32 System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::Position(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadObjectInfo_Position_mF32C568FF7A50988CC5241DFEB44D520E22B9FEA (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_0 = __this->get_cache_9(); if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_1 = __this->get_cache_9(); NullCheck(L_1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1->get_memberNames_4(); NullCheck(L_2); if (!(((RuntimeArray*)L_2)->max_length)) { goto IL_0039; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_3 = __this->get_cache_9(); NullCheck(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3->get_memberNames_4(); int32_t L_5 = __this->get_lastPosition_12(); NullCheck(L_4); int32_t L_6 = L_5; String_t* L_7 = (L_4)->GetAt(static_cast(L_6)); String_t* L_8 = ___name0; NullCheck(L_7); bool L_9; L_9 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0039; } } { int32_t L_10 = __this->get_lastPosition_12(); return L_10; } IL_0039: { int32_t L_11 = __this->get_lastPosition_12(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); int32_t L_12 = V_0; __this->set_lastPosition_12(L_12); int32_t L_13 = V_0; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_14 = __this->get_cache_9(); NullCheck(L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_14->get_memberNames_4(); NullCheck(L_15); if ((((int32_t)L_13) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_007a; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_16 = __this->get_cache_9(); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16->get_memberNames_4(); int32_t L_18 = __this->get_lastPosition_12(); NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); String_t* L_21 = ___name0; NullCheck(L_20); bool L_22; L_22 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_007a; } } { int32_t L_23 = __this->get_lastPosition_12(); return L_23; } IL_007a: { V_1 = 0; goto IL_00a5; } IL_007e: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_24 = __this->get_cache_9(); NullCheck(L_24); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_24->get_memberNames_4(); int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); String_t* L_29 = ___name0; NullCheck(L_28); bool L_30; L_30 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a1; } } { int32_t L_31 = V_1; __this->set_lastPosition_12(L_31); int32_t L_32 = __this->get_lastPosition_12(); return L_32; } IL_00a1: { int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00a5: { int32_t L_34 = V_1; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_35 = __this->get_cache_9(); NullCheck(L_35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = L_35->get_memberNames_4(); NullCheck(L_36); if ((((int32_t)L_34) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))) { goto IL_007e; } } { __this->set_lastPosition_12(0); return (-1); } } // System.Type[] System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberTypes(System.String[],System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ReadObjectInfo_GetMemberTypes_m597C52EE7DCD991C4A3A54DDBAC269F0EC42D642 (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___inMemberNames0, Type_t * ___objectType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_6 = NULL; { bool L_0 = __this->get_isSi_5(); if (!L_0) { goto IL_0022; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (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_2 = L_1; Type_t * L_3 = ___objectType1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); String_t* L_4; L_4 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E15DCB4981883D18EADB79D0E8B07FA459D310C)), L_2, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_5 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadObjectInfo_GetMemberTypes_m597C52EE7DCD991C4A3A54DDBAC269F0EC42D642_RuntimeMethod_var))); } IL_0022: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_6 = __this->get_cache_9(); if (L_6) { goto IL_002c; } } { return (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)NULL; } IL_002c: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_7 = __this->get_cache_9(); NullCheck(L_7); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = L_7->get_memberTypes_5(); if (L_8) { goto IL_0080; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_9 = __this->get_cache_9(); int32_t L_10 = __this->get_count_4(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)L_10); NullCheck(L_9); L_9->set_memberTypes_5(L_11); V_3 = 0; goto IL_0077; } IL_0053: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_12 = __this->get_cache_9(); NullCheck(L_12); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = L_12->get_memberTypes_5(); int32_t L_14 = V_3; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_15 = __this->get_cache_9(); NullCheck(L_15); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_16 = L_15->get_memberInfos_3(); int32_t L_17 = V_3; NullCheck(L_16); int32_t L_18 = L_17; MemberInfo_t * L_19 = (L_16)->GetAt(static_cast(L_18)); Type_t * L_20; L_20 = ReadObjectInfo_GetMemberType_m683D26C69742B5E5DC0AD430B594821FD5F094DC(__this, L_19, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_20); (L_13)->SetAt(static_cast(L_14), (Type_t *)L_20); int32_t L_21 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0077: { int32_t L_22 = V_3; int32_t L_23 = __this->get_count_4(); if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0053; } } IL_0080: { V_0 = (bool)0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24 = ___inMemberNames0; NullCheck(L_24); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_25 = __this->get_cache_9(); NullCheck(L_25); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_26 = L_25->get_memberInfos_3(); NullCheck(L_26); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0096; } } { V_0 = (bool)1; } IL_0096: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_27 = __this->get_cache_9(); NullCheck(L_27); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_28 = L_27->get_memberInfos_3(); NullCheck(L_28); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_29 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))); V_1 = L_29; V_2 = (bool)0; V_4 = 0; goto IL_01aa; } IL_00b3: { bool L_30 = V_0; if (L_30) { goto IL_00eb; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = ___inMemberNames0; int32_t L_32 = V_4; NullCheck(L_31); int32_t L_33 = L_32; String_t* L_34 = (L_31)->GetAt(static_cast(L_33)); SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_35 = __this->get_cache_9(); NullCheck(L_35); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_36 = L_35->get_memberInfos_3(); int32_t L_37 = V_4; NullCheck(L_36); int32_t L_38 = L_37; MemberInfo_t * L_39 = (L_36)->GetAt(static_cast(L_38)); NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_39); NullCheck(L_34); bool L_41; L_41 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_34, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00eb; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_42 = V_1; int32_t L_43 = V_4; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_44 = __this->get_cache_9(); NullCheck(L_44); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_45 = L_44->get_memberTypes_5(); int32_t L_46 = V_4; NullCheck(L_45); int32_t L_47 = L_46; Type_t * L_48 = (L_45)->GetAt(static_cast(L_47)); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_48); (L_42)->SetAt(static_cast(L_43), (Type_t *)L_48); goto IL_01a4; } IL_00eb: { V_2 = (bool)0; V_5 = 0; goto IL_012c; } IL_00f2: { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_49 = __this->get_cache_9(); NullCheck(L_49); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_50 = L_49->get_memberInfos_3(); int32_t L_51 = V_4; NullCheck(L_50); int32_t L_52 = L_51; MemberInfo_t * L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_53); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_53); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_55 = ___inMemberNames0; int32_t L_56 = V_5; NullCheck(L_55); int32_t L_57 = L_56; String_t* L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_54); bool L_59; L_59 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_54, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0126; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_60 = V_1; int32_t L_61 = V_4; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_62 = __this->get_cache_9(); NullCheck(L_62); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_63 = L_62->get_memberTypes_5(); int32_t L_64 = V_4; NullCheck(L_63); int32_t L_65 = L_64; Type_t * L_66 = (L_63)->GetAt(static_cast(L_65)); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_66); (L_60)->SetAt(static_cast(L_61), (Type_t *)L_66); V_2 = (bool)1; goto IL_0133; } IL_0126: { int32_t L_67 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_012c: { int32_t L_68 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_69 = ___inMemberNames0; NullCheck(L_69); if ((((int32_t)L_68) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))))) { goto IL_00f2; } } IL_0133: { bool L_70 = V_2; if (L_70) { goto IL_01a4; } } { SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_71 = __this->get_cache_9(); NullCheck(L_71); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_72 = L_71->get_memberInfos_3(); int32_t L_73 = V_4; NullCheck(L_72); int32_t L_74 = L_73; MemberInfo_t * L_75 = (L_72)->GetAt(static_cast(L_74)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_76 = { reinterpret_cast (OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_77; L_77 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_76, /*hidden argument*/NULL); NullCheck(L_75); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78; L_78 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(13 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_75, L_77, (bool)0); V_6 = L_78; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_79 = V_6; if (!L_79) { goto IL_015f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_80 = V_6; NullCheck(L_80); if ((((RuntimeArray*)L_80)->max_length)) { goto IL_01a4; } } IL_015f: { bool L_81 = __this->get_bSimpleAssembly_8(); if (L_81) { goto IL_01a4; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_82 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_83 = L_82; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_84 = __this->get_cache_9(); NullCheck(L_84); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_85 = L_84->get_memberNames_4(); int32_t L_86 = V_4; NullCheck(L_85); int32_t L_87 = L_86; String_t* L_88 = (L_85)->GetAt(static_cast(L_87)); NullCheck(L_83); ArrayElementTypeCheck (L_83, L_88); (L_83)->SetAt(static_cast(0), (RuntimeObject *)L_88); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_89 = L_83; Type_t * L_90 = ___objectType1; NullCheck(L_89); ArrayElementTypeCheck (L_89, L_90); (L_89)->SetAt(static_cast(1), (RuntimeObject *)L_90); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_91 = L_89; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_92 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OptionalFieldAttribute_t5761990BBE6FDD98072FD82D9EC2B9CD96CEFB59_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_93; L_93 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_92, /*hidden argument*/NULL); NullCheck(L_93); String_t* L_94; L_94 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_93); NullCheck(L_91); ArrayElementTypeCheck (L_91, L_94); (L_91)->SetAt(static_cast(2), (RuntimeObject *)L_94); String_t* L_95; L_95 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36EA4AE37F3D9E8DB8296F5A31E191DCA2F631DC)), L_91, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_96 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_96, L_95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadObjectInfo_GetMemberTypes_m597C52EE7DCD991C4A3A54DDBAC269F0EC42D642_RuntimeMethod_var))); } IL_01a4: { int32_t L_97 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_01aa: { int32_t L_98 = V_4; SerObjectInfoCache_tCCB2DD6EACD351CF6BC6FA03E83FBBB857551BFB * L_99 = __this->get_cache_9(); NullCheck(L_99); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_100 = L_99->get_memberInfos_3(); NullCheck(L_100); if ((((int32_t)L_98) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length)))))) { goto IL_00b3; } } { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_101 = V_1; return L_101; } } // System.Type System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetMemberType(System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReadObjectInfo_GetMemberType_m683D26C69742B5E5DC0AD430B594821FD5F094DC (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * __this, MemberInfo_t * ___objMember0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { V_0 = (Type_t *)NULL; MemberInfo_t * L_0 = ___objMember0; if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_0018; } } { MemberInfo_t * L_1 = ___objMember0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_1, FieldInfo_t_il2cpp_TypeInfo_var))); Type_t * L_2; L_2 = VirtualFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_1, FieldInfo_t_il2cpp_TypeInfo_var))); V_0 = L_2; goto IL_004d; } IL_0018: { MemberInfo_t * L_3 = ___objMember0; if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_3, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_002e; } } { MemberInfo_t * L_4 = ___objMember0; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var))); Type_t * L_5; L_5 = VirtualFuncInvoker0< Type_t * >::Invoke(24 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var))); V_0 = L_5; goto IL_004d; } IL_002e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = (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_7 = L_6; MemberInfo_t * L_8 = ___objMember0; NullCheck(L_8); Type_t * L_9; L_9 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_8, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_9); String_t* L_10; L_10 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8FCCE85D63A9F325222DCFC0F90AD682EAA9E73)), L_7, /*hidden argument*/NULL); SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 * L_11 = (SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_tDB38C13A2ABF407C381E3F332D197AC1AD097A92_il2cpp_TypeInfo_var))); SerializationException__ctor_m685187C44D70983FA86F76A8BB1599A2969B43E3(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadObjectInfo_GetMemberType_m683D26C69742B5E5DC0AD430B594821FD5F094DC_RuntimeMethod_var))); } IL_004d: { Type_t * L_12 = V_0; return L_12; } } // System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo System.Runtime.Serialization.Formatters.Binary.ReadObjectInfo::GetObjectInfo(System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * ReadObjectInfo_GetObjectInfo_mD84FEC4004600723A52C316C0E605D4F5B14D1D5 (SerObjectInfoInit_tC3E5F953EB376F4DCCF289EAB2F65CCC95C93A1D * ___serObjectInfoInit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * L_0 = (ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 *)il2cpp_codegen_object_new(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_il2cpp_TypeInfo_var); ReadObjectInfo__ctor_m5F511486FEF35F8605BAF3E12C93DB7155D1DA9F(L_0, /*hidden argument*/NULL); ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223 * L_1 = L_0; int32_t L_2; L_2 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_StaticFields*)il2cpp_codegen_static_fields_for(ReadObjectInfo_t0C0411013E9722215A396AE1E741AF8EF5961223_il2cpp_TypeInfo_var))->get_address_of_readObjectInfoCounter_1()), /*hidden argument*/NULL); NullCheck(L_1); L_1->set_objectInfoId_0(L_2); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList System.Collections.ReadOnlyCollectionBase::get_InnerList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_list_0(); if (L_0) { goto IL_0013; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); __this->set_list_0(L_1); } IL_0013: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_list_0(); return L_2; } } // System.Int32 System.Collections.ReadOnlyCollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollectionBase_get_Count_mA696613247E6DC7B37F0279D9D1B69B9238835B3 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Boolean System.Collections.ReadOnlyCollectionBase::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyCollectionBase_System_Collections_ICollection_get_IsSynchronized_m5AE048D5831C52AB7C3F2D60A16A041DB773535C (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0); return L_1; } } // System.Object System.Collections.ReadOnlyCollectionBase::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyCollectionBase_System_Collections_ICollection_get_SyncRoot_mC9E0E5D6022B96F38CD7176092F478F7DC2E5FB6 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0); return L_1; } } // System.Void System.Collections.ReadOnlyCollectionBase::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBase_System_Collections_ICollection_CopyTo_mE06D95E9928566CB52E56C689C6A1CBD83479F44 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtualActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.Collections.IEnumerator System.Collections.ReadOnlyCollectionBase::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollectionBase_GetEnumerator_m069E2F2F77066F10F2FD07E8F2C96D1555B6CEA1 (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0; L_0 = ReadOnlyCollectionBase_get_InnerList_mD240562618B7C71B19CF7E002AFE3F250F2AAFA7(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Void System.Collections.ReadOnlyCollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyCollectionBase__ctor_m98881DB1026C4276E4DFAB8A835E317D7F7A7E5A (ReadOnlyCollectionBase_tBFAB6A50CF24B0886983ED0E449C436E5D9C0492 * __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 // Conversion methods for marshalling of: System.Runtime.Remoting.Proxies.RealProxy IL2CPP_EXTERN_C void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshal_pinvoke(const RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744& unmarshaled, RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke& marshaled) { Exception_t* ___class_to_proxy_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'class_to_proxy' of type 'RealProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___class_to_proxy_0Exception, NULL); } IL2CPP_EXTERN_C void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshal_pinvoke_back(const RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke& marshaled, RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744& unmarshaled) { Exception_t* ___class_to_proxy_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'class_to_proxy' of type 'RealProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___class_to_proxy_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.Remoting.Proxies.RealProxy IL2CPP_EXTERN_C void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshal_pinvoke_cleanup(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Runtime.Remoting.Proxies.RealProxy IL2CPP_EXTERN_C void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshal_com(const RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744& unmarshaled, RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com& marshaled) { Exception_t* ___class_to_proxy_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'class_to_proxy' of type 'RealProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___class_to_proxy_0Exception, NULL); } IL2CPP_EXTERN_C void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshal_com_back(const RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com& marshaled, RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744& unmarshaled) { Exception_t* ___class_to_proxy_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'class_to_proxy' of type 'RealProxy': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___class_to_proxy_0Exception, NULL); } // Conversion method for clean up from marshalling of: System.Runtime.Remoting.Proxies.RealProxy IL2CPP_EXTERN_C void RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshal_com_cleanup(RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744_marshaled_com& marshaled) { } // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mDF52802D396EBA1F31433616183EEED4E372C9E2 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { { __this->set__targetDomainId_3((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mB785FB3FDFB86D73C62E7FE2180AA25F6D19483F (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Type_t * ___classToProxy0, 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; } { Type_t * L_0 = ___classToProxy0; RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1(__this, L_0, (intptr_t)(0), NULL, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mE85DFB7189DC47C621EC57AF82FA29E74DB4E17F (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Type_t * ___classToProxy0, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * ___identity1, 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; } { Type_t * L_0 = ___classToProxy0; RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1(__this, L_0, (intptr_t)(0), NULL, /*hidden argument*/NULL); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_1 = ___identity1; __this->set__objectIdentity_5(L_1); return; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::.ctor(System.Type,System.IntPtr,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Type_t * ___classToProxy0, intptr_t ___stub1, RuntimeObject * ___stubData2, 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; } { __this->set__targetDomainId_3((-1)); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___classToProxy0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsMarshalByRef_mA5FD73F07181778A55080FD328BCF8822EFA57CF(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0028; } } { Type_t * L_2 = ___classToProxy0; NullCheck(L_2); bool L_3; L_3 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } { 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*)&_stringLiteral96325E100B6D9B143970D293B953738A60B52D79)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1_RuntimeMethod_var))); } IL_0028: { Type_t * L_5 = ___classToProxy0; __this->set_class_to_proxy_0(L_5); intptr_t L_6 = ___stub1; bool L_7; L_7 = IntPtr_op_Inequality_m212AF0E66AA81FEDC982B1C8A44ADDA24B995EB8((intptr_t)L_6, (intptr_t)(0), /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_8 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBEBCAD503DAFAD374E75E2BDB4EE1E32D740361F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy__ctor_mED65CEECF4090F604496335056881465D61671B1_RuntimeMethod_var))); } IL_0047: { return; } } // System.Type System.Runtime.Remoting.Proxies.RealProxy::InternalGetProxyType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RealProxy_InternalGetProxyType_m7D72581C1185E92D34C2850312A1D27E957CF88E (RuntimeObject * ___transparentProxy0, const RuntimeMethod* method) { typedef Type_t * (*RealProxy_InternalGetProxyType_m7D72581C1185E92D34C2850312A1D27E957CF88E_ftn) (RuntimeObject *); using namespace il2cpp::icalls; return ((RealProxy_InternalGetProxyType_m7D72581C1185E92D34C2850312A1D27E957CF88E_ftn)mscorlib::System::Runtime::Remoting::Proxies::RealProxy::InternalGetProxyType) (___transparentProxy0); } // System.Type System.Runtime.Remoting.Proxies.RealProxy::GetProxiedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get__objTP_6(); if (L_0) { goto IL_0027; } } { Type_t * L_1 = __this->get_class_to_proxy_0(); NullCheck(L_1); bool L_2; L_2 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_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); return L_4; } IL_0020: { Type_t * L_5 = __this->get_class_to_proxy_0(); return L_5; } IL_0027: { RuntimeObject * L_6 = __this->get__objTP_6(); Type_t * L_7; L_7 = RealProxy_InternalGetProxyType_m7D72581C1185E92D34C2850312A1D27E957CF88E(L_6, /*hidden argument*/NULL); return L_7; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy_GetObjectData_m6A55D3FDB5DBC0C921182A4EAC4972766FF275B0 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0; L_0 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, __this); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_2 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_GetObjectData_m577EAB458C8B002F7371C1AA0659E5F24D7C2700(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.Identity System.Runtime.Remoting.Proxies.RealProxy::get_ObjectIdentity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = __this->get__objectIdentity_5(); return L_0; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::set_ObjectIdentity(System.Runtime.Remoting.Identity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy_set_ObjectIdentity_mD383787A6A08E98E893004DFF8C30180E20F1E74 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___value0, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ___value0; __this->set__objectIdentity_5(L_0); return; } } // System.Object System.Runtime.Remoting.Proxies.RealProxy::PrivateInvoke(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessage,System.Exception&,System.Object[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RealProxy_PrivateInvoke_m1EB0DC22FEA714AD301EB70D5D2CDD542431BBFB (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * ___rp0, RuntimeObject* ___msg1, Exception_t ** ___exc2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___out_args3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstructionReturnMessage_t81215227E34D8CDBBD6B23E2C123F92C13299F09_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; RuntimeObject* V_3 = NULL; bool V_4 = false; Exception_t * V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___msg1; V_0 = ((MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC *)CastclassClass((RuntimeObject*)L_0, MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_il2cpp_TypeInfo_var)); MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_1 = V_0; Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_2; L_2 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_2); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_3; L_3 = Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC(L_2, /*hidden argument*/NULL); NullCheck(L_3); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_4; L_4 = ExecutionContext_get_LogicalCallContext_m2F95375B6A7C4D20848EB4AFC750E37D94D96139(L_3, /*hidden argument*/NULL); NullCheck(L_1); MonoMethodMessage_set_LogicalCallContext_mDEC392FFB91956DEE81D60FF402622591357DC30_inline(L_1, L_4, /*hidden argument*/NULL); MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = MonoMethodMessage_get_CallType_m2C5F16A59F143ED2B51BD64F18854DAC7B39FA42(L_5, /*hidden argument*/NULL); V_1 = L_6; RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_7 = ___rp0; V_2 = (bool)((!(((RuntimeObject*)(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)IsInstClass((RuntimeObject*)L_7, RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_8 = ___out_args3; *((RuntimeObject **)L_8) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)NULL); V_3 = (RuntimeObject*)NULL; int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0042; } } { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_10 = V_0; NullCheck(L_10); AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_11; L_11 = MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline(L_10, /*hidden argument*/NULL); MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_12 = V_0; NullCheck(L_11); AsyncResult_set_CallMessage_m44564EB89B18682CD93F6C4C631EB9E7657AAB9E_inline(L_11, L_12, /*hidden argument*/NULL); } IL_0042: { int32_t L_13 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_0057; } } { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_14 = V_0; NullCheck(L_14); AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_15; L_15 = MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject* L_16; L_16 = AsyncResult_EndInvoke_m4BED3E05C7C4AE4EB7C1302A21AC26EC83900015(L_15, /*hidden argument*/NULL); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var)); } IL_0057: { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_17 = V_0; NullCheck(L_17); MethodBase_t * L_18; L_18 = MonoMethodMessage_get_MethodBase_m6FED326CC33A39571EAC84FBBB4CA267DAE2C3E7_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); bool L_19; L_19 = MethodBase_get_IsConstructor_m953B470BF9EB07E4C58E43983D6EB3CD872DC715(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_008d; } } { bool L_20 = V_2; if (!L_20) { goto IL_0080; } } { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_21 = ___rp0; RuntimeObject* L_22 = ___msg1; NullCheck(((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)IsInstClass((RuntimeObject*)L_21, RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var))); RuntimeObject* L_23; L_23 = RemotingProxy_ActivateRemoteObject_mD5D4D17DFD550FCDF81C79A55CF55FE46236CE18(((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)IsInstClass((RuntimeObject*)L_21, RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var)), ((RuntimeObject*)Castclass((RuntimeObject*)L_22, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_23, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var)); goto IL_008d; } IL_0080: { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_24 = ___rp0; NullCheck(L_24); Type_t * L_25; L_25 = RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB(L_24, /*hidden argument*/NULL); ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * L_26 = (ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C *)il2cpp_codegen_object_new(ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C_il2cpp_TypeInfo_var); ConstructionCall__ctor_m53D24D3B22AA101F895F3123E1744338ECBD8262(L_26, L_25, /*hidden argument*/NULL); ___msg1 = L_26; } IL_008d: { RuntimeObject* L_27 = V_3; if (L_27) { goto IL_0108; } } { V_4 = (bool)0; } IL_0093: try {// begin try (depth: 1) RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_28 = ___rp0; RuntimeObject* L_29 = ___msg1; NullCheck(L_28); RuntimeObject* L_30; L_30 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(5 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Proxies.RealProxy::Invoke(System.Runtime.Remoting.Messaging.IMessage) */, L_28, L_29); V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var)); goto IL_00da; }// 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_00a2; } throw e; } CATCH_00a2: {// begin catch(System.Exception) { V_5 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); V_4 = (bool)1; int32_t L_31 = V_1; if ((!(((uint32_t)L_31) == ((uint32_t)1)))) { goto IL_00d6; } } IL_00ab: { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_32 = V_0; NullCheck(L_32); AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_33; L_33 = MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline(L_32, /*hidden argument*/NULL); Exception_t * L_34 = V_5; RuntimeObject* L_35 = ___msg1; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_36 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var))); ReturnMessage__ctor_m476904D3D33C1AD682A67958BB303E8A431CEAD5(L_36, L_34, ((RuntimeObject*)IsInst((RuntimeObject*)L_35, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_33); RuntimeObject* L_37; L_37 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(21 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, L_33, L_36); RuntimeObject* L_38 = ___msg1; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_39 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var))); ReturnMessage__ctor_mA8787D4C5498036480BCF01AB4D941B7A7E38C0F(L_39, NULL, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, 0, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, ((RuntimeObject*)IsInst((RuntimeObject*)L_38, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_3 = L_39; goto IL_00d8; } IL_00d6: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy_PrivateInvoke_m1EB0DC22FEA714AD301EB70D5D2CDD542431BBFB_RuntimeMethod_var))); } IL_00d8: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00da; } }// end catch (depth: 1) IL_00da: { bool L_40 = V_2; if (L_40) { goto IL_0108; } } { int32_t L_41 = V_1; if ((!(((uint32_t)L_41) == ((uint32_t)1)))) { goto IL_0108; } } { bool L_42 = V_4; if (L_42) { goto IL_0108; } } { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_43 = V_0; NullCheck(L_43); AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_44; L_44 = MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline(L_43, /*hidden argument*/NULL); RuntimeObject* L_45 = V_3; NullCheck(L_44); RuntimeObject* L_46; L_46 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(21 /* System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) */, L_44, L_45); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_47 = ___out_args3; RuntimeObject* L_48 = V_3; NullCheck(L_48); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_49; L_49 = InterfaceFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_OutArgs() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_48); *((RuntimeObject **)L_47) = (RuntimeObject *)L_49; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_47, (void*)(RuntimeObject *)L_49); RuntimeObject* L_50 = V_3; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_51 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var); ReturnMessage__ctor_mA8787D4C5498036480BCF01AB4D941B7A7E38C0F(L_51, L_46, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, 0, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, ((RuntimeObject*)IsInst((RuntimeObject*)L_50, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_51; } IL_0108: { RuntimeObject* L_52 = V_3; NullCheck(L_52); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_53; L_53 = InterfaceFuncInvoker0< LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_52); if (!L_53) { goto IL_0137; } } { RuntimeObject* L_54 = V_3; NullCheck(L_54); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_55; L_55 = InterfaceFuncInvoker0< LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_54); NullCheck(L_55); bool L_56; L_56 = LogicalCallContext_get_HasInfo_m672F8CB7E00BB2C3022944D1032566098BA63DCA(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0137; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_57; L_57 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_57); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_58; L_58 = Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC(L_57, /*hidden argument*/NULL); NullCheck(L_58); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_59; L_59 = ExecutionContext_get_LogicalCallContext_m2F95375B6A7C4D20848EB4AFC750E37D94D96139(L_58, /*hidden argument*/NULL); RuntimeObject* L_60 = V_3; NullCheck(L_60); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_61; L_61 = InterfaceFuncInvoker0< LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_60); NullCheck(L_59); LogicalCallContext_Merge_m3E7E305823B22D508777B424853EDB08D1DB5708(L_59, L_61, /*hidden argument*/NULL); } IL_0137: { Exception_t ** L_62 = ___exc2; RuntimeObject* L_63 = V_3; NullCheck(L_63); Exception_t * L_64; L_64 = InterfaceFuncInvoker0< Exception_t * >::Invoke(0 /* System.Exception System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_Exception() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_63); *((RuntimeObject **)L_62) = (RuntimeObject *)L_64; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_62, (void*)(RuntimeObject *)L_64); Exception_t ** L_65 = ___exc2; Exception_t * L_66 = *((Exception_t **)L_65); if (!L_66) { goto IL_014e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_67 = ___out_args3; *((RuntimeObject **)L_67) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_67, (void*)(RuntimeObject *)NULL); Exception_t ** L_68 = ___exc2; Exception_t * L_69 = *((Exception_t **)L_68); NullCheck(L_69); Exception_t * L_70; L_70 = Exception_FixRemotingException_m2B6A29F51CA05BA136CFEEDC1B797CF221759351(L_69, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy_PrivateInvoke_m1EB0DC22FEA714AD301EB70D5D2CDD542431BBFB_RuntimeMethod_var))); } IL_014e: { RuntimeObject* L_71 = V_3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_71, IConstructionReturnMessage_t81215227E34D8CDBBD6B23E2C123F92C13299F09_il2cpp_TypeInfo_var))) { goto IL_0164; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_72 = ___out_args3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_73 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_72); if (L_73) { goto IL_01aa; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_74 = ___out_args3; RuntimeObject* L_75 = V_3; NullCheck(L_75); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_76; L_76 = InterfaceFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_OutArgs() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_75); *((RuntimeObject **)L_74) = (RuntimeObject *)L_76; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_76); goto IL_01aa; } IL_0164: { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_77 = V_0; NullCheck(L_77); int32_t L_78; L_78 = MonoMethodMessage_get_CallType_m2C5F16A59F143ED2B51BD64F18854DAC7B39FA42(L_77, /*hidden argument*/NULL); if ((((int32_t)L_78) == ((int32_t)1))) { goto IL_01aa; } } { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_79 = V_0; NullCheck(L_79); int32_t L_80; L_80 = MonoMethodMessage_get_CallType_m2C5F16A59F143ED2B51BD64F18854DAC7B39FA42(L_79, /*hidden argument*/NULL); if (L_80) { goto IL_0180; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_81 = ___out_args3; RuntimeObject* L_82 = V_3; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_83 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_84; L_84 = RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883(L_82, L_83, /*hidden argument*/NULL); *((RuntimeObject **)L_81) = (RuntimeObject *)L_84; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_81, (void*)(RuntimeObject *)L_84); goto IL_01aa; } IL_0180: { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_85 = V_0; NullCheck(L_85); int32_t L_86; L_86 = MonoMethodMessage_get_CallType_m2C5F16A59F143ED2B51BD64F18854DAC7B39FA42(L_85, /*hidden argument*/NULL); if ((!(((uint32_t)L_86) == ((uint32_t)2)))) { goto IL_019e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_87 = ___out_args3; RuntimeObject* L_88 = V_3; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_89 = V_0; NullCheck(L_89); AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_90; L_90 = MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline(L_89, /*hidden argument*/NULL); NullCheck(L_90); MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_91; L_91 = AsyncResult_get_CallMessage_m2DA35031BFF5454ECC77A05ED91A78A0B7D6CE42_inline(L_90, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_92; L_92 = RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883(L_88, L_91, /*hidden argument*/NULL); *((RuntimeObject **)L_87) = (RuntimeObject *)L_92; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_87, (void*)(RuntimeObject *)L_92); goto IL_01aa; } IL_019e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_93 = ___out_args3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_94 = *((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_93); if (L_94) { goto IL_01aa; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_95 = ___out_args3; RuntimeObject* L_96 = V_3; NullCheck(L_96); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_97; L_97 = InterfaceFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_OutArgs() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_96); *((RuntimeObject **)L_95) = (RuntimeObject *)L_97; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_95, (void*)(RuntimeObject *)L_97); } IL_01aa: { RuntimeObject* L_98 = V_3; NullCheck(L_98); RuntimeObject * L_99; L_99 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_98); return L_99; } } // System.Object System.Runtime.Remoting.Proxies.RealProxy::InternalGetTransparentProxy(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RealProxy_InternalGetTransparentProxy_mDE27CE53CF8E5FC7689C2F19E5DEBE77DF852DF7 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, String_t* ___className0, const RuntimeMethod* method) { typedef RuntimeObject * (*RealProxy_InternalGetTransparentProxy_mDE27CE53CF8E5FC7689C2F19E5DEBE77DF852DF7_ftn) (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *, String_t*); using namespace il2cpp::icalls; return ((RealProxy_InternalGetTransparentProxy_mDE27CE53CF8E5FC7689C2F19E5DEBE77DF852DF7_ftn)mscorlib::System::Runtime::Remoting::Proxies::RealProxy::InternalGetTransparentProxy) (__this, ___className0); } // System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RealProxy_GetTransparentProxy_m586B924690BA40A51B4BD07E4096B2BFD9F7248A (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; { RuntimeObject * L_0 = __this->get__objTP_6(); if (L_0) { goto IL_005a; } } { V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)__this, IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_1; if (!L_1) { goto IL_0041; } } { RuntimeObject* L_2 = V_1; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Runtime.Remoting.IRemotingTypeInfo::get_TypeName() */, IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var, L_2); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0033; } } { String_t* L_5 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_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); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_7); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } IL_0033: { Type_t * L_10 = __this->get_class_to_proxy_0(); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_10); V_0 = L_11; goto IL_004d; } IL_0041: { Type_t * L_12 = __this->get_class_to_proxy_0(); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_12); V_0 = L_13; } IL_004d: { String_t* L_14 = V_0; RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, String_t* >::Invoke(6 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::InternalGetTransparentProxy(System.String) */, __this, L_14); __this->set__objTP_6(L_15); } IL_005a: { RuntimeObject * L_16 = __this->get__objTP_6(); return L_16; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::AttachServer(System.MarshalByRefObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy_AttachServer_mDBAAA262A2A29AFDECE456E5B02180A6E02BCD36 (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___s0, const RuntimeMethod* method) { { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___s0; __this->set__server_2(L_0); return; } } // System.Void System.Runtime.Remoting.Proxies.RealProxy::SetTargetDomain(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RealProxy_SetTargetDomain_m6572BA48787750F92F464C89E69D747AB4C5A37C (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, int32_t ___domainId0, const RuntimeMethod* method) { { int32_t L_0 = ___domainId0; __this->set__targetDomainId_3(L_0); return; } } // System.Object System.Runtime.Remoting.Proxies.RealProxy::GetAppDomainTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RealProxy_GetAppDomainTarget_m44835EA289E7A24161A34ED24A5CAFCB0299442F (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * V_0 = NULL; { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = __this->get__server_2(); if (L_0) { goto IL_0043; } } { String_t* L_1 = __this->get__targetUri_4(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2; L_2 = RemotingServices_GetIdentityForUri_m29B1471423DFE2A83F3565AF3E68F7E4C1356D35(L_1, /*hidden argument*/NULL); V_0 = ((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)IsInstClass((RuntimeObject*)L_2, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var)); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_3 = V_0; if (L_3) { goto IL_0037; } } { String_t* L_4 = __this->get__targetUri_4(); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C8B86172194FBF0F6526CAE5586880254B67FBD)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_6 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy_GetAppDomainTarget_m44835EA289E7A24161A34ED24A5CAFCB0299442F_RuntimeMethod_var))); } IL_0037: { ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_7 = V_0; NullCheck(L_7); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_8; L_8 = ClientActivatedIdentity_GetServerObject_m261F32053C0E230AB69EBDCC92E72121D93F5E3E_inline(L_7, /*hidden argument*/NULL); __this->set__server_2(L_8); } IL_0043: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_9 = __this->get__server_2(); return L_9; } } // System.Object[] System.Runtime.Remoting.Proxies.RealProxy::ProcessResponse(System.Runtime.Remoting.Messaging.IMethodReturnMessage,System.Runtime.Remoting.Messaging.MonoMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883 (RuntimeObject* ___mrm0, MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___call1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; int32_t V_1 = 0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; int32_t V_3 = 0; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_4 = NULL; int32_t V_5 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * V_6 = NULL; RuntimeObject * V_7 = NULL; RuntimeObject * V_8 = NULL; RuntimeObject * V_9 = NULL; RuntimeObject * G_B10_0 = NULL; RuntimeObject * G_B18_0 = NULL; { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_0 = ___call1; NullCheck(L_0); MethodBase_t * L_1; L_1 = MonoMethodMessage_get_MethodBase_m6FED326CC33A39571EAC84FBBB4CA267DAE2C3E7_inline(L_0, /*hidden argument*/NULL); V_0 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_1, MethodInfo_t_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = ___mrm0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_2); if (!L_3) { goto IL_0032; } } { MethodInfo_t * L_4 = V_0; NullCheck(L_4); Type_t * L_5; L_5 = VirtualFuncInvoker0< Type_t * >::Invoke(42 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_4); RuntimeObject* L_6 = ___mrm0; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Runtime.Remoting.Messaging.IMethodReturnMessage::get_ReturnValue() */, IMethodReturnMessage_t4B84F631CB7E599CD495048748DE5E21B62390B0_il2cpp_TypeInfo_var, L_6); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_5, L_7); if (L_8) { goto IL_0032; } } { InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_9 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral17B7BDF7BE9F40B19990BB6BB9ABA19761B213C8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883_RuntimeMethod_var))); } IL_0032: { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_10 = ___call1; NullCheck(L_10); bool L_11; L_11 = MonoMethodMessage_NeedsOutProcessing_mB931A23361FC92AEE7D026426AEB84ECBD8F19E0(L_10, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_11) { goto IL_015b; } } { MethodInfo_t * L_12 = V_0; NullCheck(L_12); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_13; L_13 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_12); int32_t L_14 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_14); V_2 = L_15; V_3 = 0; V_4 = L_13; V_5 = 0; goto IL_014e; } IL_0058: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_16 = V_4; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_19 = (L_16)->GetAt(static_cast(L_18)); V_6 = L_19; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_20 = V_6; NullCheck(L_20); bool L_21; L_21 = ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00db; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_22 = V_6; NullCheck(L_22); Type_t * L_23; L_23 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_22); NullCheck(L_23); bool L_24; L_24 = Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00db; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_25 = V_6; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_25); RuntimeObject* L_27 = ___mrm0; NullCheck(L_27); int32_t L_28; L_28 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodMessage::get_ArgCount() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_27); if ((((int32_t)L_26) < ((int32_t)L_28))) { goto IL_0088; } } { G_B10_0 = NULL; goto IL_0095; } IL_0088: { RuntimeObject* L_29 = ___mrm0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_30 = V_6; NullCheck(L_30); int32_t L_31; L_31 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_30); NullCheck(L_29); RuntimeObject * L_32; L_32 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(8 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::GetArg(System.Int32) */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_29, L_31); G_B10_0 = L_32; } IL_0095: { V_7 = G_B10_0; RuntimeObject * L_33 = V_7; if (!L_33) { goto IL_0148; } } { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_34 = ___call1; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_35 = V_6; NullCheck(L_35); int32_t L_36; L_36 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_35); NullCheck(L_34); RuntimeObject * L_37; L_37 = MonoMethodMessage_GetArg_m5BCC47D2360C9FEE7DE252FAE8CABEE24C9D95AA(L_34, L_36, /*hidden argument*/NULL); V_8 = L_37; RuntimeObject * L_38 = V_8; if (L_38) { goto IL_00cd; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_39 = V_6; NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_39); String_t* L_41; L_41 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBAA62F736B3C4B5D4769C025C9E8767D87B729E7)), L_40, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_42 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883_RuntimeMethod_var))); } IL_00cd: { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_43 = V_6; RuntimeObject * L_44 = V_8; RuntimeObject * L_45 = V_7; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_46; L_46 = RemotingServices_UpdateOutArgObject_mC28A3A4A85CAB377E17D6C1A1BCBB1CD0B921256(L_43, L_44, L_45, /*hidden argument*/NULL); goto IL_0148; } IL_00db: { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_47 = V_6; NullCheck(L_47); Type_t * L_48; L_48 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_47); NullCheck(L_48); bool L_49; L_49 = Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0148; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_50 = V_6; NullCheck(L_50); int32_t L_51; L_51 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_50); RuntimeObject* L_52 = ___mrm0; NullCheck(L_52); int32_t L_53; L_53 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Runtime.Remoting.Messaging.IMethodMessage::get_ArgCount() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_00fb; } } { G_B18_0 = NULL; goto IL_0108; } IL_00fb: { RuntimeObject* L_54 = ___mrm0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_55 = V_6; NullCheck(L_55); int32_t L_56; L_56 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_55); NullCheck(L_54); RuntimeObject * L_57; L_57 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(8 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::GetArg(System.Int32) */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_54, L_56); G_B18_0 = L_57; } IL_0108: { V_9 = G_B18_0; RuntimeObject * L_58 = V_9; if (!L_58) { goto IL_013f; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_59 = V_6; NullCheck(L_59); Type_t * L_60; L_60 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_59); NullCheck(L_60); Type_t * L_61; L_61 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, L_60); RuntimeObject * L_62 = V_9; NullCheck(L_61); bool L_63; L_63 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(120 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_61, L_62); if (L_63) { goto IL_013f; } } { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_64 = V_6; NullCheck(L_64); String_t* L_65; L_65 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_64); String_t* L_66; L_66 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DC69077601DADAE28CCBFA66211C18EA0CA9C72)), L_65, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9C8AAE8FFEEEA1D546E01CAFC3AD0CBD2BEAC3E9)), /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_67 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var))); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_67, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RealProxy_ProcessResponse_mF28C444D2A3B9CA6D328B9D108469429A5A73883_RuntimeMethod_var))); } IL_013f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_68 = V_2; int32_t L_69 = V_3; int32_t L_70 = L_69; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); RuntimeObject * L_71 = V_9; NullCheck(L_68); ArrayElementTypeCheck (L_68, L_71); (L_68)->SetAt(static_cast(L_70), (RuntimeObject *)L_71); } IL_0148: { int32_t L_72 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_014e: { int32_t L_73 = V_5; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_74 = V_4; NullCheck(L_74); if ((((int32_t)L_73) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))))) { goto IL_0058; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_75 = V_2; return L_75; } IL_015b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_76 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); return L_76; } } #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.ReflectionOnlyType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionOnlyType__ctor_m1F912324125DC18912A4CCD9889757B61DA10DE4 (ReflectionOnlyType_t1EF43BEB5E0AD43FB262489E6493EB1A444B0F06 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); RuntimeType__ctor_mA2A423D626D9D6B2A4F29BAC012FC2B10C79F55F(__this, /*hidden argument*/NULL); return; } } // System.RuntimeTypeHandle System.ReflectionOnlyType::get_TypeHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ReflectionOnlyType_get_TypeHandle_mEB219ADFC555599DD552C801BC2CF2D0DA1BFAAA (ReflectionOnlyType_t1EF43BEB5E0AD43FB262489E6493EB1A444B0F06 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralABEFECC44DB82DBED264ED0A4B3BC4E606790DD4)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionOnlyType_get_TypeHandle_mEB219ADFC555599DD552C801BC2CF2D0DA1BFAAA_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.Reflection.ReflectionTypeLoadException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException__ctor_mA9525555FCA19FACE0265E6B1913BFB8B3F6CE1B (ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83628CAE86B00A15762B76BBEEE36C39AE50273F); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(_stringLiteral83628CAE86B00A15762B76BBEEE36C39AE50273F, /*hidden argument*/NULL); SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232830), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ReflectionTypeLoadException::.ctor(System.Type[],System.Exception[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException__ctor_m43EC409633786751F1D2B793CE80FB20E77AB7E0 (ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___classes0, ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* ___exceptions1, const RuntimeMethod* method) { { SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, (String_t*)NULL, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ___classes0; __this->set__classes_17(L_0); ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_1 = ___exceptions1; __this->set__exceptions_18(L_1); Exception_SetErrorCode_m92A787DA80F9CBC81E05D158F3D8099A8F1DD44D(__this, ((int32_t)-2146232830), /*hidden argument*/NULL); return; } } // System.Void System.Reflection.ReflectionTypeLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException__ctor_m119225ACC1AE7330D34EA7A6CD9811E932CC07A2 (ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B80E1C921AA4F976C3D36A0CA5D7008F791FA61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral886322BF8B31AB390F36237FC5A394EA3CAD2311); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_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_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral7B80E1C921AA4F976C3D36A0CA5D7008F791FA61, L_4, /*hidden argument*/NULL); __this->set__classes_17(((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)Castclass((RuntimeObject*)L_5, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteral886322BF8B31AB390F36237FC5A394EA3CAD2311, L_8, /*hidden argument*/NULL); __this->set__exceptions_18(((ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D*)Castclass((RuntimeObject*)L_9, ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_il2cpp_TypeInfo_var))); return; } } // System.Void System.Reflection.ReflectionTypeLoadException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionTypeLoadException_GetObjectData_m180F7BA340F9DEC802E8BA25B266068F0DB8BF23 (ReflectionTypeLoadException_tF7B3556875F394EC77B674893C9322FA1DC21F6C * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_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*)&_stringLiteral7B80E1C921AA4F976C3D36A0CA5D7008F791FA61); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral886322BF8B31AB390F36237FC5A394EA3CAD2311); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; 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*)&_stringLiteralA7B00F7F25C375B2501A6ADBC86D092B23977085)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReflectionTypeLoadException_GetObjectData_m180F7BA340F9DEC802E8BA25B266068F0DB8BF23_RuntimeMethod_var))); } IL_000e: { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_3 = ___context1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_2, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_5 = __this->get__classes_17(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_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); NullCheck(L_4); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_4, _stringLiteral7B80E1C921AA4F976C3D36A0CA5D7008F791FA61, (RuntimeObject *)(RuntimeObject *)L_5, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D* L_9 = __this->get__exceptions_18(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (ExceptionU5BU5D_t683CE8E24950657A060E640B8956913D867F952D_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_10, /*hidden argument*/NULL); NullCheck(L_8); SerializationInfo_AddValue_mA20A32DFDB224FCD9595675255264FD10940DFC6(L_8, _stringLiteral886322BF8B31AB390F36237FC5A394EA3CAD2311, (RuntimeObject *)(RuntimeObject *)L_9, L_11, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Globalization.RegionInfo IL2CPP_EXTERN_C void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshal_pinvoke(const RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A& unmarshaled, RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_pinvoke& marshaled) { marshaled.___regionId_1 = unmarshaled.get_regionId_1(); marshaled.___iso2Name_2 = il2cpp_codegen_marshal_string(unmarshaled.get_iso2Name_2()); marshaled.___iso3Name_3 = il2cpp_codegen_marshal_string(unmarshaled.get_iso3Name_3()); marshaled.___win3Name_4 = il2cpp_codegen_marshal_string(unmarshaled.get_win3Name_4()); marshaled.___englishName_5 = il2cpp_codegen_marshal_string(unmarshaled.get_englishName_5()); marshaled.___nativeName_6 = il2cpp_codegen_marshal_string(unmarshaled.get_nativeName_6()); marshaled.___currencySymbol_7 = il2cpp_codegen_marshal_string(unmarshaled.get_currencySymbol_7()); marshaled.___isoCurrencySymbol_8 = il2cpp_codegen_marshal_string(unmarshaled.get_isoCurrencySymbol_8()); marshaled.___currencyEnglishName_9 = il2cpp_codegen_marshal_string(unmarshaled.get_currencyEnglishName_9()); marshaled.___currencyNativeName_10 = il2cpp_codegen_marshal_string(unmarshaled.get_currencyNativeName_10()); } IL2CPP_EXTERN_C void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshal_pinvoke_back(const RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_pinvoke& marshaled, RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A& unmarshaled) { int32_t unmarshaled_regionId_temp_0 = 0; unmarshaled_regionId_temp_0 = marshaled.___regionId_1; unmarshaled.set_regionId_1(unmarshaled_regionId_temp_0); unmarshaled.set_iso2Name_2(il2cpp_codegen_marshal_string_result(marshaled.___iso2Name_2)); unmarshaled.set_iso3Name_3(il2cpp_codegen_marshal_string_result(marshaled.___iso3Name_3)); unmarshaled.set_win3Name_4(il2cpp_codegen_marshal_string_result(marshaled.___win3Name_4)); unmarshaled.set_englishName_5(il2cpp_codegen_marshal_string_result(marshaled.___englishName_5)); unmarshaled.set_nativeName_6(il2cpp_codegen_marshal_string_result(marshaled.___nativeName_6)); unmarshaled.set_currencySymbol_7(il2cpp_codegen_marshal_string_result(marshaled.___currencySymbol_7)); unmarshaled.set_isoCurrencySymbol_8(il2cpp_codegen_marshal_string_result(marshaled.___isoCurrencySymbol_8)); unmarshaled.set_currencyEnglishName_9(il2cpp_codegen_marshal_string_result(marshaled.___currencyEnglishName_9)); unmarshaled.set_currencyNativeName_10(il2cpp_codegen_marshal_string_result(marshaled.___currencyNativeName_10)); } // Conversion method for clean up from marshalling of: System.Globalization.RegionInfo IL2CPP_EXTERN_C void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshal_pinvoke_cleanup(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___iso2Name_2); marshaled.___iso2Name_2 = NULL; il2cpp_codegen_marshal_free(marshaled.___iso3Name_3); marshaled.___iso3Name_3 = NULL; il2cpp_codegen_marshal_free(marshaled.___win3Name_4); marshaled.___win3Name_4 = NULL; il2cpp_codegen_marshal_free(marshaled.___englishName_5); marshaled.___englishName_5 = NULL; il2cpp_codegen_marshal_free(marshaled.___nativeName_6); marshaled.___nativeName_6 = NULL; il2cpp_codegen_marshal_free(marshaled.___currencySymbol_7); marshaled.___currencySymbol_7 = NULL; il2cpp_codegen_marshal_free(marshaled.___isoCurrencySymbol_8); marshaled.___isoCurrencySymbol_8 = NULL; il2cpp_codegen_marshal_free(marshaled.___currencyEnglishName_9); marshaled.___currencyEnglishName_9 = NULL; il2cpp_codegen_marshal_free(marshaled.___currencyNativeName_10); marshaled.___currencyNativeName_10 = NULL; } // Conversion methods for marshalling of: System.Globalization.RegionInfo IL2CPP_EXTERN_C void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshal_com(const RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A& unmarshaled, RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_com& marshaled) { marshaled.___regionId_1 = unmarshaled.get_regionId_1(); marshaled.___iso2Name_2 = il2cpp_codegen_marshal_bstring(unmarshaled.get_iso2Name_2()); marshaled.___iso3Name_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_iso3Name_3()); marshaled.___win3Name_4 = il2cpp_codegen_marshal_bstring(unmarshaled.get_win3Name_4()); marshaled.___englishName_5 = il2cpp_codegen_marshal_bstring(unmarshaled.get_englishName_5()); marshaled.___nativeName_6 = il2cpp_codegen_marshal_bstring(unmarshaled.get_nativeName_6()); marshaled.___currencySymbol_7 = il2cpp_codegen_marshal_bstring(unmarshaled.get_currencySymbol_7()); marshaled.___isoCurrencySymbol_8 = il2cpp_codegen_marshal_bstring(unmarshaled.get_isoCurrencySymbol_8()); marshaled.___currencyEnglishName_9 = il2cpp_codegen_marshal_bstring(unmarshaled.get_currencyEnglishName_9()); marshaled.___currencyNativeName_10 = il2cpp_codegen_marshal_bstring(unmarshaled.get_currencyNativeName_10()); } IL2CPP_EXTERN_C void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshal_com_back(const RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_com& marshaled, RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A& unmarshaled) { int32_t unmarshaled_regionId_temp_0 = 0; unmarshaled_regionId_temp_0 = marshaled.___regionId_1; unmarshaled.set_regionId_1(unmarshaled_regionId_temp_0); unmarshaled.set_iso2Name_2(il2cpp_codegen_marshal_bstring_result(marshaled.___iso2Name_2)); unmarshaled.set_iso3Name_3(il2cpp_codegen_marshal_bstring_result(marshaled.___iso3Name_3)); unmarshaled.set_win3Name_4(il2cpp_codegen_marshal_bstring_result(marshaled.___win3Name_4)); unmarshaled.set_englishName_5(il2cpp_codegen_marshal_bstring_result(marshaled.___englishName_5)); unmarshaled.set_nativeName_6(il2cpp_codegen_marshal_bstring_result(marshaled.___nativeName_6)); unmarshaled.set_currencySymbol_7(il2cpp_codegen_marshal_bstring_result(marshaled.___currencySymbol_7)); unmarshaled.set_isoCurrencySymbol_8(il2cpp_codegen_marshal_bstring_result(marshaled.___isoCurrencySymbol_8)); unmarshaled.set_currencyEnglishName_9(il2cpp_codegen_marshal_bstring_result(marshaled.___currencyEnglishName_9)); unmarshaled.set_currencyNativeName_10(il2cpp_codegen_marshal_bstring_result(marshaled.___currencyNativeName_10)); } // Conversion method for clean up from marshalling of: System.Globalization.RegionInfo IL2CPP_EXTERN_C void RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshal_com_cleanup(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___iso2Name_2); marshaled.___iso2Name_2 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___iso3Name_3); marshaled.___iso3Name_3 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___win3Name_4); marshaled.___win3Name_4 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___englishName_5); marshaled.___englishName_5 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___nativeName_6); marshaled.___nativeName_6 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___currencySymbol_7); marshaled.___currencySymbol_7 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___isoCurrencySymbol_8); marshaled.___isoCurrencySymbol_8 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___currencyEnglishName_9); marshaled.___currencyEnglishName_9 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___currencyNativeName_10); marshaled.___currencyNativeName_10 = NULL; } // System.Globalization.RegionInfo System.Globalization.RegionInfo::get_CurrentRegion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * RegionInfo_get_CurrentRegion_m2143BC8125915CFCCA9F02215E7D9E8CA6B0A8D2 (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*)&RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * V_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_1 = NULL; { RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_0 = ((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var))->get_currentRegion_0(); V_0 = L_0; RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_1 = V_0; if (L_1) { goto IL_002d; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); V_1 = L_2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = V_1; if (!L_3) { goto IL_0019; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = V_1; RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_5 = (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A *)il2cpp_codegen_object_new(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var); RegionInfo__ctor_mB3D9688404BD1770A42E7FBF330A8735FD63AA15(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0019: { RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_6 = V_0; RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_7; L_7 = InterlockedCompareExchangeImpl((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A **)(((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var))->get_address_of_currentRegion_0()), L_6, (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A *)NULL); if (!L_7) { goto IL_002d; } } { RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_8 = ((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var))->get_currentRegion_0(); V_0 = L_8; } IL_002d: { RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_9 = V_0; return L_9; } } // System.Void System.Globalization.RegionInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegionInfo__ctor_mCA8A758A8F30374D45989C922805AECA75ABD13A (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, 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); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___culture0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_GetCultureInfo_mB0697F9A11B0ECED167EF993E87AF22C201A16A6(L_0, /*hidden argument*/NULL); bool L_2; L_2 = RegionInfo_GetByTerritory_m065E30620C032E84F6941CE6DAAC95C41E979C47(__this, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002f; } } { int32_t L_3 = ___culture0; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral95DA3FC7722DD1C65280ACB8BF456EF76775963D)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegionInfo__ctor_mCA8A758A8F30374D45989C922805AECA75ABD13A_RuntimeMethod_var))); } IL_002f: { return; } } // System.Void System.Globalization.RegionInfo::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegionInfo__ctor_m739A15D6DF0E1A5A0B595CB7450400BF2659CC36 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, 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; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; if (L_0) { goto IL_000f; } } { 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_mEF0800D4AF607E61714C92A76911B4780C4D0A29(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegionInfo__ctor_m739A15D6DF0E1A5A0B595CB7450400BF2659CC36_RuntimeMethod_var))); } IL_000f: { String_t* L_2 = ___name0; NullCheck(L_2); String_t* L_3; L_3 = String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E(L_2, /*hidden argument*/NULL); bool L_4; L_4 = RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5(__this, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001e; } } { return; } IL_001e: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_GetCultureInfo_m757F4A8A690B1CDA1A498EBD2ED031B7A76546F3(L_5, /*hidden argument*/NULL); bool L_7; L_7 = RegionInfo_GetByTerritory_m065E30620C032E84F6941CE6DAAC95C41E979C47(__this, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0042; } } { String_t* L_8 = ___name0; String_t* L_9; L_9 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5EAC7821D3146E3E5AA5B53530F1797167C3D4A4)), L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegionInfo__ctor_m739A15D6DF0E1A5A0B595CB7450400BF2659CC36_RuntimeMethod_var))); } IL_0042: { return; } } // System.Void System.Globalization.RegionInfo::.ctor(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegionInfo__ctor_mB3D9688404BD1770A42E7FBF330A8735FD63AA15 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___ci0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51110E17CA94BC00F4A876802AC4AC26E7E482B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C2B287AA9E20644FBF7B4A84D7867432285D7F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83314EA460FCEFD3C214A42664EEA4D9E9280DF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB36231573E43663A3F7BA999008101ACA0AD2A8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB887A5015E73D94AAFD666C9F0C2D6965A1EF3F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC981BE9C1F04078473AFB89D43A49C223508D178); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD0F468BEC5D3406D86F26A2D9F63332D43DEBE21); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___ci0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)127))))) { goto IL_007b; } } { __this->set_regionId_1(((int32_t)244)); __this->set_iso2Name_2(_stringLiteralB36231573E43663A3F7BA999008101ACA0AD2A8F); __this->set_iso3Name_3(_stringLiteral5C2B287AA9E20644FBF7B4A84D7867432285D7F6); __this->set_win3Name_4(_stringLiteralD0F468BEC5D3406D86F26A2D9F63332D43DEBE21); String_t* L_2 = _stringLiteral83314EA460FCEFD3C214A42664EEA4D9E9280DF4; V_0 = L_2; __this->set_englishName_5(L_2); String_t* L_3 = V_0; __this->set_nativeName_6(L_3); __this->set_currencySymbol_7(_stringLiteral51110E17CA94BC00F4A876802AC4AC26E7E482B1); __this->set_isoCurrencySymbol_8(_stringLiteralB887A5015E73D94AAFD666C9F0C2D6965A1EF3F2); String_t* L_4 = _stringLiteralC981BE9C1F04078473AFB89D43A49C223508D178; V_0 = L_4; __this->set_currencyNativeName_10(L_4); String_t* L_5 = V_0; __this->set_currencyEnglishName_9(L_5); return; } IL_007b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = ___ci0; NullCheck(L_6); String_t* L_7; L_7 = CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA_inline(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_008e; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB44AED1F8533DF887C42A9D9AA0A2AB246920D3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegionInfo__ctor_mB3D9688404BD1770A42E7FBF330A8735FD63AA15_RuntimeMethod_var))); } IL_008e: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = ___ci0; NullCheck(L_9); String_t* L_10; L_10 = CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E(L_10, /*hidden argument*/NULL); bool L_12; L_12 = RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5(__this, L_11, /*hidden argument*/NULL); return; } } // System.Boolean System.Globalization.RegionInfo::GetByTerritory(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegionInfo_GetByTerritory_m065E30620C032E84F6941CE6DAAC95C41E979C47 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___ci0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___ci0; if (L_0) { goto IL_000e; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE9AF4FDBD2FA6CD5CC4C6361F0BFDF49243FD16)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegionInfo_GetByTerritory_m065E30620C032E84F6941CE6DAAC95C41E979C47_RuntimeMethod_var))); } IL_000e: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___ci0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, L_2); if (L_3) { goto IL_001e; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___ci0; NullCheck(L_4); String_t* L_5; L_5 = CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0020; } } IL_001e: { return (bool)0; } IL_0020: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = ___ci0; NullCheck(L_6); String_t* L_7; L_7 = CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8; L_8 = String_ToUpperInvariant_mA1D82B6DA175D228E2BE5A315B4C68AB222FA84E(L_7, /*hidden argument*/NULL); bool L_9; L_9 = RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5(__this, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Globalization.RegionInfo::construct_internal_region_from_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, String_t* ___name0, const RuntimeMethod* method) { typedef bool (*RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5_ftn) (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A *, String_t*); using namespace il2cpp::icalls; return ((RegionInfo_construct_internal_region_from_name_m4326F0ACA17E40875C4DF614D3FB22226FD1A5C5_ftn)mscorlib::System::Globalization::RegionInfo::construct_internal_region_from_name) (__this, ___name0); } // System.String System.Globalization.RegionInfo::get_CurrencyEnglishName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_CurrencyEnglishName_m4FC61BE97F7F0B5CCB28A4CF3C7653190EB07B04 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencyEnglishName_9(); return L_0; } } // System.String System.Globalization.RegionInfo::get_CurrencySymbol() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_CurrencySymbol_m17176C2465C9E421AB367650162AD3B55E7105FA (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencySymbol_7(); return L_0; } } // System.String System.Globalization.RegionInfo::get_DisplayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_DisplayName_m040B87A829A0DEC3687F22684EFB603893F09CE2 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_englishName_5(); return L_0; } } // System.String System.Globalization.RegionInfo::get_EnglishName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_EnglishName_mFC9C88B8B46A2E020C1A0032DA45CE9E011A5631 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_englishName_5(); return L_0; } } // System.Int32 System.Globalization.RegionInfo::get_GeoId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegionInfo_get_GeoId_m5434253F21267ECF9C59C1050A97F49936C5B865 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_regionId_1(); return L_0; } } // System.Boolean System.Globalization.RegionInfo::get_IsMetric() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegionInfo_get_IsMetric_mABB32EB2B17848715A8693E97034991DD2AEADED (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE67AA51513582ADCB4ED14F6903989B89A622B1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = __this->get_iso2Name_2(); V_0 = L_0; String_t* L_1 = V_0; bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteralB473A5ECB9EEEBFCB444E0D4B4269A1E0E33740B, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3 = V_0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteralEE67AA51513582ADCB4ED14F6903989B89A622B1, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } IL_0021: { return (bool)0; } IL_0023: { return (bool)1; } } // System.String System.Globalization.RegionInfo::get_ISOCurrencySymbol() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_ISOCurrencySymbol_mC0D8735A6EDDF4223E5AFD7E463A8DFFBDE25965 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_isoCurrencySymbol_8(); return L_0; } } // System.String System.Globalization.RegionInfo::get_NativeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_NativeName_mCD9E7350890ADBBF50E3B0A6E331393C9E2776B2 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_nativeName_6(); return L_0; } } // System.String System.Globalization.RegionInfo::get_CurrencyNativeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_CurrencyNativeName_mF94976966759A655172274ABE3166DD65ABE8A31 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currencyNativeName_10(); return L_0; } } // System.String System.Globalization.RegionInfo::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_Name_mC3269B1E9874926478F29B05BB7161EAB6EAF641 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_iso2Name_2(); return L_0; } } // System.String System.Globalization.RegionInfo::get_ThreeLetterISORegionName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_ThreeLetterISORegionName_m1093EB8332B36C569B31A08B64F030BF4F3B4BA4 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_iso3Name_3(); return L_0; } } // System.String System.Globalization.RegionInfo::get_ThreeLetterWindowsRegionName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_ThreeLetterWindowsRegionName_m09007D34B66D8B07CA143888D9F25A95C3FC5865 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_win3Name_4(); return L_0; } } // System.String System.Globalization.RegionInfo::get_TwoLetterISORegionName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_get_TwoLetterISORegionName_mECAEA9F9DC2BCAB54AFF99DA907F3A9E6EEE799E (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_iso2Name_2(); return L_0; } } // System.Boolean System.Globalization.RegionInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegionInfo_Equals_m36533359F6027B0D65A3BC41C83F9260BF56E355 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * V_0 = NULL; { RuntimeObject * L_0 = ___value0; V_0 = ((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A *)IsInstClass((RuntimeObject*)L_0, RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var)); RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_1 = V_0; if (!L_1) { goto IL_001c; } } { String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Globalization.RegionInfo::get_Name() */, __this); RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Globalization.RegionInfo::get_Name() */, L_3); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_4, /*hidden argument*/NULL); return L_5; } IL_001c: { return (bool)0; } } // System.Int32 System.Globalization.RegionInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegionInfo_GetHashCode_m74E081984139F9E83B38D916291A18C14118F919 (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Globalization.RegionInfo::get_Name() */, __this); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.String System.Globalization.RegionInfo::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegionInfo_ToString_m60C37FA3273548BFDA1C8B8AB4B5A3BAF4A52BFF (RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Globalization.RegionInfo::get_Name() */, __this); return L_0; } } // System.Void System.Globalization.RegionInfo::ClearCachedData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegionInfo_ClearCachedData_m823D401825B77314331A9B5CAFD7A570785FC693 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_StaticFields*)il2cpp_codegen_static_fields_for(RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A_il2cpp_TypeInfo_var))->set_currentRegion_0((RegionInfo_t3F61C7100AA2F796A6BC57D31F1EFA76F6DCE59A *)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Threading.RegisteredWaitHandle::.ctor(System.Threading.WaitHandle,System.Threading.WaitOrTimerCallback,System.Object,System.TimeSpan,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle__ctor_mB2B63126CBE0B0DF7B30D8E63C7FC37FF071693A (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * __this, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * ___callback1, RuntimeObject * ___state2, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___timeout3, bool ___executeOnlyOnce4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_0 = ___waitObject0; __this->set__waitObject_1(L_0); WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_1 = ___callback1; __this->set__callback_2(L_1); RuntimeObject * L_2 = ___state2; __this->set__state_3(L_2); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_3 = ___timeout3; __this->set__timeout_6(L_3); bool L_4 = ___executeOnlyOnce4; __this->set__executeOnlyOnce_8(L_4); __this->set__finalEvent_4((WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)NULL); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_5 = (ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA *)il2cpp_codegen_object_new(ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA_il2cpp_TypeInfo_var); ManualResetEvent__ctor_mF80BD5B0955BDA8CD514F48EBFF48698E5D03850(L_5, (bool)0, /*hidden argument*/NULL); __this->set__cancelEvent_5(L_5); __this->set__callsInProcess_7(0); __this->set__unregistered_9((bool)0); return; } } // System.Void System.Threading.RegisteredWaitHandle::Wait(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegisteredWaitHandle_DoCallBack_m7F1A271D9AD3DBB0E9C6FF25BF9F012D86748BF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* V_1 = NULL; int32_t V_2 = 0; RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * V_3 = NULL; bool V_4 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (bool)0; } IL_0002: try {// begin try (depth: 1) try {// begin try (depth: 2) { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_0 = __this->get__waitObject_1(); NullCheck(L_0); SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_1; L_1 = WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E(L_0, /*hidden argument*/NULL); NullCheck(L_1); SafeHandle_DangerousAddRef_mC65F001DAB84BADED6EA18B339BEA78962B978DB(L_1, (bool*)(&V_0), /*hidden argument*/NULL); } IL_0014: try {// begin try (depth: 3) { WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_2 = (WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3*)(WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3*)SZArrayNew(WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3_il2cpp_TypeInfo_var, (uint32_t)2); WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_3 = L_2; WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_4 = __this->get__waitObject_1(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)L_4); WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_5 = L_3; ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_6 = __this->get__cancelEvent_5(); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 *)L_6); V_1 = L_5; } IL_002d: { WaitHandleU5BU5D_tACEEA554C9A6F05F45B5DA50A892B808B67462E3* L_7 = V_1; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_8 = __this->get__timeout_6(); IL2CPP_RUNTIME_CLASS_INIT(WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842_il2cpp_TypeInfo_var); int32_t L_9; L_9 = WaitHandle_WaitAny_mAF242806D6DDA2794266E51C11A9715B02A4D616(L_7, L_8, (bool)0, /*hidden argument*/NULL); V_2 = L_9; bool L_10 = __this->get__unregistered_9(); if (L_10) { goto IL_008a; } } IL_0043: { V_3 = __this; V_4 = (bool)0; } IL_0048: try {// begin try (depth: 4) RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_11 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_11, (bool*)(&V_4), /*hidden argument*/NULL); int32_t L_12 = __this->get__callsInProcess_7(); __this->set__callsInProcess_7(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); IL2CPP_LEAVE(0x6B, FINALLY_0060); }// end try (depth: 4) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0060; } FINALLY_0060: {// begin finally (depth: 4) { bool L_13 = V_4; if (!L_13) { goto IL_006a; } } IL_0064: { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_14 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_006a: { IL2CPP_END_FINALLY(96) } }// end finally (depth: 4) IL2CPP_CLEANUP(96) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 * L_15 = (WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319 *)il2cpp_codegen_object_new(WaitCallback_t82C85517E973DCC6390AFB0BC3C2276F3328A319_il2cpp_TypeInfo_var); WaitCallback__ctor_m50EFFE5096DF1DE733EA9895CEEC8EB6F142D5D5(L_15, __this, (intptr_t)((intptr_t)RegisteredWaitHandle_DoCallBack_m7F1A271D9AD3DBB0E9C6FF25BF9F012D86748BF3_RuntimeMethod_var), /*hidden argument*/NULL); int32_t L_16 = V_2; bool L_17 = ((bool)((((int32_t)L_16) == ((int32_t)((int32_t)258)))? 1 : 0)); RuntimeObject * L_18 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_17); bool L_19; L_19 = ThreadPool_QueueUserWorkItem_mA55899F403EAC69AE3C72A4F3E5FD207C131616C(L_15, L_18, /*hidden argument*/NULL); } IL_008a: { bool L_20 = __this->get__unregistered_9(); if (L_20) { goto IL_009a; } } IL_0092: { bool L_21 = __this->get__executeOnlyOnce_8(); if (!L_21) { goto IL_002d; } } IL_009a: { goto IL_009f; } }// end try (depth: 3) 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_009c; } throw e; } CATCH_009c: {// begin catch(System.Object) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_009f; }// end catch (depth: 3) IL_009f: { V_3 = __this; V_4 = (bool)0; } IL_00a4: try {// begin try (depth: 3) { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_22 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_22, (bool*)(&V_4), /*hidden argument*/NULL); __this->set__unregistered_9((bool)1); int32_t L_23 = __this->get__callsInProcess_7(); if (L_23) { goto IL_00d4; } } IL_00bb: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_24 = __this->get__finalEvent_4(); if (!L_24) { goto IL_00d4; } } IL_00c3: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_25 = __this->get__finalEvent_4(); NullCheck(L_25); SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_26; L_26 = WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E(L_25, /*hidden argument*/NULL); bool L_27; L_27 = NativeEventCalls_SetEvent_mBEF437D0F025EBA3082FE6798AD0718A97CEEE88(L_26, /*hidden argument*/NULL); } IL_00d4: { IL2CPP_LEAVE(0xE1, FINALLY_00d6); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00d6; } FINALLY_00d6: {// begin finally (depth: 3) { bool L_28 = V_4; if (!L_28) { goto IL_00e0; } } IL_00da: { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_29 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_00e0: { IL2CPP_END_FINALLY(214) } }// end finally (depth: 3) IL2CPP_CLEANUP(214) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE1, IL_00e1) } IL_00e1: { IL2CPP_LEAVE(0xFF, FINALLY_00eb); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e3; } throw e; } CATCH_00e3: {// begin catch(System.ObjectDisposedException) { bool L_30 = V_0; if (!L_30) { goto IL_00e9; } } IL_00e7: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegisteredWaitHandle_Wait_m91355F068145874E72DEE6DE1FFCD4F82F699BFD_RuntimeMethod_var))); } IL_00e9: { IL2CPP_POP_ACTIVE_EXCEPTION(); IL2CPP_LEAVE(0xFF, FINALLY_00eb); } }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00eb; } FINALLY_00eb: {// begin finally (depth: 1) { bool L_31 = V_0; if (!L_31) { goto IL_00fe; } } IL_00ee: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_32 = __this->get__waitObject_1(); NullCheck(L_32); SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_33; L_33 = WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E(L_32, /*hidden argument*/NULL); NullCheck(L_33); SafeHandle_DangerousRelease_mD38F583FAFD30A50547FAA163FBE3C1D466174D4(L_33, /*hidden argument*/NULL); } IL_00fe: { IL2CPP_END_FINALLY(235) } }// end finally (depth: 1) IL2CPP_CLEANUP(235) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xFF, IL_00ff) } IL_00ff: { return; } } // System.Void System.Threading.RegisteredWaitHandle::DoCallBack(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegisteredWaitHandle_DoCallBack_m7F1A271D9AD3DBB0E9C6FF25BF9F012D86748BF3 (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * __this, RuntimeObject * ___timedOut0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_0 = __this->get__callback_2(); if (!L_0) { goto IL_001f; } } IL_0008: { WaitOrTimerCallback_t79FBDDC8E879825AA8322F3422BF8F1BEAE3BCDB * L_1 = __this->get__callback_2(); RuntimeObject * L_2 = __this->get__state_3(); RuntimeObject * L_3 = ___timedOut0; NullCheck(L_1); WaitOrTimerCallback_Invoke_m48518AEEA0A747D20E6BD53FBBB778FD6CFB25BC(L_1, L_2, ((*(bool*)((bool*)UnBox(L_3, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); } IL_001f: { IL2CPP_LEAVE(0x71, FINALLY_0021); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: {// begin finally (depth: 1) { V_0 = __this; V_1 = (bool)0; } IL_0025: try {// begin try (depth: 2) { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_4 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_1), /*hidden argument*/NULL); int32_t L_5 = __this->get__callsInProcess_7(); __this->set__callsInProcess_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); bool L_6 = __this->get__unregistered_9(); if (!L_6) { goto IL_0064; } } IL_0043: { int32_t L_7 = __this->get__callsInProcess_7(); if (L_7) { goto IL_0064; } } IL_004b: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_8 = __this->get__finalEvent_4(); if (!L_8) { goto IL_0064; } } IL_0053: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_9 = __this->get__finalEvent_4(); NullCheck(L_9); SafeWaitHandle_tF37EACEDF9C6F350EB4ABC1E1F869EECB0B5ABB1 * L_10; L_10 = WaitHandle_get_SafeWaitHandle_m717C1858CFA382DDCE9CF9629195BCCDB0FEBA7E(L_9, /*hidden argument*/NULL); bool L_11; L_11 = NativeEventCalls_SetEvent_mBEF437D0F025EBA3082FE6798AD0718A97CEEE88(L_10, /*hidden argument*/NULL); } IL_0064: { IL2CPP_LEAVE(0x70, FINALLY_0066); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0066; } FINALLY_0066: {// begin finally (depth: 2) { bool L_12 = V_1; if (!L_12) { goto IL_006f; } } IL_0069: { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_13 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_13, /*hidden argument*/NULL); } IL_006f: { IL2CPP_END_FINALLY(102) } }// end finally (depth: 2) IL2CPP_CLEANUP(102) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x70, IL_0070) } IL_0070: { IL2CPP_END_FINALLY(33) } }// end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x71, IL_0071) } IL_0071: { return; } } // System.Boolean System.Threading.RegisteredWaitHandle::Unregister(System.Threading.WaitHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegisteredWaitHandle_Unregister_m7528A5C8D960CB2C4497B9B9EA2DEC1396C5A5F2 (RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * __this, WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * ___waitObject0, const RuntimeMethod* method) { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_0 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_0, (bool*)(&V_1), /*hidden argument*/NULL); bool L_1 = __this->get__unregistered_9(); if (!L_1) { goto IL_0018; } } IL_0014: { V_2 = (bool)0; IL2CPP_LEAVE(0x40, FINALLY_0036); } IL_0018: { WaitHandle_t1D7DD8480FD5DA4E3AF92F569890FB972D9B1842 * L_2 = ___waitObject0; __this->set__finalEvent_4(L_2); __this->set__unregistered_9((bool)1); ManualResetEvent_t9E2ED486907E3A16122ED4E946534E4DD6B5A7BA * L_3 = __this->get__cancelEvent_5(); NullCheck(L_3); bool L_4; L_4 = EventWaitHandle_Set_m81764C887F38A1153224557B26CD688B59987B38(L_3, /*hidden argument*/NULL); V_2 = (bool)1; IL2CPP_LEAVE(0x40, FINALLY_0036); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_003f; } } IL_0039: { RegisteredWaitHandle_t52523298EBA66F0BF8B4C6BE53B74A0848199D7F * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_003f: { IL2CPP_END_FINALLY(54) } }// end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x40, IL_0040) } IL_0040: { bool L_7 = V_2; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.Registry::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Registry__cctor_mE1318853D39658D5F4DCD7BBC6321F4B9287D4D1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_0, ((int32_t)-2147483648LL), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_ClassesRoot_0(L_0); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_1 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_1, ((int32_t)-2147483643), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_CurrentConfig_1(L_1); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_2 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_2, ((int32_t)-2147483647), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_CurrentUser_2(L_2); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_3 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_3, ((int32_t)-2147483642), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_DynData_3(L_3); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_4, ((int32_t)-2147483646), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_LocalMachine_4(L_4); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_5 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_5, ((int32_t)-2147483644), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_PerformanceData_5(L_5); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_6 = (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)il2cpp_codegen_object_new(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C(L_6, ((int32_t)-2147483645), /*hidden argument*/NULL); ((Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_StaticFields*)il2cpp_codegen_static_fields_for(Registry_tF384B4040EFD1EAD69F4E703381C3DA2D8B81C65_il2cpp_TypeInfo_var))->set_Users_6(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Microsoft.Win32.RegistryKey::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__cctor_mC6BA6F1A2891FB609804EA00DBB4EA91F6B4A2CD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); Il2CppChar L_0 = ((Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_StaticFields*)il2cpp_codegen_static_fields_for(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)92))))) { goto IL_0014; } } { Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B * L_1 = (Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B *)il2cpp_codegen_object_new(Win32RegistryApi_t62018042705CDFC186719F012DAEFE11D789957B_il2cpp_TypeInfo_var); Win32RegistryApi__ctor_mACF11B9C8CF0F4A73370951D7598734C966A0DE5(L_1, /*hidden argument*/NULL); ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->set_RegistryApi_7(L_1); return; } IL_0014: { UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22 * L_2 = (UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22 *)il2cpp_codegen_object_new(UnixRegistryApi_tCC770C9223CF6108FB264A7BA5142227C2BC6D22_il2cpp_TypeInfo_var); UnixRegistryApi__ctor_m84D0FB6785E7D568B2A9905EA72D57E75BBC2FA7(L_2, /*hidden argument*/NULL); ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->set_RegistryApi_7(L_2); return; } } // System.Void Microsoft.Win32.RegistryKey::.ctor(Microsoft.Win32.RegistryHive) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_m0831F26896384A93EE41C7EEB6762E285E0DB43C (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, int32_t ___hiveId0, const RuntimeMethod* method) { { int32_t L_0 = ___hiveId0; int32_t L_1 = ___hiveId0; intptr_t L_2; memset((&L_2), 0, sizeof(L_2)); IntPtr__ctor_m45FB8E0F6CB286B157BBBE5CF5B586E9E66F1097((&L_2), L_1, /*hidden argument*/NULL); RegistryKey__ctor_m6A8D903881127E839B8307902722313F626185D8(__this, L_0, (intptr_t)L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Microsoft.Win32.RegistryKey::.ctor(Microsoft.Win32.RegistryHive,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_m6A8D903881127E839B8307902722313F626185D8 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, int32_t ___hiveId0, intptr_t ___keyHandle1, bool ___remoteRoot2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); int32_t L_0 = ___hiveId0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var, &L_1); __this->set_hive_3(L_2); intptr_t L_3 = ___keyHandle1; intptr_t L_4 = L_3; RuntimeObject * L_5 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_4); __this->set_handle_1(L_5); int32_t L_6 = ___hiveId0; IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); String_t* L_7; L_7 = RegistryKey_GetHiveName_mA839EBB35160096DA72F7550B3ACB56001274543(L_6, /*hidden argument*/NULL); __this->set_qname_4(L_7); bool L_8 = ___remoteRoot2; __this->set_isRemoteRoot_5(L_8); __this->set_isWritable_6((bool)1); return; } } // System.Void Microsoft.Win32.RegistryKey::.ctor(System.Object,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey__ctor_mB85CFEE4CC47669B7398ADA4B7C504E4B99469B1 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, RuntimeObject * ___data0, String_t* ___keyName1, bool ___writable2, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m308FD08D73062FAC2316A55B752BBB5CF8BF02FE(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___data0; __this->set_handle_1(L_0); String_t* L_1 = ___keyName1; __this->set_qname_4(L_1); bool L_2 = ___writable2; __this->set_isWritable_6(L_2); return; } } // System.Boolean Microsoft.Win32.RegistryKey::IsEquals(Microsoft.Win32.RegistryKey,Microsoft.Win32.RegistryKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegistryKey_IsEquals_mC82A19851E56590F1A187EFB1953500FBD90EF9F (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___a0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * ___b1, const RuntimeMethod* method) { { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_0 = ___a0; NullCheck(L_0); RuntimeObject * L_1 = L_0->get_hive_3(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_2 = ___b1; NullCheck(L_2); RuntimeObject * L_3 = L_2->get_hive_3(); if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_3)))) { goto IL_004c; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_4 = ___a0; NullCheck(L_4); RuntimeObject * L_5 = L_4->get_handle_1(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_6 = ___b1; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_handle_1(); if ((!(((RuntimeObject*)(RuntimeObject *)L_5) == ((RuntimeObject*)(RuntimeObject *)L_7)))) { goto IL_004c; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_8 = ___a0; NullCheck(L_8); String_t* L_9 = L_8->get_qname_4(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_10 = ___b1; NullCheck(L_10); String_t* L_11 = L_10->get_qname_4(); bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004c; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_13 = ___a0; NullCheck(L_13); bool L_14 = L_13->get_isRemoteRoot_5(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_15 = ___b1; NullCheck(L_15); bool L_16 = L_15->get_isRemoteRoot_5(); if ((!(((uint32_t)L_14) == ((uint32_t)L_16)))) { goto IL_004c; } } { RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_17 = ___a0; NullCheck(L_17); bool L_18 = L_17->get_isWritable_6(); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_19 = ___b1; NullCheck(L_19); bool L_20 = L_19->get_isWritable_6(); return (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0); } IL_004c: { return (bool)0; } } // System.Void Microsoft.Win32.RegistryKey::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_Dispose_mB75D67695F3212D94ED7AD569A4FA92D26E5D29F (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __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; } { IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); RegistryKey_Close_m552AE42ADB87C1E6E26C656F92D4EEE71D2D2C80(__this, /*hidden argument*/NULL); return; } } // System.String Microsoft.Win32.RegistryKey::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_qname_4(); return L_0; } } // System.Void Microsoft.Win32.RegistryKey::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_Flush_mE50BA087A9090C89F7DF6A547BA68DFCBA16F2B7 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); NullCheck(L_0); InterfaceActionInvoker1< RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * >::Invoke(1 /* System.Void Microsoft.Win32.IRegistryApi::Flush(Microsoft.Win32.RegistryKey) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_0, __this); return; } } // System.Void Microsoft.Win32.RegistryKey::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_Close_m552AE42ADB87C1E6E26C656F92D4EEE71D2D2C80 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_Flush_mE50BA087A9090C89F7DF6A547BA68DFCBA16F2B7(__this, /*hidden argument*/NULL); bool L_0 = __this->get_isRemoteRoot_5(); if (L_0) { goto IL_0017; } } { bool L_1; L_1 = RegistryKey_get_IsRoot_m7529FFC11074919B0EF2A7BD66D2066263E8EB07(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { return; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); NullCheck(L_2); InterfaceActionInvoker1< RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * >::Invoke(2 /* System.Void Microsoft.Win32.IRegistryApi::Close(Microsoft.Win32.RegistryKey) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_2, __this); __this->set_handle_1(NULL); __this->set_safe_handle_2((SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 *)NULL); return; } } // Microsoft.Win32.SafeHandles.SafeRegistryHandle Microsoft.Win32.RegistryKey::get_Handle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * RegistryKey_get_Handle_mB747623A5F6EAC3E13DE7E66C6747817FE316434 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset((&V_0), 0, sizeof(V_0)); { RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C(__this, /*hidden argument*/NULL); SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * L_0 = __this->get_safe_handle_2(); if (L_0) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); NullCheck(L_1); intptr_t L_2; L_2 = InterfaceFuncInvoker1< intptr_t, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * >::Invoke(6 /* System.IntPtr Microsoft.Win32.IRegistryApi::GetHandle(Microsoft.Win32.RegistryKey) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_1, __this); V_0 = (intptr_t)L_2; intptr_t L_3 = V_0; SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * L_4 = (SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 *)il2cpp_codegen_object_new(SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545_il2cpp_TypeInfo_var); SafeRegistryHandle__ctor_m7BC500D6E14E49035ED8D6CD86FB42CDDF8E195C(L_4, (intptr_t)L_3, (bool)1, /*hidden argument*/NULL); __this->set_safe_handle_2(L_4); } IL_0027: { SafeRegistryHandle_tE132711AC8880C0D375E49B50419BCE4935CC545 * L_5 = __this->get_safe_handle_2(); return L_5; } } // Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * RegistryKey_OpenSubKey_mA907B6A8D9F072935175555DF145ADCF133DD120 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_1; L_1 = RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // Microsoft.Win32.RegistryKey Microsoft.Win32.RegistryKey::OpenSubKey(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, bool ___writable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C(__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*)&RegistryKey_OpenSubKey_m0B7F69ADBD8792F7732F385E7BADE776754A5575_RuntimeMethod_var))); } IL_0014: { String_t* L_2 = ___name0; RegistryKey_AssertKeyNameLength_m8BA168487988DCBFBE7C245C1D80296C09C39B2F(__this, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); String_t* L_4 = ___name0; bool L_5 = ___writable1; NullCheck(L_3); RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * L_6; L_6 = InterfaceFuncInvoker3< RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *, String_t*, bool >::Invoke(0 /* Microsoft.Win32.RegistryKey Microsoft.Win32.IRegistryApi::OpenSubKey(Microsoft.Win32.RegistryKey,System.String,System.Boolean) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_3, __this, L_4, L_5); return L_6; } } // System.Object Microsoft.Win32.RegistryKey::GetValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegistryKey_GetValue_mF56DCCAEBD376BAA377B402C384B4E0F457A869A (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; RuntimeObject * L_1; L_1 = RegistryKey_GetValue_mC5F08D4FF0F342C3B3FBACD33A3BAB8E608E7C07(__this, L_0, NULL, /*hidden argument*/NULL); return L_1; } } // System.Object Microsoft.Win32.RegistryKey::GetValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegistryKey_GetValue_mC5F08D4FF0F342C3B3FBACD33A3BAB8E608E7C07 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, RuntimeObject * ___defaultValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); String_t* L_1 = ___name0; RuntimeObject * L_2 = ___defaultValue1; NullCheck(L_0); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker4< RuntimeObject *, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *, String_t*, RuntimeObject *, int32_t >::Invoke(3 /* System.Object Microsoft.Win32.IRegistryApi::GetValue(Microsoft.Win32.RegistryKey,System.String,System.Object,Microsoft.Win32.RegistryValueOptions) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_0, __this, L_1, L_2, 0); return L_3; } } // System.String[] Microsoft.Win32.RegistryKey::GetSubKeyNames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* RegistryKey_GetSubKeyNames_m05F1F2EEB18B7EF0116C457BBDE5C87029563F67 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); NullCheck(L_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = InterfaceFuncInvoker1< StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * >::Invoke(4 /* System.String[] Microsoft.Win32.IRegistryApi::GetSubKeyNames(Microsoft.Win32.RegistryKey) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_0, __this); return L_1; } } // System.String Microsoft.Win32.RegistryKey::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegistryKey_ToString_mBBA5BF1EF4FDE2DDB98EF32F00E3AFC8AA8F47BF (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_StaticFields*)il2cpp_codegen_static_fields_for(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))->get_RegistryApi_7(); NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker1< String_t*, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * >::Invoke(5 /* System.String Microsoft.Win32.IRegistryApi::ToString(Microsoft.Win32.RegistryKey) */, IRegistryApi_t3B05FA1782C2EFEE5A2A5251BB4CE24F61272463_il2cpp_TypeInfo_var, L_0, __this); return L_1; } } // System.Boolean Microsoft.Win32.RegistryKey::get_IsRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegistryKey_get_IsRoot_m7529FFC11074919B0EF2A7BD66D2066263E8EB07 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_hive_3(); return (bool)((!(((RuntimeObject*)(RuntimeObject *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryKey::get_Hive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegistryKey_get_Hive_m2D566474E3E6ED89000E4188A943455E634CB2F8 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = RegistryKey_get_IsRoot_m7529FFC11074919B0EF2A7BD66D2066263E8EB07(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { 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_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_get_Hive_m2D566474E3E6ED89000E4188A943455E634CB2F8_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = __this->get_hive_3(); return ((*(int32_t*)((int32_t*)UnBox(L_2, RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var)))); } } // System.Object Microsoft.Win32.RegistryKey::get_InternalHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RegistryKey_get_InternalHandle_m4B566961717928F12EC2063BE95E1762F02FFFD8 (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_handle_1(); return L_0; } } // System.Void Microsoft.Win32.RegistryKey::AssertKeyStillValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_handle_1(); if (L_0) { goto IL_0013; } } { ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A * L_1 = (ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_t29EF6F519F16BA477EC682F23E8344BB1E9A958A_il2cpp_TypeInfo_var))); ObjectDisposedException__ctor_mE57C6A61713668708F9B3CEF060A8D006B1FE880(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral978FB90AF633E9C6AE551B38A69424384D151E9D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_AssertKeyStillValid_m8F68873F09B6B4F87EAA42F24931AA10A7C90D0C_RuntimeMethod_var))); } IL_0013: { return; } } // System.Void Microsoft.Win32.RegistryKey::AssertKeyNameLength(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKey_AssertKeyNameLength_m8BA168487988DCBFBE7C245C1D80296C09C39B2F (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)((int32_t)255)))) { goto IL_0018; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral473FBDF69A439D9D2EF7326D46C4A09C4FEFF80E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_AssertKeyNameLength_m8BA168487988DCBFBE7C245C1D80296C09C39B2F_RuntimeMethod_var))); } IL_0018: { return; } } // System.String Microsoft.Win32.RegistryKey::DecodeString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegistryKey_DecodeString_mBDD176BFCE1E6844960F588D636C9593BE1C6C88 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(35 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_0, L_1); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_3, 0, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)(-1)))) { goto IL_0023; } } { String_t* L_5 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); NullCheck(L_5); String_t* L_7; L_7 = String_TrimEnd_mA98B5B9C45CCAB016F32F1C8BBE29A215B9D277E(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0023: { String_t* L_8 = V_0; return L_8; } } // System.IO.IOException Microsoft.Win32.RegistryKey::CreateMarkedForDeletionException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * RegistryKey_CreateMarkedForDeletionException_m103F398C6634069CDA044D087F69BFEACADE96E5 (const RuntimeMethod* method) { { IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA * L_0 = (IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var))); IOException__ctor_m208E01C02FF2C1D6C5AA661A5816C744804E1690(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88CF9561BD0F901CDC3145E84CB9EBF44003B989)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_CreateMarkedForDeletionException_m103F398C6634069CDA044D087F69BFEACADE96E5_RuntimeMethod_var))); } } // System.String Microsoft.Win32.RegistryKey::GetHiveName(Microsoft.Win32.RegistryHive) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RegistryKey_GetHiveName_mA839EBB35160096DA72F7550B3ACB56001274543 (int32_t ___hive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3792CAE3D944C750A90C6EAB820EBB80F23128A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BBACEC2AF7F52E71DDFBD94D23CB7140B770916); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86A1D5983E899BFCC1B8D83C44231A4F60497E4D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A047FD9B4CCBDFD3876EB4B4AB623EF03671DC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2D051DB2005E5D272F7650402709F72D75FF922); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC92678F646C9D9E1B7EB843CE840E2B0420D5BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD48E940AB4046C2C8344BD46CB54A2ACDC31BD4); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___hive0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)-2147483648LL)))) { case 0: { goto IL_002a; } case 1: { goto IL_0036; } case 2: { goto IL_0042; } case 3: { goto IL_004e; } case 4: { goto IL_0048; } case 5: { goto IL_0030; } case 6: { goto IL_003c; } } } { goto IL_0054; } IL_002a: { return _stringLiteralDC92678F646C9D9E1B7EB843CE840E2B0420D5BF; } IL_0030: { return _stringLiteralFD48E940AB4046C2C8344BD46CB54A2ACDC31BD4; } IL_0036: { return _stringLiteral86A1D5983E899BFCC1B8D83C44231A4F60497E4D; } IL_003c: { return _stringLiteralB2D051DB2005E5D272F7650402709F72D75FF922; } IL_0042: { return _stringLiteral3792CAE3D944C750A90C6EAB820EBB80F23128A8; } IL_0048: { return _stringLiteral8A047FD9B4CCBDFD3876EB4B4AB623EF03671DC3; } IL_004e: { return _stringLiteral6BBACEC2AF7F52E71DDFBD94D23CB7140B770916; } IL_0054: { RuntimeObject * L_1 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryHive_t2461D8203373439CACCA8D08A989BA8EC1675709_il2cpp_TypeInfo_var)), (&___hive0)); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___hive0 = *(int32_t*)UnBox(L_1); String_t* L_3; L_3 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral237BF13CF020851E39DBDC714759A48505212CF5)), L_2, /*hidden argument*/NULL); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_4 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RegistryKey_GetHiveName_mA839EBB35160096DA72F7550B3ACB56001274543_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.Boolean Microsoft.Win32.RegistryKeyComparer::Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RegistryKeyComparer_Equals_m9F3DD151F5E911DDE11D96F69D095C4CCCD939DE (RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; RuntimeObject * L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); bool L_2; L_2 = RegistryKey_IsEquals_mC82A19851E56590F1A187EFB1953500FBD90EF9F(((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)CastclassSealed((RuntimeObject*)L_0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var)), ((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)CastclassSealed((RuntimeObject*)L_1, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Int32 Microsoft.Win32.RegistryKeyComparer::GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RegistryKeyComparer_GetHashCode_m0EE3304005341852976B9CB4D8F748E04B8DE5C6 (RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___obj0; NullCheck(((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)CastclassSealed((RuntimeObject*)L_0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var))); String_t* L_1; L_1 = RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB_inline(((RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 *)CastclassSealed((RuntimeObject*)L_0, RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (L_2) { goto IL_0011; } } { return 0; } IL_0011: { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3); return L_4; } } // System.Void Microsoft.Win32.RegistryKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RegistryKeyComparer__ctor_m741A684E5DCC9A98C83BB2570354B23151C8891A (RegistryKeyComparer_t76F1E0DB03CDF4EBDC550475175DB5068DA97AD3 * __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 #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.ReliabilityContractAttribute::.ctor(System.Runtime.ConstrainedExecution.Consistency,System.Runtime.ConstrainedExecution.Cer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReliabilityContractAttribute__ctor_m619416C46F958FB25A98E0E32BAA2E05D72E2685 (ReliabilityContractAttribute_tA4C92DE9C416AF50E26D17FF85A9251D01D0A971 * __this, int32_t ___consistencyGuarantee0, int32_t ___cer1, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); int32_t L_0 = ___consistencyGuarantee0; __this->set__consistency_0(L_0); int32_t L_1 = ___cer1; __this->set__cer_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Activation.RemoteActivationAttribute::.ctor(System.Collections.IList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteActivationAttribute__ctor_m24EFB8B82137D94FEE95430FFD2BA29678DB3EE2 (RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 * __this, RuntimeObject* ___contextProperties0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___contextProperties0; __this->set__contextProperties_0(L_0); return; } } // System.Boolean System.Runtime.Remoting.Activation.RemoteActivationAttribute::IsContextOK(System.Runtime.Remoting.Contexts.Context,System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemoteActivationAttribute_IsContextOK_mAD8152C7A184F0D3FE7C49146160CA1FA48562CA (RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 * __this, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * ___ctx0, RuntimeObject* ___ctor1, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Runtime.Remoting.Activation.RemoteActivationAttribute::GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemoteActivationAttribute_GetPropertiesForNewContext_mAFFC2078F0E3F295DE4CBB1313F8D3360E00BA01 (RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 * __this, RuntimeObject* ___ctor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = __this->get__contextProperties_0(); if (!L_0) { goto IL_0045; } } { RuntimeObject* L_1 = __this->get__contextProperties_0(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_002a; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_1 = L_4; RuntimeObject* L_5 = ___ctor0; NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ContextProperties() */, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var, L_5); RuntimeObject * L_7 = V_1; NullCheck(L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, L_7); } IL_002a: { RuntimeObject* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0016; } } IL_0032: { IL2CPP_LEAVE(0x45, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { RuntimeObject* L_11 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_12 = V_2; if (!L_12) { goto IL_0044; } } IL_003e: { RuntimeObject* L_13 = V_2; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_0044: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { 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.Activation.IConstructionReturnMessage System.Runtime.Remoting.Activation.RemoteActivator::Activate(System.Runtime.Remoting.Activation.IConstructionCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemoteActivator_Activate_mBD191CA86186E0D8FC17AE59A48A5A6EEFABDA2C (RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F * __this, RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { RuntimeObject* L_0 = ___msg0; NullCheck(L_0); Type_t * L_1; L_1 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* System.Type System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ActivationType() */, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var, L_0); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); bool L_2; L_2 = RemotingConfiguration_IsActivationAllowed_mFD9913E12625FE4E45CF9081F0D552BFE39D135B(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0028; } } { RuntimeObject* L_3 = ___msg0; NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ActivationTypeName() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var)), L_3); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral118E38B2D412E6F22C505D9D88DD635BB1155008)), L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6ABD1B83CE485DC0FCD6B4ED511459F165BE694)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_6 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemoteActivator_Activate_mBD191CA86186E0D8FC17AE59A48A5A6EEFABDA2C_RuntimeMethod_var))); } IL_0028: { V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL; RuntimeObject* L_7 = ___msg0; NullCheck(L_7); Type_t * L_8; L_8 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* System.Type System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ActivationType() */, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var, L_7); NullCheck(L_8); bool L_9; L_9 = Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004c; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; RuntimeObject* L_12 = ___msg0; NullCheck(L_12); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.IList System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ContextProperties() */, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var, L_12); RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 * L_14 = (RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82 *)il2cpp_codegen_object_new(RemoteActivationAttribute_tFC48B7C4CFC4F29D4E89E555C42A00AA7F3FFE82_il2cpp_TypeInfo_var); RemoteActivationAttribute__ctor_m24EFB8B82137D94FEE95430FFD2BA29678DB3EE2(L_14, L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_14); V_0 = L_11; } IL_004c: { RuntimeObject* L_15 = ___msg0; NullCheck(L_15); Type_t * L_16; L_16 = InterfaceFuncInvoker0< Type_t * >::Invoke(0 /* System.Type System.Runtime.Remoting.Activation.IConstructionCallMessage::get_ActivationType() */, IConstructionCallMessage_tC83D3CB206252626FBA0E8A12360CD6FA53630C7_il2cpp_TypeInfo_var, L_15); RuntimeObject* L_17 = ___msg0; NullCheck(L_17); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18; L_18 = InterfaceFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_17); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = V_0; RuntimeObject * L_20; L_20 = Activator_CreateInstance_m61B3D3A0F0454B6918B13E341E8519F62E0BA09F(L_16, L_18, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_21; L_21 = RemotingServices_Marshal_m3EC297B94FB66EB0363FD380750AC1B40A29015C(((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_20, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); RuntimeObject* L_22 = ___msg0; ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE * L_23 = (ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE *)il2cpp_codegen_object_new(ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_il2cpp_TypeInfo_var); ConstructionResponse__ctor_m1D6B1B8704F173DE890C8CC0D7C436134AD787FF(L_23, L_21, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, L_22, /*hidden argument*/NULL); return L_23; } } // System.Runtime.Remoting.Activation.IActivator System.Runtime.Remoting.Activation.RemoteActivator::get_NextActivator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemoteActivator_get_NextActivator_m8314D37AE5B67EFB73FEC0A24A91012E09EC480C (RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemoteActivator_get_NextActivator_m8314D37AE5B67EFB73FEC0A24A91012E09EC480C_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Runtime.Remoting.RemotingConfiguration::get_ApplicationName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ApplicationName_m3E3521138FB98B7460E9CEA25606FF27165BD84E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_applicationName_1(); return L_0; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::set_ApplicationName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_set_ApplicationName_m28B8C2E68F7D0EF780898ECB616CC43A1F5F5829 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_applicationName_1(L_0); return; } } // System.String System.Runtime.Remoting.RemotingConfiguration::get_ProcessId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ProcessId_m69077EC69F6FDA525CC9CE9AD6AAE4E84B4139A3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_processGuid_2(); if (L_0) { goto IL_0011; } } { String_t* L_1; L_1 = AppDomain_GetProcessGuid_mBDC94F31CCFE51829167A9D8494AB0258C6FDA47(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_processGuid_2(L_1); } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_processGuid_2(); return L_2; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::LoadDefaultDelayedChannels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_LoadDefaultDelayedChannels_mE17C622475EFA9EEF74979AB18DAED9D562089B3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * V_2 = NULL; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * V_3 = NULL; ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); bool L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_defaultDelayedConfigRead_4(); if (L_2) { goto IL_001e; } } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); bool L_3 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_defaultConfigRead_3(); if (!L_3) { goto IL_0020; } } IL_001e: { IL2CPP_LEAVE(0x60, FINALLY_0056); } IL_0020: { SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * L_4 = (SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 *)il2cpp_codegen_object_new(SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7_il2cpp_TypeInfo_var); SmallXmlParser__ctor_m93938F9D50E51CAD39AD01589A3E5E646357A8F6(L_4, /*hidden argument*/NULL); V_2 = L_4; String_t* L_5; L_5 = Environment_GetMachineConfigPath_mB7061651DDDB89744C9ACF3E1A69D194A1F4E7B2(/*hidden argument*/NULL); StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 * L_6 = (StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 *)il2cpp_codegen_object_new(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var); StreamReader__ctor_m1F07D64A9881F3A6B755881210B4E88F8E63849B(L_6, L_5, /*hidden argument*/NULL); V_3 = L_6; } IL_0031: try {// begin try (depth: 2) ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760 * L_7 = (ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760 *)il2cpp_codegen_object_new(ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760_il2cpp_TypeInfo_var); ConfigHandler__ctor_m4BE20CA998DDE1A53E994A4B597161A0619B8568(L_7, (bool)1, /*hidden argument*/NULL); V_4 = L_7; SmallXmlParser_t67E5C1C6417A9CB0679E68D8A4E0095E9D2B54D7 * L_8 = V_2; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_9 = V_3; ConfigHandler_t669F653CE4E8ABF2323F028523BEDFB5C56C3760 * L_10 = V_4; NullCheck(L_8); SmallXmlParser_Parse_m0B69F47B920A786352D176348D1AD35DE3B460D0(L_8, L_9, L_10, /*hidden argument*/NULL); IL2CPP_LEAVE(0x4E, FINALLY_0044); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: {// begin finally (depth: 2) { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_11 = V_3; if (!L_11) { goto IL_004d; } } IL_0047: { TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_12 = V_3; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_004d: { IL2CPP_END_FINALLY(68) } }// end finally (depth: 2) IL2CPP_CLEANUP(68) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4E, IL_004e) } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_defaultDelayedConfigRead_4((bool)1); IL2CPP_LEAVE(0x60, FINALLY_0056); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: {// begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_005f; } } IL_0059: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_005f: { IL2CPP_END_FINALLY(86) } }// end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x60, IL_0060) } IL_0060: { return; } } // System.Boolean System.Runtime.Remoting.RemotingConfiguration::IsActivationAllowed(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingConfiguration_IsActivationAllowed_mFD9913E12625FE4E45CF9081F0D552BFE39D135B (Type_t * ___svrType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_activatedServiceEntries_9(); Type_t * L_3 = ___svrType0; NullCheck(L_2); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_3); V_2 = L_4; IL2CPP_LEAVE(0x28, FINALLY_001e); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_0027; } } IL_0021: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_0027: { IL2CPP_END_FINALLY(30) } }// end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x28, IL_0028) } IL_0028: { bool L_7 = V_2; return L_7; } } // System.Runtime.Remoting.ActivatedClientTypeEntry System.Runtime.Remoting.RemotingConfiguration::IsRemotelyActivatedClientType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * RemotingConfiguration_IsRemotelyActivatedClientType_mEA0DE3EE7A48F35F5DB35A25C12466340A5B82CF (Type_t * ___svrType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); Type_t * L_3 = ___svrType0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_2 = ((ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 *)IsInstClass((RuntimeObject*)L_4, ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x2D, FINALLY_0023); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002c; } } IL_0026: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } }// end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_7 = V_2; return L_7; } } // System.Runtime.Remoting.WellKnownClientTypeEntry System.Runtime.Remoting.RemotingConfiguration::IsWellKnownClientType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * RemotingConfiguration_IsWellKnownClientType_m8B3189EC12821E4A09CB800A0F23C2ABD3FDBF33 (Type_t * ___svrType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); Type_t * L_3 = ___svrType0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_2 = ((WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD *)IsInstClass((RuntimeObject*)L_4, WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x2D, FINALLY_0023); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: {// begin finally (depth: 1) { bool L_5 = V_1; if (!L_5) { goto IL_002c; } } IL_0026: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_6, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } }// end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_7 = V_2; return L_7; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedClientType(System.Runtime.Remoting.ActivatedClientTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedClientType_m7BBF50FD073A6C2083299B68B7EBEC9DF48AA942 (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_3 = ___entry0; NullCheck(L_3); Type_t * L_4; L_4 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_4); if (L_5) { goto IL_0034; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_7 = ___entry0; NullCheck(L_7); Type_t * L_8; L_8 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_8); if (!L_9) { goto IL_0054; } } IL_0034: { ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_10 = ___entry0; NullCheck(L_10); Type_t * L_11; L_11 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_11); String_t* L_13; L_13 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4094934C3B5EA42383D17EB1A75BC93F1C01C751)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A275E9B1BB31F78FAFCDDF015B8B539D552944C)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_14 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterActivatedClientType_m7BBF50FD073A6C2083299B68B7EBEC9DF48AA942_RuntimeMethod_var))); } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_16 = ___entry0; NullCheck(L_16); Type_t * L_17; L_17 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_16, /*hidden argument*/NULL); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_18 = ___entry0; NullCheck(L_15); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_17, L_18); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_19 = ___entry0; NullCheck(L_19); Type_t * L_20; L_20 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_19, /*hidden argument*/NULL); ActivationServices_EnableProxyActivation_m1F0B2B4658B8958A6A64C36622569AF9F903BC7D(L_20, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7D, FINALLY_0073); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { bool L_21 = V_1; if (!L_21) { goto IL_007c; } } IL_0076: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_22, /*hidden argument*/NULL); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterActivatedServiceType(System.Runtime.Remoting.ActivatedServiceTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterActivatedServiceType_m40100D99E2A81465C934FFAA6E5262F895A3A7C3 (ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_activatedServiceEntries_9(); ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 * L_3 = ___entry0; NullCheck(L_3); Type_t * L_4; L_4 = ActivatedServiceTypeEntry_get_ObjectType_m4FA0C726226314BDA575A74F3CA1D01DCDEA6C8B_inline(L_3, /*hidden argument*/NULL); ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 * L_5 = ___entry0; NullCheck(L_2); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_2, L_4, L_5); IL2CPP_LEAVE(0x2D, FINALLY_0023); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0023; } FINALLY_0023: {// begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_002c; } } IL_0026: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_7, /*hidden argument*/NULL); } IL_002c: { IL2CPP_END_FINALLY(35) } }// end finally (depth: 1) IL2CPP_CLEANUP(35) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D, IL_002d) } IL_002d: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownClientType(System.Runtime.Remoting.WellKnownClientTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownClientType_m6498BBACA27149DF5D2EE1722F0B1CC34AF20D8B (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_3 = ___entry0; NullCheck(L_3); Type_t * L_4; L_4 = WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_4); if (L_5) { goto IL_0034; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_activatedClientEntries_7(); WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_7 = ___entry0; NullCheck(L_7); Type_t * L_8; L_8 = WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); bool L_9; L_9 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_8); if (!L_9) { goto IL_0054; } } IL_0034: { WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_10 = ___entry0; NullCheck(L_10); Type_t * L_11; L_11 = WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_11); String_t* L_13; L_13 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4094934C3B5EA42383D17EB1A75BC93F1C01C751)), L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7A275E9B1BB31F78FAFCDDF015B8B539D552944C)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_14 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterWellKnownClientType_m6498BBACA27149DF5D2EE1722F0B1CC34AF20D8B_RuntimeMethod_var))); } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_wellKnownClientEntries_6(); WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_16 = ___entry0; NullCheck(L_16); Type_t * L_17; L_17 = WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline(L_16, /*hidden argument*/NULL); WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_18 = ___entry0; NullCheck(L_15); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_17, L_18); WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_19 = ___entry0; NullCheck(L_19); Type_t * L_20; L_20 = WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline(L_19, /*hidden argument*/NULL); ActivationServices_EnableProxyActivation_m1F0B2B4658B8958A6A64C36622569AF9F903BC7D(L_20, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7D, FINALLY_0073); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) { bool L_21 = V_1; if (!L_21) { goto IL_007c; } } IL_0076: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_22, /*hidden argument*/NULL); } IL_007c: { IL2CPP_END_FINALLY(115) } }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterWellKnownServiceType(System.Runtime.Remoting.WellKnownServiceTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterWellKnownServiceType_m479F4916F9A0494588FA3BCA821E85EC5759690F (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_wellKnownServiceEntries_8(); WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * L_3 = ___entry0; NullCheck(L_3); String_t* L_4; L_4 = WellKnownServiceTypeEntry_get_ObjectUri_mC0614EC8A24EBEB1AEEB2FE90E891EAFD836B921_inline(L_3, /*hidden argument*/NULL); WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * L_5 = ___entry0; NullCheck(L_2); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_2, L_4, L_5); WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * L_6 = ___entry0; NullCheck(L_6); Type_t * L_7; L_7 = WellKnownServiceTypeEntry_get_ObjectType_m5BE1EF3525AE843182391D95A826CD2CAC1A51A2_inline(L_6, /*hidden argument*/NULL); WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * L_8 = ___entry0; NullCheck(L_8); String_t* L_9; L_9 = WellKnownServiceTypeEntry_get_ObjectUri_mC0614EC8A24EBEB1AEEB2FE90E891EAFD836B921_inline(L_8, /*hidden argument*/NULL); WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * L_10 = ___entry0; NullCheck(L_10); int32_t L_11; L_11 = WellKnownServiceTypeEntry_get_Mode_m090C3555AA33D607F52372E6D71E8D89D07EA1D3_inline(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_12; L_12 = RemotingServices_CreateWellKnownServerIdentity_m0DB8F2EBEB170A85909391BC1A28E62124E9D6E0(L_7, L_9, L_11, /*hidden argument*/NULL); IL2CPP_LEAVE(0x45, FINALLY_003b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: {// begin finally (depth: 1) { bool L_13 = V_1; if (!L_13) { goto IL_0044; } } IL_003e: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_14, /*hidden argument*/NULL); } IL_0044: { IL2CPP_END_FINALLY(59) } }// end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x45, IL_0045) } IL_0045: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannelTemplate(System.Runtime.Remoting.ChannelData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannelTemplate_m54803CD58591F5BB1BEF1D55916559229C6E91FA (ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * ___channel0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_1 = ___channel0; NullCheck(L_1); String_t* L_2 = L_1->get_Id_2(); ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_3 = ___channel0; NullCheck(L_0); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3); return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterClientProviderTemplate(System.Runtime.Remoting.ProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterClientProviderTemplate_m120C9B8F98F2DDA6BFE4D0D843DD18DB1BD5DBE2 (ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * ___prov0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_clientProviderTemplates_11(); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_1 = ___prov0; NullCheck(L_1); String_t* L_2 = L_1->get_Id_2(); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_3 = ___prov0; NullCheck(L_0); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3); return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterServerProviderTemplate(System.Runtime.Remoting.ProviderData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterServerProviderTemplate_m600727B6B1B000FDC35C0925F7DC7A450DBC11CB (ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * ___prov0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_serverProviderTemplates_12(); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_1 = ___prov0; NullCheck(L_1); String_t* L_2 = L_1->get_Id_2(); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_3 = ___prov0; NullCheck(L_0); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3); return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterChannels(System.Collections.ArrayList,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterChannels_m4D93EF54F8BC7E103C5D3E5316D6F602C4831BAE (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___channels0, bool ___onlyDelayed1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * V_1 = NULL; ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * V_2 = NULL; RuntimeObject* V_3 = NULL; ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * V_4 = NULL; ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * V_5 = NULL; RuntimeObject* V_6 = NULL; ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * V_7 = NULL; ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___channels0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_019b; } IL_000c: { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 *)CastclassClass((RuntimeObject*)L_3, ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827_il2cpp_TypeInfo_var)); bool L_4 = ___onlyDelayed1; if (!L_4) { goto IL_0030; } } IL_001b: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = L_5->get_DelayLoadAsClientChannel_3(); bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); if (L_7) { goto IL_019b; } } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); bool L_8 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_defaultDelayedConfigRead_4(); if (!L_8) { goto IL_004c; } } IL_0037: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = L_9->get_DelayLoadAsClientChannel_3(); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, /*hidden argument*/NULL); if (L_11) { goto IL_019b; } } IL_004c: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = L_12->get_Ref_0(); if (!L_13) { goto IL_008f; } } IL_0054: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_14 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_channelTemplates_10(); ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_15 = V_1; NullCheck(L_15); String_t* L_16 = L_15->get_Ref_0(); NullCheck(L_14); RuntimeObject * L_17; L_17 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_16); V_2 = ((ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 *)CastclassClass((RuntimeObject*)L_17, ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827_il2cpp_TypeInfo_var)); ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_18 = V_2; if (L_18) { goto IL_0088; } } IL_006d: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = L_19->get_Ref_0(); String_t* L_21; L_21 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A9B5A1A5676E6DA408359AC1B7D80469A166CF5)), L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_22 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterChannels_m4D93EF54F8BC7E103C5D3E5316D6F602C4831BAE_RuntimeMethod_var))); } IL_0088: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_23 = V_1; ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_24 = V_2; NullCheck(L_23); ChannelData_CopyFrom_m5519012E1A440EE63EF5CEC24BDF2E319CF26BE4(L_23, L_24, /*hidden argument*/NULL); } IL_008f: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_25 = V_1; NullCheck(L_25); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26; L_26 = ChannelData_get_ServerProviders_mC580FA7210BF153873E24FF2DBF8CADC43CEFC62(L_25, /*hidden argument*/NULL); NullCheck(L_26); RuntimeObject* L_27; L_27 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_26); V_3 = L_27; } IL_009b: try {// begin try (depth: 2) { goto IL_00f4; } IL_009d: { RuntimeObject* L_28 = V_3; NullCheck(L_28); RuntimeObject * L_29; L_29 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_28); V_4 = ((ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 *)CastclassClass((RuntimeObject*)L_29, ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582_il2cpp_TypeInfo_var)); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_30 = V_4; NullCheck(L_30); String_t* L_31 = L_30->get_Ref_0(); if (!L_31) { goto IL_00f4; } } IL_00b3: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_serverProviderTemplates_12(); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_33 = V_4; NullCheck(L_33); String_t* L_34 = L_33->get_Ref_0(); NullCheck(L_32); RuntimeObject * L_35; L_35 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_32, L_34); V_5 = ((ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 *)CastclassClass((RuntimeObject*)L_35, ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582_il2cpp_TypeInfo_var)); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_36 = V_5; if (L_36) { goto IL_00eb; } } IL_00cf: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_37 = V_4; NullCheck(L_37); String_t* L_38 = L_37->get_Ref_0(); String_t* L_39; L_39 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CE50CCB0F1BF7D42FBD9271D1FA1C329E9CD8D5)), L_38, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_40 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_40, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterChannels_m4D93EF54F8BC7E103C5D3E5316D6F602C4831BAE_RuntimeMethod_var))); } IL_00eb: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_41 = V_4; ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_42 = V_5; NullCheck(L_41); ProviderData_CopyFrom_m7700C38B130BBC2840A37B1652E9ED68C4D65479(L_41, L_42, /*hidden argument*/NULL); } IL_00f4: { RuntimeObject* L_43 = V_3; NullCheck(L_43); bool L_44; L_44 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_009d; } } IL_00fc: { IL2CPP_LEAVE(0x112, FINALLY_00fe); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fe; } FINALLY_00fe: {// begin finally (depth: 2) { RuntimeObject* L_45 = V_3; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_6; if (!L_46) { goto IL_0111; } } IL_010a: { RuntimeObject* L_47 = V_6; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_47); } IL_0111: { IL2CPP_END_FINALLY(254) } }// end finally (depth: 2) IL2CPP_CLEANUP(254) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x112, IL_0112) } IL_0112: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_48 = V_1; NullCheck(L_48); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_49; L_49 = ChannelData_get_ClientProviders_m79FC4B0BD88C0ECDCC35189CBA5CB8859959ED0E(L_48, /*hidden argument*/NULL); NullCheck(L_49); RuntimeObject* L_50; L_50 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_49); V_3 = L_50; } IL_011e: try {// begin try (depth: 2) { goto IL_0177; } IL_0120: { RuntimeObject* L_51 = V_3; NullCheck(L_51); RuntimeObject * L_52; L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_51); V_7 = ((ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 *)CastclassClass((RuntimeObject*)L_52, ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582_il2cpp_TypeInfo_var)); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_53 = V_7; NullCheck(L_53); String_t* L_54 = L_53->get_Ref_0(); if (!L_54) { goto IL_0177; } } IL_0136: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_55 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_clientProviderTemplates_11(); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_56 = V_7; NullCheck(L_56); String_t* L_57 = L_56->get_Ref_0(); NullCheck(L_55); RuntimeObject * L_58; L_58 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_55, L_57); V_8 = ((ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 *)CastclassClass((RuntimeObject*)L_58, ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582_il2cpp_TypeInfo_var)); ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_59 = V_8; if (L_59) { goto IL_016e; } } IL_0152: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_60 = V_7; NullCheck(L_60); String_t* L_61 = L_60->get_Ref_0(); String_t* L_62; L_62 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5CE50CCB0F1BF7D42FBD9271D1FA1C329E9CD8D5)), L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD8DCBB96A969755857FECA260F5484078B4AD706)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_63 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_63, L_62, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_RegisterChannels_m4D93EF54F8BC7E103C5D3E5316D6F602C4831BAE_RuntimeMethod_var))); } IL_016e: { ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_64 = V_7; ProviderData_t2E4B222839D59BB2D2C44E370FA8ED37DAF4F582 * L_65 = V_8; NullCheck(L_64); ProviderData_CopyFrom_m7700C38B130BBC2840A37B1652E9ED68C4D65479(L_64, L_65, /*hidden argument*/NULL); } IL_0177: { RuntimeObject* L_66 = V_3; NullCheck(L_66); bool L_67; L_67 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_0120; } } IL_017f: { IL2CPP_LEAVE(0x195, FINALLY_0181); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0181; } FINALLY_0181: {// begin finally (depth: 2) { RuntimeObject* L_68 = V_3; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_6; if (!L_69) { goto IL_0194; } } IL_018d: { RuntimeObject* L_70 = V_6; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_70); } IL_0194: { IL2CPP_END_FINALLY(385) } }// end finally (depth: 2) IL2CPP_CLEANUP(385) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x195, IL_0195) } IL_0195: { ChannelData_tEA64A2F1AEEC413430B61C6C7C4A1652EFDD9827 * L_71 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); ChannelServices_RegisterChannelConfig_m3029FA89B6116B34F0496B276C948AB73522BBFD(L_71, /*hidden argument*/NULL); } IL_019b: { RuntimeObject* L_72 = V_0; NullCheck(L_72); bool L_73; L_73 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_72); if (L_73) { goto IL_000c; } } IL_01a6: { IL2CPP_LEAVE(0x1BC, FINALLY_01a8); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a8; } FINALLY_01a8: {// begin finally (depth: 1) { RuntimeObject* L_74 = V_0; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_74, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_75 = V_6; if (!L_75) { goto IL_01bb; } } IL_01b4: { RuntimeObject* L_76 = V_6; NullCheck(L_76); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_76); } IL_01bb: { IL2CPP_END_FINALLY(424) } }// end finally (depth: 1) IL2CPP_CLEANUP(424) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1BC, IL_01bc) } IL_01bc: { return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::RegisterTypes(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_RegisterTypes_m7F4974650D499CD808058668563D7E57353ABDD9 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___types0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___types0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_0 = L_1; } IL_0007: try {// begin try (depth: 1) { goto IL_0067; } IL_0009: { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 *)CastclassClass((RuntimeObject*)L_3, TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5_il2cpp_TypeInfo_var)); TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_4 = V_1; if (!((ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 *)IsInstClass((RuntimeObject*)L_4, ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_il2cpp_TypeInfo_var))) { goto IL_002a; } } IL_001d: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterActivatedClientType_m7BBF50FD073A6C2083299B68B7EBEC9DF48AA942(((ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 *)CastclassClass((RuntimeObject*)L_5, ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0067; } IL_002a: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_6 = V_1; if (!((ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 *)IsInstClass((RuntimeObject*)L_6, ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274_il2cpp_TypeInfo_var))) { goto IL_003f; } } IL_0032: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterActivatedServiceType_m40100D99E2A81465C934FFAA6E5262F895A3A7C3(((ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 *)CastclassClass((RuntimeObject*)L_7, ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0067; } IL_003f: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_8 = V_1; if (!((WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD *)IsInstClass((RuntimeObject*)L_8, WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_il2cpp_TypeInfo_var))) { goto IL_0054; } } IL_0047: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterWellKnownClientType_m6498BBACA27149DF5D2EE1722F0B1CC34AF20D8B(((WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD *)CastclassClass((RuntimeObject*)L_9, WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0067; } IL_0054: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_10 = V_1; if (!((WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D *)IsInstClass((RuntimeObject*)L_10, WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D_il2cpp_TypeInfo_var))) { goto IL_0067; } } IL_005c: { TypeEntry_tE6A29217B055E31F4568B08F627D9BD7E4B28DE5 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); RemotingConfiguration_RegisterWellKnownServiceType_m479F4916F9A0494588FA3BCA821E85EC5759690F(((WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D *)CastclassClass((RuntimeObject*)L_11, WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0067: { RuntimeObject* L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0009; } } IL_006f: { IL2CPP_LEAVE(0x82, FINALLY_0071); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: {// begin finally (depth: 1) { RuntimeObject* L_14 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_15 = V_2; if (!L_15) { goto IL_0081; } } IL_007b: { RuntimeObject* L_16 = V_2; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_16); } IL_0081: { IL2CPP_END_FINALLY(113) } }// end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x82, IL_0082) } IL_0082: { return; } } // System.Boolean System.Runtime.Remoting.RemotingConfiguration::CustomErrorsEnabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingConfiguration_CustomErrorsEnabled_m4B6F1334A694CEE4D5E8D65F96E321998F42045A (bool ___isLocalRequest0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get__errorMode_5(); bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { return (bool)0; } IL_0013: { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_2 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get__errorMode_5(); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { return (bool)1; } IL_0026: { bool L_4 = ___isLocalRequest0; return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); } } // System.Void System.Runtime.Remoting.RemotingConfiguration::SetCustomErrorsMode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration_SetCustomErrorsMode_m782F7DBB94F4596E488BB1FB3B0635C7B8D87CC3 (String_t* ___mode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3C654A03E23C1086CA5655ED12AD84E541D9C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___mode0; if (L_0) { goto IL_000e; } } { RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_1 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral09174D3E29A9B03ED0881B294D3636484DC8E7A7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_SetCustomErrorsMode_m782F7DBB94F4596E488BB1FB3B0635C7B8D87CC3_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___mode0; NullCheck(L_2); String_t* L_3; L_3 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; bool L_5; L_5 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_4, _stringLiteral6F531D091DEFD1AFE9482485551BED2FDAAA1A44, /*hidden argument*/NULL); if (!L_5) { goto IL_004d; } } { String_t* L_6 = V_0; bool L_7; L_7 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, _stringLiteral1B25FEF8B32016F13514A0970D493D2BCE6B8DF7, /*hidden argument*/NULL); if (!L_7) { goto IL_004d; } } { String_t* L_8 = V_0; bool L_9; L_9 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_8, _stringLiteral5BB3C654A03E23C1086CA5655ED12AD84E541D9C, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } { String_t* L_10 = ___mode0; String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD27A38C7410AC6659D1424D97D2F4860AD5FDBD)), L_10, /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_12 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingConfiguration_SetCustomErrorsMode_m782F7DBB94F4596E488BB1FB3B0635C7B8D87CC3_RuntimeMethod_var))); } IL_004d: { String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set__errorMode_5(L_13); return; } } // System.Void System.Runtime.Remoting.RemotingConfiguration::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingConfiguration__cctor_m20D456D1CA33241AD99772BBD261810D221B48AD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_applicationID_0((String_t*)NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_applicationName_1((String_t*)NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_processGuid_2((String_t*)NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_defaultConfigRead_3((bool)0); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_defaultDelayedConfigRead_4((bool)0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_wellKnownClientEntries_6(L_0); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_activatedClientEntries_7(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_wellKnownServiceEntries_8(L_2); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_3, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_activatedServiceEntries_9(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_channelTemplates_10(L_4); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_clientProviderTemplates_11(L_5); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_6, /*hidden argument*/NULL); ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->set_serverProviderTemplates_12(L_6); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.RemotingException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_m13BAF52E214CDDC1E889680CB86785F1FEF908F9 (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * __this, const RuntimeMethod* method) { { SystemException__ctor_m54043F92E08342467699C9618B84A119033D4B99(__this, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9 (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m65B6562BDBB8EF84A384B217BE96647C0BAC770A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_m8C885D48FFCA2BD0B10739215505ECD3A9152A15 (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * __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.Runtime.Remoting.RemotingException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingException__ctor_mCD6011BB1BDDF1ECD8D2DFE2B59BB6A6A242A3D5 (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * __this, String_t* ___message0, Exception_t * ___InnerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___InnerException1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.Runtime.Remoting.ClientIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy__ctor_mA74AB76DB8B5EEE722473C6E743D478D3F2B4758 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Type_t * ___type0, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * ___identity1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_1 = ___identity1; RealProxy__ctor_mE85DFB7189DC47C621EC57AF82FA29E74DB4E17F(__this, L_0, L_1, /*hidden argument*/NULL); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_2 = ___identity1; NullCheck(L_2); RuntimeObject* L_3; L_3 = Identity_get_ChannelSink_m65E342D8B02C4B9A49BA932ACAEB0D3E1DF9A5D5_inline(L_2, /*hidden argument*/NULL); __this->set__sink_10(L_3); __this->set__hasEnvoySink_11((bool)0); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_4 = ___identity1; NullCheck(L_4); String_t* L_5; L_5 = ClientIdentity_get_TargetUri_m39AC30AD00910B77B781107E83EC4C99582E039F(L_4, /*hidden argument*/NULL); ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->set__targetUri_4(L_5); return; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.ctor(System.Type,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy__ctor_m68D9ED0C30EC4C8A88E103A838AEA52E9639B3C9 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Type_t * ___type0, String_t* ___activationUrl1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; RealProxy__ctor_mB785FB3FDFB86D73C62E7FE2180AA25F6D19483F(__this, L_0, /*hidden argument*/NULL); __this->set__hasEnvoySink_11((bool)0); Type_t * L_1 = ___type0; String_t* L_2 = ___activationUrl1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___activationAttributes2; ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * L_4; L_4 = ActivationServices_CreateConstructionCall_m0A7D51D2C94D48BE47FE3A5DB6E166A227BB5950(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set__ctorCall_12(L_4); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Proxies.RemotingProxy::Invoke(System.Runtime.Remoting.Messaging.IMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingProxy_Invoke_m4E2FCA0E9E3FB68240A5F83F58818A51871C0012 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, RuntimeObject* ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * V_4 = NULL; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * V_5 = NULL; RuntimeObject* V_6 = NULL; { RuntimeObject* L_0 = ___request0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0056; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); MethodBase_t * L_3; L_3 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_2); IL2CPP_RUNTIME_CLASS_INIT(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); MethodInfo_t * L_4 = ((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields*)il2cpp_codegen_static_fields_for(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var))->get__cache_GetHashCodeMethod_9(); bool L_5; L_5 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_6; L_6 = RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); RuntimeObject* L_10 = V_0; MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * L_11 = (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 *)il2cpp_codegen_object_new(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var); MethodResponse__ctor_m532AC15BACEA7299F22B128B7CCAEFB8DE079225(L_11, L_9, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, L_10, /*hidden argument*/NULL); return L_11; } IL_0035: { RuntimeObject* L_12 = V_0; NullCheck(L_12); MethodBase_t * L_13; L_13 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_12); IL2CPP_RUNTIME_CLASS_INIT(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); MethodInfo_t * L_14 = ((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields*)il2cpp_codegen_static_fields_for(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var))->get__cache_GetTypeMethod_8(); bool L_15; L_15 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0056; } } { Type_t * L_16; L_16 = RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB(__this, /*hidden argument*/NULL); RuntimeObject* L_17 = V_0; MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 * L_18 = (MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5 *)il2cpp_codegen_object_new(MethodResponse_tF8C71D003BA7D3DFB7C5079C1586139A6130ADC5_il2cpp_TypeInfo_var); MethodResponse__ctor_m532AC15BACEA7299F22B128B7CCAEFB8DE079225(L_18, L_16, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, L_17, /*hidden argument*/NULL); return L_18; } IL_0056: { RuntimeObject* L_19 = ___request0; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_1; if (!L_20) { goto IL_0080; } } { RuntimeObject* L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Runtime.Remoting.Messaging.IInternalMessage::get_Uri() */, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0074; } } { RuntimeObject* L_23 = V_1; String_t* L_24 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__targetUri_4(); NullCheck(L_23); InterfaceActionInvoker1< String_t* >::Invoke(3 /* System.Void System.Runtime.Remoting.Messaging.IInternalMessage::set_Uri(System.String) */, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var, L_23, L_24); } IL_0074: { RuntimeObject* L_25 = V_1; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_26 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); NullCheck(L_25); InterfaceActionInvoker1< Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * >::Invoke(1 /* System.Void System.Runtime.Remoting.Messaging.IInternalMessage::set_TargetIdentity(System.Runtime.Remoting.Identity) */, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var, L_25, L_26); } IL_0080: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_27 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); RuntimeObject* L_28 = ___request0; NullCheck(L_27); Identity_NotifyClientDynamicSinks_m7F89E1F13CA99053D69D03B72DD4C20A80CB55C3(L_27, (bool)1, L_28, (bool)1, (bool)0, /*hidden argument*/NULL); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_29; L_29 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); NullCheck(L_29); bool L_30; L_30 = Context_get_HasExitSinks_mF8E31446464CBFD3BD2C0508D82BED0ADEE7D985(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00b0; } } { bool L_31 = __this->get__hasEnvoySink_11(); if (L_31) { goto IL_00b0; } } { Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_32; L_32 = Thread_get_CurrentContext_m4A3A1B9F1AAA05BC7776CF4D20B3105EBAF6AFB5(/*hidden argument*/NULL); NullCheck(L_32); RuntimeObject* L_33; L_33 = Context_GetClientContextSinkChain_mAFBF2962BAC89342B0371EF76C280FA1ED0376D3(L_32, /*hidden argument*/NULL); V_3 = L_33; goto IL_00b7; } IL_00b0: { RuntimeObject* L_34 = __this->get__sink_10(); V_3 = L_34; } IL_00b7: { RuntimeObject* L_35 = ___request0; V_4 = ((MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC *)IsInstClass((RuntimeObject*)L_35, MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC_il2cpp_TypeInfo_var)); MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_36 = V_4; if (!L_36) { goto IL_00cc; } } { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_37 = V_4; NullCheck(L_37); int32_t L_38; L_38 = MonoMethodMessage_get_CallType_m2C5F16A59F143ED2B51BD64F18854DAC7B39FA42(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00d6; } } IL_00cc: { RuntimeObject* L_39 = V_3; RuntimeObject* L_40 = ___request0; NullCheck(L_39); RuntimeObject* L_41; L_41 = 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_39, L_40); V_2 = L_41; goto IL_0108; } IL_00d6: { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_42 = V_4; NullCheck(L_42); AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_43; L_43 = MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline(L_42, /*hidden argument*/NULL); V_5 = L_43; RuntimeObject* L_44 = V_3; RuntimeObject* L_45 = ___request0; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_46 = V_5; NullCheck(L_44); RuntimeObject* L_47; L_47 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, RuntimeObject* >::Invoke(1 /* System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.IMessageSink::AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink) */, IMessageSink_t5C83B21C4C8767A5B9820EBBE611F7107BC7605F_il2cpp_TypeInfo_var, L_44, L_45, L_46); V_6 = L_47; AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_48 = V_5; if (!L_48) { goto IL_00f7; } } { AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_49 = V_5; RuntimeObject* L_50 = V_6; NullCheck(L_49); VirtualActionInvoker1< RuntimeObject* >::Invoke(20 /* System.Void System.Runtime.Remoting.Messaging.AsyncResult::SetMessageCtrl(System.Runtime.Remoting.Messaging.IMessageCtrl) */, L_49, L_50); } IL_00f7: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_51 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_52 = V_4; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_53 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var); ReturnMessage__ctor_mA8787D4C5498036480BCF01AB4D941B7A7E38C0F(L_53, NULL, L_51, 0, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, L_52, /*hidden argument*/NULL); V_2 = L_53; } IL_0108: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_54 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); RuntimeObject* L_55 = ___request0; NullCheck(L_54); Identity_NotifyClientDynamicSinks_m7F89E1F13CA99053D69D03B72DD4C20A80CB55C3(L_54, (bool)0, L_55, (bool)1, (bool)0, /*hidden argument*/NULL); RuntimeObject* L_56 = V_2; return L_56; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::AttachIdentity(System.Runtime.Remoting.Identity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy_AttachIdentity_mD8DC2F5137C4F494874C74690C2366E12CF29659 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___identity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * V_0 = NULL; { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ___identity0; ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->set__objectIdentity_5(L_0); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1 = ___identity0; if (!((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)IsInstClass((RuntimeObject*)L_1, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var))) { goto IL_003f; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2 = ___identity0; V_0 = ((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)CastclassClass((RuntimeObject*)L_2, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var)); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_3 = V_0; NullCheck(L_3); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_4; L_4 = ServerIdentity_get_Context_m0F40A7242C5CD1BCBD6884D87986C0AC56A69C19_inline(L_3, /*hidden argument*/NULL); ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->set__targetContext_1(L_4); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_5 = V_0; NullCheck(L_5); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_6; L_6 = ClientActivatedIdentity_GetServerObject_m261F32053C0E230AB69EBDCC92E72121D93F5E3E_inline(L_5, /*hidden argument*/NULL); RealProxy_AttachServer_mDBAAA262A2A29AFDECE456E5B02180A6E02BCD36_inline(__this, L_6, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_7 = V_0; RuntimeObject * L_8; L_8 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, __this); NullCheck(L_7); ClientActivatedIdentity_SetClientProxy_mC97B8FB476627D9136AA86BAAD99026A1C7C1C6B_inline(L_7, ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_8, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_003f: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_9 = ___identity0; if (!((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)IsInstClass((RuntimeObject*)L_9, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var))) { goto IL_0070; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_10 = ___identity0; RuntimeObject * L_11; L_11 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, __this); NullCheck(((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)CastclassClass((RuntimeObject*)L_10, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var))); ClientIdentity_set_ClientProxy_m309F0279F70335C8F9904503C1A0ADB5B4E21826(((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)CastclassClass((RuntimeObject*)L_10, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var)), ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_11, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_12 = ___identity0; NullCheck(((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)CastclassClass((RuntimeObject*)L_12, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var))); String_t* L_13; L_13 = ClientIdentity_get_TargetUri_m39AC30AD00910B77B781107E83EC4C99582E039F(((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)CastclassClass((RuntimeObject*)L_12, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->set__targetUri_4(L_13); goto IL_007c; } IL_0070: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_14 = ___identity0; NullCheck(L_14); String_t* L_15; L_15 = Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline(L_14, /*hidden argument*/NULL); ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->set__targetUri_4(L_15); } IL_007c: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_16 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); NullCheck(L_16); RuntimeObject* L_17; L_17 = Identity_get_EnvoySink_m4DCA3E21A7EE9090DE16D21337B88A1112B71D73_inline(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00a3; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_18 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); NullCheck(L_18); RuntimeObject* L_19; L_19 = Identity_get_EnvoySink_m4DCA3E21A7EE9090DE16D21337B88A1112B71D73_inline(L_18, /*hidden argument*/NULL); __this->set__sink_10(L_19); __this->set__hasEnvoySink_11((bool)1); goto IL_00b4; } IL_00a3: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_20 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); NullCheck(L_20); RuntimeObject* L_21; L_21 = Identity_get_ChannelSink_m65E342D8B02C4B9A49BA932ACAEB0D3E1DF9A5D5_inline(L_20, /*hidden argument*/NULL); __this->set__sink_10(L_21); } IL_00b4: { __this->set__ctorCall_12((ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C *)NULL); return; } } // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Proxies.RemotingProxy::ActivateRemoteObject(System.Runtime.Remoting.Messaging.IMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingProxy_ActivateRemoteObject_mD5D4D17DFD550FCDF81C79A55CF55FE46236CE18 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, RuntimeObject* ___request0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * L_0 = __this->get__ctorCall_12(); if (L_0) { goto IL_0016; } } { RuntimeObject* L_1 = ___request0; ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE * L_2 = (ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE *)il2cpp_codegen_object_new(ConstructionResponse_tE79C40DEC377C146FBACA7BB86741F76704F30DE_il2cpp_TypeInfo_var); ConstructionResponse__ctor_m1D6B1B8704F173DE890C8CC0D7C436134AD787FF(L_2, __this, (LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)NULL, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IMethodCallMessage_t5C6204CBDF0F7151187809C69BA5504C88EEDE44_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_0016: { ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * L_3 = __this->get__ctorCall_12(); RuntimeObject* L_4 = ___request0; NullCheck(L_3); MethodCall_CopyFrom_mFAC60B34EF8123EC58597FC9BD4F4A7270E2CA3F(L_3, L_4, /*hidden argument*/NULL); ConstructionCall_tFB3D22905098A82A4E9D61E6E555818CB2E1104C * L_5 = __this->get__ctorCall_12(); RuntimeObject* L_6; L_6 = ActivationServices_Activate_mF864824731BFD5358A03B8C14DC9E179BFCE5AF4(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Runtime.Remoting.Proxies.RemotingProxy::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingProxy_get_TypeName_m111861573C1D72E9B47BF3B56EB56B9188D6C8B7 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * V_0 = NULL; { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); if (!((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)IsInstClass((RuntimeObject*)L_0, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var))) { goto IL_002e; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); NullCheck(L_1); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_2; L_2 = VirtualFuncInvoker1< ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_1, (Type_t *)NULL); V_0 = L_2; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() */, L_3); if (!L_4) { goto IL_002e; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_5 = V_0; NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() */, L_5); NullCheck(L_6); String_t* L_7; L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Runtime.Remoting.IRemotingTypeInfo::get_TypeName() */, IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var, L_6); return L_7; } IL_002e: { Type_t * L_8; L_8 = RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_AssemblyQualifiedName() */, L_8); return L_9; } } // System.Boolean System.Runtime.Remoting.Proxies.RemotingProxy::CanCastTo(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingProxy_CanCastTo_mAD1308638931246BC03780951FFE58B18B236E2D (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, Type_t * ___fromType0, RuntimeObject * ___o1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * V_0 = NULL; { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); if (!((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)IsInstClass((RuntimeObject*)L_0, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var))) { goto IL_0059; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); NullCheck(L_1); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_2; L_2 = VirtualFuncInvoker1< ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_1, (Type_t *)NULL); V_0 = L_2; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = ObjRef_get_IsReferenceToWellKnow_m7710547E1F5203D9D7461BC06C29123F1D40E7D3(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0043; } } { Type_t * L_5 = ___fromType0; NullCheck(L_5); bool L_6; L_6 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0041; } } { Type_t * L_7; L_7 = RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0043; } } IL_0041: { return (bool)1; } IL_0043: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_11 = V_0; NullCheck(L_11); RuntimeObject* L_12; L_12 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() */, L_11); if (!L_12) { goto IL_0059; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_13 = V_0; NullCheck(L_13); RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::get_TypeInfo() */, L_13); Type_t * L_15 = ___fromType0; RuntimeObject * L_16 = ___o1; NullCheck(L_14); bool L_17; L_17 = InterfaceFuncInvoker2< bool, Type_t *, RuntimeObject * >::Invoke(1 /* System.Boolean System.Runtime.Remoting.IRemotingTypeInfo::CanCastTo(System.Type,System.Object) */, IRemotingTypeInfo_t551E06F9B9BF8173F2A95347C73C027BAF78B61E_il2cpp_TypeInfo_var, L_14, L_15, L_16); return L_17; } IL_0059: { Type_t * L_18 = ___fromType0; Type_t * L_19; L_19 = RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB(__this, /*hidden argument*/NULL); NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_18, L_19); return L_20; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy_Finalize_m07F58EDA19FF753AA5793CB5CCBFE9118C2B82A6 (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); if (!L_0) { goto IL_0020; } } IL_0008: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); if (((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)IsInstClass((RuntimeObject*)L_1, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var))) { goto IL_0020; } } IL_0015: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2 = ((RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *)__this)->get__objectIdentity_5(); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_DisposeIdentity_mE06A3AAFD8426FC358FB4A278B3D75B6FA20DED6(L_2, /*hidden argument*/NULL); } IL_0020: { IL2CPP_LEAVE(0x29, FINALLY_0022); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) }// end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x29, IL_0029) } IL_0029: { return; } } // System.Void System.Runtime.Remoting.Proxies.RemotingProxy::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingProxy__cctor_m1B59D81936604CFC98784790A3D955C540B58142 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12B56AAEF4122B38BC5B497AC9481A8A8DD8B99A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (RuntimeObject_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); NullCheck(L_1); MethodInfo_t * L_2; L_2 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_1, _stringLiteral12B56AAEF4122B38BC5B497AC9481A8A8DD8B99A, /*hidden argument*/NULL); ((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields*)il2cpp_codegen_static_fields_for(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var))->set__cache_GetTypeMethod_8(L_2); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_4); MethodInfo_t * L_5; L_5 = Type_GetMethod_mDD47332AAF3036AAFC4C6626A999A452E7143DCF(L_4, _stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F, /*hidden argument*/NULL); ((RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_StaticFields*)il2cpp_codegen_static_fields_for(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var))->set__cache_GetHashCodeMethod_9(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.RemotingServices::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices__cctor_m4B72A7F419DC1346C1D8B13F228FFD4B313BC0FA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B13DBA89352DE2AB5BF58874997A4FD1A921ED2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11ADCE921591924F92707F79E214CE470098E76F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9B8816A919F38F832A034340453CDF80CB5EE29); s_Il2CppMethodInitialized = true; } StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 V_0; memset((&V_0), 0, sizeof(V_0)); { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set_uri_hash_0(L_0); RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(L_1, /*hidden argument*/NULL); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set_app_id_lock_4(L_1); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set_next_id_5(1); RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA * L_2 = (RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA *)il2cpp_codegen_object_new(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); RemotingSurrogateSelector__ctor_m034077907A6E35E52D6944E20F24053DA4532B84(L_2, /*hidden argument*/NULL); StreamingContext__ctor_m7A3E4B4227C9BA99B81AFD83A348B0D8D0E60E3A((StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 *)(&V_0), ((int32_t)16), NULL, /*hidden argument*/NULL); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_3 = V_0; BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_4 = (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 *)il2cpp_codegen_object_new(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m4A131392EB519677001AE85636192C3804D2FFC4(L_4, L_2, L_3, /*hidden argument*/NULL); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set__serializationFormatter_1(L_4); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = V_0; BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_6 = (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 *)il2cpp_codegen_object_new(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m4A131392EB519677001AE85636192C3804D2FFC4(L_6, (RuntimeObject*)NULL, L_5, /*hidden argument*/NULL); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set__deserializationFormatter_2(L_6); BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_7 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get__serializationFormatter_1(); NullCheck(L_7); BinaryFormatter_set_AssemblyFormat_m0A4397421F2B5776254FC98B1DF1028DC2863EC0_inline(L_7, 1, /*hidden argument*/NULL); BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_8 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get__deserializationFormatter_2(); NullCheck(L_8); BinaryFormatter_set_AssemblyFormat_m0A4397421F2B5776254FC98B1DF1028DC2863EC0_inline(L_8, 1, /*hidden argument*/NULL); RemotingServices_RegisterInternalChannels_mD1C4E125802688476DF8B71096FA0B9BB608EE13(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (RemoteActivator_tF971E5E8B0A1E0267A47859F18831AFA7FCB4A0F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_11; L_11 = RemotingServices_CreateWellKnownServerIdentity_m0DB8F2EBEB170A85909391BC1A28E62124E9D6E0(L_10, _stringLiteral11ADCE921591924F92707F79E214CE470098E76F, 1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_13); MethodInfo_t * L_14; L_14 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_13, _stringLiteral0B13DBA89352DE2AB5BF58874997A4FD1A921ED2, ((int32_t)36), /*hidden argument*/NULL); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set_FieldSetterMethod_6(L_14); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); NullCheck(L_16); MethodInfo_t * L_17; L_17 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_16, _stringLiteralC9B8816A919F38F832A034340453CDF80CB5EE29, ((int32_t)36), /*hidden argument*/NULL); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set_FieldGetterMethod_7(L_17); return; } } // System.Object System.Runtime.Remoting.RemotingServices::InternalExecute(System.Reflection.MethodBase,System.Object,System.Object[],System.Object[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_InternalExecute_m376EABAF67D00A5A8CCD99C602304EF785C5D4FC (MethodBase_t * ___method0, RuntimeObject * ___obj1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___parameters2, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___out_args3, const RuntimeMethod* method) { typedef RuntimeObject * (*RemotingServices_InternalExecute_m376EABAF67D00A5A8CCD99C602304EF785C5D4FC_ftn) (MethodBase_t *, RuntimeObject *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**); using namespace il2cpp::icalls; return ((RemotingServices_InternalExecute_m376EABAF67D00A5A8CCD99C602304EF785C5D4FC_ftn)mscorlib::System::Runtime::Remoting::RemotingServices::InternalExecute) (___method0, ___obj1, ___parameters2, ___out_args3); } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetVirtualMethod(System.Type,System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetVirtualMethod_mCC0E286EE9A5C8B13BA042D6854D0938BC7B44DB (Type_t * ___type0, MethodBase_t * ___method1, const RuntimeMethod* method) { typedef MethodBase_t * (*RemotingServices_GetVirtualMethod_mCC0E286EE9A5C8B13BA042D6854D0938BC7B44DB_ftn) (Type_t *, MethodBase_t *); using namespace il2cpp::icalls; return ((RemotingServices_GetVirtualMethod_mCC0E286EE9A5C8B13BA042D6854D0938BC7B44DB_ftn)mscorlib::System::Runtime::Remoting::RemotingServices::GetVirtualMethod) (___type0, ___method1); } // System.Boolean System.Runtime.Remoting.RemotingServices::IsTransparentProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C (RuntimeObject * ___proxy0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C_RuntimeMethod_var))); } } // System.Runtime.Remoting.Messaging.IMethodReturnMessage System.Runtime.Remoting.RemotingServices::InternalExecuteMessage(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_InternalExecuteMessage_mD4B941ABB6D0A77C8A48ECCF8E1EAB02E155E073 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___target0, RuntimeObject* ___reqMsg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * V_0 = NULL; Type_t * V_1 = NULL; MethodBase_t * V_2 = NULL; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * V_3 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_4 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_5 = NULL; RuntimeObject * V_6 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * V_10 = NULL; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* V_11 = NULL; int32_t V_12 = 0; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * V_13 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___target0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_1 = L_1; RuntimeObject* L_2 = ___reqMsg1; NullCheck(L_2); MethodBase_t * L_3; L_3 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); Type_t * L_4; L_4 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3); Type_t * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003e; } } { RuntimeObject* L_7 = ___reqMsg1; NullCheck(L_7); MethodBase_t * L_8; L_8 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_7); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodInfo_t * L_9 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_FieldSetterMethod_6(); bool L_10; L_10 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003e; } } { RuntimeObject* L_11 = ___reqMsg1; NullCheck(L_11); MethodBase_t * L_12; L_12 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_11); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodInfo_t * L_13 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_FieldGetterMethod_7(); bool L_14; L_14 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0047; } } IL_003e: { RuntimeObject* L_15 = ___reqMsg1; NullCheck(L_15); MethodBase_t * L_16; L_16 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_15); V_2 = L_16; goto IL_0074; } IL_0047: { Type_t * L_17 = V_1; RuntimeObject* L_18 = ___reqMsg1; NullCheck(L_18); MethodBase_t * L_19; L_19 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_18); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodBase_t * L_20; L_20 = RemotingServices_GetVirtualMethod_mCC0E286EE9A5C8B13BA042D6854D0938BC7B44DB(L_17, L_19, /*hidden argument*/NULL); V_2 = L_20; MethodBase_t * L_21 = V_2; bool L_22; L_22 = MethodBase_op_Equality_mE51D1B8866596BB4F10236536444F5923A21DFD4(L_21, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_0074; } } { Type_t * L_23 = V_1; RuntimeObject* L_24 = ___reqMsg1; NullCheck(L_24); String_t* L_25; L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodName() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var)), L_24); String_t* L_26; L_26 = String_Format_m8D1CB0410C35E052A53AE957C914C841E54BAB66(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27651EB3C34E0A11A886ACFFFB27C68F6B0F0B7D)), L_23, L_25, /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_27 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_InternalExecuteMessage_mD4B941ABB6D0A77C8A48ECCF8E1EAB02E155E073_RuntimeMethod_var))); } IL_0074: { RuntimeObject* L_28 = ___reqMsg1; NullCheck(L_28); MethodBase_t * L_29; L_29 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_28); NullCheck(L_29); bool L_30; L_30 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_29); if (!L_30) { goto IL_00a1; } } { RuntimeObject* L_31 = ___reqMsg1; NullCheck(L_31); MethodBase_t * L_32; L_32 = InterfaceFuncInvoker0< MethodBase_t * >::Invoke(3 /* System.Reflection.MethodBase System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodBase() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_31); NullCheck(L_32); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_33; L_33 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(25 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_32); V_4 = L_33; MethodBase_t * L_34 = V_2; NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_34, MethodInfo_t_il2cpp_TypeInfo_var))); MethodInfo_t * L_35; L_35 = VirtualFuncInvoker0< MethodInfo_t * >::Invoke(44 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetGenericMethodDefinition() */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_34, MethodInfo_t_il2cpp_TypeInfo_var))); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_36 = V_4; NullCheck(L_35); MethodInfo_t * L_37; L_37 = VirtualFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(45 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_35, L_36); V_2 = L_37; } IL_00a1: { RuntimeObject* L_38 = ___reqMsg1; NullCheck(L_38); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_39; L_39 = InterfaceFuncInvoker0< LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * >::Invoke(2 /* System.Runtime.Remoting.Messaging.LogicalCallContext System.Runtime.Remoting.Messaging.IMethodMessage::get_LogicalCallContext() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_38); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_40; L_40 = CallContext_SetLogicalCallContext_m2FB716687B320BCBAFB819D32400D614786ADA86(L_39, /*hidden argument*/NULL); V_3 = L_40; } IL_00ad: try {// begin try (depth: 1) { MethodBase_t * L_41 = V_2; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_42 = ___target0; RuntimeObject* L_43 = ___reqMsg1; NullCheck(L_43); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_44; L_44 = InterfaceFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(1 /* System.Object[] System.Runtime.Remoting.Messaging.IMethodMessage::get_Args() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_43); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_45; L_45 = RemotingServices_InternalExecute_m376EABAF67D00A5A8CCD99C602304EF785C5D4FC(L_41, L_42, L_44, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(&V_5), /*hidden argument*/NULL); V_6 = L_45; MethodBase_t * L_46 = V_2; NullCheck(L_46); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_47; L_47 = VirtualFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(19 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_46); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_48 = L_47; NullCheck(L_48); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_49 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))); V_7 = L_49; V_8 = 0; V_9 = 0; V_11 = L_48; V_12 = 0; goto IL_0147; } IL_00db: { ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_50 = V_11; int32_t L_51 = V_12; NullCheck(L_50); int32_t L_52 = L_51; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_53 = (L_50)->GetAt(static_cast(L_52)); V_13 = L_53; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_54 = V_13; NullCheck(L_54); bool L_55; L_55 = ParameterInfo_get_IsOut_m8ABFCEF4C82F3C4F92BD79130A85E562B788997C(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0112; } } IL_00eb: { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_56 = V_13; NullCheck(L_56); Type_t * L_57; L_57 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_56); NullCheck(L_57); bool L_58; L_58 = Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3(L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0112; } } IL_00f9: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_59 = V_7; int32_t L_60 = V_8; int32_t L_61 = L_60; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); RuntimeObject* L_62 = ___reqMsg1; ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_63 = V_13; NullCheck(L_63); int32_t L_64; L_64 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Reflection.ParameterInfo::get_Position() */, L_63); NullCheck(L_62); RuntimeObject * L_65; L_65 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(8 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::GetArg(System.Int32) */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_62, L_64); NullCheck(L_59); ArrayElementTypeCheck (L_59, L_65); (L_59)->SetAt(static_cast(L_61), (RuntimeObject *)L_65); goto IL_0141; } IL_0112: { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_66 = V_13; NullCheck(L_66); Type_t * L_67; L_67 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_66); NullCheck(L_67); bool L_68; L_68 = Type_get_IsByRef_mDB28F5482F9AE4407101B294CD3ADB01106CA4A3(L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_0136; } } IL_0120: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_69 = V_7; int32_t L_70 = V_8; int32_t L_71 = L_70; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = V_5; int32_t L_73 = V_9; int32_t L_74 = L_73; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); NullCheck(L_72); int32_t L_75 = L_74; RuntimeObject * L_76 = (L_72)->GetAt(static_cast(L_75)); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_76); (L_69)->SetAt(static_cast(L_71), (RuntimeObject *)L_76); goto IL_0141; } IL_0136: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_77 = V_7; int32_t L_78 = V_8; int32_t L_79 = L_78; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); NullCheck(L_77); ArrayElementTypeCheck (L_77, NULL); (L_77)->SetAt(static_cast(L_79), (RuntimeObject *)NULL); } IL_0141: { int32_t L_80 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_0147: { int32_t L_81 = V_12; ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_82 = V_11; NullCheck(L_82); if ((((int32_t)L_81) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length)))))) { goto IL_00db; } } IL_014f: { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_83; L_83 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_83); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_84; L_84 = Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC(L_83, /*hidden argument*/NULL); NullCheck(L_84); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_85; L_85 = ExecutionContext_get_LogicalCallContext_m2F95375B6A7C4D20848EB4AFC750E37D94D96139(L_84, /*hidden argument*/NULL); V_10 = L_85; RuntimeObject * L_86 = V_6; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_87 = V_7; int32_t L_88 = V_8; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_89 = V_10; RuntimeObject* L_90 = ___reqMsg1; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_91 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var); ReturnMessage__ctor_mA8787D4C5498036480BCF01AB4D941B7A7E38C0F(L_91, L_86, L_87, L_88, L_89, L_90, /*hidden argument*/NULL); V_0 = L_91; goto IL_017a; } }// 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_0171; } throw e; } CATCH_0171: {// begin catch(System.Exception) RuntimeObject* L_92 = ___reqMsg1; ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_93 = (ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9_il2cpp_TypeInfo_var))); ReturnMessage__ctor_m476904D3D33C1AD682A67958BB303E8A431CEAD5(L_93, ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), L_92, /*hidden argument*/NULL); V_0 = L_93; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_017a; }// end catch (depth: 1) IL_017a: { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_94 = V_3; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_95; L_95 = CallContext_SetLogicalCallContext_m2FB716687B320BCBAFB819D32400D614786ADA86(L_94, /*hidden argument*/NULL); ReturnMessage_tBC416F1575159EF223AB8AF256F46F5832E3F3F9 * L_96 = V_0; return L_96; } } // System.Object System.Runtime.Remoting.RemotingServices::Connect(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Connect_m328D828C5FB3B166504F60CD622F2D621FD0935C (Type_t * ___classToProxy0, String_t* ___url1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___classToProxy0; String_t* L_1 = ___url1; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_2 = (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *)il2cpp_codegen_object_new(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); ObjRef__ctor_mBC7F3CC165321282C017A340E402D73490DF5CDB(L_2, L_0, L_1, NULL, /*hidden argument*/NULL); Type_t * L_3 = ___classToProxy0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_4; L_4 = RemotingServices_GetRemoteObject_m3460A2A3EC83DBCD86E48026446D66863824227C(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Runtime.Remoting.RemotingServices::Connect(System.Type,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Connect_m7FA850C63B0CB53DBD39DDBCD81945A0564E5DF6 (Type_t * ___classToProxy0, String_t* ___url1, RuntimeObject * ___data2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___classToProxy0; String_t* L_1 = ___url1; RuntimeObject * L_2 = ___data2; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_3 = (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *)il2cpp_codegen_object_new(ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_il2cpp_TypeInfo_var); ObjRef__ctor_mBC7F3CC165321282C017A340E402D73490DF5CDB(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); Type_t * L_4 = ___classToProxy0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_5; L_5 = RemotingServices_GetRemoteObject_m3460A2A3EC83DBCD86E48026446D66863824227C(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Type System.Runtime.Remoting.RemotingServices::GetServerTypeForUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * RemotingServices_GetServerTypeForUri_mF3EFDD4D7ADA562FF87C5AA1D3A0D42D6A39CEE6 (String_t* ___URI0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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; { String_t* L_0 = ___URI0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_1; L_1 = RemotingServices_GetIdentityForUri_m29B1471423DFE2A83F3565AF3E68F7E4C1356D35(L_0, /*hidden argument*/NULL); V_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)IsInstClass((RuntimeObject*)L_1, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_2 = V_0; if (L_2) { goto IL_0011; } } { return (Type_t *)NULL; } IL_0011: { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_3 = V_0; NullCheck(L_3); Type_t * L_4; L_4 = ServerIdentity_get_ObjectType_mB0EE92B26B7633D1F75EBEAB033319F380D5516B_inline(L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m8FB45EA51B7CD1D176A17E9C8A882AA397AFA9A7 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objectRef0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_1; L_1 = RemotingServices_Unmarshal_m69142D6ED1D434A501DAFCC8577E86EACD24FD0C(L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Object System.Runtime.Remoting.RemotingServices::Unmarshal(System.Runtime.Remoting.ObjRef,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_Unmarshal_m69142D6ED1D434A501DAFCC8577E86EACD24FD0C (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objectRef0, bool ___fRefine1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * V_1 = NULL; Type_t * G_B3_0 = NULL; { bool L_0 = ___fRefine1; if (L_0) { goto IL_000f; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_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); G_B3_0 = L_2; goto IL_0015; } IL_000f: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_3 = ___objectRef0; NullCheck(L_3); Type_t * L_4; L_4 = ObjRef_get_ServerType_mFE0D2CE34814980C3B63E2A9905EA3C6D169F748(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0015: { V_0 = G_B3_0; Type_t * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_002a: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_9 = ___objectRef0; NullCheck(L_9); bool L_10; L_10 = ObjRef_get_IsReferenceToWellKnow_m7710547E1F5203D9D7461BC06C29123F1D40E7D3(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0041; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_11 = ___objectRef0; Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_13; L_13 = RemotingServices_GetRemoteObject_m3460A2A3EC83DBCD86E48026446D66863824227C(L_11, L_12, /*hidden argument*/NULL); RuntimeObject * L_14 = L_13; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_15 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyUnmarshaledObject_m3FC1C241EFF9479958F4BC98F2AEFA5BE6904461(L_14, L_15, /*hidden argument*/NULL); return L_14; } IL_0041: { Type_t * L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007a; } } { Type_t * L_18 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_21; L_21 = Attribute_GetCustomAttribute_m2BF1101C0D9584CA284648B287DD50DAA331BCED(L_18, L_20, (bool)1, /*hidden argument*/NULL); V_1 = ((ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 *)CastclassClass((RuntimeObject*)L_21, ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_il2cpp_TypeInfo_var)); ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * L_22 = V_1; if (!L_22) { goto IL_007a; } } { ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * L_23 = V_1; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_24 = ___objectRef0; Type_t * L_25 = V_0; NullCheck(L_23); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_26; L_26 = VirtualFuncInvoker4< RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 *, ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t *, RuntimeObject *, Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * >::Invoke(10 /* System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.Proxies.ProxyAttribute::CreateProxy(System.Runtime.Remoting.ObjRef,System.Type,System.Object,System.Runtime.Remoting.Contexts.Context) */, L_23, L_24, L_25, NULL, (Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 *)NULL); NullCheck(L_26); RuntimeObject * L_27; L_27 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_26); RuntimeObject * L_28 = L_27; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_29 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyUnmarshaledObject_m3FC1C241EFF9479958F4BC98F2AEFA5BE6904461(L_28, L_29, /*hidden argument*/NULL); return L_28; } IL_007a: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_30 = ___objectRef0; Type_t * L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_32; L_32 = RemotingServices_GetProxyForRemoteObject_m44FB6595702C1B9D5C509EF35DC702339C259990(L_30, L_31, /*hidden argument*/NULL); RuntimeObject * L_33 = L_32; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_34 = ___objectRef0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyUnmarshaledObject_m3FC1C241EFF9479958F4BC98F2AEFA5BE6904461(L_33, L_34, /*hidden argument*/NULL); return L_33; } } // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * RemotingServices_Marshal_m3EC297B94FB66EB0363FD380750AC1B40A29015C (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___Obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_1; L_1 = RemotingServices_Marshal_m6461C8043F83AFA9F06126FECFFF23ADB0B3B534(L_0, (String_t*)NULL, (Type_t *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.RemotingServices::Marshal(System.MarshalByRefObject,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * RemotingServices_Marshal_m6461C8043F83AFA9F06126FECFFF23ADB0B3B534 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___Obj0, String_t* ___ObjURI1, Type_t * ___RequestedType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * V_0 = NULL; RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * V_1 = NULL; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * V_2 = NULL; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * V_3 = NULL; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * V_4 = NULL; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * G_B6_0 = NULL; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * G_B5_0 = NULL; { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_1; L_1 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0087; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_2 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_3; L_3 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_2, /*hidden argument*/NULL); V_1 = L_3; RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_4 = V_1; NullCheck(L_4); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_5; L_5 = RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline(L_4, /*hidden argument*/NULL); V_2 = L_5; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_6 = V_2; if (!L_6) { goto IL_0087; } } { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_7 = V_1; NullCheck(L_7); Type_t * L_8; L_8 = RealProxy_GetProxiedType_m7AA8DF89E60E8C4A07B27674BC69AEC0D6B9ADAB(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9; L_9 = Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0063; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_10 = V_2; NullCheck(L_10); bool L_11; L_11 = Identity_get_IsConnected_mB779679994C34F938FA3360ADEF87ED61C246D46(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0063; } } { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_12 = V_2; String_t* L_13 = ___ObjURI1; G_B5_0 = ((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)CastclassClass((RuntimeObject*)L_12, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var)); if (L_13) { G_B6_0 = ((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)CastclassClass((RuntimeObject*)L_12, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var)); goto IL_003e; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_14; L_14 = RemotingServices_NewUri_mC5F212858AEB60806123E839E4471C75B1CA526B(/*hidden argument*/NULL); ___ObjURI1 = L_14; G_B6_0 = G_B5_0; } IL_003e: { ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_15 = G_B6_0; String_t* L_16 = ___ObjURI1; NullCheck(L_15); Identity_set_ObjectUri_m728B4333F84883CB4F62B3303EEB83C1BD9A184D_inline(L_15, L_16, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_17 = L_15; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA(L_17, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_18 = L_17; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_19 = ___Obj0; NullCheck(L_19); RuntimeObject * L_20; L_20 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.MarshalByRefObject::InitializeLifetimeService() */, L_19); NullCheck(L_18); ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE(L_18, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Type_t * L_21 = ___RequestedType2; NullCheck(L_18); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_22; L_22 = VirtualFuncInvoker1< ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_18, L_21); return L_22; } IL_0063: { String_t* L_23 = ___ObjURI1; if (!L_23) { goto IL_0071; } } { RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_24 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_24, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13BB2AD989FEC83ED98D76BDE3BB22D63263AC5E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_Marshal_m6461C8043F83AFA9F06126FECFFF23ADB0B3B534_RuntimeMethod_var))); } IL_0071: { RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_25 = V_1; NullCheck(L_25); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_26; L_26 = RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline(L_25, /*hidden argument*/NULL); Type_t * L_27 = ___RequestedType2; NullCheck(L_26); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_28; L_28 = VirtualFuncInvoker1< ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_26, L_27); V_3 = L_28; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_29 = ___Obj0; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyMarshaledObject_mEF2C4318A1F055115B3EE7AB47B9F84F352F3C00(L_29, L_30, /*hidden argument*/NULL); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_31 = V_3; return L_31; } IL_0087: { Type_t * L_32 = ___RequestedType2; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_33) { goto IL_0098; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_34 = ___Obj0; NullCheck(L_34); Type_t * L_35; L_35 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_34, /*hidden argument*/NULL); ___RequestedType2 = L_35; } IL_0098: { String_t* L_36 = ___ObjURI1; if (L_36) { goto IL_00b5; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_37 = ___Obj0; NullCheck(L_37); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_38; L_38 = MarshalByRefObject_get_ObjectIdentity_m1F93421A4FD7A494D1D7213B747EA615577AD6C4(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00e3; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_39; L_39 = RemotingServices_NewUri_mC5F212858AEB60806123E839E4471C75B1CA526B(/*hidden argument*/NULL); ___ObjURI1 = L_39; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_40 = ___Obj0; Type_t * L_41 = ___RequestedType2; String_t* L_42 = ___ObjURI1; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_43; L_43 = RemotingServices_CreateClientActivatedServerIdentity_m0F8AF9222814FAFD7557480C8F127EC9DF992715(L_40, L_41, L_42, /*hidden argument*/NULL); goto IL_00e3; } IL_00b5: { String_t* L_44 = ___ObjURI1; String_t* L_45; L_45 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_46; L_46 = RemotingServices_GetIdentityForUri_m29B1471423DFE2A83F3565AF3E68F7E4C1356D35(L_45, /*hidden argument*/NULL); V_4 = ((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)IsInstClass((RuntimeObject*)L_46, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var)); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_47 = V_4; if (!L_47) { goto IL_00da; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_48 = ___Obj0; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_49 = V_4; NullCheck(L_49); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_50; L_50 = ClientActivatedIdentity_GetServerObject_m261F32053C0E230AB69EBDCC92E72121D93F5E3E_inline(L_49, /*hidden argument*/NULL); if ((((RuntimeObject*)(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)L_48) == ((RuntimeObject*)(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)L_50))) { goto IL_00e3; } } IL_00da: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_51 = ___Obj0; Type_t * L_52 = ___RequestedType2; String_t* L_53 = ___ObjURI1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_54; L_54 = RemotingServices_CreateClientActivatedServerIdentity_m0F8AF9222814FAFD7557480C8F127EC9DF992715(L_51, L_52, L_53, /*hidden argument*/NULL); } IL_00e3: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_55 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_56; L_56 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_00ff; } } { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_57 = ___Obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_58; L_58 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_57, /*hidden argument*/NULL); NullCheck(L_58); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_59; L_59 = RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline(L_58, /*hidden argument*/NULL); Type_t * L_60 = ___RequestedType2; NullCheck(L_59); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_61; L_61 = VirtualFuncInvoker1< ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::CreateObjRef(System.Type) */, L_59, L_60); V_0 = L_61; goto IL_0107; } IL_00ff: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_62 = ___Obj0; Type_t * L_63 = ___RequestedType2; NullCheck(L_62); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_64; L_64 = VirtualFuncInvoker1< ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.MarshalByRefObject::CreateObjRef(System.Type) */, L_62, L_63); V_0 = L_64; } IL_0107: { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_65 = ___Obj0; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_66 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TrackingServices_tE9FED3B66D252F90D53A326F5A889DB465F2E474_il2cpp_TypeInfo_var); TrackingServices_NotifyMarshaledObject_mEF2C4318A1F055115B3EE7AB47B9F84F352F3C00(L_65, L_66, /*hidden argument*/NULL); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_67 = V_0; return L_67; } } // System.String System.Runtime.Remoting.RemotingServices::NewUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingServices_NewUri_mC5F212858AEB60806123E839E4471C75B1CA526B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral708EA931A38023D3879BD5BF435745BF9B5D9C68); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; bool V_2 = false; Guid_t V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_app_id_3(); if (L_0) { goto IL_0055; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_app_id_lock_4(); V_1 = L_1; V_2 = (bool)0; } IL_000f: try {// begin try (depth: 1) { RuntimeObject * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_3 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_app_id_3(); if (L_3) { goto IL_0049; } } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_4; L_4 = Guid_NewGuid_m5BD19325820690ED6ECA31D67BC2CD474DC4FDB0(/*hidden argument*/NULL); V_3 = L_4; String_t* L_5; L_5 = Guid_ToString_mA3AB7742FB0E04808F580868E82BDEB93187FB75((Guid_t *)(&V_3), /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_5, ((int32_t)45), ((int32_t)95), /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_6, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->set_app_id_3(L_7); } IL_0049: { 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_8 = V_2; if (!L_8) { goto IL_0054; } } IL_004e: { RuntimeObject * L_9 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*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: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); int32_t L_10; L_10 = Interlocked_Increment_mEF7FA106280D9E57DA8A97887389A961B65E47D8((int32_t*)(((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_address_of_next_id_5()), /*hidden argument*/NULL); V_0 = L_10; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_app_id_3(); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; int32_t L_15; L_15 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); V_4 = L_15; String_t* L_16; L_16 = Int32_ToString_m5398ED0B6625B75CAF70C63B3CF2CE47D3C1B184((int32_t*)(&V_4), _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); (L_17)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = L_17; int32_t L_19 = V_0; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_20); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_21); (L_18)->SetAt(static_cast(3), (RuntimeObject *)L_21); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_18; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral708EA931A38023D3879BD5BF435745BF9B5D9C68); (L_22)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral708EA931A38023D3879BD5BF435745BF9B5D9C68); String_t* L_23; L_23 = String_Concat_m6F0ED62933448F8B944E52872E1EE86F6705D306(L_22, /*hidden argument*/NULL); return L_23; } } // System.Runtime.Remoting.Proxies.RealProxy System.Runtime.Remoting.RemotingServices::GetRealProxy(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E (RuntimeObject * ___proxy0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___proxy0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_1; L_1 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0013; } } { RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_2 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7C9A5D04354BCB8D222D58870F3DB1F3639741BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E_RuntimeMethod_var))); } IL_0013: { RuntimeObject * L_3 = ___proxy0; NullCheck(((TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968 *)CastclassClass((RuntimeObject*)L_3, TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968_il2cpp_TypeInfo_var))); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_4 = ((TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968 *)CastclassClass((RuntimeObject*)L_3, TransparentProxy_t0A3E7468290B2C8EEEC64C242D586F3EE7B3F968_il2cpp_TypeInfo_var))->get__rp_0(); return L_4; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromMethodMessage(System.Runtime.Remoting.Messaging.IMethodMessage) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromMethodMessage_m062E872734651F8E26F553862513901E2FFB9C29 (RuntimeObject* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_GetMethodBaseFromMethodMessage_m062E872734651F8E26F553862513901E2FFB9C29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_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); s_Il2CppMethodInitialized = true; } Type_t * G_B2_0 = NULL; Type_t * G_B1_0 = NULL; { RuntimeObject* L_0 = ___msg0; NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_TypeName() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_0); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = il2cpp_codegen_get_type(Type_GetType_m2D692327E10692E11116805CC604CD47F144A9E4_RuntimeMethod_var, L_1, RemotingServices_GetMethodBaseFromMethodMessage_m062E872734651F8E26F553862513901E2FFB9C29_RuntimeMethod_var); Type_t * L_3 = L_2; bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, (Type_t *)NULL, /*hidden argument*/NULL); G_B1_0 = L_3; if (!L_4) { G_B2_0 = L_3; goto IL_002f; } } { RuntimeObject* L_5 = ___msg0; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_TypeName() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var)), L_5); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7)), L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral942D36C7E2AD338DF92973E7DA31C28DE4933ACF)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_8 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_GetMethodBaseFromMethodMessage_m062E872734651F8E26F553862513901E2FFB9C29_RuntimeMethod_var))); } IL_002f: { RuntimeObject* L_9 = ___msg0; NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodName() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_9); RuntimeObject* L_11 = ___msg0; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.Runtime.Remoting.Messaging.IMethodMessage::get_MethodSignature() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, L_11); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodBase_t * L_13; L_13 = RemotingServices_GetMethodBaseFromName_mEAC9A7DF06D9BD841A2FD7BD8758EE08C8AFC886(G_B2_0, L_10, ((TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)Castclass((RuntimeObject*)L_12, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::GetMethodBaseFromName(System.Type,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_GetMethodBaseFromName_mEAC9A7DF06D9BD841A2FD7BD8758EE08C8AFC886 (Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B13DBA89352DE2AB5BF58874997A4FD1A921ED2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9B8816A919F38F832A034340453CDF80CB5EE29); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { Type_t * L_2 = ___type0; String_t* L_3 = ___methodName1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = ___signature2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodBase_t * L_5; L_5 = RemotingServices_FindInterfaceMethod_m0709B56A3640AF93FC8769BE17026ABD875E8FEF(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0011: { V_0 = (MethodBase_t *)NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = ___signature2; if (L_6) { goto IL_0022; } } { Type_t * L_7 = ___type0; String_t* L_8 = ___methodName1; NullCheck(L_7); MethodInfo_t * L_9; L_9 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_7, L_8, ((int32_t)52), /*hidden argument*/NULL); V_0 = L_9; goto IL_002f; } IL_0022: { Type_t * L_10 = ___type0; String_t* L_11 = ___methodName1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12 = ___signature2; NullCheck(L_10); MethodInfo_t * L_13; L_13 = Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89(L_10, L_11, ((int32_t)52), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_12, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_0 = L_13; } IL_002f: { MethodBase_t * L_14 = V_0; bool L_15; L_15 = MethodBase_op_Inequality_m43FB6861A2B47B543F0C57873C23974FF42723F6(L_14, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_15) { goto IL_003a; } } { MethodBase_t * L_16 = V_0; return L_16; } IL_003a: { String_t* L_17 = ___methodName1; bool L_18; L_18 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, _stringLiteral0B13DBA89352DE2AB5BF58874997A4FD1A921ED2, /*hidden argument*/NULL); if (!L_18) { goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodInfo_t * L_19 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_FieldSetterMethod_6(); return L_19; } IL_004d: { String_t* L_20 = ___methodName1; bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, _stringLiteralC9B8816A919F38F832A034340453CDF80CB5EE29, /*hidden argument*/NULL); if (!L_21) { goto IL_0060; } } { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodInfo_t * L_22 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_FieldGetterMethod_7(); return L_22; } IL_0060: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = ___signature2; if (L_23) { goto IL_0073; } } { Type_t * L_24 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_25 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); NullCheck(L_24); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_26; L_26 = Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE(L_24, ((int32_t)52), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_25, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); return L_26; } IL_0073: { Type_t * L_27 = ___type0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_28 = ___signature2; NullCheck(L_27); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_29; L_29 = Type_GetConstructor_m7D94831F070BECE7BECDAEAFB024981CCC4E03CE(L_27, ((int32_t)52), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_28, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); return L_29; } } // System.Reflection.MethodBase System.Runtime.Remoting.RemotingServices::FindInterfaceMethod(System.Type,System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * RemotingServices_FindInterfaceMethod_m0709B56A3640AF93FC8769BE17026ABD875E8FEF (Type_t * ___type0, String_t* ___methodName1, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___signature2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MethodBase_t * V_0 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* V_1 = NULL; int32_t V_2 = 0; { V_0 = (MethodBase_t *)NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_0 = ___signature2; if (L_0) { goto IL_0011; } } { Type_t * L_1 = ___type0; String_t* L_2 = ___methodName1; NullCheck(L_1); MethodInfo_t * L_3; L_3 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_1, L_2, ((int32_t)52), /*hidden argument*/NULL); V_0 = L_3; goto IL_001e; } IL_0011: { Type_t * L_4 = ___type0; String_t* L_5 = ___methodName1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = ___signature2; NullCheck(L_4); MethodInfo_t * L_7; L_7 = Type_GetMethod_m69EE86B5A87244C925333CCF1B6D6B9BCFED8A89(L_4, L_5, ((int32_t)52), (Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 *)NULL, L_6, (ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B*)NULL, /*hidden argument*/NULL); V_0 = L_7; } IL_001e: { MethodBase_t * L_8 = V_0; bool L_9; L_9 = MethodBase_op_Inequality_m43FB6861A2B47B543F0C57873C23974FF42723F6(L_8, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0029; } } { MethodBase_t * L_10 = V_0; return L_10; } IL_0029: { Type_t * L_11 = ___type0; NullCheck(L_11); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_12; L_12 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(51 /* System.Type[] System.Type::GetInterfaces() */, L_11); V_1 = L_12; V_2 = 0; goto IL_004e; } IL_0034: { TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_13 = V_1; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; Type_t * L_16 = (L_13)->GetAt(static_cast(L_15)); String_t* L_17 = ___methodName1; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18 = ___signature2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); MethodBase_t * L_19; L_19 = RemotingServices_FindInterfaceMethod_m0709B56A3640AF93FC8769BE17026ABD875E8FEF(L_16, L_17, L_18, /*hidden argument*/NULL); V_0 = L_19; MethodBase_t * L_20 = V_0; bool L_21; L_21 = MethodBase_op_Inequality_m43FB6861A2B47B543F0C57873C23974FF42723F6(L_20, (MethodBase_t *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_004a; } } { MethodBase_t * L_22 = V_0; return L_22; } IL_004a: { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_004e: { int32_t L_24 = V_2; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))) { goto IL_0034; } } { return (MethodBase_t *)NULL; } } // System.Void System.Runtime.Remoting.RemotingServices::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_GetObjectData_m577EAB458C8B002F7371C1AA0659E5F24D7C2700 (RuntimeObject * ___obj0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * 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*)&RemotingServices_GetObjectData_m577EAB458C8B002F7371C1AA0659E5F24D7C2700_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_3; L_3 = RemotingServices_Marshal_m3EC297B94FB66EB0363FD380750AC1B40A29015C(((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_2, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info1; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = ___context2; NullCheck(L_3); VirtualActionInvoker2< SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(13 /* System.Void System.Runtime.Remoting.ObjRef::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, L_3, L_4, L_5); return; } } // System.Boolean System.Runtime.Remoting.RemotingServices::IsOneWay(System.Reflection.MethodBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_IsOneWay_m113411F237DD8F83BD9B0993589204103FD0DB0D (MethodBase_t * ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneWayAttribute_t1A6A3AC65EFBD9875E35205A3625856CCDD34DEA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodBase_t * L_0 = ___method0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (OneWayAttribute_t1A6A3AC65EFBD9875E35205A3625856CCDD34DEA_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_0); bool L_3; L_3 = VirtualFuncInvoker2< bool, Type_t *, bool >::Invoke(14 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0); return L_3; } } // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxy(System.Runtime.Remoting.ActivatedClientTypeEntry,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_m24E06FB0956C83808F801D6EA4AB551175FDD016 (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * ___entry0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; { ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_0 = ___entry0; NullCheck(L_0); IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6* L_1; L_1 = ActivatedClientTypeEntry_get_ContextAttributes_m37EA2D4AAC70BE130DC5763F159B0E192E3D8529(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___activationAttributes1; if (!L_2) { goto IL_0047; } } IL_000b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_3, /*hidden argument*/NULL); V_0 = L_3; ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_4 = ___entry0; NullCheck(L_4); IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6* L_5; L_5 = ActivatedClientTypeEntry_get_ContextAttributes_m37EA2D4AAC70BE130DC5763F159B0E192E3D8529(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = V_0; ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_7 = ___entry0; NullCheck(L_7); IContextAttributeU5BU5D_t756462CD6A49A8F8649744AB6B681124AFEF41E6* L_8; L_8 = ActivatedClientTypeEntry_get_ContextAttributes_m37EA2D4AAC70BE130DC5763F159B0E192E3D8529(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< RuntimeObject* >::Invoke(30 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_6, (RuntimeObject*)(RuntimeObject*)L_8); } IL_0025: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = ___activationAttributes1; if (!L_9) { goto IL_002f; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___activationAttributes1; NullCheck(L_10); VirtualActionInvoker1< RuntimeObject* >::Invoke(30 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_10, (RuntimeObject*)(RuntimeObject*)L_11); } IL_002f: { ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_12 = ___entry0; NullCheck(L_12); Type_t * L_13; L_13 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_12, /*hidden argument*/NULL); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_14 = ___entry0; NullCheck(L_14); String_t* L_15; L_15 = ActivatedClientTypeEntry_get_ApplicationUrl_mDAE88A04C039FE07270646698EF5790EBCFEC58F_inline(L_14, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = V_0; NullCheck(L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17; L_17 = VirtualFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(48 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_18; L_18 = RemotingServices_CreateClientProxy_m900C8BB93060D5D908A7EC0387430DEF177E8189(L_13, L_15, L_17, /*hidden argument*/NULL); return L_18; } IL_0047: { ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_19 = ___entry0; NullCheck(L_19); Type_t * L_20; L_20 = ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline(L_19, /*hidden argument*/NULL); ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * L_21 = ___entry0; NullCheck(L_21); String_t* L_22; L_22 = ActivatedClientTypeEntry_get_ApplicationUrl_mDAE88A04C039FE07270646698EF5790EBCFEC58F_inline(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_23; L_23 = RemotingServices_CreateClientProxy_m900C8BB93060D5D908A7EC0387430DEF177E8189(L_20, L_22, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, /*hidden argument*/NULL); return L_23; } } // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxy(System.Type,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_m900C8BB93060D5D908A7EC0387430DEF177E8189 (Type_t * ___objectType0, String_t* ___url1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11ADCE921591924F92707F79E214CE470098E76F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___url1; V_0 = L_0; String_t* L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_1, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { String_t* L_3 = V_0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_0 = L_4; } IL_001b: { String_t* L_5 = V_0; String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_5, _stringLiteral11ADCE921591924F92707F79E214CE470098E76F, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8(L_7, NULL, (String_t**)(&V_1), /*hidden argument*/NULL); Type_t * L_9 = ___objectType0; String_t* L_10 = V_0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = ___activationAttributes2; RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * L_12 = (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)il2cpp_codegen_object_new(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); RemotingProxy__ctor_m68D9ED0C30EC4C8A88E103A838AEA52E9639B3C9(L_12, L_9, L_10, L_11, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_13; L_13 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_12); return L_13; } } // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxy(System.Runtime.Remoting.WellKnownClientTypeEntry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxy_mA52AF35651DCA05D6D6162FA5AA9BB45A09B7BA6 (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_0 = ___entry0; NullCheck(L_0); Type_t * L_1; L_1 = WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline(L_0, /*hidden argument*/NULL); WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * L_2 = ___entry0; NullCheck(L_2); String_t* L_3; L_3 = WellKnownClientTypeEntry_get_ObjectUrl_m10D03448FF5D84ED74DBD49790BF7D077D62C71C_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_4; L_4 = RemotingServices_Connect_m7FA850C63B0CB53DBD39DDBCD81945A0564E5DF6(L_1, L_3, NULL, /*hidden argument*/NULL); return L_4; } } // System.Object System.Runtime.Remoting.RemotingServices::CreateClientProxyForContextBound(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_CreateClientProxyForContextBound_mCABD00D612802BC97B8DC23DEDEA17F35B12B3CC (Type_t * ___type0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___activationAttributes1, 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*)&ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * V_0 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsContextful_m7DDC58AEE9F7589074A19E201DFEE1286D6F3221(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002a; } } { Type_t * L_2 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_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); Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * L_5; L_5 = Attribute_GetCustomAttribute_m2BF1101C0D9584CA284648B287DD50DAA331BCED(L_2, L_4, (bool)1, /*hidden argument*/NULL); V_0 = ((ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 *)CastclassClass((RuntimeObject*)L_5, ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35_il2cpp_TypeInfo_var)); ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * L_6 = V_0; if (!L_6) { goto IL_002a; } } { ProxyAttribute_t31B63EC33448925F8B7D0A7E261F12595FEEBB35 * L_7 = V_0; Type_t * L_8 = ___type0; NullCheck(L_7); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_9; L_9 = VirtualFuncInvoker1< MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *, Type_t * >::Invoke(9 /* System.MarshalByRefObject System.Runtime.Remoting.Proxies.ProxyAttribute::CreateInstance(System.Type) */, L_7, L_8); return L_9; } IL_002a: { Type_t * L_10 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); String_t* L_11 = ((ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields*)il2cpp_codegen_static_fields_for(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var))->get_CrossContextUrl_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = ___activationAttributes1; RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * L_13 = (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)il2cpp_codegen_object_new(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); RemotingProxy__ctor_m68D9ED0C30EC4C8A88E103A838AEA52E9639B3C9(L_13, L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_14; L_14 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_13); return L_14; } } // System.Runtime.Remoting.Identity System.Runtime.Remoting.RemotingServices::GetIdentityForUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RemotingServices_GetIdentityForUri_m29B1471423DFE2A83F3565AF3E68F7E4C1356D35 (String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_1 = NULL; bool V_2 = false; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * V_3 = NULL; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_1; L_1 = RemotingServices_GetNormalizedUri_m58BBFFAB41466ABD91D0874D37DCF8FAB56EC84C(L_0, /*hidden argument*/NULL); V_0 = L_1; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_1 = L_2; V_2 = (bool)0; } IL_000f: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_3, (bool*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); V_3 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)CastclassClass((RuntimeObject*)L_6, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5_il2cpp_TypeInfo_var)); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_7 = V_3; if (L_7) { goto IL_0046; } } IL_002b: { String_t* L_8 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_9; L_9 = RemotingServices_RemoveAppNameFromUri_m9B3D6843C637817F81D937EF61E5ACC4856FD7E1(L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = V_0; if (!L_10) { goto IL_0046; } } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_11 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_12 = V_0; NullCheck(L_11); RuntimeObject * L_13; L_13 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_11, L_12); V_3 = ((Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 *)CastclassClass((RuntimeObject*)L_13, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5_il2cpp_TypeInfo_var)); } IL_0046: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_14 = V_3; V_4 = L_14; 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_15 = V_2; if (!L_15) { goto IL_0054; } } IL_004e: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_16, /*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: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_17 = V_4; return L_17; } } // System.String System.Runtime.Remoting.RemotingServices::RemoveAppNameFromUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingServices_RemoveAppNameFromUri_m9B3D6843C637817F81D937EF61E5ACC4856FD7E1 (String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_0; L_0 = RemotingConfiguration_get_ApplicationName_m3E3521138FB98B7460E9CEA25606FF27165BD84E_inline(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_000b; } } { return (String_t*)NULL; } IL_000b: { String_t* L_2 = V_0; String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_2, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___uri0; String_t* L_5 = V_0; NullCheck(L_4); bool L_6; L_6 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0032; } } { String_t* L_7 = ___uri0; String_t* L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_10; L_10 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_7, L_9, /*hidden argument*/NULL); return L_10; } IL_0032: { return (String_t*)NULL; } } // System.Runtime.Remoting.ClientIdentity System.Runtime.Remoting.RemotingServices::GetOrCreateClientIdentity(System.Runtime.Remoting.ObjRef,System.Type,System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * RemotingServices_GetOrCreateClientIdentity_m15A7DB9FC78B7BBBCD43A2C2BC4538B44D4702BD (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objRef0, Type_t * ___proxyType1, RuntimeObject ** ___clientProxy2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_3 = NULL; bool V_4 = false; String_t* V_5 = NULL; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * V_6 = NULL; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * V_7 = NULL; RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * V_8 = NULL; CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* G_B3_0 = NULL; { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ___objRef0; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::get_ChannelInfo() */, L_0); if (L_1) { goto IL_000b; } } { G_B3_0 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(NULL)); goto IL_0016; } IL_000b: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_2 = ___objRef0; NullCheck(L_2); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::get_ChannelInfo() */, L_2); NullCheck(L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4; L_4 = InterfaceFuncInvoker0< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* >::Invoke(0 /* System.Object[] System.Runtime.Remoting.IChannelInfo::get_ChannelData() */, IChannelInfo_t83FAE2C34F782234F4D52E0B8D6F8EDE5A3B39D3_il2cpp_TypeInfo_var, L_3); G_B3_0 = L_4; } IL_0016: { V_0 = (RuntimeObject *)G_B3_0; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_5 = ___objRef0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_5); RuntimeObject * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject* L_8; L_8 = RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8(L_6, L_7, (String_t**)(&V_1), /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_1; if (L_9) { goto IL_0030; } } { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_10 = ___objRef0; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_10); V_1 = L_11; } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_3 = L_12; V_4 = (bool)0; } IL_0039: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_13, (bool*)(&V_4), /*hidden argument*/NULL); RuntimeObject ** L_14 = ___clientProxy2; *((RuntimeObject **)L_14) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)NULL); ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_15 = ___objRef0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_15); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_17; L_17 = RemotingServices_GetNormalizedUri_m58BBFFAB41466ABD91D0874D37DCF8FAB56EC84C(L_16, /*hidden argument*/NULL); V_5 = L_17; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_19 = V_5; NullCheck(L_18); RuntimeObject * L_20; L_20 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19); V_6 = ((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)IsInstClass((RuntimeObject*)L_20, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var)); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_21 = V_6; if (!L_21) { goto IL_0082; } } IL_0068: { RuntimeObject ** L_22 = ___clientProxy2; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_23 = V_6; NullCheck(L_23); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_24; L_24 = ClientIdentity_get_ClientProxy_mF9FD38F47C7BDC3020712AC6DCA6AABDCE3B2C75(L_23, /*hidden argument*/NULL); *((RuntimeObject **)L_22) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_22, (void*)(RuntimeObject *)L_24); RuntimeObject ** L_25 = ___clientProxy2; RuntimeObject * L_26 = *((RuntimeObject **)L_25); if (!L_26) { goto IL_007b; } } IL_0075: { ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_27 = V_6; V_7 = L_27; IL2CPP_LEAVE(0xF6, FINALLY_00eb); } IL_007b: { ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_28 = V_6; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_DisposeIdentity_mE06A3AAFD8426FC358FB4A278B3D75B6FA20DED6(L_28, /*hidden argument*/NULL); } IL_0082: { String_t* L_29 = V_1; ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_30 = ___objRef0; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_31 = (ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)il2cpp_codegen_object_new(ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var); ClientIdentity__ctor_m177DDBCE6F68BBDA464B671BB84F0F9EE6373AE6(L_31, L_29, L_30, /*hidden argument*/NULL); V_6 = L_31; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_32 = V_6; RuntimeObject* L_33 = V_2; NullCheck(L_32); Identity_set_ChannelSink_m8C7820354F67F902450880861E03B2192E5E0023_inline(L_32, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_34 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_35 = V_5; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_36 = V_6; NullCheck(L_34); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_34, L_35, L_36); Type_t * L_37 = ___proxyType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_38; L_38 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_37, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_38) { goto IL_00e5; } } IL_00aa: { Type_t * L_39 = ___proxyType1; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_40 = V_6; RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * L_41 = (RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 *)il2cpp_codegen_object_new(RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63_il2cpp_TypeInfo_var); RemotingProxy__ctor_mA74AB76DB8B5EEE722473C6E743D478D3F2B4758(L_41, L_39, L_40, /*hidden argument*/NULL); V_8 = L_41; RuntimeObject* L_42 = V_2; V_9 = ((CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 *)IsInstClass((RuntimeObject*)L_42, CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586_il2cpp_TypeInfo_var)); CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_43 = V_9; if (!L_43) { goto IL_00ce; } } IL_00c0: { RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * L_44 = V_8; CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * L_45 = V_9; NullCheck(L_45); int32_t L_46; L_46 = CrossAppDomainSink_get_TargetDomainId_mF108B7A9FEB74FF4A12D01E52EE942AB0B0D015C_inline(L_45, /*hidden argument*/NULL); NullCheck(L_44); RealProxy_SetTargetDomain_m6572BA48787750F92F464C89E69D747AB4C5A37C_inline(L_44, L_46, /*hidden argument*/NULL); } IL_00ce: { RuntimeObject ** L_47 = ___clientProxy2; RemotingProxy_t98432727E564B2B45BB25C0AAE02F29ABDE70F63 * L_48 = V_8; NullCheck(L_48); RuntimeObject * L_49; L_49 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(7 /* System.Object System.Runtime.Remoting.Proxies.RealProxy::GetTransparentProxy() */, L_48); *((RuntimeObject **)L_47) = (RuntimeObject *)L_49; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_47, (void*)(RuntimeObject *)L_49); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_50 = V_6; RuntimeObject ** L_51 = ___clientProxy2; RuntimeObject * L_52 = *((RuntimeObject **)L_51); NullCheck(L_50); ClientIdentity_set_ClientProxy_m309F0279F70335C8F9904503C1A0ADB5B4E21826(L_50, ((MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 *)CastclassClass((RuntimeObject*)L_52, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_00e5: { ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_53 = V_6; V_7 = L_53; IL2CPP_LEAVE(0xF6, FINALLY_00eb); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00eb; } FINALLY_00eb: {// begin finally (depth: 1) { bool L_54 = V_4; if (!L_54) { goto IL_00f5; } } IL_00ef: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_55 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_55, /*hidden argument*/NULL); } IL_00f5: { IL2CPP_END_FINALLY(235) } }// end finally (depth: 1) IL2CPP_CLEANUP(235) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF6, IL_00f6) } IL_00f6: { ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_56 = V_7; return L_56; } } // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.RemotingServices::GetClientChannelSinkChain(System.String,System.Object,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8 (String_t* ___url0, RuntimeObject * ___channelData1, String_t** ___objectUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B1_0 = NULL; RuntimeObject* G_B3_0 = NULL; RuntimeObject* G_B2_0 = NULL; { String_t* L_0 = ___url0; RuntimeObject * L_1 = ___channelData1; String_t** L_2 = ___objectUri2; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = ChannelServices_CreateClientChannelSinkChain_m305C00852F9C9407E9E3D7AA5DDE78DB2ED5EA6F(L_0, L_1, (String_t**)L_2, /*hidden argument*/NULL); RuntimeObject* L_4 = L_3; G_B1_0 = L_4; if (L_4) { G_B4_0 = L_4; goto IL_0030; } } { String_t* L_5 = ___url0; G_B2_0 = G_B1_0; if (!L_5) { G_B3_0 = G_B1_0; goto IL_001f; } } { String_t* L_6 = ___url0; String_t* L_7; L_7 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA6764DE62CAAC98C061DFB6497CB17A74D971CB1)), L_6, /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_8 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8_RuntimeMethod_var))); } IL_001f: { String_t* L_9 = ___url0; String_t* L_10; L_10 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral968B85315B4ED49137CB3D4BE5341B2857017C56)), L_9, /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_11 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_GetClientChannelSinkChain_mBEB3293F1165B0FBE95EF655A2406CC6805335F8_RuntimeMethod_var))); } IL_0030: { return G_B4_0; } } // System.Runtime.Remoting.ClientActivatedIdentity System.Runtime.Remoting.RemotingServices::CreateContextBoundObjectIdentity(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * RemotingServices_CreateContextBoundObjectIdentity_m8078B13E1D99A109998503B243884715CF377000 (Type_t * ___objectType0, 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*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___objectType0; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_1 = (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)il2cpp_codegen_object_new(ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); ClientActivatedIdentity__ctor_m1C203F306A871FB91EC0D78A8FCA3E8DBEC351CE(L_1, (String_t*)NULL, L_0, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_2 = L_1; IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * L_3; L_3 = ChannelServices_get_CrossContextChannel_m6E66AD17E15A70CF626174FE2C75B481A268882B_inline(/*hidden argument*/NULL); NullCheck(L_2); Identity_set_ChannelSink_m8C7820354F67F902450880861E03B2192E5E0023_inline(L_2, L_3, /*hidden argument*/NULL); return L_2; } } // System.Runtime.Remoting.ClientActivatedIdentity System.Runtime.Remoting.RemotingServices::CreateClientActivatedServerIdentity(System.MarshalByRefObject,System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * RemotingServices_CreateClientActivatedServerIdentity_m0F8AF9222814FAFD7557480C8F127EC9DF992715 (MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___realObject0, Type_t * ___objectType1, String_t* ___objectUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___objectUri2; Type_t * L_1 = ___objectType1; ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_2 = (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)il2cpp_codegen_object_new(ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); ClientActivatedIdentity__ctor_m1C203F306A871FB91EC0D78A8FCA3E8DBEC351CE(L_2, L_0, L_1, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_3 = L_2; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_4 = ___realObject0; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_5; L_5 = Context_get_DefaultContext_mFC6BE4FF643E3A8EF1705370A56DE8E0F00A9D20(/*hidden argument*/NULL); NullCheck(L_3); ServerIdentity_AttachServerObject_m29AD161E5EA701E968D98813497A3A2F3C5CB0E7(L_3, L_4, L_5, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_6 = L_3; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA(L_6, /*hidden argument*/NULL); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_7 = L_6; MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_8 = ___realObject0; NullCheck(L_8); RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(5 /* System.Object System.MarshalByRefObject::InitializeLifetimeService() */, L_8); NullCheck(L_7); ServerIdentity_StartTrackingLifetime_mCEFE3E49903AA60D92D42235FC6782D6A75B8DBE(L_7, ((RuntimeObject*)Castclass((RuntimeObject*)L_9, ILease_tED5BB6F41FB7FFA6D47F2291653031E40770A959_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } } // System.Runtime.Remoting.ServerIdentity System.Runtime.Remoting.RemotingServices::CreateWellKnownServerIdentity(System.Type,System.String,System.Runtime.Remoting.WellKnownObjectMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * RemotingServices_CreateWellKnownServerIdentity_m0DB8F2EBEB170A85909391BC1A28E62124E9D6E0 (Type_t * ___objectType0, String_t* ___objectUri1, int32_t ___mode2, 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*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * V_0 = NULL; { int32_t L_0 = ___mode2; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0013; } } { String_t* L_1 = ___objectUri1; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_2; L_2 = Context_get_DefaultContext_mFC6BE4FF643E3A8EF1705370A56DE8E0F00A9D20(/*hidden argument*/NULL); Type_t * L_3 = ___objectType0; SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 * L_4 = (SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27 *)il2cpp_codegen_object_new(SingleCallIdentity_tC64604E6C3CA8AD0427C7AAEC71AEA6C9CEA0A27_il2cpp_TypeInfo_var); SingleCallIdentity__ctor_m4F079F896C97179633BDE97BAB963392C45C37B7(L_4, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0020; } IL_0013: { String_t* L_5 = ___objectUri1; IL2CPP_RUNTIME_CLASS_INIT(Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678_il2cpp_TypeInfo_var); Context_t8A5B564FD0F970E10A97ACB8A7579FFF3EE4C678 * L_6; L_6 = Context_get_DefaultContext_mFC6BE4FF643E3A8EF1705370A56DE8E0F00A9D20(/*hidden argument*/NULL); Type_t * L_7 = ___objectType0; SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 * L_8 = (SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442 *)il2cpp_codegen_object_new(SingletonIdentity_t2B2A959057BDFA99565A317D2D69D29B7889B442_il2cpp_TypeInfo_var); SingletonIdentity__ctor_mF473243472DC0D25FD955A3C5968246AA6EE44D2(L_8, L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0020: { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA(L_9, /*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_10 = V_0; return L_10; } } // System.Void System.Runtime.Remoting.RemotingServices::RegisterServerIdentity(System.Runtime.Remoting.ServerIdentity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * ___identity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_3 = ___identity0; NullCheck(L_3); String_t* L_4; L_4 = Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_2, L_4); if (!L_5) { goto IL_003d; } } IL_0022: { ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_6 = ___identity0; NullCheck(L_6); String_t* L_7; L_7 = Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAEBB77D51CC94758BB0EBC9BEEF392785CD98A5A)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), /*hidden argument*/NULL); RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B * L_9 = (RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingException_tEFFC0A283D7F4169F5481926B7FF6C2EB8C76F1B_il2cpp_TypeInfo_var))); RemotingException__ctor_m9D41822220B296C09BE7175E8C2D6F65C195F4E9(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingServices_RegisterServerIdentity_m5AC605770EE5A09F5A773CE14D9D7C90C7E331BA_RuntimeMethod_var))); } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_11 = ___identity0; NullCheck(L_11); String_t* L_12; L_12 = Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline(L_11, /*hidden argument*/NULL); ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * L_13 = ___identity0; NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_10, L_12, L_13); IL2CPP_LEAVE(0x5A, FINALLY_0050); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: {// begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_0059; } } IL_0053: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_0059: { IL2CPP_END_FINALLY(80) } }// end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5A, IL_005a) } IL_005a: { return; } } // System.Object System.Runtime.Remoting.RemotingServices::GetProxyForRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetProxyForRemoteObject_m44FB6595702C1B9D5C509EF35DC702339C259990 (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objref0, Type_t * ___classToProxy1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * V_0 = NULL; { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ___objref0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Runtime.Remoting.ObjRef::get_URI() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2; L_2 = RemotingServices_GetIdentityForUri_m29B1471423DFE2A83F3565AF3E68F7E4C1356D35(L_1, /*hidden argument*/NULL); V_0 = ((ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 *)IsInstClass((RuntimeObject*)L_2, ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6_il2cpp_TypeInfo_var)); ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_3 = V_0; if (!L_3) { goto IL_001b; } } { ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * L_4 = V_0; NullCheck(L_4); MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_5; L_5 = ClientActivatedIdentity_GetServerObject_m261F32053C0E230AB69EBDCC92E72121D93F5E3E_inline(L_4, /*hidden argument*/NULL); return L_5; } IL_001b: { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_6 = ___objref0; Type_t * L_7 = ___classToProxy1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RuntimeObject * L_8; L_8 = RemotingServices_GetRemoteObject_m3460A2A3EC83DBCD86E48026446D66863824227C(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Runtime.Remoting.RemotingServices::GetRemoteObject(System.Runtime.Remoting.ObjRef,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_GetRemoteObject_m3460A2A3EC83DBCD86E48026446D66863824227C (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * ___objRef0, Type_t * ___proxyType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { ObjRef_t10D53E2178851535F38935DC53B48634063C84D3 * L_0 = ___objRef0; Type_t * L_1 = ___proxyType1; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_2; L_2 = RemotingServices_GetOrCreateClientIdentity_m15A7DB9FC78B7BBBCD43A2C2BC4538B44D4702BD(L_0, L_1, (RuntimeObject **)(&V_0), /*hidden argument*/NULL); RuntimeObject * L_3 = V_0; return L_3; } } // System.Byte[] System.Runtime.Remoting.RemotingServices::SerializeCallData(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RemotingServices_SerializeCallData_mC69C36C7973375407E1523B145C304353BEEFA1A (RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 V_0; memset((&V_0), 0, sizeof(V_0)); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C V_2; memset((&V_2), 0, sizeof(V_2)); { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_0; L_0 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_0); Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C L_1; L_1 = Thread_GetExecutionContextReader_mD729833D09E435B55C8C421BCAD9AD777A4AE4BB(L_0, /*hidden argument*/NULL); V_2 = L_1; Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 L_2; L_2 = Reader_get_LogicalCallContext_mFD034AE9B53F629657AA08A79C141B2271E6393A((Reader_t6C70587C0F5A8CE8367A0407E3109E196764848C *)(&V_2), /*hidden argument*/NULL); V_0 = L_2; bool L_3; L_3 = Reader_get_IsNull_m7DB1D3259BD3F323F984B880161050E50BE96AF6((Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 *)(&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0037; } } { CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB * L_4 = (CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB *)il2cpp_codegen_object_new(CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB_il2cpp_TypeInfo_var); CACD__ctor_mAFAC89EEF2DF77DAD94DAE349DB1B8E552C6C6B5(L_4, /*hidden argument*/NULL); CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB * L_5 = L_4; RuntimeObject * L_6 = ___obj0; NullCheck(L_5); L_5->set_d_0(L_6); CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB * L_7 = L_5; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_8; L_8 = Reader_Clone_m8B4BB56C4F50F5CEFFFD4A9C8C0987AF2BF360BA((Reader_tCFB139CA143817B24496D4F1B0DD8F51A256AB13 *)(&V_0), /*hidden argument*/NULL); NullCheck(L_7); L_7->set_c_1(L_8); ___obj0 = L_7; } IL_0037: { RuntimeObject * L_9 = ___obj0; if (L_9) { goto IL_003c; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_003c: { MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_10 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_10, /*hidden argument*/NULL); V_1 = L_10; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_11 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get__serializationFormatter_1(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_12 = V_1; RuntimeObject * L_13 = ___obj0; NullCheck(L_11); BinaryFormatter_Serialize_m780327356D3B5B1B734338AB398B32E65AD6CB5B(L_11, L_12, L_13, /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_14 = V_1; NullCheck(L_14); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15; L_15 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_14); return L_15; } } // System.Object System.Runtime.Remoting.RemotingServices::DeserializeCallData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingServices_DeserializeCallData_mFC481F38477A7A307FC6F01B3BA9DC5184800330 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_0 = NULL; RuntimeObject * V_1 = NULL; LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * V_2 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___array0; if (L_0) { goto IL_0005; } } { return NULL; } IL_0005: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___array0; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_m3E041ADD3DB7EA42E7DB56FE862097819C02B9C2(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_3 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get__deserializationFormatter_2(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5; L_5 = BinaryFormatter_Deserialize_mF7AFD0FE0E41A77BC60B11705FA7CC76EFE63DBC(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; if (!((CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB *)IsInstClass((RuntimeObject*)L_6, CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB_il2cpp_TypeInfo_var))) { goto IL_0055; } } { RuntimeObject * L_7 = V_1; CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB * L_8 = ((CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB *)CastclassClass((RuntimeObject*)L_7, CACD_t6B3909DA5980C3872BE8E05ED5CC5C971650A8DB_il2cpp_TypeInfo_var)); NullCheck(L_8); RuntimeObject * L_9 = L_8->get_d_0(); V_1 = L_9; NullCheck(L_8); RuntimeObject * L_10 = L_8->get_c_1(); V_2 = ((LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 *)CastclassSealed((RuntimeObject*)L_10, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3_il2cpp_TypeInfo_var)); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = LogicalCallContext_get_HasInfo_m672F8CB7E00BB2C3022944D1032566098BA63DCA(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0055; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_13; L_13 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_13); ExecutionContext_t16AC73BB21FEEEAD34A017877AC18DD8BB836414 * L_14; L_14 = Thread_GetMutableExecutionContext_mB95698B8C9F29FF69E6F2C7DBD0588CE4B3EBCFC(L_13, /*hidden argument*/NULL); NullCheck(L_14); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_15; L_15 = ExecutionContext_get_LogicalCallContext_m2F95375B6A7C4D20848EB4AFC750E37D94D96139(L_14, /*hidden argument*/NULL); LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_16 = V_2; NullCheck(L_15); LogicalCallContext_Merge_m3E7E305823B22D508777B424853EDB08D1DB5708(L_15, L_16, /*hidden argument*/NULL); } IL_0055: { RuntimeObject * L_17 = V_1; return L_17; } } // System.Byte[] System.Runtime.Remoting.RemotingServices::SerializeExceptionData(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* RemotingServices_SerializeExceptionData_m2AB6B2099097BC36281554C872AD8EE7FBC00753 (Exception_t * ___ex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0002: try {// begin try (depth: 1) IL2CPP_LEAVE(0x1E, FINALLY_0004); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0004; } FINALLY_0004: {// begin finally (depth: 1) MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_0 = (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C *)il2cpp_codegen_object_new(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C_il2cpp_TypeInfo_var); MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(L_0, /*hidden argument*/NULL); V_1 = L_0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_1 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get__serializationFormatter_1(); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_2 = V_1; Exception_t * L_3 = ___ex0; NullCheck(L_1); BinaryFormatter_Serialize_m780327356D3B5B1B734338AB398B32E65AD6CB5B(L_1, L_2, L_3, /*hidden argument*/NULL); MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * L_4 = V_1; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(37 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_4); V_0 = L_5; IL2CPP_END_FINALLY(4) }// end finally (depth: 1) IL2CPP_CLEANUP(4) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1E, IL_001e) } IL_001e: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = V_0; return L_6; } } // System.Void System.Runtime.Remoting.RemotingServices::RegisterInternalChannels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_RegisterInternalChannels_mD1C4E125802688476DF8B71096FA0B9BB608EE13 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CrossAppDomainChannel_t18A2150DA7C305DE9982CD58065CA011A80E945A_il2cpp_TypeInfo_var); CrossAppDomainChannel_RegisterCrossAppDomainChannel_m90F57CE4EC7092CEEFCCE5DBC2C674CBFE589FA5(/*hidden argument*/NULL); return; } } // System.Void System.Runtime.Remoting.RemotingServices::DisposeIdentity(System.Runtime.Remoting.Identity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_DisposeIdentity_mE06A3AAFD8426FC358FB4A278B3D75B6FA20DED6 (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___ident0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_0 = L_0; V_1 = (bool)0; } IL_0008: try {// begin try (depth: 1) { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2 = ___ident0; NullCheck(L_2); bool L_3; L_3 = Identity_get_Disposed_m50935B1A31EC017F5E739090E7656F0F2937B2CD_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0050; } } IL_0018: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_4 = ___ident0; V_2 = ((ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E *)IsInstClass((RuntimeObject*)L_4, ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E_il2cpp_TypeInfo_var)); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_5 = V_2; if (!L_5) { goto IL_0039; } } IL_0022: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); ClientIdentity_tF35F3D3529880FBF0017AB612179C8E060AE611E * L_7 = V_2; NullCheck(L_7); String_t* L_8; L_8 = ClientIdentity_get_TargetUri_m39AC30AD00910B77B781107E83EC4C99582E039F(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = RemotingServices_GetNormalizedUri_m58BBFFAB41466ABD91D0874D37DCF8FAB56EC84C(L_8, /*hidden argument*/NULL); NullCheck(L_6); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_6, L_9); goto IL_0049; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_11 = ___ident0; NullCheck(L_11); String_t* L_12; L_12 = Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_10, L_12); } IL_0049: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_13 = ___ident0; NullCheck(L_13); Identity_set_Disposed_mB0DBD70392DB230E66229E859F9E06D22F268BC7_inline(L_13, (bool)1, /*hidden argument*/NULL); } IL_0050: { IL2CPP_LEAVE(0x5C, FINALLY_0052); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0052; } FINALLY_0052: {// begin finally (depth: 1) { bool L_14 = V_1; if (!L_14) { goto IL_005b; } } IL_0055: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_15, /*hidden argument*/NULL); } IL_005b: { IL2CPP_END_FINALLY(82) } }// end finally (depth: 1) IL2CPP_CLEANUP(82) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5C, IL_005c) } IL_005c: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_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; } Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___msg0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject* L_1 = ___msg0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var))); Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2; L_2 = InterfaceFuncInvoker0< Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * >::Invoke(0 /* System.Runtime.Remoting.Identity System.Runtime.Remoting.Messaging.IInternalMessage::get_TargetIdentity() */, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var))); return L_2; } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); V_0 = L_3; V_1 = (bool)0; } IL_001c: try {// begin try (depth: 1) Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_4, (bool*)(&V_1), /*hidden argument*/NULL); RuntimeObject* L_5 = ___msg0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_5, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Runtime.Remoting.Messaging.IMethodMessage::get_Uri() */, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_5, IMethodMessage_tF1E8AAA822A4BC884BC20CAB4B84F5826BBE282C_il2cpp_TypeInfo_var))); IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); String_t* L_7; L_7 = RemotingServices_GetNormalizedUri_m58BBFFAB41466ABD91D0874D37DCF8FAB56EC84C(L_6, /*hidden argument*/NULL); V_2 = L_7; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = ((RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_StaticFields*)il2cpp_codegen_static_fields_for(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var))->get_uri_hash_0(); String_t* L_9 = V_2; NullCheck(L_8); RuntimeObject * L_10; L_10 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_9); V_3 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)IsInstClass((RuntimeObject*)L_10, ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x52, FINALLY_0048); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: {// begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_0051; } } IL_004b: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_12 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_0051: { IL2CPP_END_FINALLY(72) } }// end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x52, IL_0052) } IL_0052: { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_13 = V_3; return L_13; } } // System.Void System.Runtime.Remoting.RemotingServices::SetMessageTargetIdentity(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Identity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingServices_SetMessageTargetIdentity_m9C7D340CF99D801800DEE109F81EAAC8069A146B (RuntimeObject* ___msg0, Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * ___ident1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___msg0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject* L_1 = ___msg0; Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_2 = ___ident1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var))); InterfaceActionInvoker1< Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * >::Invoke(1 /* System.Void System.Runtime.Remoting.Messaging.IInternalMessage::set_TargetIdentity(System.Runtime.Remoting.Identity) */, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IInternalMessage_t7F953F58270C56EC74FDFF3EB9D320761A4507C2_il2cpp_TypeInfo_var)), L_2); } IL_0014: { return; } } // System.Boolean System.Runtime.Remoting.RemotingServices::UpdateOutArgObject(System.Reflection.ParameterInfo,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RemotingServices_UpdateOutArgObject_mC28A3A4A85CAB377E17D6C1A1BCBB1CD0B921256 (ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * ___pi0, RuntimeObject * ___local1, RuntimeObject * ___remote2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; { ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * L_0 = ___pi0; NullCheck(L_0); Type_t * L_1; L_1 = VirtualFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_0); NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003f; } } { RuntimeObject * L_3 = ___local1; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var))); int32_t L_4; L_4 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_003f; } } { RuntimeObject * L_5 = ___local1; V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_5, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_003f; } } { RuntimeObject * L_8 = ___remote2; RuntimeArray * L_9 = V_0; RuntimeArray * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_10, /*hidden argument*/NULL); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803(((RuntimeArray *)CastclassClass((RuntimeObject*)L_8, RuntimeArray_il2cpp_TypeInfo_var)), L_9, L_11, /*hidden argument*/NULL); return (bool)1; } IL_003f: { return (bool)0; } } // System.String System.Runtime.Remoting.RemotingServices::GetNormalizedUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RemotingServices_GetNormalizedUri_m58BBFFAB41466ABD91D0874D37DCF8FAB56EC84C (String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___uri0; NullCheck(L_0); bool L_1; L_1 = String_StartsWith_mDE2FF98CAFFD13F88EDEB6C40158DDF840BFCF12(L_0, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { String_t* L_2 = ___uri0; NullCheck(L_2); String_t* L_3; L_3 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_2, 1, /*hidden argument*/NULL); return L_3; } IL_0015: { String_t* L_4 = ___uri0; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogate::GetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingSurrogate_GetObjectData_m0D496519E3F3CAF44A94D12FA19BE2D9DC99D2FD (RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * __this, RuntimeObject * ___obj0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___si1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___sc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!L_0) { goto IL_0006; } } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_1 = ___si1; if (L_1) { goto IL_000c; } } IL_0006: { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mEF0800D4AF607E61714C92A76911B4780C4D0A29(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingSurrogate_GetObjectData_m0D496519E3F3CAF44A94D12FA19BE2D9DC99D2FD_RuntimeMethod_var))); } IL_000c: { RuntimeObject * L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); bool L_4; L_4 = RemotingServices_IsTransparentProxy_m8BDBC7A18E514FD324215096D24234147C78897C(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { RuntimeObject * L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * L_6; L_6 = RemotingServices_GetRealProxy_mFCB1900298F8E18FFF3FE08180B53760DFD5F86E(L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_7 = ___si1; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_8 = ___sc2; NullCheck(L_6); VirtualActionInvoker2< SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(4 /* System.Void System.Runtime.Remoting.Proxies.RealProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, L_6, L_7, L_8); return; } IL_0022: { RuntimeObject * L_9 = ___obj0; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___si1; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_11 = ___sc2; IL2CPP_RUNTIME_CLASS_INIT(RemotingServices_tA253EA010FDD8986A2E814099EAB32BB98652786_il2cpp_TypeInfo_var); RemotingServices_GetObjectData_m577EAB458C8B002F7371C1AA0659E5F24D7C2700(L_9, L_10, L_11, /*hidden argument*/NULL); return; } } // System.Object System.Runtime.Remoting.Messaging.RemotingSurrogate::SetObjectData(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * RemotingSurrogate_SetObjectData_m8BEBA2A91805EB25E62446F7747D6DAA9A3EFFC6 (RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * __this, RuntimeObject * ___obj0, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___si1, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___sc2, RuntimeObject* ___selector3, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RemotingSurrogate_SetObjectData_m8BEBA2A91805EB25E62446F7747D6DAA9A3EFFC6_RuntimeMethod_var))); } } // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingSurrogate__ctor_m8FEE56075C81BAD4CD8C6FA4AFE8EF2C30F0377E (RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * __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.Void System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingSurrogateSelector__ctor_m034077907A6E35E52D6944E20F24053DA4532B84 (RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RemotingSurrogateSelector_GetSurrogate_m00F95BB4B2F506CCF39796B58D4A21C8AD4A5298 (RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA * __this, Type_t * ___type0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, RuntimeObject** ___ssout2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1; L_1 = Type_get_IsMarshalByRef_mA5FD73F07181778A55080FD328BCF8822EFA57CF(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { RuntimeObject** L_2 = ___ssout2; *((RuntimeObject **)L_2) = (RuntimeObject *)__this; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)__this); IL2CPP_RUNTIME_CLASS_INIT(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * L_3 = ((RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var))->get__objRemotingSurrogate_2(); return L_3; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); Type_t * L_4 = ((RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var))->get_s_cachedTypeObjRef_0(); Type_t * L_5 = ___type0; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_4, L_5); if (!L_6) { goto IL_0027; } } { RuntimeObject** L_7 = ___ssout2; *((RuntimeObject **)L_7) = (RuntimeObject *)__this; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)__this); IL2CPP_RUNTIME_CLASS_INIT(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F * L_8 = ((RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var))->get__objRefSurrogate_1(); return L_8; } IL_0027: { RuntimeObject* L_9 = __this->get__next_3(); if (!L_9) { goto IL_003e; } } { RuntimeObject* L_10 = __this->get__next_3(); Type_t * L_11 = ___type0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_12 = ___context1; RuntimeObject** L_13 = ___ssout2; NullCheck(L_10); RuntimeObject* L_14; L_14 = InterfaceFuncInvoker3< RuntimeObject*, Type_t *, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 , RuntimeObject** >::Invoke(0 /* System.Runtime.Serialization.ISerializationSurrogate System.Runtime.Serialization.ISurrogateSelector::GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector&) */, ISurrogateSelector_t32463C505981FAA3FE78829467992AC7309CD9CA_il2cpp_TypeInfo_var, L_10, L_11, L_12, (RuntimeObject**)L_13); return L_14; } IL_003e: { RuntimeObject** L_15 = ___ssout2; *((RuntimeObject **)L_15) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_15, (void*)(RuntimeObject *)NULL); return (RuntimeObject*)NULL; } } // System.Void System.Runtime.Remoting.Messaging.RemotingSurrogateSelector::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RemotingSurrogateSelector__cctor_m32ED51CC0958E3CE726212AF57A4E48F76C72E59 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ObjRef_t10D53E2178851535F38935DC53B48634063C84D3_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); ((RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var))->set_s_cachedTypeObjRef_0(L_1); ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F * L_2 = (ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F *)il2cpp_codegen_object_new(ObjRefSurrogate_t7924C0ED9F5EC7E25977237ADC3276383606703F_il2cpp_TypeInfo_var); ObjRefSurrogate__ctor_m91C3786B2395EA23FCD79D3542843F5AC149D80C(L_2, /*hidden argument*/NULL); ((RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var))->set__objRefSurrogate_1(L_2); RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC * L_3 = (RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC *)il2cpp_codegen_object_new(RemotingSurrogate_t4EB3586932A8FD1934D45761A7A411C44595F6EC_il2cpp_TypeInfo_var); RemotingSurrogate__ctor_m8FEE56075C81BAD4CD8C6FA4AFE8EF2C30F0377E(L_3, /*hidden argument*/NULL); ((RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_StaticFields*)il2cpp_codegen_static_fields_for(RemotingSurrogateSelector_t1E36D625AE2C1058EA107D872577F1EFD04B5FCA_il2cpp_TypeInfo_var))->set__objRemotingSurrogate_2(L_3); 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.ResolveEventArgs::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m6878D73074702B8B67B2C0277AB7E74277C1D730 (ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_m_Name_1(L_0); return; } } // System.Void System.ResolveEventArgs::.ctor(System.String,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventArgs__ctor_m155F99555FF07BDAC1589EC8E46F0F52D5257583 (ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * __this, String_t* ___name0, Assembly_t * ___requestingAssembly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_m_Name_1(L_0); Assembly_t * L_1 = ___requestingAssembly1; __this->set_m_Requesting_2(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ResolveEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResolveEventHandler__ctor_m15F12272A52F4A22BB4FC6FA60E14CCC5B06A141 (ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * __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.Reflection.Assembly System.ResolveEventHandler::Invoke(System.Object,System.ResolveEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * ResolveEventHandler_Invoke_m87D7DE0F347C1331EA7A0766913B5E735E61C6DF (ResolveEventHandler_tC6827B550D5B6553B57571630B1EE01AC12A1089 * __this, RuntimeObject * ___sender0, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * ___args1, const RuntimeMethod* method) { Assembly_t * result = NULL; 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 == 2) { // open typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } else { // closed typedef Assembly_t * (*FunctionPointerType) (void*, RuntimeObject *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___args1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< Assembly_t *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * >::Invoke(targetMethod, ___sender0, ___args1); else result = GenericVirtualFuncInvoker1< Assembly_t *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * >::Invoke(targetMethod, ___sender0, ___args1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Assembly_t *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___args1); else result = VirtualFuncInvoker1< Assembly_t *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___args1); } } else { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef Assembly_t * (*FunctionPointerType) (RuntimeObject *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___args1, targetMethod); } else { typedef Assembly_t * (*FunctionPointerType) (void*, RuntimeObject *, ResolveEventArgs_tAB226AF199EA6A6E70F4482348AC5AAB2DEFBB3D *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___args1, targetMethod); } } } return result; } #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.Resources.ResourceFallbackManager::.ctor(System.Globalization.CultureInfo,System.Globalization.CultureInfo,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceFallbackManager__ctor_m917C7C658904F87AF930517B6731700881CD9C53 (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___startingCulture0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___neutralResourcesCulture1, bool ___useParents2, 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; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___startingCulture0; if (!L_0) { goto IL_0012; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___startingCulture0; __this->set_m_startingCulture_0(L_1); goto IL_001d; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_CurrentUICulture_mD9F5F20EC688B22875DCC1D543E693649EEA6B76(/*hidden argument*/NULL); __this->set_m_startingCulture_0(L_2); } IL_001d: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = ___neutralResourcesCulture1; __this->set_m_neutralResourcesCulture_1(L_3); bool L_4 = ___useParents2; __this->set_m_useParents_2(L_4); return; } } // System.Collections.IEnumerator System.Resources.ResourceFallbackManager::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceFallbackManager_System_Collections_IEnumerable_GetEnumerator_mBE8A072EDA24EE78AAA549BE664F37B7121E4AD0 (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = ResourceFallbackManager_GetEnumerator_m8E63087B693207E42C9ECE1782FAF04727FEF168(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 System.Resources.ResourceFallbackManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceFallbackManager_GetEnumerator_m8E63087B693207E42C9ECE1782FAF04727FEF168 (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC * L_0 = (U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC *)il2cpp_codegen_object_new(U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC_il2cpp_TypeInfo_var); U3CGetEnumeratorU3Ed__5__ctor_mDB480F1580950A5BFFA32FFC3178DA2B1C8C0B99(L_0, 0, /*hidden argument*/NULL); U3CGetEnumeratorU3Ed__5_t81636FB27032C3D80B05D77F556E69CF91EF7DDC * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshal_pinvoke(const ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11& unmarshaled, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_pinvoke& marshaled) { if (unmarshaled.get__value_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { marshaled.____value_0 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get__value_0())); (marshaled.____value_0)->AddRef(); } else { marshaled.____value_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__value_0()); } } else { marshaled.____value_0 = NULL; } marshaled.____dataPos_1 = unmarshaled.get__dataPos_1(); } IL2CPP_EXTERN_C void ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshal_pinvoke_back(const ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_pinvoke& marshaled, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____value_0 != NULL) { unmarshaled.set__value_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____value_0, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get__value_0()), Il2CppIUnknown::IID, marshaled.____value_0); } } else { unmarshaled.set__value_0(NULL); } int32_t unmarshaled__dataPos_temp_1 = 0; unmarshaled__dataPos_temp_1 = marshaled.____dataPos_1; unmarshaled.set__dataPos_1(unmarshaled__dataPos_temp_1); } // Conversion method for clean up from marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshal_pinvoke_cleanup(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_pinvoke& marshaled) { if (marshaled.____value_0 != NULL) { (marshaled.____value_0)->Release(); marshaled.____value_0 = NULL; } } // Conversion methods for marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshal_com(const ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11& unmarshaled, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_com& marshaled) { if (unmarshaled.get__value_0() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { marshaled.____value_0 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get__value_0())); (marshaled.____value_0)->AddRef(); } else { marshaled.____value_0 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get__value_0()); } } else { marshaled.____value_0 = NULL; } marshaled.____dataPos_1 = unmarshaled.get__dataPos_1(); } IL2CPP_EXTERN_C void ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshal_com_back(const ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_com& marshaled, ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } if (marshaled.____value_0 != NULL) { unmarshaled.set__value_0(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.____value_0, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get__value_0())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get__value_0()), Il2CppIUnknown::IID, marshaled.____value_0); } } else { unmarshaled.set__value_0(NULL); } int32_t unmarshaled__dataPos_temp_1 = 0; unmarshaled__dataPos_temp_1 = marshaled.____dataPos_1; unmarshaled.set__dataPos_1(unmarshaled__dataPos_temp_1); } // Conversion method for clean up from marshalling of: System.Resources.ResourceLocator IL2CPP_EXTERN_C void ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshal_com_cleanup(ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11_marshaled_com& marshaled) { if (marshaled.____value_0 != NULL) { (marshaled.____value_0)->Release(); marshaled.____value_0 = NULL; } } // System.Void System.Resources.ResourceLocator::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceLocator__ctor_m4445DABF0FAA07396FAAB4831B25C0A98B00677A (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, int32_t ___dataPos0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___dataPos0; __this->set__dataPos_1(L_0); RuntimeObject * L_1 = ___value1; __this->set__value_0(L_1); return; } } IL2CPP_EXTERN_C void ResourceLocator__ctor_m4445DABF0FAA07396FAAB4831B25C0A98B00677A_AdjustorThunk (RuntimeObject * __this, int32_t ___dataPos0, RuntimeObject * ___value1, const RuntimeMethod* method) { ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ResourceLocator__ctor_m4445DABF0FAA07396FAAB4831B25C0A98B00677A(_thisAdjusted, ___dataPos0, ___value1, method); } // System.Int32 System.Resources.ResourceLocator::get_DataPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceLocator_get_DataPosition_mB9328607FE8D7E87B1B300E97C9E5F167CCC8648 (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dataPos_1(); return L_0; } } IL2CPP_EXTERN_C int32_t ResourceLocator_get_DataPosition_mB9328607FE8D7E87B1B300E97C9E5F167CCC8648_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ResourceLocator_get_DataPosition_mB9328607FE8D7E87B1B300E97C9E5F167CCC8648_inline(_thisAdjusted, method); return _returnValue; } // System.Object System.Resources.ResourceLocator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceLocator_get_Value_m53BA2E8B696B0C82EDEE251B1E93378EDE99FBE0 (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_0(); return L_0; } } IL2CPP_EXTERN_C RuntimeObject * ResourceLocator_get_Value_m53BA2E8B696B0C82EDEE251B1E93378EDE99FBE0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); RuntimeObject * _returnValue; _returnValue = ResourceLocator_get_Value_m53BA2E8B696B0C82EDEE251B1E93378EDE99FBE0_inline(_thisAdjusted, method); return _returnValue; } // System.Void System.Resources.ResourceLocator::set_Value(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceLocator_set_Value_mAF3E96324EDE8E2D02BD223B250517A93A635044 (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__value_0(L_0); return; } } IL2CPP_EXTERN_C void ResourceLocator_set_Value_mAF3E96324EDE8E2D02BD223B250517A93A635044_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ResourceLocator_set_Value_mAF3E96324EDE8E2D02BD223B250517A93A635044_inline(_thisAdjusted, ___value0, method); } // System.Boolean System.Resources.ResourceLocator::CanCache(System.Resources.ResourceTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceLocator_CanCache_m37DBFEA267FAF972023DE305BF77179BB47AC93F (int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; return (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)((int32_t)16)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Resources.ResourceManager::Init() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager_Init_m2DD824B2FDC37778CDDC9F8AC943929573878DE1 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Assembly_t * L_0; L_0 = Assembly_GetCallingAssembly_m61DDCAA0C8FDC4A912E67501AE887105F986E570(/*hidden argument*/NULL); __this->set_m_callingAssembly_16(((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)CastclassClass((RuntimeObject*)L_0, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var))); return; } } // System.Void System.Resources.ResourceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager__ctor_m0E67D18224291BA836FCBC5FC855C07506244FAA (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ResourceManager_Init_m2DD824B2FDC37778CDDC9F8AC943929573878DE1(__this, /*hidden argument*/NULL); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_0 = (CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 *)il2cpp_codegen_object_new(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var); CultureNameResourceSetPair__ctor_mA04D4C292A0B692CB9D3FE65486975B21D9BDEB6(L_0, /*hidden argument*/NULL); __this->set__lastUsedResourceCache_8(L_0); ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_1 = (ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C *)il2cpp_codegen_object_new(ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var); ResourceManagerMediator__ctor_m2CD86FCA2B38EB458AF03E74A894FDFF171BBF91(L_1, __this, /*hidden argument*/NULL); V_0 = L_1; ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_2 = V_0; ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 * L_3 = (ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 *)il2cpp_codegen_object_new(ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); ManifestBasedResourceGroveler__ctor_m5778969A845E0ACF43DE5076D865D8BCA8177207(L_3, L_2, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_3); return; } } // System.Void System.Resources.ResourceManager::.ctor(System.String,System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager__ctor_m71706EDDD65E34D84909C9C65591C6FD7C6D95A2 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, String_t* ___baseName0, Assembly_t * ___assembly1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___baseName0; 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*)&_stringLiteral9B400949628F18A01DB8BD871B07EAFD01B395A8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager__ctor_m71706EDDD65E34D84909C9C65591C6FD7C6D95A2_RuntimeMethod_var))); } IL_0014: { Assembly_t * L_2 = ___assembly1; bool L_3; L_3 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9((Assembly_t *)NULL, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0028; } } { 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*)&_stringLiteralDA39F9AE1465FB1F5899C048F1CDCBA81494B0C8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager__ctor_m71706EDDD65E34D84909C9C65591C6FD7C6D95A2_RuntimeMethod_var))); } IL_0028: { Assembly_t * L_5 = ___assembly1; if (((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)IsInstClass((RuntimeObject*)L_5, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var))) { goto IL_0040; } } { String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF971325EEA82CBA60A5701F38CBC74CECC59F1C3)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager__ctor_m71706EDDD65E34D84909C9C65591C6FD7C6D95A2_RuntimeMethod_var))); } IL_0040: { Assembly_t * L_8 = ___assembly1; __this->set_MainAssembly_4(L_8); String_t* L_9 = ___baseName0; __this->set_BaseNameField_0(L_9); ResourceManager_SetAppXConfiguration_m7FDC11BCCC5358C40D2E2F911210A1C8264D492B(__this, /*hidden argument*/NULL); ResourceManager_CommonAssemblyInit_m8BB67ED086F76FDF98BBCEC2DD99635E48F3BD58(__this, /*hidden argument*/NULL); Assembly_t * L_10; L_10 = Assembly_GetCallingAssembly_m61DDCAA0C8FDC4A912E67501AE887105F986E570(/*hidden argument*/NULL); __this->set_m_callingAssembly_16(((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)CastclassClass((RuntimeObject*)L_10, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var))); Assembly_t * L_11 = ___assembly1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); NullCheck(L_13); Assembly_t * L_14; L_14 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_13); bool L_15; L_15 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0096; } } { RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * L_16 = __this->get_m_callingAssembly_16(); Assembly_t * L_17 = ___assembly1; bool L_18; L_18 = Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0096; } } { __this->set_m_callingAssembly_16((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)NULL); } IL_0096: { return; } } // System.Void System.Resources.ResourceManager::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, Type_t * ___resourceSource0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___resourceSource0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)NULL, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3E0BA531A882BD4C30FC3CC53ABABEC24FB20DE5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25_RuntimeMethod_var))); } IL_001a: { Type_t * L_3 = ___resourceSource0; if (((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var))) { goto IL_0032; } } { String_t* L_4; L_4 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral86B722D4252EEE2D48A679A0CC73715F9B989719)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager__ctor_mC8A203D5697A2FAD2B336CF3534C21276918BD25_RuntimeMethod_var))); } IL_0032: { Type_t * L_6 = ___resourceSource0; __this->set__locationInfo_5(L_6); Type_t * L_7 = __this->get__locationInfo_5(); NullCheck(L_7); Assembly_t * L_8; L_8 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_7); __this->set_MainAssembly_4(L_8); Type_t * L_9 = ___resourceSource0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9); __this->set_BaseNameField_0(L_10); ResourceManager_SetAppXConfiguration_m7FDC11BCCC5358C40D2E2F911210A1C8264D492B(__this, /*hidden argument*/NULL); ResourceManager_CommonAssemblyInit_m8BB67ED086F76FDF98BBCEC2DD99635E48F3BD58(__this, /*hidden argument*/NULL); Assembly_t * L_11; L_11 = Assembly_GetCallingAssembly_m61DDCAA0C8FDC4A912E67501AE887105F986E570(/*hidden argument*/NULL); __this->set_m_callingAssembly_16(((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)CastclassClass((RuntimeObject*)L_11, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var))); Assembly_t * L_12 = __this->get_MainAssembly_4(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); NullCheck(L_14); Assembly_t * L_15; L_15 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_14); bool L_16; L_16 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_12, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00a8; } } { RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * L_17 = __this->get_m_callingAssembly_16(); Assembly_t * L_18 = __this->get_MainAssembly_4(); bool L_19; L_19 = Assembly_op_Inequality_m4A6211D91544031D7C1011BE6324E842910ADFE5(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a8; } } { __this->set_m_callingAssembly_16((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)NULL); } IL_00a8: { return; } } // System.Void System.Resources.ResourceManager::OnDeserializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_OnDeserializing_m1F8657BB57A6EE7C1F3D8CEB63794AF671DC894B (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___ctx0, const RuntimeMethod* method) { { __this->set__resourceSets_2((Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *)NULL); __this->set_resourceGroveler_17((RuntimeObject*)NULL); __this->set__lastUsedResourceCache_8((CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 *)NULL); return; } } // System.Void System.Resources.ResourceManager::OnDeserialized(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_OnDeserialized_mECC058E7BA4EA07D4BB5017640DC165F8F17D717 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * V_0 = NULL; { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_0 = (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *)il2cpp_codegen_object_new(Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E_il2cpp_TypeInfo_var); Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554(L_0, /*hidden argument*/Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554_RuntimeMethod_var); __this->set__resourceSets_2(L_0); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_1 = (CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 *)il2cpp_codegen_object_new(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var); CultureNameResourceSetPair__ctor_mA04D4C292A0B692CB9D3FE65486975B21D9BDEB6(L_1, /*hidden argument*/NULL); __this->set__lastUsedResourceCache_8(L_1); ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_2 = (ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C *)il2cpp_codegen_object_new(ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var); ResourceManagerMediator__ctor_m2CD86FCA2B38EB458AF03E74A894FDFF171BBF91(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = __this->get_UseManifest_10(); if (!L_3) { goto IL_0033; } } { ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_4 = V_0; ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 * L_5 = (ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 *)il2cpp_codegen_object_new(ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); ManifestBasedResourceGroveler__ctor_m5778969A845E0ACF43DE5076D865D8BCA8177207(L_5, L_4, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_5); goto IL_003f; } IL_0033: { ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_6 = V_0; FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805 * L_7 = (FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805 *)il2cpp_codegen_object_new(FileBasedResourceGroveler_t5B18F88DB937DAFCD0D1312FB1F52AC8CC28D805_il2cpp_TypeInfo_var); FileBasedResourceGroveler__ctor_m0855CBF2A022C8D521008B02351A75C3DF69F71C(L_7, L_6, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_7); } IL_003f: { RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * L_8 = __this->get_m_callingAssembly_16(); bool L_9; L_9 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_8, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { Assembly_t * L_10 = __this->get__callingAssembly_15(); __this->set_m_callingAssembly_16(((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)CastclassClass((RuntimeObject*)L_10, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var))); } IL_005e: { bool L_11 = __this->get_UseManifest_10(); if (!L_11) { goto IL_0085; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = __this->get__neutralResourcesCulture_7(); if (L_12) { goto IL_0085; } } { Assembly_t * L_13 = __this->get_MainAssembly_4(); int32_t* L_14 = __this->get_address_of__fallbackLoc_12(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mB70E9428F4989669BE5638FDC0D9BAB0AF0ABEAF(L_13, (int32_t*)L_14, /*hidden argument*/NULL); __this->set__neutralResourcesCulture_7(L_15); } IL_0085: { return; } } // System.Void System.Resources.ResourceManager::OnSerializing(System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_OnSerializing_mA2B7D59B4FD29B68926081D0E5C9EAF39C61C3F8 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___ctx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * L_0 = __this->get_m_callingAssembly_16(); __this->set__callingAssembly_15(L_0); bool L_1 = __this->get_UseManifest_10(); __this->set_UseSatelliteAssem_11(L_1); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_2, /*hidden argument*/NULL); __this->set_ResourceSets_1(L_2); return; } } // System.Void System.Resources.ResourceManager::CommonAssemblyInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_CommonAssemblyInit_m8BB67ED086F76FDF98BBCEC2DD99635E48F3BD58 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * V_0 = NULL; { __this->set_UseManifest_10((bool)1); Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_0 = (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *)il2cpp_codegen_object_new(Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E_il2cpp_TypeInfo_var); Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554(L_0, /*hidden argument*/Dictionary_2__ctor_m522536203C07549DBC43056ACD3090B225CE7554_RuntimeMethod_var); __this->set__resourceSets_2(L_0); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_1 = (CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 *)il2cpp_codegen_object_new(CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84_il2cpp_TypeInfo_var); CultureNameResourceSetPair__ctor_mA04D4C292A0B692CB9D3FE65486975B21D9BDEB6(L_1, /*hidden argument*/NULL); __this->set__lastUsedResourceCache_8(L_1); __this->set__fallbackLoc_12(0); ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_2 = (ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C *)il2cpp_codegen_object_new(ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C_il2cpp_TypeInfo_var); ResourceManagerMediator__ctor_m2CD86FCA2B38EB458AF03E74A894FDFF171BBF91(L_2, __this, /*hidden argument*/NULL); V_0 = L_2; ResourceManagerMediator_t8562CDD205C5617282C599DB2E52D0440602903C * L_3 = V_0; ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 * L_4 = (ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 *)il2cpp_codegen_object_new(ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); ManifestBasedResourceGroveler__ctor_m5778969A845E0ACF43DE5076D865D8BCA8177207(L_4, L_3, /*hidden argument*/NULL); __this->set_resourceGroveler_17(L_4); Assembly_t * L_5 = __this->get_MainAssembly_4(); int32_t* L_6 = __this->get_address_of__fallbackLoc_12(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mB70E9428F4989669BE5638FDC0D9BAB0AF0ABEAF(L_5, (int32_t*)L_6, /*hidden argument*/NULL); __this->set__neutralResourcesCulture_7(L_7); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_8 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_8, /*hidden argument*/NULL); __this->set_ResourceSets_1(L_8); return; } } // System.String System.Resources.ResourceManager::get_BaseName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_get_BaseName_mDACC8D44DDCE2EFB3385D9FA2182115C68C09BD7 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_BaseNameField_0(); return L_0; } } // System.Boolean System.Resources.ResourceManager::get_IgnoreCase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManager_get_IgnoreCase_m3390FC88634E2486F6130A86344EECDE0B17EB16 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__ignoreCase_9(); return L_0; } } // System.Resources.UltimateResourceFallbackLocation System.Resources.ResourceManager::get_FallbackLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceManager_get_FallbackLocation_m97C1541E4FA4374B785E45776364FF783BBD12F8 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__fallbackLoc_12(); return L_0; } } // System.String System.Resources.ResourceManager::GetResourceFileName(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_GetResourceFileName_m59894A3B9C0668E2EABC56C9A140772E1CAEDFE6 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral479E676AFC213420AC961329E92C15BD3045A54A); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_0, ((int32_t)255), /*hidden argument*/NULL); V_0 = L_0; StringBuilder_t * L_1 = V_0; String_t* L_2 = __this->get_BaseNameField_0(); NullCheck(L_1); StringBuilder_t * L_3; L_3 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_2, /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___culture0; NullCheck(L_4); bool L_5; L_5 = CultureInfo_get_HasInvariantCultureName_mF425E502C2BEEF8946C3C45D6EA30AE2E2141505(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0043; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6 = ___culture0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); bool L_8; L_8 = CultureInfo_VerifyCultureName_mE77B4CD8A3492C63BB47780AC2DEEE48CA3C221A(L_7, (bool)1, /*hidden argument*/NULL); StringBuilder_t * L_9 = V_0; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_9, ((int32_t)46), /*hidden argument*/NULL); StringBuilder_t * L_11 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12 = ___culture0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_12); NullCheck(L_11); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, L_13, /*hidden argument*/NULL); } IL_0043: { StringBuilder_t * L_15 = V_0; NullCheck(L_15); StringBuilder_t * L_16; L_16 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, _stringLiteral479E676AFC213420AC961329E92C15BD3045A54A, /*hidden argument*/NULL); StringBuilder_t * L_17 = V_0; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); return L_18; } } // System.Resources.ResourceSet System.Resources.ResourceManager::GetFirstResourceSet(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ResourceManager_GetFirstResourceSet_m97802974410D8B61DCE86DAD685F97B78D952818 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___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_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_0 = NULL; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_1 = NULL; CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * V_2 = NULL; bool V_3 = false; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_4 = NULL; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get__neutralResourcesCulture_7(); if (!L_0) { goto IL_0027; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = ___culture0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3 = __this->get__neutralResourcesCulture_7(); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_3); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); ___culture0 = L_6; } IL_0027: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_7 = __this->get__lastUsedResourceCache_8(); if (!L_7) { goto IL_0076; } } { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_8 = __this->get__lastUsedResourceCache_8(); V_2 = L_8; V_3 = (bool)0; } IL_0038: try {// begin try (depth: 1) { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_9 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_9, (bool*)(&V_3), /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___culture0; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_10); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_12 = __this->get__lastUsedResourceCache_8(); NullCheck(L_12); String_t* L_13 = L_12->get_lastCultureName_0(); bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006a; } } IL_0058: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_15 = __this->get__lastUsedResourceCache_8(); NullCheck(L_15); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_16 = L_15->get_lastResourceSet_1(); V_4 = L_16; IL2CPP_LEAVE(0xF5, FINALLY_006c); } IL_006a: { IL2CPP_LEAVE(0x76, FINALLY_006c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006c; } FINALLY_006c: {// begin finally (depth: 1) { bool L_17 = V_3; if (!L_17) { goto IL_0075; } } IL_006f: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_18 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_18, /*hidden argument*/NULL); } IL_0075: { IL2CPP_END_FINALLY(108) } }// end finally (depth: 1) IL2CPP_CLEANUP(108) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF5, IL_00f5) IL2CPP_JUMP_TBL(0x76, IL_0076) } IL_0076: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_19 = __this->get__resourceSets_2(); V_0 = L_19; V_1 = (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)NULL; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_20 = V_0; if (!L_20) { goto IL_00ac; } } { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_21 = V_0; V_5 = L_21; V_3 = (bool)0; } IL_0087: try {// begin try (depth: 1) Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_22 = V_5; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_22, (bool*)(&V_3), /*hidden argument*/NULL); Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_23 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = ___culture0; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_24); NullCheck(L_23); bool L_26; L_26 = Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785(L_23, L_25, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); IL2CPP_LEAVE(0xAC, FINALLY_00a1); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a1; } FINALLY_00a1: {// begin finally (depth: 1) { bool L_27 = V_3; if (!L_27) { goto IL_00ab; } } IL_00a4: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_28 = V_5; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_28, /*hidden argument*/NULL); } IL_00ab: { IL2CPP_END_FINALLY(161) } }// end finally (depth: 1) IL2CPP_CLEANUP(161) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAC, IL_00ac) } IL_00ac: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_29 = V_1; if (!L_29) { goto IL_00f3; } } { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_30 = __this->get__lastUsedResourceCache_8(); if (!L_30) { goto IL_00f1; } } { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_31 = __this->get__lastUsedResourceCache_8(); V_2 = L_31; V_3 = (bool)0; } IL_00c0: try {// begin try (depth: 1) CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_32 = V_2; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_32, (bool*)(&V_3), /*hidden argument*/NULL); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_33 = __this->get__lastUsedResourceCache_8(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = ___culture0; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_34); NullCheck(L_33); L_33->set_lastCultureName_0(L_35); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_36 = __this->get__lastUsedResourceCache_8(); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_37 = V_1; NullCheck(L_36); L_36->set_lastResourceSet_1(L_37); IL2CPP_LEAVE(0xF1, FINALLY_00e7); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e7; } FINALLY_00e7: {// begin finally (depth: 1) { bool L_38 = V_3; if (!L_38) { goto IL_00f0; } } IL_00ea: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_39 = V_2; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_39, /*hidden argument*/NULL); } IL_00f0: { IL2CPP_END_FINALLY(231) } }// end finally (depth: 1) IL2CPP_CLEANUP(231) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF1, IL_00f1) } IL_00f1: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_40 = V_1; return L_40; } IL_00f3: { return (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)NULL; } IL_00f5: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_41 = V_4; return L_41; } } // System.Resources.ResourceSet System.Resources.ResourceManager::GetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ResourceManager_GetResourceSet_m53A2FAB92192DDAD9CC6772E891FF9E8DDBE31D8 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, bool ___createIfNotExists1, bool ___tryParents2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_0 = NULL; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_1 = NULL; int32_t V_2 = 0; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_3 = NULL; bool V_4 = false; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_5 = NULL; String_t* V_6 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; 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*)&_stringLiteralB657B9EBAD0A09A09ED1FD8D1CCD0E421CD7BDC7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager_GetResourceSet_m53A2FAB92192DDAD9CC6772E891FF9E8DDBE31D8_RuntimeMethod_var))); } IL_000e: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_2 = __this->get__resourceSets_2(); V_0 = L_2; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_3 = V_0; if (!L_3) { goto IL_004a; } } { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_4 = V_0; V_3 = L_4; V_4 = (bool)0; } IL_001d: try {// begin try (depth: 1) { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_5 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_5, (bool*)(&V_4), /*hidden argument*/NULL); Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_6 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7 = ___culture0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_7); NullCheck(L_6); bool L_9; L_9 = Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785(L_6, L_8, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); if (!L_9) { goto IL_003d; } } IL_0035: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_10 = V_1; V_5 = L_10; IL2CPP_LEAVE(0xCC, FINALLY_003f); } IL_003d: { IL2CPP_LEAVE(0x4A, FINALLY_003f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: {// begin finally (depth: 1) { bool L_11 = V_4; if (!L_11) { goto IL_0049; } } IL_0043: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_12 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_12, /*hidden argument*/NULL); } IL_0049: { IL2CPP_END_FINALLY(63) } }// end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCC, IL_00cc) IL2CPP_JUMP_TBL(0x4A, IL_004a) } IL_004a: { V_2 = 1; bool L_13 = __this->get_UseManifest_10(); if (!L_13) { goto IL_00c2; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = ___culture0; NullCheck(L_14); bool L_15; L_15 = CultureInfo_get_HasInvariantCultureName_mF425E502C2BEEF8946C3C45D6EA30AE2E2141505(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00c2; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16 = ___culture0; String_t* L_17; L_17 = VirtualFuncInvoker1< String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(6 /* System.String System.Resources.ResourceManager::GetResourceFileName(System.Globalization.CultureInfo) */, __this, L_16); V_6 = L_17; Assembly_t * L_18 = __this->get_MainAssembly_4(); Type_t * L_19 = __this->get__locationInfo_5(); String_t* L_20 = V_6; RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 * L_21 = __this->get_m_callingAssembly_16(); Assembly_t * L_22 = __this->get_MainAssembly_4(); bool L_23; L_23 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_21, L_22, /*hidden argument*/NULL); NullCheck(((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)CastclassClass((RuntimeObject*)L_18, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var))); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_24; L_24 = Assembly_GetManifestResourceStream_m4FEA9AC8D678C147B8CBF730A92AAF7AA48E9A85(((RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56 *)CastclassClass((RuntimeObject*)L_18, RuntimeAssembly_t799877C849878A70E10D25C690D7B0476DAF0B56_il2cpp_TypeInfo_var)), L_19, L_20, L_23, (int32_t*)(&V_2), /*hidden argument*/NULL); V_7 = L_24; bool L_25 = ___createIfNotExists1; if (!L_25) { goto IL_00c2; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_26 = V_7; if (!L_26) { goto IL_00c2; } } { RuntimeObject* L_27 = __this->get_resourceGroveler_17(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_28 = V_7; Assembly_t * L_29 = __this->get_MainAssembly_4(); NullCheck(((ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 *)CastclassClass((RuntimeObject*)L_27, ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var))); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_30; L_30 = ManifestBasedResourceGroveler_CreateResourceSet_m82CCB17D0AE5DEE4E7A26FEB59AF2F246A11C2DD(((ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483 *)CastclassClass((RuntimeObject*)L_27, ManifestBasedResourceGroveler_t9C99FB753107EC7B31BC4B0564545A3B0F912483_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL); V_1 = L_30; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_31 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32 = ___culture0; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); ResourceManager_AddResourceSet_m16A06C2A9463A36BEC2C36A3290D57157D14EDED(L_31, L_33, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/NULL); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_34 = V_1; return L_34; } IL_00c2: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_35 = ___culture0; bool L_36 = ___createIfNotExists1; bool L_37 = ___tryParents2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_38; L_38 = VirtualFuncInvoker3< ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, bool, bool >::Invoke(8 /* System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) */, __this, L_35, L_36, L_37); return L_38; } IL_00cc: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_39 = V_5; return L_39; } } // System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ResourceManager_InternalGetResourceSet_mB26B17E1154B29015658E253413DE49BEA297AC2 (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, bool ___createIfNotExists1, bool ___tryParents2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; bool L_1 = ___createIfNotExists1; bool L_2 = ___tryParents2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_3; L_3 = ResourceManager_InternalGetResourceSet_m5D3C81F40711274B3AB54B81E4CC7518386AF20E(__this, L_0, L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_3; } } // System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * ResourceManager_InternalGetResourceSet_m5D3C81F40711274B3AB54B81E4CC7518386AF20E (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___requestedCulture0, bool ___createIfNotExists1, bool ___tryParents2, int32_t* ___stackMark3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IResourceGroveler_tD738FE6B83F63AC66FDD73BCD3193016FDEBFAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_0 = NULL; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_1 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_2 = NULL; ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * V_3 = NULL; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_4 = NULL; bool V_5 = false; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_6 = NULL; RuntimeObject* V_7 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_8 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_9 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_0 = __this->get__resourceSets_2(); V_0 = L_0; V_1 = (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)NULL; V_2 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_1 = V_0; V_4 = L_1; V_5 = (bool)0; } IL_0011: try {// begin try (depth: 1) { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_2 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_5), /*hidden argument*/NULL); Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_3 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4 = ___requestedCulture0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_4); NullCheck(L_3); bool L_6; L_6 = Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785(L_3, L_5, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); if (!L_6) { goto IL_0032; } } IL_002a: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_7 = V_1; V_6 = L_7; IL2CPP_LEAVE(0x113, FINALLY_0034); } IL_0032: { IL2CPP_LEAVE(0x40, FINALLY_0034); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: {// begin finally (depth: 1) { bool L_8 = V_5; if (!L_8) { goto IL_003f; } } IL_0038: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_9 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_9, /*hidden argument*/NULL); } IL_003f: { IL2CPP_END_FINALLY(52) } }// end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x113, IL_0113) IL2CPP_JUMP_TBL(0x40, IL_0040) } IL_0040: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10 = ___requestedCulture0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11 = __this->get__neutralResourcesCulture_7(); bool L_12 = ___tryParents2; ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * L_13 = (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 *)il2cpp_codegen_object_new(ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652_il2cpp_TypeInfo_var); ResourceFallbackManager__ctor_m917C7C658904F87AF930517B6731700881CD9C53(L_13, L_10, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * L_14 = V_3; NullCheck(L_14); RuntimeObject* L_15; L_15 = ResourceFallbackManager_GetEnumerator_m8E63087B693207E42C9ECE1782FAF04727FEF168(L_14, /*hidden argument*/NULL); V_7 = L_15; } IL_0056: try {// begin try (depth: 1) { goto IL_00b4; } IL_0058: { RuntimeObject* L_16 = V_7; NullCheck(L_16); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = InterfaceFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36_il2cpp_TypeInfo_var, L_16); V_8 = L_17; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_18 = V_0; V_4 = L_18; V_5 = (bool)0; } IL_0067: try {// begin try (depth: 2) { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_19 = V_4; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_19, (bool*)(&V_5), /*hidden argument*/NULL); Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_20 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21 = V_8; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_21); NullCheck(L_20); bool L_23; L_23 = Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785(L_20, L_22, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); if (!L_23) { goto IL_008b; } } IL_0081: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24 = ___requestedCulture0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25 = V_8; if ((((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_24) == ((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_25))) { goto IL_0089; } } IL_0086: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26 = V_8; V_2 = L_26; } IL_0089: { IL2CPP_LEAVE(0xCB, FINALLY_008d); } IL_008b: { IL2CPP_LEAVE(0x99, FINALLY_008d); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: {// begin finally (depth: 2) { bool L_27 = V_5; if (!L_27) { goto IL_0098; } } IL_0091: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_28 = V_4; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_28, /*hidden argument*/NULL); } IL_0098: { IL2CPP_END_FINALLY(141) } }// end finally (depth: 2) IL2CPP_CLEANUP(141) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0xCB, FINALLY_00bf); IL2CPP_JUMP_TBL(0x99, IL_0099) } IL_0099: { RuntimeObject* L_29 = __this->get_resourceGroveler_17(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30 = V_8; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_31 = V_0; bool L_32 = ___tryParents2; bool L_33 = ___createIfNotExists1; int32_t* L_34 = ___stackMark3; NullCheck(L_29); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_35; L_35 = InterfaceFuncInvoker5< ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E *, bool, bool, int32_t* >::Invoke(0 /* System.Resources.ResourceSet System.Resources.IResourceGroveler::GrovelForResourceSet(System.Globalization.CultureInfo,System.Collections.Generic.Dictionary`2,System.Boolean,System.Boolean,System.Threading.StackCrawlMark&) */, IResourceGroveler_tD738FE6B83F63AC66FDD73BCD3193016FDEBFAB0_il2cpp_TypeInfo_var, L_29, L_30, L_31, L_32, L_33, (int32_t*)L_34); V_1 = L_35; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_36 = V_1; if (!L_36) { goto IL_00b4; } } IL_00af: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_37 = V_8; V_2 = L_37; IL2CPP_LEAVE(0xCB, FINALLY_00bf); } IL_00b4: { RuntimeObject* L_38 = V_7; NullCheck(L_38); bool L_39; L_39 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_38); if (L_39) { goto IL_0058; } } IL_00bd: { IL2CPP_LEAVE(0xCB, FINALLY_00bf); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00bf; } FINALLY_00bf: {// begin finally (depth: 1) { RuntimeObject* L_40 = V_7; if (!L_40) { goto IL_00ca; } } IL_00c3: { RuntimeObject* L_41 = V_7; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_41); } IL_00ca: { IL2CPP_END_FINALLY(191) } }// end finally (depth: 1) IL2CPP_CLEANUP(191) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCB, IL_00cb) } IL_00cb: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_42 = V_1; if (!L_42) { goto IL_0111; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_43 = V_2; if (!L_43) { goto IL_0111; } } { ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * L_44 = V_3; NullCheck(L_44); RuntimeObject* L_45; L_45 = ResourceFallbackManager_GetEnumerator_m8E63087B693207E42C9ECE1782FAF04727FEF168(L_44, /*hidden argument*/NULL); V_7 = L_45; } IL_00d9: try {// begin try (depth: 1) { goto IL_00fa; } IL_00db: { RuntimeObject* L_46 = V_7; NullCheck(L_46); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_47; L_47 = InterfaceFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36_il2cpp_TypeInfo_var, L_46); V_9 = L_47; Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_48 = V_0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_49 = V_9; NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_49); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); ResourceManager_AddResourceSet_m16A06C2A9463A36BEC2C36A3290D57157D14EDED(L_48, L_50, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_1), /*hidden argument*/NULL); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_51 = V_9; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_52 = V_2; if ((!(((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_51) == ((RuntimeObject*)(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)L_52)))) { goto IL_00fa; } } IL_00f8: { IL2CPP_LEAVE(0x111, FINALLY_0105); } IL_00fa: { RuntimeObject* L_53 = V_7; NullCheck(L_53); bool L_54; L_54 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_53); if (L_54) { goto IL_00db; } } IL_0103: { IL2CPP_LEAVE(0x111, FINALLY_0105); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0105; } FINALLY_0105: {// begin finally (depth: 1) { RuntimeObject* L_55 = V_7; if (!L_55) { goto IL_0110; } } IL_0109: { RuntimeObject* L_56 = V_7; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_56); } IL_0110: { IL2CPP_END_FINALLY(261) } }// end finally (depth: 1) IL2CPP_CLEANUP(261) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x111, IL_0111) } IL_0111: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_57 = V_1; return L_57; } IL_0113: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_58 = V_6; return L_58; } } // System.Void System.Resources.ResourceManager::AddResourceSet(System.Collections.Generic.Dictionary`2,System.String,System.Resources.ResourceSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_AddResourceSet_m16A06C2A9463A36BEC2C36A3290D57157D14EDED (Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * ___localResourceSets0, String_t* ___cultureName1, ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** ___rs2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m74CF0CC6689F6D9FA11A3EA88F56379279BC483B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsValue_m1751DB287099CE527CCF0F4BB8776C8A583586E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * V_0 = NULL; bool V_1 = false; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_0 = ___localResourceSets0; V_0 = L_0; V_1 = (bool)0; } IL_0004: try {// begin try (depth: 1) { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_1 = V_0; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_1, (bool*)(&V_1), /*hidden argument*/NULL); Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_2 = ___localResourceSets0; String_t* L_3 = ___cultureName1; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785(L_2, L_3, (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m2C4F2409C871936975F01A5A80869CDC78A84785_RuntimeMethod_var); if (!L_4) { goto IL_0032; } } IL_0017: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_5 = V_2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_6 = ___rs2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_7 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_6); if ((((RuntimeObject*)(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)L_5) == ((RuntimeObject*)(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)L_7))) { goto IL_003b; } } IL_001c: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_8 = ___localResourceSets0; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_9 = ___rs2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_10 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_9); NullCheck(L_8); bool L_11; L_11 = Dictionary_2_ContainsValue_m1751DB287099CE527CCF0F4BB8776C8A583586E6(L_8, L_10, /*hidden argument*/Dictionary_2_ContainsValue_m1751DB287099CE527CCF0F4BB8776C8A583586E6_RuntimeMethod_var); if (L_11) { goto IL_002d; } } IL_0026: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_12 = ___rs2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_13 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_12); NullCheck(L_13); ResourceSet_Dispose_m4B7950EFB666634510E1F6D7F897125A5AABF485(L_13, /*hidden argument*/NULL); } IL_002d: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_14 = ___rs2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_15 = V_2; *((RuntimeObject **)L_14) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_15); IL2CPP_LEAVE(0x47, FINALLY_003d); } IL_0032: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_16 = ___localResourceSets0; String_t* L_17 = ___cultureName1; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F ** L_18 = ___rs2; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_19 = *((ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F **)L_18); NullCheck(L_16); Dictionary_2_Add_m74CF0CC6689F6D9FA11A3EA88F56379279BC483B(L_16, L_17, L_19, /*hidden argument*/Dictionary_2_Add_m74CF0CC6689F6D9FA11A3EA88F56379279BC483B_RuntimeMethod_var); } IL_003b: { IL2CPP_LEAVE(0x47, FINALLY_003d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: {// begin finally (depth: 1) { bool L_20 = V_1; if (!L_20) { goto IL_0046; } } IL_0040: { Dictionary_2_tF591ED968D904B93A92B04B711C65E797B9D6E5E * L_21 = V_0; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_21, /*hidden argument*/NULL); } IL_0046: { IL2CPP_END_FINALLY(61) } }// end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x47, IL_0047) } IL_0047: { return; } } // System.Version System.Resources.ResourceManager::GetSatelliteContractVersion(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ResourceManager_GetSatelliteContractVersion_m292310E13B8C3D25C6C246D5C79D21C0A200E7DC (Assembly_t * ___a0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tD3A05093CC693F4CAF8A51394DDC82F17894FC55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t5A94E8E50B18D2397D8BDC3485B1E4CA2614141C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * V_1 = NULL; RuntimeObject* V_2 = NULL; CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 * V_3 = NULL; CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 V_4; memset((&V_4), 0, sizeof(V_4)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_5 = NULL; ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * V_6 = NULL; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * V_7 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { Assembly_t * L_0 = ___a0; bool L_1; L_1 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_0, (Assembly_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D8CA3B710614056F57274832A67E7C9ADE59181)), /*hidden argument*/NULL); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0A04B971B03DA607CE6C455184037B660CA89F78)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager_GetSatelliteContractVersion_m292310E13B8C3D25C6C246D5C79D21C0A200E7DC_RuntimeMethod_var))); } IL_001e: { V_0 = (String_t*)NULL; Assembly_t * L_4 = ___a0; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.Assembly::get_ReflectionOnly() */, L_4); if (!L_5) { goto IL_008f; } } { Assembly_t * L_6 = ___a0; RuntimeObject* L_7; L_7 = CustomAttributeData_GetCustomAttributes_mD9B8766F28A351EBC6921A0CD078765E50A9006D(L_6, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tD3A05093CC693F4CAF8A51394DDC82F17894FC55_il2cpp_TypeInfo_var, L_7); V_2 = L_8; } IL_0034: try {// begin try (depth: 1) { goto IL_0076; } IL_0036: { RuntimeObject* L_9 = V_2; NullCheck(L_9); CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 * L_10; L_10 = InterfaceFuncInvoker0< CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t5A94E8E50B18D2397D8BDC3485B1E4CA2614141C_il2cpp_TypeInfo_var, L_9); V_3 = L_10; CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 * L_11 = V_3; NullCheck(L_11); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_12; L_12 = VirtualFuncInvoker0< ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * >::Invoke(4 /* System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::get_Constructor() */, L_11); NullCheck(L_12); Type_t * L_13; L_13 = VirtualFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_12); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_14, /*hidden argument*/NULL); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0076; } } IL_0059: { CustomAttributeData_t4F8D66DDB6D3F7E8C39AF85752A0CC9679A4CE85 * L_17 = V_3; NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(5 /* System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::get_ConstructorArguments() */, L_17); NullCheck(L_18); CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 L_19; L_19 = InterfaceFuncInvoker1< CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 , int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_tA9B3F6D4DDBA3A555103C2DDC65AD75936EAB181_il2cpp_TypeInfo_var, L_18, 0); V_4 = L_19; RuntimeObject * L_20; L_20 = CustomAttributeTypedArgument_get_Value_mA505A34818C3B7150DA38A17C55ECFA26990AC40_inline((CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 *)(&V_4), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var)); IL2CPP_LEAVE(0x8A, FINALLY_0080); } IL_0076: { RuntimeObject* L_21 = V_2; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0036; } } IL_007e: { IL2CPP_LEAVE(0x8A, FINALLY_0080); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: {// begin finally (depth: 1) { RuntimeObject* L_23 = V_2; if (!L_23) { goto IL_0089; } } IL_0083: { RuntimeObject* L_24 = V_2; NullCheck(L_24); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_24); } IL_0089: { IL2CPP_END_FINALLY(128) } }// end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8A, IL_008a) } IL_008a: { String_t* L_25 = V_0; if (L_25) { goto IL_00b8; } } { return (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)NULL; } IL_008f: { Assembly_t * L_26 = ___a0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_27 = { reinterpret_cast (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28; L_28 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_27, /*hidden argument*/NULL); NullCheck(L_26); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_29; L_29 = VirtualFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(15 /* System.Object[] System.Reflection.Assembly::GetCustomAttributes(System.Type,System.Boolean) */, L_26, L_28, (bool)0); V_5 = L_29; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_5; NullCheck(L_30); if ((((RuntimeArray*)L_30)->max_length)) { goto IL_00a9; } } { return (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)NULL; } IL_00a9: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = V_5; NullCheck(L_31); int32_t L_32 = 0; RuntimeObject * L_33 = (L_31)->GetAt(static_cast(L_32)); NullCheck(((SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 *)CastclassSealed((RuntimeObject*)L_33, SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_il2cpp_TypeInfo_var))); String_t* L_34; L_34 = SatelliteContractVersionAttribute_get_Version_mE8FFADCA6FE09FC10431B09B8105D5C1BBD9B74D_inline(((SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 *)CastclassSealed((RuntimeObject*)L_33, SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_34; } IL_00b8: { } IL_00b9: try {// begin try (depth: 1) String_t* L_35 = V_0; Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_36 = (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)il2cpp_codegen_object_new(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var); Version__ctor_mB484853E49F58F771DF106B7BDC92E49ACE3DAAE(L_36, L_35, /*hidden argument*/NULL); V_1 = L_36; goto IL_0105; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00c2; } throw e; } CATCH_00c2: {// begin catch(System.ArgumentOutOfRangeException) { V_6 = ((ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)); Assembly_t * L_37 = ___a0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_38, /*hidden argument*/NULL); NullCheck(L_39); Assembly_t * L_40; L_40 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_39); bool L_41; L_41 = Assembly_op_Equality_m08747340D9BAEC2056662DE73526DF33358F9FF9(L_37, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00e0; } } IL_00db: { V_7 = (Version_tBDAEDED25425A1D09910468B8BD1759115646E3C *)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0107; } IL_00e0: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = L_42; Assembly_t * L_44 = ___a0; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(0), (RuntimeObject *)L_45); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_46 = L_43; String_t* L_47 = V_0; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(1), (RuntimeObject *)L_47); String_t* L_48; L_48 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B0BED111ACEC20E3FDB3CB4723DABB14A607459)), L_46, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_49 = V_6; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_50 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852(L_50, L_48, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceManager_GetSatelliteContractVersion_m292310E13B8C3D25C6C246D5C79D21C0A200E7DC_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0105: { Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_51 = V_1; return L_51; } IL_0107: { Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * L_52 = V_7; return L_52; } } // System.Globalization.CultureInfo System.Resources.ResourceManager::GetNeutralResourcesLanguage(System.Reflection.Assembly) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ResourceManager_GetNeutralResourcesLanguage_mBED054A0976FB7AAAD8BA363E0391E5F40D8B228 (Assembly_t * ___a0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; Assembly_t * L_0 = ___a0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = ManifestBasedResourceGroveler_GetNeutralResourcesLanguage_mB70E9428F4989669BE5638FDC0D9BAB0AF0ABEAF(L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Resources.ResourceManager::CompareNames(System.String,System.String,System.Reflection.AssemblyName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceManager_CompareNames_m29F0917FD3A51ADD5B5444E1304573A4FB7A9D90 (String_t* ___asmTypeName10, String_t* ___typeName21, AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * ___asmName22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848A97F7360A08955AB3B08A739AFC04D590A51A); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * V_1 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t G_B3_0 = 0; { String_t* L_0 = ___asmTypeName10; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)44), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0010; } } { int32_t L_3 = V_0; G_B3_0 = L_3; goto IL_0016; } IL_0010: { String_t* L_4 = ___asmTypeName10; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; } IL_0016: { String_t* L_6 = ___typeName21; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)G_B3_0) == ((int32_t)L_7))) { goto IL_0020; } } { return (bool)0; } IL_0020: { String_t* L_8 = ___asmTypeName10; String_t* L_9 = ___typeName21; String_t* L_10 = ___typeName21; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); int32_t L_12; L_12 = String_Compare_m235536D851DC456E92886872EB685E9746CD8842(L_8, 0, L_9, 0, L_11, 4, /*hidden argument*/NULL); if (!L_12) { goto IL_0034; } } { return (bool)0; } IL_0034: { int32_t L_13 = V_0; if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_003a; } } { return (bool)1; } IL_003a: { String_t* L_14 = ___asmTypeName10; int32_t L_15 = V_0; int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); V_0 = L_16; NullCheck(L_14); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_18; L_18 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_003a; } } { String_t* L_19 = ___asmTypeName10; int32_t L_20 = V_0; NullCheck(L_19); String_t* L_21; L_21 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_19, L_20, /*hidden argument*/NULL); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_22 = (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 *)il2cpp_codegen_object_new(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); AssemblyName__ctor_mFA1200B6D7385CF240133CA0B4774BABA35985C4(L_22, L_21, /*hidden argument*/NULL); V_1 = L_22; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_23 = V_1; NullCheck(L_23); String_t* L_24; L_24 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_23, /*hidden argument*/NULL); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_25 = ___asmName22; NullCheck(L_25); String_t* L_26; L_26 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_25, /*hidden argument*/NULL); int32_t L_27; L_27 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_24, L_26, 5, /*hidden argument*/NULL); if (!L_27) { goto IL_006f; } } { return (bool)0; } IL_006f: { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline(L_28, /*hidden argument*/NULL); int32_t L_30; L_30 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_29, _stringLiteral848A97F7360A08955AB3B08A739AFC04D590A51A, 5, /*hidden argument*/NULL); if (L_30) { goto IL_0084; } } { return (bool)1; } IL_0084: { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_31 = V_1; NullCheck(L_31); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_32; L_32 = AssemblyName_get_CultureInfo_m5492100BEAD5EF23D938018918B44E4273989B7A_inline(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00ae; } } { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_33 = ___asmName22; NullCheck(L_33); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34; L_34 = AssemblyName_get_CultureInfo_m5492100BEAD5EF23D938018918B44E4273989B7A_inline(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00ae; } } { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_35 = V_1; NullCheck(L_35); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_36; L_36 = AssemblyName_get_CultureInfo_m5492100BEAD5EF23D938018918B44E4273989B7A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_36); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_38 = ___asmName22; NullCheck(L_38); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39; L_39 = AssemblyName_get_CultureInfo_m5492100BEAD5EF23D938018918B44E4273989B7A_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40; L_40 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_39); if ((((int32_t)L_37) == ((int32_t)L_40))) { goto IL_00ae; } } { return (bool)0; } IL_00ae: { AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_41 = V_1; NullCheck(L_41); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42; L_42 = AssemblyName_GetPublicKeyToken_mED8BF2E1C583A59170F835DFB502E248D4FB7F81(L_41, /*hidden argument*/NULL); V_2 = L_42; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_43 = ___asmName22; NullCheck(L_43); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44; L_44 = AssemblyName_GetPublicKeyToken_mED8BF2E1C583A59170F835DFB502E248D4FB7F81(L_43, /*hidden argument*/NULL); V_3 = L_44; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_2; if (!L_45) { goto IL_00ea; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = V_3; if (!L_46) { goto IL_00ea; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_2; NullCheck(L_47); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_3; NullCheck(L_48); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))) { goto IL_00cc; } } { return (bool)0; } IL_00cc: { V_4 = 0; goto IL_00e3; } IL_00d1: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_49 = V_2; int32_t L_50 = V_4; NullCheck(L_49); int32_t L_51 = L_50; uint8_t L_52 = (L_49)->GetAt(static_cast(L_51)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = V_3; int32_t L_54 = V_4; NullCheck(L_53); int32_t L_55 = L_54; uint8_t L_56 = (L_53)->GetAt(static_cast(L_55)); if ((((int32_t)L_52) == ((int32_t)L_56))) { goto IL_00dd; } } { return (bool)0; } IL_00dd: { int32_t L_57 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_00e3: { int32_t L_58 = V_4; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = V_2; NullCheck(L_59); if ((((int32_t)L_58) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))))) { goto IL_00d1; } } IL_00ea: { return (bool)1; } } // System.Void System.Resources.ResourceManager::SetAppXConfiguration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager_SetAppXConfiguration_m7FDC11BCCC5358C40D2E2F911210A1C8264D492B (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, const RuntimeMethod* method) { { return; } } // System.String System.Resources.ResourceManager::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_GetString_mEE256FE8E00CDDA1DBC17877C402C43DBE95490D (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1; L_1 = VirtualFuncInvoker2< String_t*, String_t*, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(10 /* System.String System.Resources.ResourceManager::GetString(System.String,System.Globalization.CultureInfo) */, __this, L_0, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL); return L_1; } } // System.String System.Resources.ResourceManager::GetString(System.String,System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceManager_GetString_m526E13120D0ACFBD43621A8D4ACE38F17BBBD92A (ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A * __this, String_t* ___name0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_3 = NULL; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * V_4 = NULL; String_t* V_5 = NULL; CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * V_6 = NULL; bool V_7 = false; String_t* V_8 = 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*)&ResourceManager_GetString_m526E13120D0ACFBD43621A8D4ACE38F17BBBD92A_RuntimeMethod_var))); } IL_000e: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___culture1; if (L_2) { goto IL_001d; } } { Thread_tB9EB71664220EE16451AF3276D78DE6614D2A414 * L_3; L_3 = Thread_get_CurrentThread_m80236D2457FBCC1F76A08711E059A0B738DA71EC(/*hidden argument*/NULL); NullCheck(L_3); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = Thread_GetCurrentUICultureNoAppX_m343742878BAD829DD4D1DD15B9123D43755B8E67(L_3, /*hidden argument*/NULL); ___culture1 = L_4; } IL_001d: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5 = ___culture1; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_6; L_6 = ResourceManager_GetFirstResourceSet_m97802974410D8B61DCE86DAD685F97B78D952818(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_7 = V_0; if (!L_7) { goto IL_003b; } } { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_8 = V_0; String_t* L_9 = ___name0; bool L_10 = __this->get__ignoreCase_9(); NullCheck(L_8); String_t* L_11; L_11 = VirtualFuncInvoker2< String_t*, String_t*, bool >::Invoke(9 /* System.String System.Resources.ResourceSet::GetString(System.String,System.Boolean) */, L_8, L_9, L_10); V_1 = L_11; String_t* L_12 = V_1; if (!L_12) { goto IL_003b; } } { String_t* L_13 = V_1; return L_13; } IL_003b: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14 = ___culture1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15 = __this->get__neutralResourcesCulture_7(); ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 * L_16 = (ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652 *)il2cpp_codegen_object_new(ResourceFallbackManager_t519E633959AC8EE890105625261272326BED6652_il2cpp_TypeInfo_var); ResourceFallbackManager__ctor_m917C7C658904F87AF930517B6731700881CD9C53(L_16, L_14, L_15, (bool)1, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject* L_17; L_17 = ResourceFallbackManager_GetEnumerator_m8E63087B693207E42C9ECE1782FAF04727FEF168(L_16, /*hidden argument*/NULL); V_2 = L_17; } IL_004e: try {// begin try (depth: 1) { goto IL_00d8; } IL_0053: { RuntimeObject* L_18 = V_2; NullCheck(L_18); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19; L_19 = InterfaceFuncInvoker0< CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tD1FAB1FB1CCB130AFB76BC07D5BFCB464C975A36_il2cpp_TypeInfo_var, L_18); V_3 = L_19; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20 = V_3; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_21; L_21 = VirtualFuncInvoker3< ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *, bool, bool >::Invoke(8 /* System.Resources.ResourceSet System.Resources.ResourceManager::InternalGetResourceSet(System.Globalization.CultureInfo,System.Boolean,System.Boolean) */, __this, L_20, (bool)1, (bool)1); V_4 = L_21; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_22 = V_4; if (L_22) { goto IL_006e; } } IL_0069: { IL2CPP_LEAVE(0xEF, FINALLY_00e5); } IL_006e: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_23 = V_4; ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_24 = V_0; if ((((RuntimeObject*)(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)L_23) == ((RuntimeObject*)(ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F *)L_24))) { goto IL_00d8; } } IL_0073: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_25 = V_4; String_t* L_26 = ___name0; bool L_27 = __this->get__ignoreCase_9(); NullCheck(L_25); String_t* L_28; L_28 = VirtualFuncInvoker2< String_t*, String_t*, bool >::Invoke(9 /* System.String System.Resources.ResourceSet::GetString(System.String,System.Boolean) */, L_25, L_26, L_27); V_5 = L_28; String_t* L_29 = V_5; if (!L_29) { goto IL_00d5; } } IL_0087: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_30 = __this->get__lastUsedResourceCache_8(); if (!L_30) { goto IL_00cf; } } IL_008f: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_31 = __this->get__lastUsedResourceCache_8(); V_6 = L_31; V_7 = (bool)0; } IL_009a: try {// begin try (depth: 2) CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_32 = V_6; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_32, (bool*)(&V_7), /*hidden argument*/NULL); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_33 = __this->get__lastUsedResourceCache_8(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_34 = V_3; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_34); NullCheck(L_33); L_33->set_lastCultureName_0(L_35); CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_36 = __this->get__lastUsedResourceCache_8(); ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_37 = V_4; NullCheck(L_36); L_36->set_lastResourceSet_1(L_37); IL2CPP_LEAVE(0xCF, FINALLY_00c3); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c3; } FINALLY_00c3: {// begin finally (depth: 2) { bool L_38 = V_7; if (!L_38) { goto IL_00ce; } } IL_00c7: { CultureNameResourceSetPair_t7DF2947B0015A29C8148DB0F32695ECB59369A84 * L_39 = V_6; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_39, /*hidden argument*/NULL); } IL_00ce: { IL2CPP_END_FINALLY(195) } }// end finally (depth: 2) IL2CPP_CLEANUP(195) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCF, IL_00cf) } IL_00cf: { String_t* L_40 = V_5; V_8 = L_40; IL2CPP_LEAVE(0xF1, FINALLY_00e5); } IL_00d5: { ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F * L_41 = V_4; V_0 = L_41; } IL_00d8: { RuntimeObject* L_42 = V_2; NullCheck(L_42); bool L_43; L_43 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_0053; } } IL_00e3: { IL2CPP_LEAVE(0xEF, FINALLY_00e5); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: {// begin finally (depth: 1) { RuntimeObject* L_44 = V_2; if (!L_44) { goto IL_00ee; } } IL_00e8: { RuntimeObject* L_45 = V_2; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_45); } IL_00ee: { IL2CPP_END_FINALLY(229) } }// end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xEF, IL_00ef) IL2CPP_JUMP_TBL(0xF1, IL_00f1) } IL_00ef: { return (String_t*)NULL; } IL_00f1: { String_t* L_46 = V_8; return L_46; } } // System.Void System.Resources.ResourceManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceManager__cctor_mCDC71F9F8CD3D7038A0C99CEEE85F1D4C79EC97A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeResourceSet_tE6CEE5AD87FD9B32ABB7C6738D4B04104FE5CE3A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set_MagicNumber_18(((int32_t)-1091581234)); ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set_HeaderVersionNumber_19(1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (ResourceSet_t04B4806442F31EFE5374C485BB883BBA6F75566F_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); ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set__minResourceSet_20(L_1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_3); ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set_ResReaderTypeName_21(L_4); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (RuntimeResourceSet_tE6CEE5AD87FD9B32ABB7C6738D4B04104FE5CE3A_0_0_0_var) }; Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_6); ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set_ResSetTypeName_22(L_7); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); NullCheck(L_9); Assembly_t * L_10; L_10 = VirtualFuncInvoker0< Assembly_t * >::Invoke(25 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.Assembly::get_FullName() */, L_10); ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set_MscorlibName_23(L_11); ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->set_DEBUG_24(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.Resources.ResourceReader::.ctor(System.IO.Stream,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ctor_m92FD72E947B96815A3B3CAD6165E0F041237C506 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA * ___resCache1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA * L_0 = ___resCache1; __this->set__resCache_1(L_0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2; L_2 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_3 = (BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 *)il2cpp_codegen_object_new(BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128_il2cpp_TypeInfo_var); BinaryReader__ctor_m0877557BEFE1C22B709C187A077D28CFBC777C76(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set__store_0(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4 = ___stream0; __this->set__ums_12(((UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 *)IsInstClass((RuntimeObject*)L_4, UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_il2cpp_TypeInfo_var))); ResourceReader_ReadResources_m4E4B43FD9FC317785AAEDFA6818CBE8383CC6E7B(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Close_m7EBB2FE8CE813A2FD0A94D0402BE3A7BCD45B7AD (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { { ResourceReader_Dispose_mBA857FCE67D1D1BF219890B20784DBB20AE3070C(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Dispose_m5DF18F172DC49D4061649DC45A46EDEA72E530CE (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { { ResourceReader_Close_m7EBB2FE8CE813A2FD0A94D0402BE3A7BCD45B7AD(__this, /*hidden argument*/NULL); return; } } // System.Void System.Resources.ResourceReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_Dispose_mBA857FCE67D1D1BF219890B20784DBB20AE3070C (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, bool ___disposing0, const RuntimeMethod* method) { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * V_0 = NULL; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); if (!L_0) { goto IL_0055; } } { __this->set__resCache_1((Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA *)NULL); bool L_1 = ___disposing0; if (!L_1) { goto IL_0029; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_2 = __this->get__store_0(); V_0 = L_2; __this->set__store_0((BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 *)NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_3 = V_0; if (!L_3) { goto IL_0029; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_4 = V_0; NullCheck(L_4); VirtualActionInvoker0::Invoke(6 /* System.Void System.IO.BinaryReader::Close() */, L_4); } IL_0029: { __this->set__store_0((BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 *)NULL); __this->set__namePositions_6((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set__nameHashes_4((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)NULL); __this->set__ums_12((UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 *)NULL); __this->set__namePositionsPtr_7((int32_t*)((uintptr_t)0)); __this->set__nameHashesPtr_5((int32_t*)((uintptr_t)0)); } IL_0055: { return; } } // System.Int32 System.Resources.ResourceReader::ReadUnalignedI4(System.Int32*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_ReadUnalignedI4_mE2AD4BA5968F35C387B09C120B9CA4F3131A93E3 (int32_t* ___p0, const RuntimeMethod* method) { uint8_t* V_0 = NULL; { int32_t* L_0 = ___p0; V_0 = (uint8_t*)L_0; uint8_t* L_1 = V_0; int32_t L_2 = *((uint8_t*)L_1); uint8_t* L_3 = V_0; int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1))); uint8_t* L_5 = V_0; int32_t L_6 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)2))); uint8_t* L_7 = V_0; int32_t L_8 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)3))); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_4<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_6<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)24))))); } } // System.Void System.Resources.ResourceReader::SkipString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); NullCheck(L_0); int32_t L_1; L_1 = BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0020; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14C34BD3F66781E25B06A29154AFFCEAF4629ED8)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_4 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED_RuntimeMethod_var))); } IL_0020: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_5 = __this->get__store_0(); NullCheck(L_5); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6; L_6 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_5); int32_t L_7 = V_0; NullCheck(L_6); int64_t L_8; L_8 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_6, ((int64_t)((int64_t)L_7)), 1); return; } } // System.Int32 System.Resources.ResourceReader::GetNameHash(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNameHash_m50D3F538FF6572761A276B767A2ED00D82877734 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___index0, const RuntimeMethod* method) { { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_0 = __this->get__ums_12(); if (L_0) { goto IL_0011; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get__nameHashes_4(); int32_t L_2 = ___index0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } IL_0011: { int32_t* L_5 = __this->get__nameHashesPtr_5(); int32_t L_6 = ___index0; int32_t L_7; L_7 = ResourceReader_ReadUnalignedI4_mE2AD4BA5968F35C387B09C120B9CA4F3131A93E3((int32_t*)(int32_t*)((uintptr_t)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)4))))), /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Resources.ResourceReader::GetNamePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___index0, const RuntimeMethod* method) { int32_t V_0 = 0; { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_0 = __this->get__ums_12(); if (L_0) { goto IL_0013; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get__namePositions_6(); int32_t L_2 = ___index0; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; goto IL_0025; } IL_0013: { int32_t* L_5 = __this->get__namePositionsPtr_7(); int32_t L_6 = ___index0; int32_t L_7; L_7 = ResourceReader_ReadUnalignedI4_mE2AD4BA5968F35C387B09C120B9CA4F3131A93E3((int32_t*)(int32_t*)((uintptr_t)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)4))))), /*hidden argument*/NULL); V_0 = L_7; } IL_0025: { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_003a; } } { int32_t L_9 = V_0; int64_t L_10 = __this->get__dataSectionOffset_3(); int64_t L_11 = __this->get__nameSectionOffset_2(); if ((((int64_t)((int64_t)((int64_t)L_9))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_10, (int64_t)L_11))))) { goto IL_0059; } } IL_003a: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = (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_13 = L_12; int32_t L_14 = V_0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_16); String_t* L_17; L_17 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52CF963C5CA315A7810A381C1C956168DB9485EA)), L_13, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_18 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6_RuntimeMethod_var))); } IL_0059: { int32_t L_19 = V_0; return L_19; } } // System.Collections.IEnumerator System.Resources.ResourceReader::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_System_Collections_IEnumerable_GetEnumerator_mDD3EBEFB28A64CC397A042DC1A6207D5B1DEAFE7 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = ResourceReader_GetEnumerator_mDCC74CF82DBA17E4A3E1FB68FD3F71DE891DB6AB(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IDictionaryEnumerator System.Resources.ResourceReader::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ResourceReader_GetEnumerator_mDCC74CF82DBA17E4A3E1FB68FD3F71DE891DB6AB (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t46A02F90A8D65228E634FEFFC9BE32C560592BBA * L_0 = __this->get__resCache_1(); 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*)&_stringLiteralBABE3225825740D4B38E1B426129BEB173526DB0)), /*hidden argument*/NULL); 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, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_GetEnumerator_mDCC74CF82DBA17E4A3E1FB68FD3F71DE891DB6AB_RuntimeMethod_var))); } IL_0018: { ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 * L_3 = (ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 *)il2cpp_codegen_object_new(ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1_il2cpp_TypeInfo_var); ResourceEnumerator__ctor_m7F8E82E3188BA2DDAC237D8EFD699956E54B44F1(L_3, __this, /*hidden argument*/NULL); return L_3; } } // System.Resources.ResourceReader/ResourceEnumerator System.Resources.ResourceReader::GetEnumeratorInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 * ResourceReader_GetEnumeratorInternal_mB70EF3992D9A4E41A8D0D96AC13EBC31A00A79FA (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 * L_0 = (ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1 *)il2cpp_codegen_object_new(ResourceEnumerator_t294F4937CEAB5CA70E284536DA9645E2900FC0C1_il2cpp_TypeInfo_var); ResourceEnumerator__ctor_m7F8E82E3188BA2DDAC237D8EFD699956E54B44F1(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Resources.ResourceReader::FindPosForResource(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ResourceReader_FindPosForResource_m4E578241859F035A26A32C75D947CA2BD074BA66 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastResourceComparer_tB7209D9F84211D726E260A068C0C6C82E290DD3D_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; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * V_7 = NULL; bool V_8 = false; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tB7209D9F84211D726E260A068C0C6C82E290DD3D_il2cpp_TypeInfo_var); int32_t L_1; L_1 = FastResourceComparer_HashFunction_mE3CFF0877766F5D36F93786821C4B196D2FD3ED2(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; int32_t L_2 = __this->get__numResources_11(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); V_3 = (-1); V_4 = (bool)0; goto IL_0057; } IL_0019: { int32_t L_3 = V_1; int32_t L_4 = V_2; V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))>>(int32_t)1)); int32_t L_5 = V_3; int32_t L_6; L_6 = ResourceReader_GetNameHash_m50D3F538FF6572761A276B767A2ED00D82877734(__this, L_5, /*hidden argument*/NULL); V_5 = L_6; int32_t L_7 = V_5; int32_t L_8 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0032; } } { V_6 = 0; goto IL_003f; } IL_0032: { int32_t L_9 = V_5; int32_t L_10 = V_0; if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_003c; } } { V_6 = (-1); goto IL_003f; } IL_003c: { V_6 = 1; } IL_003f: { int32_t L_11 = V_6; if (L_11) { goto IL_0048; } } { V_4 = (bool)1; goto IL_005b; } IL_0048: { int32_t L_12 = V_6; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0053; } } { int32_t L_13 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0057; } IL_0053: { int32_t L_14 = V_3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_0057: { int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_0019; } } IL_005b: { bool L_17 = V_4; if (L_17) { goto IL_0061; } } { return (-1); } IL_0061: { int32_t L_18 = V_1; int32_t L_19 = V_3; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_007d; } } { int32_t L_20 = V_3; V_1 = L_20; goto IL_006d; } IL_0069: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); } IL_006d: { int32_t L_22 = V_1; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_007d; } } { int32_t L_23 = V_1; int32_t L_24; L_24 = ResourceReader_GetNameHash_m50D3F538FF6572761A276B767A2ED00D82877734(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); int32_t L_25 = V_0; if ((((int32_t)L_24) == ((int32_t)L_25))) { goto IL_0069; } } IL_007d: { int32_t L_26 = V_2; int32_t L_27 = V_3; if ((((int32_t)L_26) == ((int32_t)L_27))) { goto IL_00a0; } } { int32_t L_28 = V_3; V_2 = L_28; goto IL_0089; } IL_0085: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0089: { int32_t L_30 = V_2; int32_t L_31 = __this->get__numResources_11(); if ((((int32_t)L_30) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1))))) { goto IL_00a0; } } { int32_t L_32 = V_2; int32_t L_33; L_33 = ResourceReader_GetNameHash_m50D3F538FF6572761A276B767A2ED00D82877734(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); int32_t L_34 = V_0; if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_0085; } } IL_00a0: { V_7 = __this; V_8 = (bool)0; } IL_00a6: try {// begin try (depth: 1) { ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * L_35 = V_7; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_35, (bool*)(&V_8), /*hidden argument*/NULL); int32_t L_36 = V_1; V_9 = L_36; goto IL_013c; } IL_00b7: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_37 = __this->get__store_0(); NullCheck(L_37); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_38; L_38 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_37); int64_t L_39 = __this->get__nameSectionOffset_2(); int32_t L_40 = V_9; int32_t L_41; L_41 = ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6(__this, L_40, /*hidden argument*/NULL); NullCheck(L_38); int64_t L_42; L_42 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_38, ((int64_t)il2cpp_codegen_add((int64_t)L_39, (int64_t)((int64_t)((int64_t)L_41)))), 0); String_t* L_43 = ___name0; bool L_44; L_44 = ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676(__this, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0136; } } IL_00e2: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_45 = __this->get__store_0(); NullCheck(L_45); int32_t L_46; L_46 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_45); V_10 = L_46; int32_t L_47 = V_10; if ((((int32_t)L_47) < ((int32_t)0))) { goto IL_0110; } } IL_00f4: { int32_t L_48 = V_10; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_49 = __this->get__store_0(); NullCheck(L_49); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_50; L_50 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_49); NullCheck(L_50); int64_t L_51; L_51 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_50); int64_t L_52 = __this->get__dataSectionOffset_3(); if ((((int64_t)((int64_t)((int64_t)L_48))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_51, (int64_t)L_52))))) { goto IL_0130; } } IL_0110: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_53 = (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_54 = L_53; int32_t L_55 = V_10; int32_t L_56 = L_55; RuntimeObject * L_57 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_56); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_57); (L_54)->SetAt(static_cast(0), (RuntimeObject *)L_57); String_t* L_58; L_58 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7A459B3CE5C576DF6A82C15CBB9C9198D385D7F)), L_54, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_59 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_59, L_58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_FindPosForResource_m4E578241859F035A26A32C75D947CA2BD074BA66_RuntimeMethod_var))); } IL_0130: { int32_t L_60 = V_10; V_11 = L_60; IL2CPP_LEAVE(0x154, FINALLY_0146); } IL_0136: { int32_t L_61 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_013c: { int32_t L_62 = V_9; int32_t L_63 = V_2; if ((((int32_t)L_62) <= ((int32_t)L_63))) { goto IL_00b7; } } IL_0144: { IL2CPP_LEAVE(0x152, FINALLY_0146); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0146; } FINALLY_0146: {// begin finally (depth: 1) { bool L_64 = V_8; if (!L_64) { goto IL_0151; } } IL_014a: { ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * L_65 = V_7; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_65, /*hidden argument*/NULL); } IL_0151: { IL2CPP_END_FINALLY(326) } }// end finally (depth: 1) IL2CPP_CLEANUP(326) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x154, IL_0154) IL2CPP_JUMP_TBL(0x152, IL_0152) } IL_0152: { return (-1); } IL_0154: { int32_t L_66 = V_11; return L_66; } } // System.Boolean System.Resources.ResourceReader::CompareStringEqualsName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, String_t* ___name0, 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*)&FastResourceComparer_tB7209D9F84211D726E260A068C0C6C82E290DD3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint8_t* G_B5_0 = NULL; uint8_t* G_B4_0 = NULL; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); NullCheck(L_0); int32_t L_1; L_1 = BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0020; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14C34BD3F66781E25B06A29154AFFCEAF4629ED8)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_4 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676_RuntimeMethod_var))); } IL_0020: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_5 = __this->get__ums_12(); if (!L_5) { goto IL_0075; } } { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_6 = __this->get__ums_12(); NullCheck(L_6); uint8_t* L_7; L_7 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_6, /*hidden argument*/NULL); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_8 = __this->get__ums_12(); int32_t L_9 = V_0; NullCheck(L_8); int64_t L_10; L_10 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_8, ((int64_t)((int64_t)L_9)), 1); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_11 = __this->get__ums_12(); NullCheck(L_11); int64_t L_12; L_12 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_11); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_13 = __this->get__ums_12(); NullCheck(L_13); int64_t L_14; L_14 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_13); G_B4_0 = L_7; if ((((int64_t)L_12) <= ((int64_t)L_14))) { G_B5_0 = L_7; goto IL_006a; } } { String_t* L_15; L_15 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48A932D52F2443BFCD9EABA8E0F9219F164AD5B0)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_16 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676_RuntimeMethod_var))); } IL_006a: { int32_t L_17 = V_0; String_t* L_18 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tB7209D9F84211D726E260A068C0C6C82E290DD3D_il2cpp_TypeInfo_var); int32_t L_19; L_19 = FastResourceComparer_CompareOrdinal_mF73EA814033E3E7DD5F03C8844BD57804D786115((uint8_t*)(uint8_t*)G_B5_0, L_17, L_18, /*hidden argument*/NULL); return (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0); } IL_0075: { int32_t L_20 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_20); V_1 = L_21; int32_t L_22 = V_0; V_2 = L_22; goto IL_00a8; } IL_0080: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_23 = __this->get__store_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = V_1; int32_t L_25 = V_0; int32_t L_26 = V_2; int32_t L_27 = V_2; NullCheck(L_23); int32_t L_28; L_28 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(24 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_23, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)), L_27); V_3 = L_28; int32_t L_29 = V_3; if (L_29) { goto IL_00a4; } } { String_t* L_30; L_30 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FB73D834B8161D53CADB30A465BA02D56523CEB)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_31 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_31, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_CompareStringEqualsName_m92277B56A2842D90A345C32FD9EA56B1E62BD676_RuntimeMethod_var))); } IL_00a4: { int32_t L_32 = V_2; int32_t L_33 = V_3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)); } IL_00a8: { int32_t L_34 = V_2; if ((((int32_t)L_34) > ((int32_t)0))) { goto IL_0080; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_1; int32_t L_36 = V_0; String_t* L_37 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(FastResourceComparer_tB7209D9F84211D726E260A068C0C6C82E290DD3D_il2cpp_TypeInfo_var); int32_t L_38; L_38 = FastResourceComparer_CompareOrdinal_mD72E2068D490F764AFAD9E4D182BF1CB46AAEF3B(L_35, ((int32_t)((int32_t)L_36/(int32_t)2)), L_37, /*hidden argument*/NULL); return (bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0); } } // System.String System.Resources.ResourceReader::AllocateStringForNameIndex(System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___index0, int32_t* ___dataOffset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; int64_t V_2 = 0; ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; String_t* V_6 = NULL; Il2CppChar* V_7 = NULL; uint8_t* V_8 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_9 = NULL; int32_t V_10 = 0; uint8_t* V_11 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_12 = NULL; String_t* V_13 = NULL; int32_t V_14 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___index0; int32_t L_1; L_1 = ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6(__this, L_0, /*hidden argument*/NULL); V_2 = ((int64_t)((int64_t)L_1)); V_3 = __this; V_4 = (bool)0; } IL_000e: try {// begin try (depth: 1) { ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * L_2 = V_3; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_4), /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_3 = __this->get__store_0(); NullCheck(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_3); int64_t L_5 = V_2; int64_t L_6 = __this->get__nameSectionOffset_2(); NullCheck(L_4); int64_t L_7; L_7 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_6)), 0); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_8 = __this->get__store_0(); NullCheck(L_8); int32_t L_9; L_9 = BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6(L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0050; } } IL_0040: { String_t* L_11; L_11 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral14C34BD3F66781E25B06A29154AFFCEAF4629ED8)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_12 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B_RuntimeMethod_var))); } IL_0050: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_13 = __this->get__ums_12(); if (!L_13) { goto IL_018a; } } IL_005b: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_14 = __this->get__ums_12(); NullCheck(L_14); int64_t L_15; L_15 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_14); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_16 = __this->get__ums_12(); NullCheck(L_16); int64_t L_17; L_17 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_16); int32_t L_18 = V_1; if ((((int64_t)L_15) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_17, (int64_t)((int64_t)((int64_t)L_18))))))) { goto IL_0095; } } IL_0076: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (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_20 = L_19; int32_t L_21 = ___index0; int32_t L_22 = L_21; RuntimeObject * L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_22); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_23); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_23); String_t* L_24; L_24 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10DFA10384477091B86CB5D09DA89577EA03ECF9)), L_20, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_25 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B_RuntimeMethod_var))); } IL_0095: { V_6 = (String_t*)NULL; UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_26 = __this->get__ums_12(); NullCheck(L_26); uint8_t* L_27; L_27 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_26, /*hidden argument*/NULL); V_7 = (Il2CppChar*)L_27; IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_28 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if (L_28) { goto IL_0112; } } IL_00ac: { Il2CppChar* L_29 = V_7; V_8 = (uint8_t*)L_29; int32_t L_30 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_30); V_9 = L_31; V_10 = 0; goto IL_00dd; } IL_00bd: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_9; int32_t L_33 = V_10; uint8_t* L_34 = V_8; int32_t L_35 = V_10; int32_t L_36 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)L_35)), (int32_t)1))); NullCheck(L_32); (L_32)->SetAt(static_cast(L_33), (uint8_t)L_36); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_9; int32_t L_38 = V_10; uint8_t* L_39 = V_8; int32_t L_40 = V_10; int32_t L_41 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)L_40))); NullCheck(L_37); (L_37)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))), (uint8_t)L_41); int32_t L_42 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2)); } IL_00dd: { int32_t L_43 = V_10; int32_t L_44 = V_1; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_00bd; } } IL_00e2: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_46 = L_45; V_12 = L_46; if (!L_46) { goto IL_00ef; } } IL_00e9: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_47 = V_12; NullCheck(L_47); if (((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))) { goto IL_00f5; } } IL_00ef: { V_11 = (uint8_t*)((uintptr_t)0); goto IL_0100; } IL_00f5: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_48 = V_12; NullCheck(L_48); V_11 = (uint8_t*)((uintptr_t)((L_48)->GetAddressAt(static_cast(0)))); } IL_0100: { uint8_t* L_49 = V_11; int32_t L_50 = V_1; String_t* L_51; L_51 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_49, 0, ((int32_t)((int32_t)L_50/(int32_t)2)), /*hidden argument*/NULL); V_6 = L_51; V_12 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; goto IL_011f; } IL_0112: { Il2CppChar* L_52 = V_7; int32_t L_53 = V_1; String_t* L_54; L_54 = String_CreateString_m854F19B67F5E1B63737E096BF53CC56AB12AF777(NULL, (Il2CppChar*)(Il2CppChar*)L_52, 0, ((int32_t)((int32_t)L_53/(int32_t)2)), /*hidden argument*/NULL); V_6 = L_54; } IL_011f: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_55 = __this->get__ums_12(); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_56 = L_55; NullCheck(L_56); int64_t L_57; L_57 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_56); int32_t L_58 = V_1; NullCheck(L_56); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_56, ((int64_t)il2cpp_codegen_add((int64_t)L_57, (int64_t)((int64_t)((int64_t)L_58))))); int32_t* L_59 = ___dataOffset1; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_60 = __this->get__store_0(); NullCheck(L_60); int32_t L_61; L_61 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_60); *((int32_t*)L_59) = (int32_t)L_61; int32_t* L_62 = ___dataOffset1; int32_t L_63 = *((int32_t*)L_62); if ((((int32_t)L_63) < ((int32_t)0))) { goto IL_0161; } } IL_0145: { int32_t* L_64 = ___dataOffset1; int32_t L_65 = *((int32_t*)L_64); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_66 = __this->get__store_0(); NullCheck(L_66); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_67; L_67 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_66); NullCheck(L_67); int64_t L_68; L_68 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_67); int64_t L_69 = __this->get__dataSectionOffset_3(); if ((((int64_t)((int64_t)((int64_t)L_65))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_68, (int64_t)L_69))))) { goto IL_0181; } } IL_0161: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_70 = (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_71 = L_70; int32_t* L_72 = ___dataOffset1; int32_t L_73 = *((int32_t*)L_72); int32_t L_74 = L_73; RuntimeObject * L_75 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_74); NullCheck(L_71); ArrayElementTypeCheck (L_71, L_75); (L_71)->SetAt(static_cast(0), (RuntimeObject *)L_75); String_t* L_76; L_76 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7A459B3CE5C576DF6A82C15CBB9C9198D385D7F)), L_71, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_77 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_77, L_76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B_RuntimeMethod_var))); } IL_0181: { String_t* L_78 = V_6; V_13 = L_78; IL2CPP_LEAVE(0x242, FINALLY_0229); } IL_018a: { int32_t L_79 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_79); V_0 = L_80; int32_t L_81 = V_1; V_5 = L_81; goto IL_01d4; } IL_0196: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_82 = __this->get__store_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_83 = V_0; int32_t L_84 = V_1; int32_t L_85 = V_5; int32_t L_86 = V_5; NullCheck(L_82); int32_t L_87; L_87 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(24 /* System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) */, L_82, L_83, ((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)L_85)), L_86); V_14 = L_87; int32_t L_88 = V_14; if (L_88) { goto IL_01cd; } } IL_01ae: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_89 = (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_90 = L_89; int32_t L_91 = ___index0; int32_t L_92 = L_91; RuntimeObject * L_93 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_92); NullCheck(L_90); ArrayElementTypeCheck (L_90, L_93); (L_90)->SetAt(static_cast(0), (RuntimeObject *)L_93); String_t* L_94; L_94 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CE7BE942DD7F80105C4D6B37DEAFFC4DE57477B)), L_90, /*hidden argument*/NULL); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_95 = (EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var))); EndOfStreamException__ctor_m62AD97E22305B690B74C4EA6E3EAC36D10CE3800(L_95, L_94, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B_RuntimeMethod_var))); } IL_01cd: { int32_t L_96 = V_5; int32_t L_97 = V_14; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)L_97)); } IL_01d4: { int32_t L_98 = V_5; if ((((int32_t)L_98) > ((int32_t)0))) { goto IL_0196; } } IL_01d9: { int32_t* L_99 = ___dataOffset1; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_100 = __this->get__store_0(); NullCheck(L_100); int32_t L_101; L_101 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_100); *((int32_t*)L_99) = (int32_t)L_101; int32_t* L_102 = ___dataOffset1; int32_t L_103 = *((int32_t*)L_102); if ((((int32_t)L_103) < ((int32_t)0))) { goto IL_0207; } } IL_01eb: { int32_t* L_104 = ___dataOffset1; int32_t L_105 = *((int32_t*)L_104); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_106 = __this->get__store_0(); NullCheck(L_106); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_107; L_107 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_106); NullCheck(L_107); int64_t L_108; L_108 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_107); int64_t L_109 = __this->get__dataSectionOffset_3(); if ((((int64_t)((int64_t)((int64_t)L_105))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_108, (int64_t)L_109))))) { goto IL_0227; } } IL_0207: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_110 = (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_111 = L_110; int32_t* L_112 = ___dataOffset1; int32_t L_113 = *((int32_t*)L_112); int32_t L_114 = L_113; RuntimeObject * L_115 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_114); NullCheck(L_111); ArrayElementTypeCheck (L_111, L_115); (L_111)->SetAt(static_cast(0), (RuntimeObject *)L_115); String_t* L_116; L_116 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7A459B3CE5C576DF6A82C15CBB9C9198D385D7F)), L_111, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_117 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_117, L_116, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_117, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_AllocateStringForNameIndex_m39D1D52E82241C0A4F35E38F1C6F3D71BDA35A7B_RuntimeMethod_var))); } IL_0227: { IL2CPP_LEAVE(0x234, FINALLY_0229); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0229; } FINALLY_0229: {// begin finally (depth: 1) { bool L_118 = V_4; if (!L_118) { goto IL_0233; } } IL_022d: { ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * L_119 = V_3; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_119, /*hidden argument*/NULL); } IL_0233: { IL2CPP_END_FINALLY(553) } }// end finally (depth: 1) IL2CPP_CLEANUP(553) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x242, IL_0242) IL2CPP_JUMP_TBL(0x234, IL_0234) } IL_0234: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_120; L_120 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_121 = V_0; int32_t L_122 = V_1; NullCheck(L_120); String_t* L_123; L_123 = VirtualFuncInvoker3< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(36 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_120, L_121, 0, L_122); return L_123; } IL_0242: { String_t* L_124 = V_13; return L_124; } } // System.Object System.Resources.ResourceReader::GetValueForNameIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_GetValueForNameIndex_mA8FDC3C1C68F64AC94ADAC6D6B3AA98C39903222 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___index0, const RuntimeMethod* method) { int64_t V_0 = 0; ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___index0; int32_t L_1; L_1 = ResourceReader_GetNamePosition_m38BC10594E3559AF22A11B6F6F598CA457D96BE6(__this, L_0, /*hidden argument*/NULL); V_0 = ((int64_t)((int64_t)L_1)); V_1 = __this; V_2 = (bool)0; } IL_000d: try {// begin try (depth: 1) { ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * L_2 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_2, (bool*)(&V_2), /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_3 = __this->get__store_0(); NullCheck(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_3); int64_t L_5 = V_0; int64_t L_6 = __this->get__nameSectionOffset_2(); NullCheck(L_4); int64_t L_7; L_7 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_4, ((int64_t)il2cpp_codegen_add((int64_t)L_5, (int64_t)L_6)), 0); ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED(__this, /*hidden argument*/NULL); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_8 = __this->get__store_0(); NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_8); V_3 = L_9; int32_t L_10 = V_3; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0060; } } IL_0045: { int32_t L_11 = V_3; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_12 = __this->get__store_0(); NullCheck(L_12); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_13; L_13 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_12); NullCheck(L_13); int64_t L_14; L_14 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_13); int64_t L_15 = __this->get__dataSectionOffset_3(); if ((((int64_t)((int64_t)((int64_t)L_11))) < ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_14, (int64_t)L_15))))) { goto IL_007f; } } IL_0060: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = (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_17 = L_16; int32_t L_18 = V_3; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_19); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_20); String_t* L_21; L_21 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7A459B3CE5C576DF6A82C15CBB9C9198D385D7F)), L_17, /*hidden argument*/NULL); FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 * L_22 = (FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_t119BB207B54B4B1BC28D9B1783C4625AE23D4759_il2cpp_TypeInfo_var))); FormatException__ctor_mB8F9A26F985EF9A6C0C082F7D70CFDF2DBDBB23B(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_GetValueForNameIndex_mA8FDC3C1C68F64AC94ADAC6D6B3AA98C39903222_RuntimeMethod_var))); } IL_007f: { int32_t L_23 = __this->get__version_13(); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0093; } } IL_0088: { int32_t L_24 = V_3; RuntimeObject * L_25; L_25 = ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE(__this, L_24, /*hidden argument*/NULL); V_5 = L_25; IL2CPP_LEAVE(0xAA, FINALLY_00a0); } IL_0093: { int32_t L_26 = V_3; RuntimeObject * L_27; L_27 = ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080(__this, L_26, (int32_t*)(&V_4), /*hidden argument*/NULL); V_5 = L_27; IL2CPP_LEAVE(0xAA, FINALLY_00a0); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a0; } FINALLY_00a0: {// begin finally (depth: 1) { bool L_28 = V_2; if (!L_28) { goto IL_00a9; } } IL_00a3: { ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * L_29 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_29, /*hidden argument*/NULL); } IL_00a9: { IL2CPP_END_FINALLY(160) } }// end finally (depth: 1) IL2CPP_CLEANUP(160) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xAA, IL_00aa) } IL_00aa: { RuntimeObject * L_30 = V_5; return L_30; } } // System.String System.Resources.ResourceReader::LoadString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ResourceReader_LoadString_m91BBA61E9BFF645CF1408D8952264A6A8114672D (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); NullCheck(L_0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_0); int64_t L_2 = __this->get__dataSectionOffset_3(); int32_t L_3 = ___pos0; NullCheck(L_1); int64_t L_4; L_4 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)((int64_t)L_3)))), 0); V_0 = (String_t*)NULL; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_5 = __this->get__store_0(); NullCheck(L_5); int32_t L_6; L_6 = BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6(L_5, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = __this->get__version_13(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0083; } } { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)(-1))))) { goto IL_0038; } } { return (String_t*)NULL; } IL_0038: { int32_t L_9 = V_1; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10; L_10 = ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194(__this, L_9, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); bool L_13; L_13 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0075; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (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_15 = L_14; int32_t L_16 = V_1; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_17; L_17 = ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194(__this, L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_18); String_t* L_19; L_19 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE0681CF145A9088B87C49B9D2082CE9B432DDE2)), L_15, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_20 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_LoadString_m91BBA61E9BFF645CF1408D8952264A6A8114672D_RuntimeMethod_var))); } IL_0075: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_21 = __this->get__store_0(); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_21); V_0 = L_22; goto IL_00db; } IL_0083: { int32_t L_23 = V_1; V_2 = L_23; int32_t L_24 = V_2; if ((((int32_t)L_24) == ((int32_t)1))) { goto IL_00cb; } } { int32_t L_25 = V_2; if (!L_25) { goto IL_00cb; } } { int32_t L_26 = V_2; if ((((int32_t)L_26) >= ((int32_t)((int32_t)64)))) { goto IL_00a1; } } { RuntimeObject * L_27 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceTypeCode_t4AE457F699E48FF36523029D776124B4264B570C_il2cpp_TypeInfo_var)), (&V_2)); NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27); V_2 = *(int32_t*)UnBox(L_27); V_3 = L_28; goto IL_00b1; } IL_00a1: { int32_t L_29 = V_2; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_30; L_30 = ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)64))), /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_30); V_3 = L_31; } IL_00b1: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = (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_33 = L_32; String_t* L_34 = V_3; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (RuntimeObject *)L_34); String_t* L_35; L_35 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE0681CF145A9088B87C49B9D2082CE9B432DDE2)), L_33, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_36 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_LoadString_m91BBA61E9BFF645CF1408D8952264A6A8114672D_RuntimeMethod_var))); } IL_00cb: { int32_t L_37 = V_2; if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_00db; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_38 = __this->get__store_0(); NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_38); V_0 = L_39; } IL_00db: { String_t* L_40 = V_0; return L_40; } } // System.Object System.Resources.ResourceReader::LoadObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObject_m8B9424F7C85A5CDE7B1E684951DEDC50B148A04A (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__version_13(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0011; } } { int32_t L_1 = ___pos0; RuntimeObject * L_2; L_2 = ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE(__this, L_1, /*hidden argument*/NULL); return L_2; } IL_0011: { int32_t L_3 = ___pos0; RuntimeObject * L_4; L_4 = ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080(__this, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_4; } } // System.Object System.Resources.ResourceReader::LoadObject(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObject_m4EA8710AF8EAA7B83093683637F8C46FF0D3CCD5 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t* G_B3_0 = 0; int32_t* G_B2_0 = 0; int32_t G_B4_0 = 0; int32_t* G_B4_1 = 0; { int32_t L_0 = __this->get__version_13(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_1 = ___pos0; RuntimeObject * L_2; L_2 = ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t* L_3 = ___typeCode1; RuntimeObject * L_4 = V_0; G_B2_0 = L_3; if (((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var))) { G_B3_0 = L_3; goto IL_001e; } } { G_B4_0 = ((int32_t)64); G_B4_1 = G_B2_0; goto IL_001f; } IL_001e: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_001f: { *((int32_t*)G_B4_1) = (int32_t)G_B4_0; RuntimeObject * L_5 = V_0; return L_5; } IL_0022: { int32_t L_6 = ___pos0; int32_t* L_7 = ___typeCode1; RuntimeObject * L_8; L_8 = ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080(__this, L_6, (int32_t*)L_7, /*hidden argument*/NULL); return L_8; } } // System.Object System.Resources.ResourceReader::LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * V_1 = NULL; ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) int32_t L_0 = ___pos0; RuntimeObject * L_1; L_1 = ResourceReader__LoadObjectV1_m8F2978FD8223F4E1DFB8A202788AC51A73FA9EF2(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_002e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000a; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001c; } throw e; } CATCH_000a: {// begin catch(System.IO.EndOfStreamException) V_1 = ((EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)IL2CPP_GET_ACTIVE_EXCEPTION(EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)); String_t* L_2; L_2 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral303279455A5F05DC361A9702CDFC0AEC7A31C202)), /*hidden argument*/NULL); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_3 = V_1; BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_4 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_001c: {// begin catch(System.ArgumentOutOfRangeException) V_2 = ((ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)); String_t* L_5; L_5 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral303279455A5F05DC361A9702CDFC0AEC7A31C202)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = V_2; BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_7 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_LoadObjectV1_m5DBF6FFB5F2A86F6574DBBA3B0BD5FB2EF74BFDE_RuntimeMethod_var))); }// end catch (depth: 1) IL_002e: { RuntimeObject * L_8 = V_0; return L_8; } } // System.Object System.Resources.ResourceReader::_LoadObjectV1(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV1_m8F2978FD8223F4E1DFB8A202788AC51A73FA9EF2 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_1 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; int32_t V_3 = 0; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); NullCheck(L_0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_0); int64_t L_2 = __this->get__dataSectionOffset_3(); int32_t L_3 = ___pos0; NullCheck(L_1); int64_t L_4; L_4 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)((int64_t)L_3)))), 0); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_5 = __this->get__store_0(); NullCheck(L_5); int32_t L_6; L_6 = BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6(L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_002d; } } { return NULL; } IL_002d: { int32_t L_8 = V_0; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_9; L_9 = ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_10 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0053; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_14 = __this->get__store_0(); NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_14); return L_15; } IL_0053: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_16 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0076; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_20 = __this->get__store_0(); NullCheck(L_20); int32_t L_21; L_21 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_20); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_0076: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_24 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0099; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_28 = __this->get__store_0(); NullCheck(L_28); uint8_t L_29; L_29 = VirtualFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_28); uint8_t L_30 = L_29; RuntimeObject * L_31 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_0099: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_32 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_33, /*hidden argument*/NULL); bool L_35; L_35 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00bc; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_36 = __this->get__store_0(); NullCheck(L_36); int8_t L_37; L_37 = VirtualFuncInvoker0< int8_t >::Invoke(11 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_36); int8_t L_38 = L_37; RuntimeObject * L_39 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_00bc: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_40 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_41, /*hidden argument*/NULL); bool L_43; L_43 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00df; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_44 = __this->get__store_0(); NullCheck(L_44); int16_t L_45; L_45 = VirtualFuncInvoker0< int16_t >::Invoke(13 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_44); int16_t L_46 = L_45; RuntimeObject * L_47 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_46); return L_47; } IL_00df: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_48 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_49 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50; L_50 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_49, /*hidden argument*/NULL); bool L_51; L_51 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_48, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0102; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_52 = __this->get__store_0(); NullCheck(L_52); int64_t L_53; L_53 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_52); int64_t L_54 = L_53; RuntimeObject * L_55 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_54); return L_55; } IL_0102: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_56 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_57, /*hidden argument*/NULL); bool L_59; L_59 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_56, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0125; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_60 = __this->get__store_0(); NullCheck(L_60); uint16_t L_61; L_61 = VirtualFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_60); uint16_t L_62 = L_61; RuntimeObject * L_63 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_62); return L_63; } IL_0125: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_64 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_65, /*hidden argument*/NULL); bool L_67; L_67 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_64, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0148; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_68 = __this->get__store_0(); NullCheck(L_68); uint32_t L_69; L_69 = VirtualFuncInvoker0< uint32_t >::Invoke(16 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_68); uint32_t L_70 = L_69; RuntimeObject * L_71 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_70); return L_71; } IL_0148: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_72 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_73 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74; L_74 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_73, /*hidden argument*/NULL); bool L_75; L_75 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_72, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_016b; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_76 = __this->get__store_0(); NullCheck(L_76); uint64_t L_77; L_77 = VirtualFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_76); uint64_t L_78 = L_77; RuntimeObject * L_79 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_78); return L_79; } IL_016b: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_80 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_81 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82; L_82 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_81, /*hidden argument*/NULL); bool L_83; L_83 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_80, L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_018e; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_84 = __this->get__store_0(); NullCheck(L_84); float L_85; L_85 = VirtualFuncInvoker0< float >::Invoke(19 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_84); float L_86 = L_85; RuntimeObject * L_87 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_86); return L_87; } IL_018e: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_88 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_89 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_90; L_90 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_89, /*hidden argument*/NULL); bool L_91; L_91 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_88, L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_01b1; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_92 = __this->get__store_0(); NullCheck(L_92); double L_93; L_93 = VirtualFuncInvoker0< double >::Invoke(20 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_92); double L_94 = L_93; RuntimeObject * L_95 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_94); return L_95; } IL_01b1: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_96 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_97 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_98; L_98 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_97, /*hidden argument*/NULL); bool L_99; L_99 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_96, L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_01d9; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_100 = __this->get__store_0(); NullCheck(L_100); int64_t L_101; L_101 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_100); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_102; memset((&L_102), 0, sizeof(L_102)); DateTime__ctor_m14D7C60472AE477F824F8BEE8830C5F5D4FCA16A((&L_102), L_101, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_103 = L_102; RuntimeObject * L_104 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_103); return L_104; } IL_01d9: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_105 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_106, /*hidden argument*/NULL); bool L_108; L_108 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_105, L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_0201; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_109 = __this->get__store_0(); NullCheck(L_109); int64_t L_110; L_110 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_109); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_111; memset((&L_111), 0, sizeof(L_111)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_111), L_110, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_112 = L_111; RuntimeObject * L_113 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_112); return L_113; } IL_0201: { RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_114 = V_1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_115 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_116; L_116 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_115, /*hidden argument*/NULL); bool L_117; L_117 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_114, L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_0242; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_118 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_118; V_3 = 0; goto IL_0230; } IL_021e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_119 = V_2; int32_t L_120 = V_3; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_121 = __this->get__store_0(); NullCheck(L_121); int32_t L_122; L_122 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_121); NullCheck(L_119); (L_119)->SetAt(static_cast(L_120), (int32_t)L_122); int32_t L_123 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); } IL_0230: { int32_t L_124 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_125 = V_2; NullCheck(L_125); if ((((int32_t)L_124) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_125)->max_length)))))) { goto IL_021e; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_126 = V_2; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_127; memset((&L_127), 0, sizeof(L_127)); Decimal__ctor_mC6A3F7DF20ED9326BF31F26D0E3982B1A911C47A((&L_127), L_126, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_128 = L_127; RuntimeObject * L_129 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_128); return L_129; } IL_0242: { int32_t L_130 = V_0; RuntimeObject * L_131; L_131 = ResourceReader_DeserializeObject_m7B535207624B3146CBB7920F2AED799C06EFFF1B(__this, L_130, /*hidden argument*/NULL); return L_131; } } // System.Object System.Resources.ResourceReader::LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * V_1 = NULL; ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) int32_t L_0 = ___pos0; int32_t* L_1 = ___typeCode1; RuntimeObject * L_2; L_2 = ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97(__this, L_0, (int32_t*)L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_002f; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001d; } throw e; } CATCH_000b: {// begin catch(System.IO.EndOfStreamException) V_1 = ((EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)IL2CPP_GET_ACTIVE_EXCEPTION(EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)); String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral303279455A5F05DC361A9702CDFC0AEC7A31C202)), /*hidden argument*/NULL); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_4 = V_1; BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_5 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_001d: {// begin catch(System.ArgumentOutOfRangeException) V_2 = ((ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)); String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral303279455A5F05DC361A9702CDFC0AEC7A31C202)), /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_7 = V_2; BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_8 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5(L_8, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_LoadObjectV2_mC464BB820C075596EEA2505D6CC6C3A512E28080_RuntimeMethod_var))); }// end catch (depth: 1) IL_002f: { RuntimeObject * L_9 = V_0; return L_9; } } // System.Object System.Resources.ResourceReader::_LoadObjectV2(System.Int32,System.Resources.ResourceTypeCode&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___pos0, int32_t* ___typeCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); NullCheck(L_0); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1; L_1 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_0); int64_t L_2 = __this->get__dataSectionOffset_3(); int32_t L_3 = ___pos0; NullCheck(L_1); int64_t L_4; L_4 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_1, ((int64_t)il2cpp_codegen_add((int64_t)L_2, (int64_t)((int64_t)((int64_t)L_3)))), 0); int32_t* L_5 = ___typeCode1; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_6 = __this->get__store_0(); NullCheck(L_6); int32_t L_7; L_7 = BinaryReader_Read7BitEncodedInt_m7C638183B9037E018A4A627BC3CC83D7E25D69A6(L_6, /*hidden argument*/NULL); *((int32_t*)L_5) = (int32_t)L_7; int32_t* L_8 = ___typeCode1; int32_t L_9 = *((int32_t*)L_8); V_1 = L_9; int32_t L_10 = V_1; switch (L_10) { case 0: { goto IL_00be; } case 1: { goto IL_00c0; } case 2: { goto IL_00cc; } case 3: { goto IL_00dd; } case 4: { goto IL_00ee; } case 5: { goto IL_00ff; } case 6: { goto IL_0110; } case 7: { goto IL_0121; } case 8: { goto IL_0132; } case 9: { goto IL_0143; } case 10: { goto IL_0154; } case 11: { goto IL_0165; } case 12: { goto IL_0176; } case 13: { goto IL_0187; } case 14: { goto IL_0198; } case 15: { goto IL_01a9; } case 16: { goto IL_01bf; } case 17: { goto IL_0340; } case 18: { goto IL_0340; } case 19: { goto IL_0340; } case 20: { goto IL_0340; } case 21: { goto IL_0340; } case 22: { goto IL_0340; } case 23: { goto IL_0340; } case 24: { goto IL_0340; } case 25: { goto IL_0340; } case 26: { goto IL_0340; } case 27: { goto IL_0340; } case 28: { goto IL_0340; } case 29: { goto IL_0340; } case 30: { goto IL_0340; } case 31: { goto IL_0340; } case 32: { goto IL_01d5; } case 33: { goto IL_029e; } } } { goto IL_0340; } IL_00be: { return NULL; } IL_00c0: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_11 = __this->get__store_0(); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_11); return L_12; } IL_00cc: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_13 = __this->get__store_0(); NullCheck(L_13); bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.BinaryReader::ReadBoolean() */, L_13); bool L_15 = L_14; RuntimeObject * L_16 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_15); return L_16; } IL_00dd: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_17 = __this->get__store_0(); NullCheck(L_17); uint16_t L_18; L_18 = VirtualFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_17); Il2CppChar L_19 = ((Il2CppChar)L_18); RuntimeObject * L_20 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_00ee: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_21 = __this->get__store_0(); NullCheck(L_21); uint8_t L_22; L_22 = VirtualFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_21); uint8_t L_23 = L_22; RuntimeObject * L_24 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_00ff: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_25 = __this->get__store_0(); NullCheck(L_25); int8_t L_26; L_26 = VirtualFuncInvoker0< int8_t >::Invoke(11 /* System.SByte System.IO.BinaryReader::ReadSByte() */, L_25); int8_t L_27 = L_26; RuntimeObject * L_28 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_27); return L_28; } IL_0110: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_29 = __this->get__store_0(); NullCheck(L_29); int16_t L_30; L_30 = VirtualFuncInvoker0< int16_t >::Invoke(13 /* System.Int16 System.IO.BinaryReader::ReadInt16() */, L_29); int16_t L_31 = L_30; RuntimeObject * L_32 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_31); return L_32; } IL_0121: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_33 = __this->get__store_0(); NullCheck(L_33); uint16_t L_34; L_34 = VirtualFuncInvoker0< uint16_t >::Invoke(14 /* System.UInt16 System.IO.BinaryReader::ReadUInt16() */, L_33); uint16_t L_35 = L_34; RuntimeObject * L_36 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_35); return L_36; } IL_0132: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_37 = __this->get__store_0(); NullCheck(L_37); int32_t L_38; L_38 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_37); int32_t L_39 = L_38; RuntimeObject * L_40 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_39); return L_40; } IL_0143: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_41 = __this->get__store_0(); NullCheck(L_41); uint32_t L_42; L_42 = VirtualFuncInvoker0< uint32_t >::Invoke(16 /* System.UInt32 System.IO.BinaryReader::ReadUInt32() */, L_41); uint32_t L_43 = L_42; RuntimeObject * L_44 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_43); return L_44; } IL_0154: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_45 = __this->get__store_0(); NullCheck(L_45); int64_t L_46; L_46 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_45); int64_t L_47 = L_46; RuntimeObject * L_48 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_47); return L_48; } IL_0165: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_49 = __this->get__store_0(); NullCheck(L_49); uint64_t L_50; L_50 = VirtualFuncInvoker0< uint64_t >::Invoke(18 /* System.UInt64 System.IO.BinaryReader::ReadUInt64() */, L_49); uint64_t L_51 = L_50; RuntimeObject * L_52 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_51); return L_52; } IL_0176: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_53 = __this->get__store_0(); NullCheck(L_53); float L_54; L_54 = VirtualFuncInvoker0< float >::Invoke(19 /* System.Single System.IO.BinaryReader::ReadSingle() */, L_53); float L_55 = L_54; RuntimeObject * L_56 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_55); return L_56; } IL_0187: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_57 = __this->get__store_0(); NullCheck(L_57); double L_58; L_58 = VirtualFuncInvoker0< double >::Invoke(20 /* System.Double System.IO.BinaryReader::ReadDouble() */, L_57); double L_59 = L_58; RuntimeObject * L_60 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_59); return L_60; } IL_0198: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_61 = __this->get__store_0(); NullCheck(L_61); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_62; L_62 = VirtualFuncInvoker0< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(21 /* System.Decimal System.IO.BinaryReader::ReadDecimal() */, L_61); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_63 = L_62; RuntimeObject * L_64 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_63); return L_64; } IL_01a9: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_65 = __this->get__store_0(); NullCheck(L_65); int64_t L_66; L_66 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_65); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_67; L_67 = DateTime_FromBinary_m64478A16AE479B0ADB9319A22D3409696DD868AB(L_66, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_68 = L_67; RuntimeObject * L_69 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_68); return L_69; } IL_01bf: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_70 = __this->get__store_0(); NullCheck(L_70); int64_t L_71; L_71 = VirtualFuncInvoker0< int64_t >::Invoke(17 /* System.Int64 System.IO.BinaryReader::ReadInt64() */, L_70); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_72; memset((&L_72), 0, sizeof(L_72)); TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline((&L_72), L_71, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_73 = L_72; RuntimeObject * L_74 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_73); return L_74; } IL_01d5: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_75 = __this->get__store_0(); NullCheck(L_75); int32_t L_76; L_76 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_75); V_2 = L_76; int32_t L_77 = V_2; if ((((int32_t)L_77) >= ((int32_t)0))) { goto IL_0204; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_78 = (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_79 = L_78; int32_t L_80 = V_2; int32_t L_81 = L_80; RuntimeObject * L_82 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_81); NullCheck(L_79); ArrayElementTypeCheck (L_79, L_82); (L_79)->SetAt(static_cast(0), (RuntimeObject *)L_82); String_t* L_83; L_83 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD7AFB9FC6B5BA09E0D92380433C81C28C1DB66)), L_79, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_84 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_84, L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var))); } IL_0204: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_85 = __this->get__ums_12(); if (L_85) { goto IL_024c; } } { int32_t L_86 = V_2; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_87 = __this->get__store_0(); NullCheck(L_87); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_88; L_88 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_87); NullCheck(L_88); int64_t L_89; L_89 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_88); if ((((int64_t)((int64_t)((int64_t)L_86))) <= ((int64_t)L_89))) { goto IL_023f; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_90 = (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_91 = L_90; int32_t L_92 = V_2; int32_t L_93 = L_92; RuntimeObject * L_94 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_93); NullCheck(L_91); ArrayElementTypeCheck (L_91, L_94); (L_91)->SetAt(static_cast(0), (RuntimeObject *)L_94); String_t* L_95; L_95 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD7AFB9FC6B5BA09E0D92380433C81C28C1DB66)), L_91, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_96 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_96, L_95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var))); } IL_023f: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_97 = __this->get__store_0(); int32_t L_98 = V_2; NullCheck(L_97); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_99; L_99 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_97, L_98); return (RuntimeObject *)L_99; } IL_024c: { int32_t L_100 = V_2; UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_101 = __this->get__ums_12(); NullCheck(L_101); int64_t L_102; L_102 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_101); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_103 = __this->get__ums_12(); NullCheck(L_103); int64_t L_104; L_104 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_103); if ((((int64_t)((int64_t)((int64_t)L_100))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_102, (int64_t)L_104))))) { goto IL_0286; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_105 = (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_106 = L_105; int32_t L_107 = V_2; int32_t L_108 = L_107; RuntimeObject * L_109 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_108); NullCheck(L_106); ArrayElementTypeCheck (L_106, L_109); (L_106)->SetAt(static_cast(0), (RuntimeObject *)L_109); String_t* L_110; L_110 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD7AFB9FC6B5BA09E0D92380433C81C28C1DB66)), L_106, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_111 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_111, L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var))); } IL_0286: { int32_t L_112 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_113 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_112); V_3 = L_113; UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_114 = __this->get__ums_12(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_115 = V_3; int32_t L_116 = V_2; NullCheck(L_114); int32_t L_117; L_117 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_114, L_115, 0, L_116); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_118 = V_3; return (RuntimeObject *)L_118; } IL_029e: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_119 = __this->get__store_0(); NullCheck(L_119); int32_t L_120; L_120 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_119); V_4 = L_120; int32_t L_121 = V_4; if ((((int32_t)L_121) >= ((int32_t)0))) { goto IL_02d0; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_122 = (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_123 = L_122; int32_t L_124 = V_4; int32_t L_125 = L_124; RuntimeObject * L_126 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_125); NullCheck(L_123); ArrayElementTypeCheck (L_123, L_126); (L_123)->SetAt(static_cast(0), (RuntimeObject *)L_126); String_t* L_127; L_127 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD7AFB9FC6B5BA09E0D92380433C81C28C1DB66)), L_123, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_128 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_128, L_127, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var))); } IL_02d0: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_129 = __this->get__ums_12(); if (L_129) { goto IL_02eb; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_130 = __this->get__store_0(); int32_t L_131 = V_4; NullCheck(L_130); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_132; L_132 = VirtualFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t >::Invoke(25 /* System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) */, L_130, L_131); PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 * L_133 = (PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78 *)il2cpp_codegen_object_new(PinnedBufferMemoryStream_tDB1B8D639F3D8F7E60BA9E050BC48C575E573E78_il2cpp_TypeInfo_var); PinnedBufferMemoryStream__ctor_m644452CADE76286647B6D49C3890B514B4F72A71(L_133, L_132, /*hidden argument*/NULL); return L_133; } IL_02eb: { int32_t L_134 = V_4; UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_135 = __this->get__ums_12(); NullCheck(L_135); int64_t L_136; L_136 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_135); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_137 = __this->get__ums_12(); NullCheck(L_137); int64_t L_138; L_138 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_137); if ((((int64_t)((int64_t)((int64_t)L_134))) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_136, (int64_t)L_138))))) { goto IL_0327; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_139 = (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_140 = L_139; int32_t L_141 = V_4; int32_t L_142 = L_141; RuntimeObject * L_143 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_142); NullCheck(L_140); ArrayElementTypeCheck (L_140, L_143); (L_140)->SetAt(static_cast(0), (RuntimeObject *)L_143); String_t* L_144; L_144 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDD7AFB9FC6B5BA09E0D92380433C81C28C1DB66)), L_140, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_145 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_145, L_144, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_145, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var))); } IL_0327: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_146 = __this->get__ums_12(); NullCheck(L_146); uint8_t* L_147; L_147 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_146, /*hidden argument*/NULL); int32_t L_148 = V_4; int32_t L_149 = V_4; UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_150 = (UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 *)il2cpp_codegen_object_new(UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62_il2cpp_TypeInfo_var); UnmanagedMemoryStream__ctor_m08D6E2C5242F25E42768CACB78104A47E8C34087(L_150, (uint8_t*)(uint8_t*)L_147, ((int64_t)((int64_t)L_148)), ((int64_t)((int64_t)L_149)), 1, (bool)1, /*hidden argument*/NULL); return L_150; } IL_0340: { int32_t* L_151 = ___typeCode1; int32_t L_152 = *((int32_t*)L_151); if ((((int32_t)L_152) >= ((int32_t)((int32_t)64)))) { goto IL_0356; } } { String_t* L_153; L_153 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral303279455A5F05DC361A9702CDFC0AEC7A31C202)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_154 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_154, L_153, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_154, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__LoadObjectV2_m748DBA699A46D1D8342B998D9528132CDAF9AB97_RuntimeMethod_var))); } IL_0356: { int32_t* L_155 = ___typeCode1; int32_t L_156 = *((int32_t*)L_155); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_156, (int32_t)((int32_t)64))); int32_t L_157 = V_0; RuntimeObject * L_158; L_158 = ResourceReader_DeserializeObject_m7B535207624B3146CBB7920F2AED799C06EFFF1B(__this, L_157, /*hidden argument*/NULL); return L_158; } } // System.Object System.Resources.ResourceReader::DeserializeObject(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourceReader_DeserializeObject_m7B535207624B3146CBB7920F2AED799C06EFFF1B (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___typeIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * V_0 = NULL; RuntimeObject * V_1 = NULL; { int32_t L_0 = ___typeIndex0; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_1; L_1 = ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_2 = __this->get__objFormatter_10(); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_3 = __this->get__store_0(); NullCheck(L_3); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_4; L_4 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_3); NullCheck(L_2); RuntimeObject * L_5; L_5 = BinaryFormatter_Deserialize_mF7AFD0FE0E41A77BC60B11705FA7CC76EFE63DBC(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject * L_6 = V_1; NullCheck(L_6); Type_t * L_7; L_7 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_6, /*hidden argument*/NULL); RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_11; RuntimeObject * L_15 = V_1; NullCheck(L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Type::get_FullName() */, L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_17); String_t* L_18; L_18 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7CA84FF3D9F3B09C51F6158A6CB2C7634C2AC27)), L_14, /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_19 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_19, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_DeserializeObject_m7B535207624B3146CBB7920F2AED799C06EFFF1B_RuntimeMethod_var))); } IL_005a: { RuntimeObject * L_20 = V_1; return L_20; } } // System.Void System.Resources.ResourceReader::ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader_ReadResources_m4E4B43FD9FC317785AAEDFA6818CBE8383CC6E7B (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * V_0 = NULL; EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * V_1 = NULL; IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_0; memset((&L_0), 0, sizeof(L_0)); StreamingContext__ctor_m7C83BFA946E5B356880F82F12731F351AEA0F318((&L_0), ((int32_t)12), /*hidden argument*/NULL); BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_1 = (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 *)il2cpp_codegen_object_new(BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55_il2cpp_TypeInfo_var); BinaryFormatter__ctor_m4A131392EB519677001AE85636192C3804D2FFC4(L_1, (RuntimeObject*)NULL, L_0, /*hidden argument*/NULL); V_0 = L_1; BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * L_2 = V_0; __this->set__objFormatter_10(L_2); } IL_0015: try {// begin try (depth: 1) ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8(__this, /*hidden argument*/NULL); goto IL_0041; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001d; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002f; } throw e; } CATCH_001d: {// begin catch(System.IO.EndOfStreamException) V_1 = ((EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)IL2CPP_GET_ACTIVE_EXCEPTION(EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 *)); String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); EndOfStreamException_tDA8337E29A941EFB3E26721033B1826C1ACB0059 * L_4 = V_1; BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_5 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5(L_5, L_3, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_ReadResources_m4E4B43FD9FC317785AAEDFA6818CBE8383CC6E7B_RuntimeMethod_var))); }// end catch (depth: 1) CATCH_002f: {// begin catch(System.IndexOutOfRangeException) V_2 = ((IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)IL2CPP_GET_ACTIVE_EXCEPTION(IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)); String_t* L_6; L_6 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_7 = V_2; BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_8 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m52BE4823A31EFF970B525BEF293553D496D3E1E5(L_8, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_ReadResources_m4E4B43FD9FC317785AAEDFA6818CBE8383CC6E7B_RuntimeMethod_var))); }// end catch (depth: 1) IL_0041: { return; } } // System.Void System.Resources.ResourceReader::_ReadResources() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4_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; int32_t V_4 = 0; String_t* V_5 = NULL; AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_0 = __this->get__store_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); int32_t L_2 = ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->get_MagicNumber_18(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0022; } } { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F48857B510C4CD816E8095ED473B71C9E49FC83)), /*hidden argument*/NULL); 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, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_0022: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_5 = __this->get__store_0(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_5); V_0 = L_6; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_7 = __this->get__store_0(); NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_7); V_1 = L_8; int32_t L_9 = V_1; if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0042; } } { int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0052; } } IL_0042: { String_t* L_11; L_11 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_12 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_0052: { int32_t L_13 = V_0; if ((((int32_t)L_13) <= ((int32_t)1))) { goto IL_006c; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_14 = __this->get__store_0(); NullCheck(L_14); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_15; L_15 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_14); int32_t L_16 = V_1; NullCheck(L_15); int64_t L_17; L_17 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_15, ((int64_t)((int64_t)L_16)), 1); goto IL_00b6; } IL_006c: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_18 = __this->get__store_0(); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_18); V_5 = L_19; IL2CPP_RUNTIME_CLASS_INIT(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var); String_t* L_20 = ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->get_MscorlibName_23(); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_21 = (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 *)il2cpp_codegen_object_new(AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824_il2cpp_TypeInfo_var); AssemblyName__ctor_mFA1200B6D7385CF240133CA0B4774BABA35985C4(L_21, L_20, /*hidden argument*/NULL); V_6 = L_21; String_t* L_22 = V_5; String_t* L_23 = ((ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_StaticFields*)il2cpp_codegen_static_fields_for(ResourceManager_t015B887ECBCB2AEE41F774C390F25EB507B06B8A_il2cpp_TypeInfo_var))->get_ResReaderTypeName_21(); AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * L_24 = V_6; bool L_25; L_25 = ResourceManager_CompareNames_m29F0917FD3A51ADD5B5444E1304573A4FB7A9D90(L_22, L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00b0; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = (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_27 = L_26; String_t* L_28 = V_5; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_28); String_t* L_29; L_29 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B6077D89780BF02C1F44BDFC46D163FDF2E4ED2)), L_27, /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_30 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_00b0: { ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED(__this, /*hidden argument*/NULL); } IL_00b6: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_31 = __this->get__store_0(); NullCheck(L_31); int32_t L_32; L_32 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_31); V_2 = L_32; int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)2))) { goto IL_00f2; } } { int32_t L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)1))) { goto IL_00f2; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_35 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36 = L_35; int32_t L_37 = 2; RuntimeObject * L_38 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_37); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(0), (RuntimeObject *)L_38); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_39 = L_36; int32_t L_40 = V_2; int32_t L_41 = L_40; RuntimeObject * L_42 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_41); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(1), (RuntimeObject *)L_42); String_t* L_43; L_43 = Environment_GetResourceString_m9A30EE9F4E10F48B79F9EB56D18D52AE7E7EB602(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral74B7400D292F84A15E9A8AA9A73ED0B39C8F79FD)), L_39, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_44 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_00f2: { int32_t L_45 = V_2; __this->set__version_13(L_45); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_46 = __this->get__store_0(); NullCheck(L_46); int32_t L_47; L_47 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_46); __this->set__numResources_11(L_47); int32_t L_48 = __this->get__numResources_11(); if ((((int32_t)L_48) >= ((int32_t)0))) { goto IL_0123; } } { String_t* L_49; L_49 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_50 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_0123: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_51 = __this->get__store_0(); NullCheck(L_51); int32_t L_52; L_52 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_51); V_3 = L_52; int32_t L_53 = V_3; if ((((int32_t)L_53) >= ((int32_t)0))) { goto IL_0143; } } { String_t* L_54; L_54 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_55 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_55, L_54, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_0143: { int32_t L_56 = V_3; RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* L_57 = (RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4*)(RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4*)SZArrayNew(RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4_il2cpp_TypeInfo_var, (uint32_t)L_56); __this->set__typeTable_8(L_57); int32_t L_58 = V_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_59 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_58); __this->set__typeNamePositions_9(L_59); V_7 = 0; goto IL_0186; } IL_0160: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = __this->get__typeNamePositions_9(); int32_t L_61 = V_7; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_62 = __this->get__store_0(); NullCheck(L_62); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_63; L_63 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_62); NullCheck(L_63); int64_t L_64; L_64 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_63); NullCheck(L_60); (L_60)->SetAt(static_cast(L_61), (int32_t)((int32_t)((int32_t)L_64))); ResourceReader_SkipString_mCE1C1BFEFB9492CBD28C9E7715B435B98A7B3FED(__this, /*hidden argument*/NULL); int32_t L_65 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0186: { int32_t L_66 = V_7; int32_t L_67 = V_3; if ((((int32_t)L_66) < ((int32_t)L_67))) { goto IL_0160; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_68 = __this->get__store_0(); NullCheck(L_68); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_69; L_69 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_68); NullCheck(L_69); int64_t L_70; L_70 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_69); V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_70))&(int32_t)7)); int32_t L_71 = V_4; if (!L_71) { goto IL_01c3; } } { V_8 = 0; goto IL_01bb; } IL_01a9: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_72 = __this->get__store_0(); NullCheck(L_72); uint8_t L_73; L_73 = VirtualFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, L_72); int32_t L_74 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01bb: { int32_t L_75 = V_8; int32_t L_76 = V_4; if ((((int32_t)L_75) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)L_76))))) { goto IL_01a9; } } IL_01c3: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_77 = __this->get__ums_12(); if (L_77) { goto IL_0207; } } { int32_t L_78 = __this->get__numResources_11(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_79 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_78); __this->set__nameHashes_4(L_79); V_9 = 0; goto IL_01fb; } IL_01e1: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_80 = __this->get__nameHashes_4(); int32_t L_81 = V_9; BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_82 = __this->get__store_0(); NullCheck(L_82); int32_t L_83; L_83 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_82); NullCheck(L_80); (L_80)->SetAt(static_cast(L_81), (int32_t)L_83); int32_t L_84 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_01fb: { int32_t L_85 = V_9; int32_t L_86 = __this->get__numResources_11(); if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_01e1; } } { goto IL_025e; } IL_0207: { int32_t L_87 = __this->get__numResources_11(); if (!((int64_t)((int64_t)((int64_t)((int64_t)L_87))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-536870912)))))))) { goto IL_0227; } } { String_t* L_88; L_88 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_89 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_89, L_88, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_89, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_0227: { int32_t L_90 = __this->get__numResources_11(); V_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_90)); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_91 = __this->get__ums_12(); NullCheck(L_91); uint8_t* L_92; L_92 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_91, /*hidden argument*/NULL); __this->set__nameHashesPtr_5((int32_t*)L_92); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_93 = __this->get__ums_12(); int32_t L_94 = V_10; NullCheck(L_93); int64_t L_95; L_95 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_93, ((int64_t)((int64_t)L_94)), 1); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_96 = __this->get__ums_12(); NullCheck(L_96); uint8_t* L_97; L_97 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_96, /*hidden argument*/NULL); } IL_025e: { UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_98 = __this->get__ums_12(); if (L_98) { goto IL_02bb; } } { int32_t L_99 = __this->get__numResources_11(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_100 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_99); __this->set__namePositions_6(L_100); V_11 = 0; goto IL_02af; } IL_027c: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_101 = __this->get__store_0(); NullCheck(L_101); int32_t L_102; L_102 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_101); V_12 = L_102; int32_t L_103 = V_12; if ((((int32_t)L_103) >= ((int32_t)0))) { goto IL_029e; } } { String_t* L_104; L_104 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_105 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_105, L_104, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_105, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_029e: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_106 = __this->get__namePositions_6(); int32_t L_107 = V_11; int32_t L_108 = V_12; NullCheck(L_106); (L_106)->SetAt(static_cast(L_107), (int32_t)L_108); int32_t L_109 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); } IL_02af: { int32_t L_110 = V_11; int32_t L_111 = __this->get__numResources_11(); if ((((int32_t)L_110) < ((int32_t)L_111))) { goto IL_027c; } } { goto IL_0312; } IL_02bb: { int32_t L_112 = __this->get__numResources_11(); if (!((int64_t)((int64_t)((int64_t)((int64_t)L_112))&(int64_t)((int64_t)((uint64_t)((uint32_t)((uint32_t)((int32_t)-536870912)))))))) { goto IL_02db; } } { String_t* L_113; L_113 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_114 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_114, L_113, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_114, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_02db: { int32_t L_115 = __this->get__numResources_11(); V_13 = ((int32_t)il2cpp_codegen_multiply((int32_t)4, (int32_t)L_115)); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_116 = __this->get__ums_12(); NullCheck(L_116); uint8_t* L_117; L_117 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_116, /*hidden argument*/NULL); __this->set__namePositionsPtr_7((int32_t*)L_117); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_118 = __this->get__ums_12(); int32_t L_119 = V_13; NullCheck(L_118); int64_t L_120; L_120 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_118, ((int64_t)((int64_t)L_119)), 1); UnmanagedMemoryStream_tCF65E90F0047A6F54D79A6A5E681BC98AE6C2F62 * L_121 = __this->get__ums_12(); NullCheck(L_121); uint8_t* L_122; L_122 = UnmanagedMemoryStream_get_PositionPointer_m59F5C3A34EAA47E8088333D8C2BAD171FA1E157A(L_121, /*hidden argument*/NULL); } IL_0312: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_123 = __this->get__store_0(); NullCheck(L_123); int32_t L_124; L_124 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 System.IO.BinaryReader::ReadInt32() */, L_123); __this->set__dataSectionOffset_3(((int64_t)((int64_t)L_124))); int64_t L_125 = __this->get__dataSectionOffset_3(); if ((((int64_t)L_125) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_033e; } } { String_t* L_126; L_126 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_127 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_127, L_126, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_127, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_033e: { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_128 = __this->get__store_0(); NullCheck(L_128); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_129; L_129 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_128); NullCheck(L_129); int64_t L_130; L_130 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_129); __this->set__nameSectionOffset_2(L_130); int64_t L_131 = __this->get__dataSectionOffset_3(); int64_t L_132 = __this->get__nameSectionOffset_2(); if ((((int64_t)L_131) >= ((int64_t)L_132))) { goto IL_0372; } } { String_t* L_133; L_133 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral62DEA64BF5574135822A6392B841D5D1611556C2)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_134 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_134, L_133, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_134, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader__ReadResources_m73FFCC620132A5D36447354855EC5AAD90BC53E8_RuntimeMethod_var))); } IL_0372: { return; } } // System.RuntimeType System.Resources.ResourceReader::FindType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194 (ResourceReader_tC8A3D1DC4FDF2CBC92782B9BD71194279D655492 * __this, int32_t ___typeIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_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); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___typeIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___typeIndex0; RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* L_2 = __this->get__typeTable_8(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_001f; } } IL_000f: { String_t* L_3; L_3 = Environment_GetResourceString_m8DFF827596B5FD533D3FE56900FA095F7D674617(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C462EE2919FF6E5064829DDA12B78239867F7FB)), /*hidden argument*/NULL); BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A * L_4 = (BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BadImageFormatException_t3BC0184883CA1CB226CDED7E76E91927184C683A_il2cpp_TypeInfo_var))); BadImageFormatException__ctor_m050464464D79D0C23B535A52DA8298614CD996ED(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194_RuntimeMethod_var))); } IL_001f: { RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* L_5 = __this->get__typeTable_8(); int32_t L_6 = ___typeIndex0; NullCheck(L_5); int32_t L_7 = L_6; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_8 = (L_5)->GetAt(static_cast(L_7)); IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var); bool L_9; L_9 = RuntimeType_op_Equality_m8A22BBB7101C4F761562D1C12628DAFACC000848(L_8, (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_008d; } } { BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_10 = __this->get__store_0(); NullCheck(L_10); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_11; L_11 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_10); NullCheck(L_11); int64_t L_12; L_12 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_11); V_0 = L_12; } IL_0040: try {// begin try (depth: 1) BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_13 = __this->get__store_0(); NullCheck(L_13); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14; L_14 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_13); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = __this->get__typeNamePositions_9(); int32_t L_16 = ___typeIndex0; NullCheck(L_15); int32_t L_17 = L_16; int32_t L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_14); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_14, ((int64_t)((int64_t)L_18))); BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_19 = __this->get__store_0(); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(22 /* System.String System.IO.BinaryReader::ReadString() */, L_19); V_1 = L_20; RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* L_21 = __this->get__typeTable_8(); int32_t L_22 = ___typeIndex0; String_t* L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24; L_24 = il2cpp_codegen_get_type(Type_GetType_mCF53A469C313ACD667D1B7817F6794A62CE31700_RuntimeMethod_var, L_23, (bool)1, ResourceReader_FindType_m30CF4E5F9549E78CF776C399BAEBDA38F2EC2194_RuntimeMethod_var); NullCheck(L_21); ArrayElementTypeCheck (L_21, ((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var))); (L_21)->SetAt(static_cast(L_22), (RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)((RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 *)CastclassClass((RuntimeObject*)L_24, RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07_il2cpp_TypeInfo_var))); IL2CPP_LEAVE(0x8D, FINALLY_007b); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: {// begin finally (depth: 1) BinaryReader_t4F45C15FF44F8E1C105704A21FFBE58D60015128 * L_25 = __this->get__store_0(); NullCheck(L_25); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_26; L_26 = VirtualFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(5 /* System.IO.Stream System.IO.BinaryReader::get_BaseStream() */, L_25); int64_t L_27 = V_0; NullCheck(L_26); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_26, L_27); IL2CPP_END_FINALLY(123) }// end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x8D, IL_008d) } IL_008d: { RuntimeTypeU5BU5D_t826186B59A32B687978751BFE46041623BCF4BA4* L_28 = __this->get__typeTable_8(); int32_t L_29 = ___typeIndex0; NullCheck(L_28); int32_t L_30 = L_29; RuntimeType_t4F49C0B3B2871AECF65AF5FA3E42BAB5B0C1FD07 * L_31 = (L_28)->GetAt(static_cast(L_30)); return L_31; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HashAlgorithmName_get_Name_m61EEAE49F310F4D415A33E35CF341B0337A3E0FB_inline (HashAlgorithmName_t3B41A74A85211E37D3583A3611042BBE76745A90 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_Pkcs1_m73B3859DEA363E5C93F0653F1B0F12D7B4FF7CEA_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_pkcs1_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * RSAEncryptionPadding_get_OaepSHA1_mD6E74B5F82580BBEEE0D035EF53621E66A970518_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var); RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8 * L_0 = ((RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_StaticFields*)il2cpp_codegen_static_fields_for(RSAEncryptionPadding_t930E980F1B51AE3DE5259B5AF0A391E4FA7ECEB8_il2cpp_TypeInfo_var))->get_s_oaepSHA1_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * RSASignaturePadding_get_Pkcs1_m65459A11DDD8DB0CFE50611F1BE7F66282608120_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var); RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1 * L_0 = ((RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_StaticFields*)il2cpp_codegen_static_fields_for(RSASignaturePadding_t7E581C2285C70E72B3F3F2C17678382F813C5CE1_il2cpp_TypeInfo_var))->get_s_pkcs1_0(); 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 String_t* KeyPairPersistence_get_KeyValue_mFB1357E7866B387D416539EAF754C8D023FDCD1A_inline (KeyPairPersistence_t7F7E8811D03A25C0251BF255AB94BAF57E965D9A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__keyvalue_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AsymmetricAlgorithm_get_KeySize_mCCBF5EA049DD33844506A434B31CC21A1BADA003_inline (AsymmetricAlgorithm_t3519DD47C199C0F5A666E99931C22F84487EE51F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_KeySizeValue_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * RSAPKCS1KeyExchangeFormatter_get_Rng_mEE3E4B08B0B3EB5CBA1D250268E0BA85E7F5A9E6_inline (RSAPKCS1KeyExchangeFormatter_tD1163924D92967BE9072F943D7CD267D260207CD * __this, const RuntimeMethod* method) { { RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * L_0 = __this->get_RngValue_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_KeyAlgorithm_m33363463F18F61CF6E7D6E6AFC1058620A9CA2C0_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strKey_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_DigestAlgorithm_mF0ECB17B5D583EAEE5CF673E5D59ABB0998B0782_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strDigest_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_FormatterAlgorithm_mFFAE95E6194F465AA4059DE83ECBABDD6075021D_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strFormatter_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SignatureDescription_set_DeformatterAlgorithm_m06F0DA296BD3FF5B8E1691A878E46C4231C2729D_inline (SignatureDescription_t8E4D3D4C44F627468B9077CEFC95FC72EC77085A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__strDeformatter_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void MonoMethodMessage_set_LogicalCallContext_mDEC392FFB91956DEE81D60FF402622591357DC30_inline (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * ___value0, const RuntimeMethod* method) { { LogicalCallContext_tB537C2A13F19FCC7EBC74757A415F2CA5C8FA1C3 * L_0 = ___value0; __this->set_ctx_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * MonoMethodMessage_get_AsyncResult_m89049D4741E14C73D4EBC7B616B32E26BDE459F3_inline (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, const RuntimeMethod* method) { { AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * L_0 = __this->get_asyncResult_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AsyncResult_set_CallMessage_m44564EB89B18682CD93F6C4C631EB9E7657AAB9E_inline (AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * __this, MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * ___value0, const RuntimeMethod* method) { { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_0 = ___value0; __this->set_call_message_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodBase_t * MonoMethodMessage_get_MethodBase_m6FED326CC33A39571EAC84FBBB4CA267DAE2C3E7_inline (MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * __this, const RuntimeMethod* method) { { MonoMethod_t * L_0 = __this->get_method_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * AsyncResult_get_CallMessage_m2DA35031BFF5454ECC77A05ED91A78A0B7D6CE42_inline (AsyncResult_t7AD876FCD0341D8317ADB430701F4E391E6BB75B * __this, const RuntimeMethod* method) { { MonoMethodMessage_t0B5F9B92AC439517E0DD283EFEBAFBDBE8B12FAC * L_0 = __this->get_call_message_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ClientActivatedIdentity_GetServerObject_m261F32053C0E230AB69EBDCC92E72121D93F5E3E_inline (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * __this, const RuntimeMethod* method) { { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ((ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 *)__this)->get__serverObject_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Territory_m2C5767AC32D0FE82AD5EF277EFE4E972002248BA_inline (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_territory_19(); 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 String_t* RegistryKey_get_Name_m18A77FC5301C8BE05266B29DAFB543EFA947C7BB_inline (RegistryKey_t1EF11DB6AC49AC065AF744487033109254215268 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_qname_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ActivatedClientTypeEntry_get_ObjectType_mA89C4809ACBDCAED94865CBE7B0B537F14C0DC55_inline (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_obj_type_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ActivatedServiceTypeEntry_get_ObjectType_m4FA0C726226314BDA575A74F3CA1D01DCDEA6C8B_inline (ActivatedServiceTypeEntry_t0DA790E1B80AFC9F7C69388B70AEC3F24C706274 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_obj_type_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * WellKnownClientTypeEntry_get_ObjectType_m3F3294621EDABD5B9FFBF26F4799192867CA2E57_inline (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_obj_type_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WellKnownServiceTypeEntry_get_ObjectUri_mC0614EC8A24EBEB1AEEB2FE90E891EAFD836B921_inline (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_obj_uri_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * WellKnownServiceTypeEntry_get_ObjectType_m5BE1EF3525AE843182391D95A826CD2CAC1A51A2_inline (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_obj_type_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WellKnownServiceTypeEntry_get_Mode_m090C3555AA33D607F52372E6D71E8D89D07EA1D3_inline (WellKnownServiceTypeEntry_t98CBB552396BFD8971C9C23000B68613B8D67F9D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_obj_mode_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_ChannelSink_m65E342D8B02C4B9A49BA932ACAEB0D3E1DF9A5D5_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__channelSink_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * RealProxy_get_ObjectIdentity_m408FE9B22C1CE7E38F5C6FE49310C121900481A8_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, const RuntimeMethod* method) { { Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * L_0 = __this->get__objectIdentity_5(); 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 void RealProxy_AttachServer_mDBAAA262A2A29AFDECE456E5B02180A6E02BCD36_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___s0, const RuntimeMethod* method) { { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___s0; __this->set__server_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClientActivatedIdentity_SetClientProxy_mC97B8FB476627D9136AA86BAAD99026A1C7C1C6B_inline (ClientActivatedIdentity_t15889AD8330630DE5A85C02BD4F07FE7FC72AEC6 * __this, MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * ___obj0, const RuntimeMethod* method) { { MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 * L_0 = ___obj0; __this->set__targetThis_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Identity_get_ObjectUri_mE3332DC10068C0453FC3B5B5ED4858BC6FD76B3B_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__objectUri_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Identity_get_EnvoySink_m4DCA3E21A7EE9090DE16D21337B88A1112B71D73_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__envoySink_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BinaryFormatter_set_AssemblyFormat_m0A4397421F2B5776254FC98B1DF1028DC2863EC0_inline (BinaryFormatter_tAA0465FE94B272FAC7C99F6AD38120E9319C5F55 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_m_assemblyFormat_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * ServerIdentity_get_ObjectType_mB0EE92B26B7633D1F75EBEAB033319F380D5516B_inline (ServerIdentity_t5689BF0CA0122A8E597C9900D39F11F07D79D3A8 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__objectType_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Identity_set_ObjectUri_m728B4333F84883CB4F62B3303EEB83C1BD9A184D_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__objectUri_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ActivatedClientTypeEntry_get_ApplicationUrl_mDAE88A04C039FE07270646698EF5790EBCFEC58F_inline (ActivatedClientTypeEntry_t66A69B1534DEAA65BB13C418074C41B27F4662A3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_applicationUrl_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WellKnownClientTypeEntry_get_ObjectUrl_m10D03448FF5D84ED74DBD49790BF7D077D62C71C_inline (WellKnownClientTypeEntry_tF15BE481E09131FA6D056BC004B31525261ED4FD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_obj_url_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RemotingConfiguration_get_ApplicationName_m3E3521138FB98B7460E9CEA25606FF27165BD84E_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var); String_t* L_0 = ((RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_StaticFields*)il2cpp_codegen_static_fields_for(RemotingConfiguration_t9AFFB44D1A1D02A702140D927B0173593B67D0C5_il2cpp_TypeInfo_var))->get_applicationName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Identity_set_ChannelSink_m8C7820354F67F902450880861E03B2192E5E0023_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__channelSink_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CrossAppDomainSink_get_TargetDomainId_mF108B7A9FEB74FF4A12D01E52EE942AB0B0D015C_inline (CrossAppDomainSink_tBEA91A71E284EA6DC5E930F703711FB7D7015586 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__domainID_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RealProxy_SetTargetDomain_m6572BA48787750F92F464C89E69D747AB4C5A37C_inline (RealProxy_t323149046389A393F3F96DBAD6066A96B21CB744 * __this, int32_t ___domainId0, const RuntimeMethod* method) { { int32_t L_0 = ___domainId0; __this->set__targetDomainId_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * ChannelServices_get_CrossContextChannel_m6E66AD17E15A70CF626174FE2C75B481A268882B_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var); CrossContextChannel_tF0389BFF59F875ADDC660EBAF4BA5267F13A88AD * L_0 = ((ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_StaticFields*)il2cpp_codegen_static_fields_for(ChannelServices_tE1834D9FC8B4A62937AEF20FF29A91B9D3A07B28_il2cpp_TypeInfo_var))->get__crossContextSink_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Identity_get_Disposed_m50935B1A31EC017F5E739090E7656F0F2937B2CD_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__disposed_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Identity_set_Disposed_mB0DBD70392DB230E66229E859F9E06D22F268BC7_inline (Identity_t640A44175E23F75AB432A7C00569D863BF48AAD5 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__disposed_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ResourceLocator_get_DataPosition_mB9328607FE8D7E87B1B300E97C9E5F167CCC8648_inline (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dataPos_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * ResourceLocator_get_Value_m53BA2E8B696B0C82EDEE251B1E93378EDE99FBE0_inline (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResourceLocator_set_Value_mAF3E96324EDE8E2D02BD223B250517A93A635044_inline (ResourceLocator_t3D496606F94367D5D6B24DA9DC0A3B46E6B53B11 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__value_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * CustomAttributeTypedArgument_get_Value_mA505A34818C3B7150DA38A17C55ECFA26990AC40_inline (CustomAttributeTypedArgument_tE7152E8FACDD29A8E0040E151C86F436FA8E6910 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SatelliteContractVersionAttribute_get_Version_mE8FFADCA6FE09FC10431B09B8105D5C1BBD9B74D_inline (SatelliteContractVersionAttribute_tA77BDC45FEEFE11823E95476FC8AE60B007906D2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__version_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m8558532350989A6DE33C188FD1A470187DFEA911_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * AssemblyName_get_CultureInfo_m5492100BEAD5EF23D938018918B44E4273989B7A_inline (AssemblyName_t066E458E26373ECD644F79643E9D4483212C9824 * __this, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get_cultureinfo_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_mC80FA729ECA3A7AF31D9F517A95E60FC23EB86B0_inline (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, int64_t ___ticks0, const RuntimeMethod* method) { { int64_t L_0 = ___ticks0; __this->set__ticks_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } }